Commit graph

87 commits

Author SHA1 Message Date
manolobevia
2214336f65 NIHVIVO-3530: Removed custom forms jsp files from VITRO 2012-01-09 20:51:39 +00:00
j2blake
94a2d9327c NIHVIVO-3523 Oops. Some of the JSPs were using those RequestedAction classes that I converted to SimplePermissions. 2011-12-21 23:02:31 +00:00
hjkhjk54
a109868f34 Updates for NIHVIVO-3354 (default add missing individual and substitution of empty strings in object variables). Also updating edit request dispatch to forward to new edit dispatch controller before any additional processing in case the "oldEdit" parameter is not passed. Also removing mayEditAs.jsp. 2011-11-29 16:35:05 +00:00
briancaruso
363f5a6d2a Fixing error in old JSP 2011-11-16 15:07:44 +00:00
brianjlowe
3dbd67d5c2 removed imports of obsolete classes from JSP 2011-11-15 20:42:50 +00:00
briancaruso
d3fc45f2c6 adding jsp to generator map so all old jsp will now redirect to generators 2011-11-14 21:28:31 +00:00
hjkhjk54
591af24749 Updates for n3 editing and freemarker conversion. Also fixing propDelete.jsp's reference to freemarker configuration loading to include correct method call. 2011-10-11 15:49:19 +00:00
ryounes
3cbc60d357 NIHVIVO-2164 Fix jsp compile errors in propDelete.jsp. Some refactoring. 2011-08-11 15:36:28 +00:00
briancaruso
ff9b53ec9e Fixing compile error in defaultObjPropForm.jsp 2011-07-13 17:02:20 +00:00
ryounes
6083deeaf7 NIHVIVO-2775 Remove Lucene controllers, libraries, and all references to Lucene throughout the code. 2011-07-13 15:19:52 +00:00
ryounes
bebc08fb8b NIHVIVO-707 Set hidden rank field value based on existing webpage ranks 2011-07-11 18:26:25 +00:00
ryounes
89fb16caf7 NIHVIVO-707 Initial work on migrating custom form from vitro link properties to core:webpage 2011-07-07 21:23:49 +00:00
tworrall
0909c97b36 standardized capitalization on submit buttons 2011-06-16 17:14:59 +00:00
ryounes
fb67a5de19 NIHVIVO-2466 Fix rdfsLabelForm so correct label is offered for editing for an individual with multiple labels 2011-06-03 21:44:15 +00:00
j2blake
845283e4e8 Remove unused imports. 2011-06-02 21:46:12 +00:00
cappadona
5dd938a4a0 NIHVIVO-2306 Added newIndividualForm.jsp and removed all references to vivo and vivo ontology within. 2011-05-27 17:12:02 +00:00
briancaruso
4144046559 Refactoring the N3 editing to reorganize packages 2011-05-12 16:02:37 +00:00
brianjlowe
eb00f1cd43 Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248 2011-05-03 19:01:15 +00:00
j2blake
5610249bbc NIHVIVO-2492 convert JSPs from <vitro:requiresAuthorizationFor> and <vitro:confirmLoginStatus> to <vitro:confirmAuthorization> 2011-04-27 20:20:25 +00:00
j2blake
6edca01dd8 NIHVIVO-2492 Delete obsolete JSPs that reference old authorization mechanisms. 2011-04-27 16:28:19 +00:00
ryounes
e7e9507d58 NIHVIVO-2540 Fixed compile errors in 3 jsps. 2011-04-25 17:27:05 +00:00
ryounes
3610974111 NIHVIVO-2452 Remove general process for front-end vitro namespace property editing, and handle rdfs:label as the only exception. 2011-04-05 20:18:11 +00:00
ryounes
dbeceda47c Remove StringUtils class and use org.apache.commons.lang.StringUtils instead. 2011-04-05 16:58:27 +00:00
tworrall
ca1aea20dc NIHVIVO-2233: updating button text 2011-03-29 17:53:06 +00:00
ryounes
c4d0143b49 NIHVIVO-2325 Display core:hasPreseneterRole date as non-interval 2011-03-28 22:25:07 +00:00
ryounes
1e16db9c0c NIHVIVO-2413 Fixed datetime interval validation in forms; had been broken by a change to the name fields. Removed unneeded page imports from jsps. 2011-03-25 22:01:52 +00:00
ryounes
4f003dc668 NIHVIVO-2309 Fix propStatement-educationalTraining.ftl to handle coming from propDelete, where individual is not defined in the data model 2011-03-24 21:22:24 +00:00
jeb228
4552f2182b Fix a compile error introduced by r.7579 2011-03-14 16:01:47 +00:00
rjy7
c892741970 Fixed calls from jsps to EditN3Utils.getEditorUri. Broken in r7579. 2011-03-11 21:39:50 +00:00
tlw72
b162de36d2 NIHVIVO:2233: minor cleanup up in defaultObjPropForm layout 2011-03-09 18:52:39 +00:00
jeb228
15e815d949 NIHVIVO-2211 Replace ServletIdentifierBundleFactory with ActiveIdentifierBundleFactories and RequestIdentifiers. 2011-03-08 17:42:26 +00:00
jeb228
2f434083e9 NIHVIVO-2151 simpleFileUpload.jsp is obsolete and not used. 2011-02-22 21:24:49 +00:00
rjy7
dae5369232 NIHVIVO-1629 Upgrade jQuery to version 1.5. NIHVIVO-2153 Change datetime fieldnames to use hyphen rather than period, since the latter generates errors in jQuery 1.5 and is not a valid CSS selector. 2011-02-21 16:09:40 +00:00
nac26
4157612f57 NIHVIVO-2016 Removed customFormWithAutocomplete css and js from dateTimeValue and dateTimeInterval custom forms. Was causing the submit button to be hidden on page load. 2011-02-04 21:23:25 +00:00
rjy7
9caa5c437c Fix comments 2011-02-01 23:58:08 +00:00
rjy7
d671cc9716 NIHVIVO-1853 Display statement in object property deletion form 2011-02-01 23:54:41 +00:00
bdc34
6170cd2f1f Fixing compile error in defaultObjPropForm.jsp 2011-01-26 14:41:01 +00:00
nac26
1f2edcc622 NIHVIVO-1820 Updated precision to full (Second) and requiredLevel to none for dateTimeInterval dateTimeValue custom forms. NIHVIVO-1855, NIHVIVO-1829 Corrected submit button text for dateTimeIntervalForm.jsp 2011-01-21 20:18:05 +00:00
bdc34
ee844c9f3d dateTimeIntervalForm and dateTimeValueForm now display full year. 2011-01-20 22:50:43 +00:00
bdc34
6fe1b3c1ab Adding custom form for editing a data time value NIHVIVO-1662 2011-01-19 17:40:33 +00:00
bdc34
f6632d6f70 Adding custom form for editing a data time value NIHVIVO-1662 2011-01-19 17:35:22 +00:00
bdc34
a91f571868 Adding a rough draft of the date time with precision form. NIHVIVO-1662 2011-01-11 20:40:54 +00:00
nac26
c5e740efa2 NIHVIVO-1372 In search of the elusive page title holy grail. Set title on defaultAddMissingIndividual and addMissingWithMonikerAndLink to "Edit" 2011-01-04 00:47:17 +00:00
bdc34
c94d82e6e2 Working on dateTime with precision NIHVIVO-295 2010-12-22 22:34:47 +00:00
mb863
6344101e5f NIHVIVO-1238: Ongoing css work. 2010-12-10 20:25:21 +00:00
bdc34
0b2dc61fbe Working on custom forms in freemarker. 2010-11-17 17:40:04 +00:00
jeb228
66559f58ab NIHVIVO-736 Modify JSPs to use the <vitro:confirmLoginStatus> custom JSP tag. 2010-10-14 19:10:21 +00:00
jeb228
4dbf19c9c0 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 14:17:50 +00:00
bjl23
7e46f1ed02 merging picklist optimizations back into trunk 2010-09-16 19:28:34 +00:00
nac26
cc0aab3814 merging from nihvivo-rel-1.1-maint branch: removing "new" from form headings in attempt to minimize user confusion NIHVIVO-1012 2010-07-26 21:12:40 +00:00