Commit graph

45 commits

Author SHA1 Message Date
Benjamin Gross
ed3cdb0d1f replace outdated list view doc reference 2015-07-31 12:02:28 -06:00
tworrall
8c17a65fc3 merging 9981 to the trunk 2012-07-18 19:06:38 +00:00
briancaruso
9b30ecdcb1 Fixed object property sorting on individual page for default list view. NIHVIVO-3415
Removed unused domainEntitySortField and rangeEntitySortField from ObjectProperty.
Added rangeEntitySortField back to property_retry.jsp.
2012-06-21 17:10:14 +00:00
stellamit
8bbd0b740f Merging in NIHVIVO-3587 from 1.4 maintenence branch (data not showing when collated view is selected) 2012-02-03 20:38:07 +00:00
stellamit
e273bc5f3e NIHVIVO-3587 - moving fix over from 1.4 branch 2012-01-31 14:55:39 +00:00
ryounes
f25c835ccc In default list view, require subclass to belong to a classgroup. This is the same criterion we use for displaying class information elsewhere in the app. 2011-08-10 16:47:31 +00:00
ryounes
094e6010dd NIHVIVO-2883 Add vivo-specific default list view config to generate a preferred title. Display most specific type for people only, if no preferred title. 2011-07-14 17:30:29 +00:00
ryounes
c5c4ecd394 NIHVIVO-1317 Migrated custom list view from vitro:primaryLink and vitro:additionalLink to core:webpage 2011-07-07 20:34:11 +00:00
cappadona
44ee8c88bf NIHVIVO-2810 NIHVIVO-2232 Added custom list view for display:hasElement and first go at menu item drag-n-drop for menu management. Also added new entry for Menu Management on site admin page under site configuration. Work in progress and not fully functional. 2011-07-01 18:12:05 +00:00
cappadona
5e45a7b63d Fixed a couple typos in listViewConfig files. 2011-07-01 13:10:09 +00:00
ryounes
0f3491f42d Updates to default list view: remove moniker, and handle label vs. local name from sparql query rather than a data postprocessor 2011-06-29 15:50:23 +00:00
ryounes
3fc09e5504 NIHVIVO-2507 Restore display of image to non-logged-in user 2011-04-20 22:14:12 +00:00
ryounes
49510f2a4a NIHVIVO-2186 Finalize changes to custom list view queries for hiding incomplete statements from non-logged-in user 2011-03-22 20:22:18 +00:00
ryounes
b9b6c50e87 NIHVIVO-2186 Filter out incomplete object property statements for non-editing users. 2011-03-22 18:52:39 +00:00
ryounes
f398183c94 NIHVIVO-2186 Modify custom list view queries to filter out statements with no linked individual when user is not editing the page. Involves pruning the grouped property list of properties and groups which are thereby empty. 2011-03-21 22:24:33 +00:00
rjy7
91e11c0809 Fix some comments. 2011-03-03 18:30:37 +00:00
rjy7
e687c25568 NIHVIVO-1879 Fix default list view query for uncollated property 2011-03-03 15:15:47 +00:00
rjy7
896c6f157c NIHVIVO-1879 Combine collated and uncollated list view queries into a single query, with preprocessing to get the right version. 2011-03-02 22:32:57 +00:00
rjy7
e028e17010 Added template model methods to get first value of data properties and first statement of data props and uncollated object props. Improved efficiency of moniker/preferred title code in person template. Added order by statement to default list view queries so order is not random. 2011-02-07 15:52:51 +00:00
bjl23
eb55aa694f vitro list views with CONSTRUCTs and improvement to null individual handling 2011-01-31 21:53:24 +00:00
rjy7
4da578acda NIHVIVO-1836 Restrict subclasses that can be returned from the collated default list view query 2011-01-31 21:16:05 +00:00
bjl23
25abfe0f32 rolling back undesirable changes from r.7210, 'boatload' 2011-01-28 16:49:15 +00:00
bjl23
b5777a60ad rewritten list view queries with UNIONs plus various and sundry other bugfixes and improvements; also probably new bugs 2011-01-27 20:56:44 +00:00
rjy7
a1c6286992 NIHVIVO-1859 Apply collation subclass filtering in Java postprocessing rather than in query, due to inefficiency of graph filtering in the SPARQl query as it is converted to SQL 2011-01-24 17:57:28 +00:00
rjy7
ac624c0bc3 Changes to individual templates and associated queries 2011-01-21 17:49:16 +00:00
bjl23
969a7a8469 NIHVIVO-1844 SPARQL syntax fix 2011-01-20 22:57:17 +00:00
bjl23
2531f62a7a modification to collation query to avoid SDB inefficiency - see NIHVIVO-1840 2011-01-20 19:26:38 +00:00
rjy7
b71400d74e NIHVIVO-1633 Support collation toggling for all object properties. Basic functionality in place but not all queries working perfectly yet. 2011-01-19 20:46:36 +00:00
rjy7
dbbe25b65c NIHVIVO-1332 Editing links for vitro:primaryLink and vitro:additionalLink properties 2011-01-13 21:11:19 +00:00
rjy7
0aac6df7d3 NIHVIVO-1334 Fixes to queries to prevent incorrect solutions 2011-01-05 21:45:55 +00:00
rjy7
54e6941282 Clean up list view config documentation. 2011-01-05 20:05:28 +00:00
rjy7
25a818efa9 NIHVIVO-1510 Collation of properties using default list view. NIHVIVO-1569 Fixed a bug in BaseObjectPropertyDataPostProcessor.removeDuplicates() 2011-01-05 19:48:50 +00:00
rjy7
72d2b8f0d4 NIHVIVO-1569 Remove duplicate entries returned from an object property sparql query 2011-01-05 16:24:25 +00:00
rjy7
4794b298bc Moved list view configuration guidelines out of config files into a text file. 2011-01-03 16:00:41 +00:00
rjy7
6d06c76e05 NIHVIVO-1335, NIHVIVO-1510 Working on authorship list view and collated object properties: some reorganization to handle collated properties, but not displaying as collated yet. 2010-12-22 22:17:07 +00:00
bjl23
4848117fc9 NIHVIVO-1570 changes to support SPARQL queries with GRAPH filtering in non-SDB Jena implementation 2010-12-22 20:11:01 +00:00
rjy7
5ee3ecd89e NIHVIVO-1341, NIHVIVO-1336 Implement strategies for handling missing linked individual in custom list views. 2010-12-21 20:30:13 +00:00
rjy7
1c0aa39da5 NIHVIVO-1341 Added notes to list view config files on required and optional elements and how to structure the query. Removed edit-object since this can be derived from the ?subject ?property ?object statement in the query where clause. 2010-12-21 13:41:09 +00:00
rjy7
8c0124819c NIHVIVO-1336 Finished custom list view for core:educationalTraining property 2010-12-20 15:34:58 +00:00
rjy7
9709632f61 NIHVIVO-1341 Refactoring in object property data postprocessors 2010-12-20 01:41:42 +00:00
rjy7
0d0468b86d NIHVIVO-1341 Change names of custom list view config files, xml elements, templates. 2010-12-17 22:11:02 +00:00
rjy7
7d23fcab5a NIHVIVO-1341 Preprocessing of object property data for list views 2010-12-16 18:15:44 +00:00
rjy7
b6b3499922 NIHVIVO-1341 Implement preprocessing structure to process object property statement query data before sending to template. Reorganize markup in templates to reduce repetition. 2010-12-16 14:57:04 +00:00
rjy7
1dd5885514 NIHVIVO-1510 Added error-checking of collation target in list view config file against sparql select terms. 2010-12-14 16:24:50 +00:00
rjy7
25b14ad78c NIHVIVO-1513 New individual page was generating errors when user is logged in because some property labels were not set. Fixed by setting in the property template model constructor.
NIHVIVO-1334 Initial set up for custom list views.
2010-12-13 22:46:42 +00:00