rjy7
9cec915859
NIHVIVO-725 verify match link opens new window
2010-07-12 20:31:24 +00:00
rjy7
b3ff5b645b
Move vivo src directory out of productMods directly under vivo. Previous location didn't build correctly.
2010-07-12 20:23:50 +00:00
rjy7
08932802fb
NIHVIVO-763 Remove onfocus event from last name field of add authors form. Prevents user from going back and correcting his input.
2010-07-12 16:44:29 +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
bdc34
b2dc8f0060
Change to EditSubmission for blank URIs of new resources
...
Adding post edit redirect for addPublicationToAuthor.jsp
2010-07-12 16:10:15 +00:00
rjy7
266dfadee0
NIHVIVO-747 Apply client-side autocomplete filtering to add authors form
2010-07-12 16:07:59 +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
rjy7
6a43e5399e
NIHVIVO-725 Autocomplete filters out existing publications for this author
2010-07-11 22:45:27 +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
bdc34
e82f3e993a
Making customFormWithAdvanceTypeSelection.js work where there isn't advance type selection.
2010-07-11 21:04:01 +00:00
rjy7
d1c8d701c2
NIHVIVO-725 Initial work on autocomplete filter for existing publications for the author
2010-07-11 17:31:41 +00:00
rjy7
378d4c8fa3
NIHVIVO-647 More on publication form autocomplete
2010-07-09 20:21:11 +00:00
rjy7
ce3f56f800
NIHVIVO-647 Initial implementation of autocomplete
2010-07-09 19:48:04 +00:00
rjy7
d9033afb02
NIHVIVO-647 Server-side validation of publication form. Javascript event listeners.
2010-07-09 18:17:28 +00:00
rjy7
de1ee320f5
NIHVIVO-647 Continued work on publication form
2010-07-09 16:29:00 +00:00
rjy7
bd00326e1e
Added a comment
2010-07-08 22:04:31 +00:00
rjy7
bd5acb1ef0
NIHVIVO-765 Call reorder when loading add authors form, to prevent problems when adding a new author and the last existing author is unranked.
2010-07-08 21:57:05 +00:00
rjy7
fb19508325
NIHVIVO-725 Publication form html, css, and javascript
2010-07-08 20:40:58 +00:00
rjy7
95380454af
NIHVIVO-647 Add name attribute to vitro custom jsp input tag so that the name can differ from the id.
...
Removed flag1value1 stuff from all vivo custom forms, since no longer needed.
Initial setup for publication form javascript.
2010-07-08 15:08:42 +00:00
rjy7
9cc2eceaf4
NIHVIVO-725 Add VClassGroup type to SelectListGenerator in order to generate a select list of all classes belonging to publication classgroup for publication custom form.
2010-07-07 17:32:12 +00:00
rjy7
7685f5e329
NIHVIVO-753 Undo toggling of last name field label, and javascript name-fixing. See discussion under NIHVIVO-444 for the rationale behind these changes.
...
NIHVIVO-725 More work on publication form.
2010-07-07 14:57:20 +00:00
rjy7
98543e75e0
NIHVIVO-725 Initial work on addPublicationToAuthor custom form
2010-07-06 22:48:04 +00:00
rjy7
a003bbf80f
NIHVIVO-700 Made degree field optional in ed background form. Also added validation for year datatype to year field.
2010-07-06 16:22:26 +00:00
rjy7
a7c0fbcfca
NIHVIVO-700 Make year field optional in educational background form. Change example text for supplemental information field.
2010-07-06 15:48:33 +00:00
rjy7
eaccbe2997
NIHVIVO-714 Fixes to ed background form and short view for ontology changes to degree-related properties
2010-07-06 15:28:47 +00:00
rjy7
35a35daab8
NIHVIVO-646 Fixed problem of cursor:pointer not taking effect on drag-drop list in add author form.
...
NIHVIVO-742 Restored v1.0 datetime handling to educational background form.
2010-07-06 14:05:57 +00:00
rjy7
93d8b6100a
A comment
2010-07-06 01:52:06 +00:00
rjy7
d0930bca49
NIHVIVO-646 Small style changes. A note in DataPropertyComparator.
2010-07-06 01:45:11 +00:00
rjy7
2a88ff8308
NIHVIVO-646 Handle authorships with no linked author in add authors to publication form.
2010-07-05 21:29:16 +00:00
rjy7
e44bbf3929
NIHVIVO-646 Handle authorships with no linked author in add authors to publication form.
2010-07-05 21:13:15 +00:00
rjy7
7ae1a931e4
NIHVIVO-646 Handle authorships with no linked author in add authors to publication form.
2010-07-05 20:57:37 +00:00
rjy7
239ee45d46
NIHVIVO-646 Comments
2010-07-05 18:17:33 +00:00
rjy7
1ce57c6f01
NIHVIVO-746 Minor code tweaks
2010-07-05 17:51:44 +00:00
rjy7
26f86e9bfe
NIHVIVO-746 Handle unranked authorships in add authors to publication form.
2010-07-05 16:58:46 +00:00
rjy7
2b0f5d415f
Removed unneeded import
2010-07-04 19:46:00 +00:00
rjy7
8a4c457654
Minor code tweaks
2010-07-04 19:43:39 +00:00
rjy7
51b4fb24c2
NIHVIVO-646 Organized methods into logical groupings to improve readability.
2010-07-04 17:17:15 +00:00
rjy7
3772389dd7
NIHVIVO-646 Broke removeAuthorship out into a separate function
2010-07-04 16:08:21 +00:00
rjy7
96d9b0508e
NIHVIVO-646 Use autocomplete cache
2010-07-04 13:58:27 +00:00
rjy7
dccd622b5b
NIHVIVO-646 After removing an author, reset autocomplete url to modify excluded uris so that uri of author just removed is no longer excluded.
2010-07-04 01:12:59 +00:00
rjy7
9f86aff342
NIHVIVO-646 Fixed reordering bug in Javascript
2010-07-02 19:34:36 +00:00
rjy7
63c49c180d
NIHVIVO-646 JS bug fixes and refinements
2010-07-02 18:29:08 +00:00
rjy7
745e98e0fb
NIHVIVO-646 Disable author drag-drop if only 1 author (on page load or after removing an author)
2010-07-02 16:09:26 +00:00
rjy7
addabdc245
NIHVIVO-646 JS and CSS tweaks
2010-07-02 15:09:39 +00:00
rjy7
5c9de606d0
NIHVIVO-646 Reorder authorships through drag-and-drop. Handle success and failure cases. Reset element positions after a removal.
2010-07-02 03:40:06 +00:00
rjy7
8b96e68e71
NIHVIVO-646 update authorship ranks on page after successful drag-and-drop reordering
2010-07-01 19:31:29 +00:00