Commit graph

36 commits

Author SHA1 Message Date
jeb228
d30c4bbf80 NIHVIVO-1363 Create a separate controller to handle AJAX sparql queries. The calling sequence changes slightly. 2010-12-14 16:41:48 +00:00
nac26
c9fa835a9e NIHVIVO-1389 NIHVIVO-1407 NIHVIVO-1437 Significant refactoring of templates both in vitro core and vivo themes to ensure consistent markup with 3 different base templates at play (page.ftl, basicPage.jsp and formPrefix/formSuffix.jsp) Resulted in creating smaller component freemarker templates that could be included by all of the base templates, whether ftl or jsp. This is a temporary compromise while we continue our conversion to Freemarker. The goal was to keep jsp files outside of the theme and working behind the scenes. 2010-12-08 14:04:45 +00:00
rjy7
45b1545b3a NIHVIVO-1024 Modified the way placeholder text in labels is handled to make it more general and apply to any label or text in the form. 2010-09-03 15:51:32 +00:00
rjy7
4587642a81 NIHVIVO-1024 Implement educational training custom form as a single-step form. Merged two css files. 2010-09-02 19:54:05 +00:00
rjy7
56856f0704 NIHVIVO-1023 Change position history custom form to use autocomplete rather than select list for related organization 2010-09-01 21:06:17 +00:00
nac26
5e07aff4db merging from rel-1.1-maint branch: removing "new" from form headings in attempt to minimize user confusion. Kept "new" for newIndividualForm.jsp but removed "individual" from tail end of heading. NIHVIVO-1012 2010-07-26 21:13:30 +00:00
rjy7
a5ea84b4fe Merge r1177 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-26 18:47:44 +00:00
rjy7
7f27c12fce Merge r1133 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-24 20:24:16 +00:00
rjy7
cb15494b95 Merge r1010 r1018:1023 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-22 15:43:18 +00:00
rjy7
4482d2556d Merge r970 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-21 14:27:51 +00:00
rjy7
48f664525b Merging r886 r905 r914:918 r923 r933:937 r957 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-20 23:36:58 +00:00
rjy7
c06384d6c2 Merging r914 through r916 from rel-1.1-maint 2010-07-19 21:35:26 +00:00
bdc34
7c4b57af9f fixing escaping in role forms NIHVIVO-835 2010-07-16 16:00:49 +00:00
rjy7
d58b1abdc8 Add role type to "dates of participation" heading in roles form. Streamline javascript. 2010-07-16 14:44:35 +00:00
rjy7
d965ed0966 NIHVIVO-821 Adapt grant form for editing existing role 2010-07-15 15:58:41 +00:00
rjy7
0dbee39083 NIHVIVO-797 Change related individual label field id for clarity 2010-07-15 12:22:47 +00:00
rjy7
b4cddb53e5 NIHVIVO-797 Javascript support for edit mode in roles forms 2010-07-15 12:02:36 +00:00
bdc34
aa3fd0bbd1 Adding editing of existing grant NIHVIVO-629 2010-07-14 23:38:07 +00:00
bdc34
766a318bb8 Starting to add editing of existing role to custom form. NIHVIVO-629 2010-07-14 23:22:11 +00:00
bdc34
c7933369bf Adding editing of existing grant NIHVIVO-629 2010-07-14 22:50:16 +00:00
rjy7
66df54d2a3 NIHVIVO-799 Added select list type UNSORTED_LITERALS to specify a list of literals with no alpha sorting. Allows putting "Select one" as first option without getting sorted into the middle of the list. 2010-07-14 22:14:31 +00:00
rjy7
e57693a7a2 NIHVIVO-798 Minor modifications 2010-07-14 20:42:58 +00:00
rjy7
af49aedefc NIHVIVO-798 Add start and end year to grant form 2010-07-14 19:44:45 +00:00
bdc34
60d50e4d00 Adding support for core:Investigator to addGrantRoleToPerson custom form NIHVIVO-807 2010-07-14 18:10:33 +00:00
rjy7
3c76cdcc93 Changing id fullViewOnly to class, since we may need more than one per form 2010-07-14 17:42:01 +00:00
rjy7
c7b4cf7e75 NIHVIVO-629 Tweaks 2010-07-14 14:12:11 +00:00
rjy7
56e38dae96 NIHVIVO-725, NIHVIVO-629 Working on cancel action on autocomplete selection view. Fixed code that parses sparql query for autocomplete filter so it gets key from the data returned, rather than looking for a hard-coded key. 2010-07-12 21:25:24 +00:00
bdc34
afdbea1db7 Adapting addGrantRoleToPerson.jsp to ontology changes NIHVIVO-629 2010-07-12 21:15:37 +00:00
rjy7
c8badcf64a NIHVIVO-629 Changes to grant form for autocomplete selection 2010-07-12 20:40:18 +00:00
rjy7
9366d80151 Using jQuery.extend to mix in customFormUtils methods, instead of borrowMethods in utils.js. Utils.js no longer needs to be loaded into the custom forms. 2010-07-12 16:17:16 +00:00
rjy7
57a8cdcbe8 NIHVIVO-646 Using Javascript on page rather than hidden divs to pass information to the addAuthorsForm Javascript. Fix problems in DataPropertyComparator that were causing errors to be thrown on the page when no xsd datatype defined for an authorship rank. 2010-07-12 14:47:35 +00:00
rjy7
b8cf560daa NIHVIVO-725, NIHVIVO-629 Javascript for one-step, two-step versions of form 2010-07-12 00:33:21 +00:00
rjy7
8eea64d949 NIHVIVO-725, NIHVIVO-629 Autocomplete fixes 2010-07-12 00:18:05 +00:00
bdc34
9167b3e84a Adding inverse properties to addGrantRoleToPerson.jsp NIHVIVO-629 2010-07-12 00:07:18 +00:00
bdc34
37f1c4f10c change to addGrantRoleToPerson.jsp 2010-07-11 22:47:11 +00:00
bdc34
faaf087406 Hiding delete for core:authorInAuthorship NIHVIVO-739
Adding error message when Freemarker template system is not configured correctly in web.xml
Adding principal investigator and co-pi role custom forms NIHVIVO-626
2010-07-11 21:21:42 +00:00