Commit graph

877 commits

Author SHA1 Message Date
rjy7
33d5023f3d 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:29 +00:00
ass92
05a69a4c30 code for file download added. 2010-07-14 21:03:58 +00:00
jeb228
4246a4385c NIHVIVO-785 When the main image is uploaded, it is stored in the session, not on the Individual, until the thumbnail is cropped -- then both the main image and the thumbnail are stored on the Individual. 2010-07-14 20:28:29 +00:00
ass92
b4ed9e4b31 NIHVIVO-28 Rename resource utility added 2010-07-14 19:38:56 +00:00
cdtank
6a5194d677 1. Made changes so that for people who have 0 known publications sparkline vis is not generated at all for their profile page. 2010-07-14 19:30:06 +00:00
bjl23
68533c7bd3 hiding classes from index for NIHVIVO-642 2010-07-14 17:22:24 +00:00
bjl23
f5e9df1a08 fix for NIHVIVO-794 2010-07-14 16:19:17 +00:00
bdc34
d0a42181bf author and publication links cannot be deleted from the authorship node
authorship node will not offer an add link for author or pub 
NIHVIVO-739
2010-07-14 15:56:38 +00:00
jeb228
9bd5a500e2 Reduce logging clutter at startup. 2010-07-14 15:49:36 +00:00
rjy7
1cb7a1f071 Minor tweak to code that looks for development build in configuration properties 2010-07-14 15:06:05 +00:00
rjy7
60b8d453a5 Lowercase query string in autocomplete untokenized name query 2010-07-14 14:37:48 +00:00
jeb228
a1cd3cef34 NIHVIVO-721 Rebuild the search index every time the server starts. 2010-07-14 14:32:22 +00:00
mb863
a5f51c51e9 NIHVIVO-364: Improved error message when an administrator doesn't provide a contact email address 2010-07-14 13:58:29 +00:00
jeb228
46aed7047c NIHVIVO-772 entityBasic.jsp will use imageUploadUtils.js instead of confirmPhotoDeletion.js. Modify PropertyEditLinks.java so only the thumbnail delete link will have the "thumbnail" class. 2010-07-14 13:45:35 +00:00
ass92
8a299c67a0 code modification for permanent uri tool. 2010-07-14 12:55:00 +00:00
jeb228
0e721dcb22 NIHVIVO-721 Make indenting consistent. Standardize error logging. 2010-07-13 20:52:23 +00:00
jeb228
44df1e5008 NIHVIVO-721 Remove compiler warnings. 2010-07-13 20:41:37 +00:00
jeb228
4c6036bcb1 NIHVIVO-793 put INFO level messages in the log when the Index rebuild starts and when it completes. 2010-07-13 20:36:19 +00:00
jeb228
868ecf5310 NIHVIVO-161 - Bug fix: check the dimensions on the current image, not on a previous one. 2010-07-13 19:46:57 +00:00
ass92
ef86bd7875 code corrections for Permanent URI and merge individual method. 2010-07-13 19:18:52 +00:00
bjl23
a4438d4007 resolves NIHVIVO-795 bug 2010-07-13 19:01:51 +00:00
jeb228
6f663d2d81 More explicit error messages. 2010-07-13 18:58:32 +00:00
bjl23
691feaee81 resolves NIHVIVO-711 re: DAO factory methods on VitroHttpServlet 2010-07-13 18:30:08 +00:00
rjy7
0f93083a66 NIHVIVO-774 Fine-tune tokenized autocomplete query to get desired results 2010-07-13 17:47:34 +00:00
jeb228
ec15ba5a49 NIHVIVO-161 - Test that the image to be uploaded is at least as large as the thumbnail will be. 2010-07-13 16:11:21 +00:00
jeb228
ff85d8f91c NIHVIVO-161 - Bug fix: on exit, distinguish between relative URLs and absolute URLs. 2010-07-13 15:42:26 +00:00
ass92
164946a8cf NIHVIVO-330 code added for tool to merge individuals 2010-07-13 15:28:17 +00:00
jeb228
0b02cc5fbb NIHVIVO-161 - If the user cancels the process, return them to the page they were viewing when they started. 2010-07-13 15:23:28 +00:00
mb863
703a812cd5 NIHVIVO-577: Improved error message copy 2010-07-13 14:42:07 +00:00
rjy7
d653cc8744 NIHVIVO-776 Allow any logged in user to access SparqlQueryServlet, because the servlet is requested via Ajax from custom forms. 2010-07-13 14:35:32 +00:00
jeb228
b0e72fb0e9 NIHVIVO-161 - If the user tries to upload a file that is too large, return a friendly error message. 2010-07-13 14:26:28 +00:00
jeb228
6cffc40c33 NIHVIVO-161 - Improve the exception handling for files that exceed the maximum size. 2010-07-13 14:25:54 +00:00
nac26
011da5a7af Updated MIN_PASSWORD_LENGTH (6) and MAX_PASSWORD_LENGTH (12) to coincide with what's currently enforced on the "backend" when creating user accounts NIHVIVO-227 NIHVIVO-784 2010-07-13 14:06:34 +00:00
nac26
bb08bef23f Add focus on email or new password fields. Also updated validation message for password length when creating a new password NIHVIVO-227 2010-07-13 14:03:24 +00:00
ass92
4b2da00daf NIHVIVO-3 code for getUnusedURI in permanent URI tool updated. 2010-07-13 12:31:50 +00:00
cdtank
1ff00fa92f 1. Code cleanup
2. Made changes so that images in IE show up properly & scale properly.
2010-07-12 20:27:02 +00:00
bdc34
362ddc8371 Fixing VivoListener exception at tomcat startup. 2010-07-12 19:33:52 +00:00
bjl23
2b537937be restricting TBox annotations updates to rdfs and vitro namespaces 2010-07-12 19:14:38 +00:00
bdc34
83e3379592 Changing message of IndexController to reflect that index rebuild happens in a different thread. 2010-07-12 18:58:34 +00:00
bdc34
e05cc6e041 Adding feedback from search IndexController instead of a blank screen, so user knows when indexing is finished. NIHVIVO-783 2010-07-12 18:49:32 +00:00
bjl23
a85683d99b some smush improvements 2010-07-12 18:17:03 +00:00
bjl23
eafbc664c2 minor improvement related to NIHVIVO-393 2010-07-12 17:37:53 +00:00
bjl23
b451ccc184 should fix the cause of NIHVIVO-393 2010-07-12 17:33:36 +00:00
bdc34
0e0b32837c Change to EditSubmission for blank URIs of new resources
Adding post edit redirect for addPublicationToAuthor.jsp
2010-07-12 16:10:14 +00:00
rjy7
ade800e2d4 NIHVIVO-747 Apply client-side autocomplete filtering to add authors form 2010-07-12 16:07:58 +00:00
rjy7
880a54c7f4 NIHVIVO-779 Modify autocomplete controller to do tokenized or untokenized index. Autocomplete on add authors form uses untokenized index. 2010-07-12 15:08:33 +00:00
rjy7
cc59f54794 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:34 +00:00
sjm222
15ca4bae76 don't call the miscellaneousReplacements method for the 1.0 to 1.1 upgrade, that was a one-time operation for 0.9 to 1.0 (for the "about" text) 2010-07-12 01:45:39 +00:00
sjm222
42b0b79377 miscellaneous small updates made while testing the 1.0 to 1.1 upgrade process. 2010-07-12 01:41:44 +00:00
bdc34
4241506730 Added nameunanalized field to lucene index. 2010-07-11 23:37:46 +00:00