Commit graph

58 commits

Author SHA1 Message Date
tlw72
e76b9647e6 r1378 merge from rel-1.1-maint; resized acSelector element 2010-09-20 21:11:58 +00:00
rjy7
ec077b8bb5 NIHVIVO-803 Moved new implementation of author reordering into main files and removed temporary files. 2010-08-25 18:27:46 +00:00
rjy7
03f2cdcf8c Small modification to the way styles are assigned to authors in author listing on add authors form 2010-08-19 14:41:14 +00:00
rjy7
d6e70ad48d NIHVIVO-744 After removing an author, clear only matching autocomplete cache keys rather than entire cache.
NIHVIVO-741 Complete refactoring of authorship removal using javascript data rather than DOM elements and attributes.
2010-08-16 21:45:33 +00:00
rjy7
3f4f00b1e2 NIHVIVO-741 Refactor addAuthorForm javascript to use data attached to objects rather than DOM elements and spans to store authorship data. Gets rid of bogus markup that is only used by javascript. 2010-08-16 18:52:10 +00:00
bdc34
6e2e8c632e Merge to Trunk. Fixing addAuthorsToInformationResource.jsp NIHVIVO-1009 2010-07-26 22:16:11 +00:00
rjy7
302575251f Merge r1045 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-22 18:50:49 +00:00
rjy7
40125e7410 Restore autocomplete filtering to authors form (broken in r783 due to removal of id attribute) 2010-07-15 14:40:37 +00:00
rjy7
b4cddb53e5 NIHVIVO-797 Javascript support for edit mode in roles forms 2010-07-15 12:02:36 +00:00
nac26
9a9784c632 removed links on author names for author form and replaced with <span> NIHVIVO-646 2010-07-14 13:28:11 +00:00
nac26
1a14ffba90 Slight UI tweaks to authors form (new h3, cursor type and removed link to individuals) NIHVIVO-646 2010-07-13 14:13:19 +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
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
de1ee320f5 NIHVIVO-647 Continued work on publication form 2010-07-09 16:29:00 +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
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
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
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
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
rjy7
f9d62691f5 NIHVIVO-646 Drag-and-drop author reordering 2010-07-01 18:27:07 +00:00
rjy7
9ba79a0685 NIHVIVO-646 Store authorship rank with authorship listing. Fixes to js name-splitting routine. 2010-07-01 15:15:54 +00:00
rjy7
8568c806b4 NIHVIVO-646 Modifications to element structure of existing author listings, and associated changes to js and css 2010-07-01 14:50:02 +00:00
rjy7
cbe6a58aa6 NIHVIVO-646 Removed undo link feature from add authors form due to time limitations. Added confirm for the remove links; can upgrade to jquery ui dialog later. 2010-06-30 17:34:55 +00:00
rjy7
8e986d2d87 NIHVIVO-646 Improved the name query for autocomplete 2010-06-30 15:25:31 +00:00
rjy7
5ae7580002 NIHVIVO-646 JS changes 2010-06-29 22:08:28 +00:00
rjy7
37a85a5e97 NIHVIVO-646 Autocomplete, remove author functionality 2010-06-29 16:15:51 +00:00
rjy7
1e127abac1 NIHVIVO-646 Slight change to implementation of existing author filter on autocomplete 2010-06-24 14:31:23 +00:00
rjy7
c885ae010f NIHVIVO-646 more work on javascript for add authors to publication form 2010-06-22 22:12:33 +00:00
rjy7
bd39967cc9 NIHVIVO-646 Filter existing authors out of autocomplete query results in add authors to publication form 2010-06-22 20:49:30 +00:00
rjy7
98c027b00c NIHVIVO-646 Adding an existing person as an author on the add authors to publications form 2010-06-22 17:52:37 +00:00
rjy7
65af54c74e NIHVIVO-646 Work on autocomplete in add authors to publication form 2010-06-21 16:07:22 +00:00
rjy7
13c57446dd NIHVIVO-646 Add cancelUrl parameter to submit tag in InputElementFormattingTags so that the cancel button can redirect to a different page from the form submission. Change cancel values in submit tags in vitro and vivo forms to "true" where previously they specified a uri, because the uri is misleading (it doesn't control the redirect location). Removed edit submission preprocessing due to problems with cloning. 2010-06-17 14:27:03 +00:00
rjy7
bd45d55237 NIHVIVO-646 Initial setup for autocomplete field in authors form.
Fixed typos in TabFilteringTest class and getTabHierarchy method names.
2010-06-16 15:33:16 +00:00