Commit graph

5155 commits

Author SHA1 Message Date
tworrall
028d367461 NIHVIVO-3709: updates to support editable autocomplete fields 2012-04-06 19:04:25 +00:00
tworrall
5e13309e8a custom form changes to support editable autocomplete fields; new validator classes 2012-04-04 14:01:41 +00:00
j2blake
6695832257 NIHVIVO-3404 Restructure the SelfEditorRelationshipPolicy to use the model in the RequestedAction, instead of a model assigned at system startup time. Also, break out the logic into separate RelationshipChecker objects, for easier maintenance. 2012-04-03 16:13:38 +00:00
j2blake
671c6214c4 NIHVIVO-3404 Require that the statement-based RequestedActions include a reference to an OntModel. So the paradigm changes from "may I do this with this statement?" to "may I do this with this statement and this model?" 2012-04-01 15:46:34 +00:00
j2blake
ae9890875f NIHVIVO-3404 Improve the hierarchy of statement-based RequestedActions. Add constructors that accept either individual URIs or PropertyStatements. Don't ask for or hold the value of a DataProperty, because it is never used by a policy or permission (at least so far). 2012-03-30 22:08:54 +00:00
j2blake
a4eddca19b NIHVIVO-3404 Rename accessor methods on AbstractObjectPropertyStatementAction to be consistent with those on AbstractDataPropertyStatementAction. 2012-03-30 21:44:43 +00:00
j2blake
0e5847d5d2 NIHVIVO-3404 Make instance fields on AbstractObjectPropertyStatementAction private. 2012-03-30 21:20:21 +00:00
j2blake
8b94fa3495 NIHVIVO-3404 Rename statement-related RequestedAction classes to consistent naming scheme. 2012-03-30 21:14:42 +00:00
j2blake
4dbcd6e6f7 Remove AuthTestController at /authtest - it has been replaced by /admin/showAuth 2012-03-29 19:49:06 +00:00
j2blake
1d2a9c9dca Stop using VivoPolicy to suppress add, edit, and delete links. Use a hard-coded list for now, while waiting for the application ontology. 2012-03-28 18:38:29 +00:00
hjkhjk54
05b8ad270a updates to allow related concepts to be returned from GEMET as well as display which results are best matches and which are not. 2012-03-28 18:13:10 +00:00
tworrall
f0ccf65ddd updates related to autocomplete changes 2012-03-27 20:26:19 +00:00
hjkhjk54
0eafc20767 enable returning of related concepts in addition to best match results from GEMET service 2012-03-27 16:13:50 +00:00
hjkhjk54
f723e62c90 updates to enable additional umls search results to be displayed (along with whether or not they are best match or not) 2012-03-26 21:25:46 +00:00
hjkhjk54
08f6f4e6af removing page data getter folder because using data getters instead 2012-03-23 21:16:23 +00:00
brianjlowe
a89581f6c4 NIHVIVO-3540 removed erroneous xsd:anyURI datatype from linkAnchorText in AddEditWebpageFormGenerator 2012-03-22 20:15:41 +00:00
j2blake
19f47459e0 NIHVIVO-3300 Placeholder images are configured by a properties file, which is loaded at startup. 2012-03-22 20:10:13 +00:00
j2blake
a83b27a340 NIHVIVO-3704 Create a Freemarker method called placeholderImageUrl(individualUri). Use that instead of hard-coding the placeholder image URLs in templates, or passing the placeholder image along from one page to the next via the controller. Remove the "extraParams" parameter to several Freemarker macros, since this is the only purpose it was used for. 2012-03-21 17:29:09 +00:00
stellamit
e113129c34 NIHVIVO-3700 deleting vitro-0.7.owl from vivo, it belongs in vitro and is already there. 2012-03-20 19:45:46 +00:00
stellamit
756c85e99f file name change (for release) and EventSeries subclass of span:Process 2012-03-18 21:49:03 +00:00
hjkhjk54
0ea1aa0065 updated comments within file 2012-03-16 20:35:27 +00:00
hjkhjk54
d875d2a0f1 updating generator for inclusion of external/user-defined concepts to prevent errors when clicking on edit link for concept from profile page - ensuring license line is correct 2012-03-16 20:31:20 +00:00
hjkhjk54
ec0792f7c0 updating generator for inclusion of external/user-defined concepts to prevent errors when clicking on edit link for concept from profile page 2012-03-16 19:40:32 +00:00
hjkhjk54
6963c32e6b updates for enabling autocomplete editing and n3editing to work. 2012-03-15 17:40:57 +00:00
tworrall
95ae1cfdd9 update list view to correspond to new custom form 2012-03-13 18:49:48 +00:00
tworrall
07c9c7c066 additional custom form changes to support multiple autocomplete fields 2012-03-13 16:17:11 +00:00
hjkhjk54
e1cedc156d enabling autocomplete selection when editing an existing relationship with uri to work correctly, specifically in the context of subject areas for the person has advising relationship form 2012-03-08 22:41:48 +00:00
j2blake
8e82c65ec4 NIHVIVO-3626 Create a VIVO-specific version of the new account notification email, so it can contain different text from the generic Vitro version. 2012-03-08 16:23:44 +00:00
tworrall
06d6c70cfc in custom forms with typeSelector, second autocomplete label was not set correctly 2012-03-06 15:37:11 +00:00
tworrall
4782e06ff3 custom form changes for NIHVIVO-601, 764 and 2602 plus all related subtasks 2012-03-06 14:40:12 +00:00
tworrall
b7b7607242 NIHVIVO3232: updated to order by rank 2012-03-05 21:20:49 +00:00
hjkhjk54
42cab346e6 updates for page data getters being rewritten as data getters 2012-03-02 21:25:54 +00:00
j2blake
ebfefce352 NIHVIVO-3597 Use a <FileSet> with a <present> selector instead of the home-brewed DirDifferenceFileSet 2012-03-02 21:22:25 +00:00
hjkhjk54
2bd515d356 rewriting internal class data page data getter as data getter 2012-02-29 22:21:25 +00:00
briancaruso
e959ffb605 Adding entry to robots.txt, adding pageList to menu.n3 2012-02-29 19:53:57 +00:00
tworrall
696320cd9b Js and ftl changes to support multiple autocomplete fields in custom forms. New custom forms for advisees and awards, NIHVIVO-488, 489, 534, 540. Also NIHVIVO-2596 and 1922 included. 2012-02-24 17:25:55 +00:00
j2blake
81910c629d Create the skeleton of the 1.5 upgrade document. 2012-02-15 16:41:11 +00:00
briancaruso
00f5c5ff91 Working on model switching. Renamed dataGetter package to pageDataGetter. Created package menuManagement. 2012-02-10 21:22:51 +00:00
tworrall
4cc337ab26 added a try catch block to the getTitle method in the event that the individual cannot be found. This happens regularly on VIVO Cornell as the result of bots. 2012-02-07 17:52:33 +00:00
hlm7
1227b8fd4d Holly found some un-uploaded changes... 2012-02-03 20:54:42 +00:00
j2blake
776801bb44 NIHVIVO-2694 Create a new page that allows an admin or root to restrict logins. 2012-02-02 21:56:46 +00:00
j2blake
01618f071d NIHVIVO-3542 Remove old IndividualController. 2012-01-29 17:37:13 +00:00
hjkhjk54
0bc09b07a6 updates to allow the property name to be included in autocomplete data property form- NIHVIVO-3386 2012-01-27 22:24:15 +00:00
hjkhjk54
a38848b5b6 autocomplete data property editing - NIHVIVO-3386 2012-01-27 21:48:36 +00:00
tworrall
aedb1305a1 NIHVIVO-2622, added training type field to custom form so that the subclasses could be selected; updated the list view as well to display the training type when relevant 2012-01-26 21:07:55 +00:00
hlm7
0a2bf638b5 Holly update several test cases...l 2012-01-26 21:05:17 +00:00
hlm7
11772b6a43 2012-01-23 15:50:08 +00:00
hlm7
29e2209f18 Holly added some more test cases to SelfEditing test suite to capture two different order of steps for setting up a self-editor. 2012-01-23 14:47:27 +00:00
hlm7
1345c31dee Holly did some minor tweaking to these test cases. 2012-01-23 14:23:48 +00:00
tworrall
46e31aeea4 merge of r3922, license text file for the sac-1.3.jar file 2012-01-16 20:01:34 +00:00