Commit graph

478 commits

Author SHA1 Message Date
jeb228
28d5c6e672 Fix the licensing information on cropImage.js and validateUpload.js 2010-07-01 20:11:36 +00:00
mb863
4917c10024 added js for validating upload photo form. Users must select a photo before hitting the Upload Photo button. 2010-07-01 20:10:29 +00:00
mb863
e50507efee added validation for uploading a photo. Users must select a photo before they hit the upload button. 2010-07-01 19:10:34 +00:00
mb863
98b71db1f4 Added script to reduce original image size to fit in page layout 2010-07-01 18:48:35 +00:00
rjy7
194d7cdb81 NIHVIVO-646 Drag-and-drop author reordering 2010-07-01 18:27:06 +00:00
rjy7
962e1927ae minor text change 2010-07-01 18:19:30 +00:00
jeb228
15bcf62f7f NIHVIVO-161 Tweak the javascript and the arithmetic for cropping the image. 2010-07-01 15:54:31 +00:00
rjy7
61714819b0 NIHVIVO-161 Minor Javascript refactoring. 2010-07-01 14:35:53 +00:00
rjy7
b1a35f1588 NIHVIVO-161 Transfer thumbnail preview coordinates to hidden form fields to be received by the controller. 2010-07-01 14:20:18 +00:00
jeb228
ebba9909fb NIHVIVO-161 Make image height and width available to the cropping template. 2010-07-01 13:34:50 +00:00
jrm424
515a7bf687 fixes dealing with non-standard contype. all of these are mapped to 'ai:Intellcont' now 2010-06-30 20:35:54 +00:00
rjy7
167e3c9611 Minor cosmetic changes. 2010-06-30 20:33:24 +00:00
rjy7
681cc62c21 Move image cropping js out of template into separate js file. Use existing jquery.js rather than the one included with jcrop. 2010-06-30 20:30:06 +00:00
jeb228
643ed3d53f NIHVIVO-161 Tweak the interface for displaying a system error. 2010-06-30 18:42:09 +00:00
jeb228
7b3b9d27e8 NIHVIVO-161 Don't show "main image" as an object propety in the editing list. 2010-06-30 18:39:35 +00:00
jeb228
ceb1bb2af9 NIHVIVO-161 Remove obsolete files from previous implementation. 2010-06-30 18:12:49 +00:00
jeb228
0b83d8b681 NIHVIVO-161 Refine the controller so we can forward to other locations. 2010-06-30 18:02:42 +00:00
rjy7
a0169e34d4 NIHVIVO-646 Improved the name query for autocomplete 2010-06-30 15:25:30 +00:00
jrm424
10526cba05 fix uris ai and default 2010-06-30 14:24:37 +00:00
jeb228
020c60d9eb NIHVIVO-161 First cut at Image Upload 2010-06-30 13:44:33 +00:00
rjy7
0a649cf023 Add license text 2010-06-30 12:54:40 +00:00
jrm424
cb7cb8dd5c collected vivo xsl functions into one file, added intellcont rdf generation and adjusted journal articles 2010-06-30 12:40:57 +00:00
jeb228
7ae2136362 NIHVIVO-161 First cut at the controller. 2010-06-30 12:37:00 +00:00
jrm424
0a572e5620 updated and expanded rdf generation for intell conts 2010-06-30 12:31:48 +00:00
jeb228
2db11824f3 NIHVIVO-161 Adjust the size of the thumbnail, and the hover text. 2010-06-29 21:37:13 +00:00
jeb228
2455ec0dfb NIHVIVO-161 Tweaks LinkStruct so the image links can have a CSS class that is different from the displayed text. 2010-06-29 21:36:31 +00:00
jeb228
a39d277ca1 NIHVIVO-161 Tweaks to guard against null arguments. Add removeThumbnail() method. 2010-06-29 21:26:19 +00:00
jeb228
54ccd08923 Dampen the logging of some classes. 2010-06-29 20:01:33 +00:00
jeb228
79f7c2e490 Bug fix -- this was only parsing the parameters that were in the POST body -- not the ones in the URL itself. 2010-06-29 20:00:41 +00:00
jeb228
2b858d55e4 Add a debugging statement 2010-06-29 19:58:49 +00:00
rjy7
fd0df8b281 NIHVIVO-646 Autocomplete, remove author functionality 2010-06-29 16:15:49 +00:00
jeb228
0f6fd1b39a If the default namepace is not correct for linked data, log a warning instead of throwing an exception. 2010-06-28 19:36:49 +00:00
rjy7
12a79ea928 Remove unwanted template code 2010-06-28 14:37:32 +00:00
rjy7
7d323d8cbd NIHVIVO-646 Tweaks to autocomplete on add authors to pub form 2010-06-28 14:37:05 +00:00
bdc34
31a4df9228 Adding unstemmed name to lucene index. 2010-06-25 22:16:41 +00:00
rjy7
daeca56691 NIHVIVO-646 Fixes to autocomplete and form view after returning from invalid submission 2010-06-25 22:10:20 +00:00
jeb228
8dc823f663 NIHVIVO-161 Change how the Individual page shows images, editable or non-editable; for Persons or non-Persons, in accordance with the wireframes. 2010-06-25 21:19:39 +00:00
bdc34
bf0d9bdb08 Adding unstemmed name to lucene index. 2010-06-25 21:18:49 +00:00
jeb228
574ab33643 NIHVIVO-161 Add Individual.isVClass() method, with implementations. 2010-06-25 21:18:25 +00:00
bdc34
b75f482e34 Minor refactoring of lucene search. 2010-06-25 20:40:53 +00:00
bdc34
10f7145cc0 Adding inferred types to lucene index. 2010-06-25 20:39:54 +00:00
bdc34
6b634ea266 Removing unused class VitroQueryParser. 2010-06-25 20:12:53 +00:00
bdc34
ab3acde2c4 Removing unused class VitroQueryParser. 2010-06-25 20:11:46 +00:00
bdc34
b6d0c61e86 Removing union graph from application graph. Adding new field nameUnstemmed to lucene index. Minor refactoring of lucene objects. 2010-06-25 20:05:05 +00:00
rjy7
444d37bd5a NIHVIVO-646 Reimplement uri filtering in AutoCompleteController so it's part of the query, instead of removing from query results afterward 2010-06-25 19:13:45 +00:00
bdc34
cad57c2c88 Filtering out properties and classes from full text search NIHVIVO-643 2010-06-25 18:20:53 +00:00
bdc34
66134154f8 Filtering out properties and classes from full text search NIHVIVO-643 2010-06-25 17:46:54 +00:00
rjy7
df683191cf Changed template variable stylesheetDir to themeStylesheetDir for clarity. Added examples of how to add a script from a body template. Pass themedir to ScriptList object. 2010-06-25 17:44:50 +00:00
bdc34
2ada3b7c35 Removed EntityChangeListener, it was no longer in use. Moved ModelListener registration from JenaDatasourceSetup to LuceneSetup. NIHVIVO-643 2010-06-25 15:59:04 +00:00
rjy7
3527b1c948 NIHVIVO-658 Handle body changing page title in FreeMarker controllers. Modifications to dump directives. 2010-06-25 15:30:31 +00:00