Commit graph

1136 commits

Author SHA1 Message Date
rjy7
61059399b4 NIHVIVO-1022 Made organization type and label required on position history form 2010-09-07 16:21:13 +00:00
rjy7
74daa5fd58 Block merge of r1339 from rel-1.1-maint 2010-09-03 21:54:14 +00:00
rjy7
2a2d87006b NIHVIVO-1110 Fix cancel button after validation errors on all custom form types 2010-09-03 21:50:27 +00:00
rjy7
6f2dcba70d NIHVIVO-1110 Fix cancel button after undoing an autocomplete selection on grant and educational background form. 2010-09-03 21:34:53 +00:00
rjy7
62dc701913 Block merge of r1335 from rel-1.1.-maint 2010-09-03 21:27:31 +00:00
rjy7
1d71a7ccc6 Rewrote placeholder substitution mechanism in custom forms to use jquery element data. 2010-09-03 21:06:30 +00:00
jeb228
fde6fc116d NIHVIVO-736 Create a Login.java controller to replace login_process.jsp. 2010-09-03 20:58:16 +00:00
rjy7
ddaa72d639 NIHVIVO-1024 Fixed error in clearFields() method of customFormUtils from last commit: field val was not being cleared. When type selection changes, prevent emptying of acSelector field if a new type value has been entered manually. 2010-09-03 20:18:37 +00:00
rjy7
243073d7a2 NIHVIVO-1024 When returning from validation error in educational background form (and roles form in repair mode), hide org name validation error if org name field is hidden. 2010-09-03 19:32:35 +00:00
rjy7
762a32045e NIHVIVO-1024 Custom form Javascript bug fixes 2010-09-03 19:08:33 +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
jeb228
6fb1e6bf02 VIVO-246 Add a filter to limit the lifetime of trivial sessions. 2010-09-02 20:14:50 +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
4cd669ab0a NIHVIVO-1024 Reimplement educational training to use autocomplete rather than select list for related organization. This iteration has the form working like roles and position history forms, in two steps, with organization type selection in step 1. Next iteration will implement as single-step form. 2010-09-02 15:39:56 +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
rjy7
03fd89842f Moved Freemarker SiteAdminController 2010-08-31 19:37:24 +00:00
rjy7
468c2c4cac Finalized Freemarker version of main site admin page. 2010-08-31 18:33:53 +00:00
jeb228
ce7dfe79e8 NIHVIVO-222 Return to stopping and starting Tomcat - stopping the webapp ran out of PermGen space no matter what I tried. Also some output formatting improvements. 2010-08-31 15:34:53 +00:00
rjy7
8ac8b75f5f Renamed Freemarker macro files. Implemented data input portion of main site admin page in Freemarker. 2010-08-30 22:06:18 +00:00
rjy7
dfcbe0b485 Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form. 2010-08-30 19:39:51 +00:00
rjy7
e2dae6baf8 Styling of search term on search results page 2010-08-27 19:30:45 +00:00
rjy7
b58b2b4b34 Style tweaks on search results page 2010-08-27 19:24:01 +00:00
rjy7
1e70c2c821 Add previous and next links to search result paging. Small style changes. 2010-08-27 18:47:58 +00:00
rjy7
8890c74b98 Reimplement search controller and search results display template in Freemarker. Error cases not handled yet. 2010-08-27 15:52:32 +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
jeb228
74fc1fb5d8 NIHVIVO-222 don't shut down Tomcat between sweets - just stop and start the app. 2010-08-24 20:46:14 +00:00
rjy7
62e166fd6f NIHVIVO-803 Removed methods no longer needed after reimplementation of author reordering. 2010-08-24 17:05:31 +00:00
sjm222
cc7d6c4e07 VIVOONT-221, update date/time representation 2010-08-23 20:48:08 +00:00
rjy7
7b9911feff NIHVIVO-803 Reimplementation of author reordering so application logic is moved server-side. Currently now in addAuthorsToInformationResource1.jsp and addAuthorsToInformationResource1.js. 2010-08-20 21:06:05 +00:00
rjy7
8f6162218e Comments 2010-08-20 14:51:10 +00:00
rjy7
d83460bd36 Another small change to the way styles are assigned to authors in the author list on add authors form. 2010-08-19 18:35:03 +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
79cf12f974 Comments 2010-08-18 19:48:33 +00:00
jeb228
57a5730b7b NIHVIVO-222 Use the OWL file of the test user model instead of a MySQL dump.
Embed the OWL file in the source, so we don't need to configure it. 
Break out a separate TomcatController class.
2010-08-18 16:37:58 +00:00
rjy7
c083096442 NIHVIVO-1056 Problem of autocomplete selection using arrow keys: jQuery UI makes it look like a selection is made, but it doesn't trigger the select event. Need further exploration. 2010-08-17 20:33:27 +00:00
rjy7
ae3ec1d93e NIHVIVO-749 Fixed incorrect behavior in authors form when user hits cancel button with autocomplete selections in view.
NIHVIVO-1056 Fixed first scenario, where first/middle name fields appear when autocomplete selection is made using tab.
2010-08-17 19:31:25 +00:00
rjy7
29152e8c78 NIHVIVO-1056 Suppress last name field blur event handler after autocomplete selection in add authors form. 2010-08-17 17:34:29 +00:00
jeb228
dbe9093083 NIHVIVO-222 Embed the CSS file in the source, so we don't need to configure it. 2010-08-17 15:47:48 +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
a173e5a711 NIHVIVO-741 Refactor addAuthorForm javascript to use data attached to objects rather than DOM elements and spans to store authorship data. Small tweaks; removed unnecessary comments. 2010-08-16 20:06:44 +00:00
rjy7
227bdb81d4 NIHVIVO-741 Refactor addAuthorForm javascript to use data attached to objects rather than DOM elements and spans to store authorship data. 2010-08-16 19:48:06 +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
jeb228
fbed267176 NIHVIVO-222 Allow the user to ignore entire suites using the ignored_tests file. 2010-08-16 18:15:28 +00:00
cdtank
765190c5f5 1. google does not like me so decided to screw the sparkline dimensions a day before the conference. So had to change the code with new dimensions. This is (hopefully) just a stop-gap solution. Will file a bug with the Google Vis API later on. Thanks to Nick & Micah for working on this. 2010-08-10 20:57:52 +00:00
ejc12
f5b0931406 Holly is still having problems with this one...many need some help... 2010-08-10 18:52:34 +00:00
ejc12
e641154fbf Holly is still tweaking the test cases for non-person things... 2010-08-10 15:48:54 +00:00
rjy7
6184900c85 NIHVIVO-738 Call reorder after removing an author from the list, to eliminate gaps in ranking 2010-08-09 19:30:38 +00:00
ejc12
a4d0015cff 2010-08-09 18:52:15 +00:00
ejc12
58f1d8f147 Holly is creating more non-person test cases. 2010-08-09 18:51:54 +00:00
ejc12
f932aa0279 Holly is still trying to get repair mode testing to run smoothly. 2010-08-09 18:51:03 +00:00