hjkhjk54
|
5b73abf962
|
adding debugging to edit mode utils
|
2011-12-02 22:24:50 +00:00 |
|
j2blake
|
704e317686
|
fix spelling error
|
2011-12-02 21:29:25 +00:00 |
|
brianjlowe
|
eee41106a1
|
NIHVIVO-3396 removed code related to individualSortField
|
2011-12-02 21:12:13 +00:00 |
|
brianjlowe
|
a09a99c597
|
NIHVIVO-3399 fixed bugs in label handling in ApplicationDaoJena
|
2011-12-02 20:14:50 +00:00 |
|
hjkhjk54
|
5d7f8486b8
|
Updates for NIHVIVO-3406 and NIHVIVO-3408 - the Vitro NewIndividualFormGenerator needed to be updated to add label to the set of fields (the code for creating the field was there but it wasn't assigned to the edit configuration object) and the freemarker template needed to be updated to include the correct name/id for the label field
|
2011-12-02 20:11:22 +00:00 |
|
briancaruso
|
3502db6219
|
Removing conversion of ISO-8859 to UTF-8 in VitroRequest because this is now handled by the URIEncoding on the Connector in server.xml. NIHVIVO-3277 NIHVIVO-3410
|
2011-12-02 18:47:57 +00:00 |
|
briancaruso
|
d4e2ea9ebc
|
Change to EditN3Generator that will effect how all null and empty values get substituted into N3 on front end edits. NIHVIVO-3400
|
2011-12-02 18:09:35 +00:00 |
|
hjkhjk54
|
c833f5d76c
|
updates for not having entire edit template within read only wrapper as that was causing errors but only the object property information
|
2011-12-02 18:03:28 +00:00 |
|
hjkhjk54
|
fa92f36b52
|
Updating to allow for deletion to use object property statement template model for all the list-view inclusions, and to wrap the edit configuration template model in a read only bean wrapper which allows accessing methods that require parameters. Also updating to allow menu management switching to use DirectResponseValues instead of regular Redirect, which will not do additional processing for the context path, etc.
|
2011-12-02 17:18:06 +00:00 |
|
j2blake
|
de14c86bed
|
Rename "EditIndividual" requested action to the more specific "DoBackEndEditing".
|
2011-12-02 16:35:47 +00:00 |
|
j2blake
|
b88d1d8743
|
NIHVIVO-3398 Protect the N3 editing controllers, so they can only be accessed if you are logged in.
|
2011-12-02 16:32:41 +00:00 |
|
hjkhjk54
|
899ad4a8c0
|
Updates to help with debugging etc. and some new code in the reorder controller.
|
2011-12-02 15:05:26 +00:00 |
|
j2blake
|
7ab253eb94
|
NIHVIVO-3393 Fix an error that I made in NIHVIVO-3311. Include the % as a valid character in a URL
|
2011-12-01 21:21:32 +00:00 |
|
hjkhjk54
|
535f07ceaa
|
updates to forms to include prepare for update within generators instead of in edit request dispatch controller which was overriding default add new individual form's functionality in case of creating a new object to replace an existing one
|
2011-12-01 21:08:14 +00:00 |
|
hjkhjk54
|
5e89e6f4ff
|
updates for switching to menu edit mode and sorting options list
|
2011-12-01 19:44:45 +00:00 |
|
briancaruso
|
59716efb7e
|
Adding ability for an EditConfiguration to specify a redirect instead of a form. NIHVIVO-3369
|
2011-12-01 19:14:10 +00:00 |
|
brianjlowe
|
5806bf699c
|
removed debugging log message from JenaModelUtils
|
2011-12-01 15:27:42 +00:00 |
|
brianjlowe
|
e1c6ea5bcc
|
return RDF/XML in lieu of suitable HTML representation for ontology classes and properties
|
2011-12-01 14:47:46 +00:00 |
|
brianjlowe
|
d82f7a118f
|
NIHVIVO-3377 ensure owl:Ontology resource is included in export when exported ontology uses a hash namespace
|
2011-12-01 14:46:50 +00:00 |
|
j2blake
|
f6b3562bc6
|
NIHVIVO-3311 Provide a way to get URLs from the ObjectPropertyStatmentTemplateModel without them being stepped on by AntiSamy.
|
2011-11-30 21:46:23 +00:00 |
|
hjkhjk54
|
e99114ce44
|
Updates to include addSparqlForAdditionalUrisInScope and addSparqlForAdditionalLiteralsInScope and also updated addSparqlForExistingLiteral (as it wasn't setting the map created if map did not exist).
|
2011-11-30 21:45:59 +00:00 |
|
briancaruso
|
89e55aafde
|
fixing error messages for some ingest servlets. NIHVIVO-3375
|
2011-11-30 21:11:56 +00:00 |
|
hjkhjk54
|
49b12e06ff
|
updating reference to edit request dispatch.jsp to be /editRequestDispatch for the new controller
|
2011-11-30 19:50:18 +00:00 |
|
hjkhjk54
|
697312b608
|
updates for replacing editRequestDispatch.jsp with editRequestDispatch
|
2011-11-30 18:40:39 +00:00 |
|
briancaruso
|
a990f44ffc
|
Setting up DefaultDataPropertyForm to handle empty strings NIHVIVO-3353 VITRO-432
|
2011-11-30 17:12:34 +00:00 |
|
briancaruso
|
7217d65ad7
|
Adding comment to EditConfigurationVTwo
|
2011-11-29 21:42:32 +00:00 |
|
briancaruso
|
dfb55ff619
|
Change to comments of PostEditCleanupController.
|
2011-11-29 21:42:10 +00:00 |
|
briancaruso
|
cc2fc9b01a
|
Change to PagedSearchController so that it doesn't lower case query.
|
2011-11-29 21:41:19 +00:00 |
|
hjkhjk54
|
1fd2d3198f
|
updating error message to debug instead for NIHVIVO-3366
|
2011-11-29 20:11:42 +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 |
|
brianjlowe
|
c1c494a1cd
|
minor tweak to error logging in RDFUploadController
|
2011-11-28 22:00:33 +00:00 |
|
hjkhjk54
|
dc35ee1708
|
uncommented a few lines in the jsp to generator mapping for additional mappings
|
2011-11-28 20:55:48 +00:00 |
|
j2blake
|
27e3a840eb
|
NIHVIVO-3340 Correct the position of the test for null vclass.
|
2011-11-28 17:45:00 +00:00 |
|
j2blake
|
67251e55eb
|
No longer used.
|
2011-11-28 17:00:10 +00:00 |
|
stellamit
|
a3b947d2f7
|
NIHVIVO-3350 (missing tbox inferences)
|
2011-11-28 16:44:23 +00:00 |
|
j2blake
|
80c1dc9a11
|
Remove the "update" option from the SearchIndex page. Show improved status including records completed and expected completion time.
|
2011-11-25 20:01:04 +00:00 |
|
j2blake
|
89f753a728
|
Improve thread-safety in IndexWorkerThread counter. Add a "to-do" count. Make both counts publicly accessible.
|
2011-11-25 18:48:21 +00:00 |
|
j2blake
|
5bd41ef88a
|
Tweak the messages in the smoke test that checks the connection to Solr.
|
2011-11-25 17:41:23 +00:00 |
|
hjkhjk54
|
69e9c7f261
|
updates to submission including addition of uris/literals to form to support dynamic field addition such as in add associated concept
|
2011-11-23 22:07:25 +00:00 |
|
j2blake
|
6aec52dc1d
|
Create a smoke test to check the connection to Solr.
|
2011-11-23 21:53:53 +00:00 |
|
j2blake
|
1c2b7f64d0
|
Clear up some error detection logic and error messages.
|
2011-11-23 21:53:17 +00:00 |
|
j2blake
|
350faa50fa
|
Make StartupStatus thread-safe, so we can add items at any time.
|
2011-11-23 20:10:53 +00:00 |
|
brianjlowe
|
7439e02964
|
NIHVIVO-3355 change to log level in FormUtils; minor modifications to backend forms
|
2011-11-23 19:34:57 +00:00 |
|
brianjlowe
|
8822dc51ff
|
NIHVIVO-3352 improvements to validation in backend editing forms
|
2011-11-23 17:11:27 +00:00 |
|
j2blake
|
4a29dde5e6
|
NIHVIVO-3348 Editors/Curators should not see the "Manage Proxies" link on the Site Admin page.
|
2011-11-22 22:20:07 +00:00 |
|
j2blake
|
d4adfa2210
|
NIHVIVO-3345 test "cause" properly to eliminate extraneous bullets ("cause" might be an empty string). Show the application name in "____ detected a fatal error" instead of hardcoded VIVO. Restore the "Continue" link if only warnings are present.
|
2011-11-22 22:10:46 +00:00 |
|
j2blake
|
a01c0fc74c
|
NIHVIVO-3343 Distinguish between Self-editors and Proxy-self-editors by the class of their identifiers, not by an option on the identifier. Only true self-editors get a "My Profile" link.
|
2011-11-22 18:32:54 +00:00 |
|
brianjlowe
|
643dcb224e
|
updated example sparql query using new default prefix
|
2011-11-22 17:36:47 +00:00 |
|
hjkhjk54
|
496e225889
|
Updates to include additional parameters for redirect url (earlier, used getPath which did not consider parameters as already existing whereas addParams check to see whether parameters already exist or not)
|
2011-11-21 21:23:23 +00:00 |
|
brianjlowe
|
c8c801a6ce
|
NIHVIVO-3196 suppression of additional unnecessary log messages related to connection timeout and associated improvements
|
2011-11-21 19:32:14 +00:00 |
|