Commit graph

126 commits

Author SHA1 Message Date
hjkhjk54
90d822c6b5 removed output statements 2011-07-01 21:45:01 +00:00
hjkhjk54
263cca2727 Creating new versions that can handle multi-valued parameters for Edit Configuration and n3 editing 2011-07-01 21:43:59 +00:00
tworrall
0909c97b36 standardized capitalization on submit buttons 2011-06-16 17:14:59 +00:00
j2blake
ec690dd31f Create the admin/showAuth page to replace admin/showids.jsp, edit/selfeditcheck.jsp and admin/checkblacklist.jsp 2011-06-05 23:38:33 +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
452510b1a4 NIHVIVO-2279 Comment out most of the code until we can re-work the functionality, so it doesn't break the pre-compile build on Hudson. 2011-06-03 15:56:51 +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
j2blake
8fcb6a5fe5 VIVO-304 clean up old login-related files. 2011-05-17 18:11:34 +00:00
j2blake
54944917ac Remove inappropriate references to LoginStatusBean from JSPs. 2011-05-13 19:18:32 +00:00
briancaruso
4144046559 Refactoring the N3 editing to reorganize packages 2011-05-12 16:02:37 +00:00
j2blake
44f4189767 NIHVIVO-1420 Get rid of VitroRequestPrep.isSelfEditing() and use other, more meaningful methods instead. 2011-05-11 19:24:00 +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
j2blake
483e5b7bc9 Add missing import. 2011-04-22 18:26:56 +00:00
j2blake
aab03c38d3 PropertyEditLink is gone -- remove references to it. 2011-04-22 18:18:29 +00:00
briancaruso
835ffa3481 Working on removing portal filtering code NIHVIVO-2320 and moving processRdfForm2.jsp to java 2011-04-06 15:41:52 +00:00
ryounes
8c988d8485 NIHVIVO-2452 Remove more unused code from former front end vitro namespace property editing 2011-04-05 20:34:17 +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
cappadona
b5bfd92888 NIHVIVO-1899 Removed thickbox jquery plugin from project as it's no longer used. 2011-03-18 14:16:56 +00:00
ryounes
c6babda169 Changed a System.out to a log.debug, and removed unused code. 2011-03-17 21:33:54 +00:00
jeb228
4552f2182b Fix a compile error introduced by r.7579 2011-03-14 16:01:47 +00:00
bdc34
a5537f6411 Fixing JSP compile error. 2011-03-14 15:47:11 +00:00
rjy7
c892741970 Fixed calls from jsps to EditN3Utils.getEditorUri. Broken in r7579. 2011-03-11 21:39:50 +00:00
jeb228
1c9b125800 NIHVIVO-2211 Clean up the logic in ServletPolicyList and the classes that call it. 2011-03-09 21:49:38 +00:00
tlw72
b162de36d2 NIHVIVO:2233: minor cleanup up in defaultObjPropForm layout 2011-03-09 18:52:39 +00:00
jeb228
88d4b79db0 Fix import statement to comply with the change in r.6567 2011-03-08 20:31:47 +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
rjy7
5ea215f7e1 NIHVIVO-1322 Separated IndividualTemplateModel into two classes, one for profile page and one for listing individuals in the context of search, browse, menupages, etc. The needs of the two cases are quite different. 2011-01-13 15:09:27 +00:00
rjy7
00691d1d40 NIHVIVO-1332 Editing link for rdfs:label 2011-01-13 00:38:26 +00:00
rjy7
50edcb5bbf NIHVIVO-1332 Editing link for rdfs:label 2011-01-12 23:52:33 +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