Commit graph

1031 commits

Author SHA1 Message Date
rjy7
3451bb4786 NIHVIVO-1332 Modifications to controller, template models, and templates for editing controls 2011-01-11 17:03:52 +00:00
bdc34
e13564c983 Fixing SiteAdminController so the tempaltes get resonable values when classgroups lack rdfs:label NIHVIVO-1635 2011-01-11 16:19:54 +00:00
rjy7
d96f24ba1b NIHVIVO-1332 Refactoring to move creation of an EditingHelper object to GroupedPropertyList, so it only has to be created once per page rather than once per property or link. 2011-01-11 15:26:43 +00:00
bdc34
cce9d6a0d2 Fixing NPE in DateTimeWithPrecision.java NIHVIVO-1649 2011-01-11 15:04:07 +00:00
rjy7
a3909c4432 NIHVIVO-1380 Use existing method of IndividualTemplateModel to produce the linked data url 2011-01-11 14:49:47 +00:00
rjy7
94b9fa9091 NIHVIVO-1332 Add object property statement edit links 2011-01-11 02:04:17 +00:00
bjl23
29640bf9e0 NIHVIVO-1558 correcting lack of inferred types with SDB and removing redundant label-based filtering 2011-01-10 22:24:41 +00:00
rjy7
4c7d97658c NIHVIVO-1332 Move discovery of statement object variable name to ObjectPropertyTemplateModel, since needed to create editing links as well as for data postprocessing. 2011-01-10 22:21:05 +00:00
rjy7
be8930ea5c NIHVIVO-1380 On individual page, add rdf link tag for discoverable rdf 2011-01-10 22:19:35 +00:00
jeb228
e74677ce8a NIHVIVO-1568 try to detect when a user restarts the login process: if they hit the Login link or come from a restricted page, it should restart the login process. 2011-01-10 21:15:56 +00:00
rjy7
6adb72b267 Update Precisions to reflect current names in the ontology 2011-01-10 20:25:13 +00:00
ass92
0b373b477f imporvement on csv2rdf tool 2011-01-10 17:37:24 +00:00
ass92
ddc5403ceb improvement on csv2rdf tool 2011-01-10 17:36:49 +00:00
ass92
d0a9e3b612 Adding the licence tag to OntologyController.java 2011-01-10 15:58:30 +00:00
ass92
6330270ab8 removed unnecessary piece of code. 2011-01-10 15:38:01 +00:00
ass92
77434de3fe NIHVIVO-437 adding new controller to serve local ontology extensions as linked data 2011-01-10 15:35:16 +00:00
rjy7
11dd397799 NIHVIVO-1590 dateTimeValue custom list view finished; dateTimeInterval custom list view in progress. 2011-01-08 00:11:24 +00:00
bjl23
a201cd2c31 some improvements to data source setup 2011-01-07 21:16:45 +00:00
rjy7
5944ca0a32 NIHVIVO-1339 In relatedRole view, display role type label if role has no label (for investigator roles and children).
NIHVIVO-1334 Remove terms from SELECT clause that don't get displayed (e.g., dateTimeInterval) but are used to get other terms.
2011-01-07 20:34:29 +00:00
bjl23
b49744dfa0 adding subPropertyOf to materializations with default reasoning configuration 2011-01-07 18:00:09 +00:00
rjy7
6b7415f5a0 NIHVIVO-1625 For custom list views that order by end datetime descending, reorder (within a collation, if property is collated) to put nulls at beginning rather than end. 2011-01-07 17:13:44 +00:00
rjy7
7db0ea8938 NIHVIVO-650 Change servlet mappings so request for individual profile directs to new IndividualController 2011-01-07 14:45:52 +00:00
bdc34
ca7e496925 Moving menu n3 data into model. NIHVIVO-1560. 2011-01-06 23:22:53 +00:00
rjy7
f49d5c9ef0 NIHVIVO-1510 Also check collated object property query to make sure it sorts first on subclass 2011-01-06 20:30:25 +00:00
rjy7
f38677d914 NIHVIVO-1510 Moved check for valid config for collated property to a separate method. 2011-01-06 19:57:24 +00:00
rjy7
8340088969 NIHVIVO-1510 Fix to exception-handling in creating a collated property list, so only invalid configuration exceptions trigger switching to a collated list. 2011-01-06 19:25:59 +00:00
bdc34
7cd1f4384c Adding first and last name to JSON data service NIHVIVO-1599 2011-01-06 17:54:16 +00:00
bdc34
acabfe7f38 Fixing problem with home menu item being marked as active all the time. NIHVIVO-1627 2011-01-06 16:57:54 +00:00
jeb228
5c2ae2f064 Add license tag. 2011-01-06 16:37:40 +00:00
sjm222
119ead10c9 incremental developmnt for NIHVIVO-1286 - Academic Intervals 2011-01-06 12:01:07 +00:00
sjm222
48d1403b32 incremental development for NIHVIVO-1286 - formatting dateTime literals 2011-01-06 02:02:00 +00:00
bdc34
d4ca37f85f Fixing broken build. Adding property currentPage to browseWidget. 2011-01-06 00:02:37 +00:00
bdc34
592e5f9403 Setting class counts to 0 when class group is empty. NIHVIVO-1605 2011-01-05 22:57:38 +00:00
rjy7
46071513f9 NIHVIVO-1510 Handle rows with null subclasses in collated object property list view 2011-01-05 22:54:06 +00:00
bdc34
9184b6f70f Working on converting addRoleToPersonTwoStage to date time with precision NIHVIVO-631 2011-01-05 22:35:25 +00:00
bdc34
4309c7582e Working on converting organizationHasPositionHistory to date time with precision NIHVIVO-631 2011-01-05 21:24:17 +00:00
bdc34
cf6d5098b4 Adding some changes to DateTimeWidget. NIHVIVO-631 2011-01-05 20:45:58 +00:00
bdc34
99137ef285 Adding some changes to DateTimeWidget. NIHVIVO-631 2011-01-05 20:05:54 +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
cdtank
587e83f6b1 1. Modified code so that external script includes from a secure (https) source in a template are also accepted.
2. Removed include of google vis  api form individual template & moved it to sparkline template.
2011-01-05 19:15:24 +00:00
bdc34
206edf5dbb Adding some changes to DateTimeWidget. NIHVIVO-631 2011-01-05 19:15:12 +00:00
rjy7
75082602f6 Fix compile error introduced in last commit 2011-01-05 18:58:23 +00:00
rjy7
58ff4864e1 Restore file deleted on last commit 2011-01-05 17:57:05 +00:00
rjy7
f9f93ac44a Temporarily removing corrupted file 2011-01-05 17:55:01 +00:00
rjy7
72d2b8f0d4 NIHVIVO-1569 Remove duplicate entries returned from an object property sparql query 2011-01-05 16:24:25 +00:00
sjm222
89d6ae5ab7 incremental development for NIHVIVO-1286 2011-01-05 12:11:27 +00:00
ass92
5231cbcdce NIHVIVO-1487 change for renaming blank nodes. 2011-01-05 04:30:03 +00:00
ass92
9a1ffaeb59 NIHVIVO-1487 change for renaming blank nodes in csv2rdf tools 2011-01-05 04:26:35 +00:00
ass92
21d703e7c1 NIHVIVO-1514 code change to maintain consistency on 'manage jena models' 2011-01-05 04:25:45 +00:00
ass92
b48fc1e38e NIHVIVO-1487 change for renaming blank nodes. 2011-01-05 04:21:39 +00:00