j2blake
|
c800d0c877
|
Read to a stream instead of a String, to remove a warning message.
|
2011-12-07 21:43:42 +00:00 |
|
brianjlowe
|
46a1fa669b
|
minor source formatting tweaks
|
2011-12-07 19:45:17 +00:00 |
|
brianjlowe
|
ae85e5c648
|
NIHVIVO-3440 rework of db connection management for VitroJenaSDBModelMaker
|
2011-12-07 18:48:47 +00:00 |
|
hjkhjk54
|
989f0d9f97
|
updates to help with autocomplete
|
2011-12-07 14:42:10 +00:00 |
|
j2blake
|
5a24f48c15
|
rephrase "estimated" time.
|
2011-12-06 22:05:34 +00:00 |
|
hjkhjk54
|
750d77c31c
|
moving auto complete forms to VIVO b/c rely on autocomplete javascript that exists in VIVO
|
2011-12-06 18:46:41 +00:00 |
|
tworrall
|
ba94069ac5
|
delete button wasn't showing up on default form for collaborators
|
2011-12-06 17:45:41 +00:00 |
|
briancaruso
|
12fbb1a984
|
Adding debug message on predicate skip in EditRquestDispatchController
|
2011-12-06 16:28:37 +00:00 |
|
hjkhjk54
|
78607710de
|
handling the case where list of literals include nulls (this happens for date/time literals when the field is not filled in)
|
2011-12-06 16:17:37 +00:00 |
|
briancaruso
|
36a99486f6
|
Adding anti XSS NIHVIVO-3379
|
2011-12-05 22:08:04 +00:00 |
|
hjkhjk54
|
dac5d91478
|
updating to ensure default namespace is null (to be consistent with the vivo version and the other calls where null denotes default namespace for the edit configuration)
|
2011-12-05 21:51:01 +00:00 |
|
hjkhjk54
|
48c8a73613
|
committing beginnings of autocomplete form and changes
|
2011-12-05 21:35:39 +00:00 |
|
hjkhjk54
|
d1b17c75d1
|
updates to enable delete to work even if no statement information is being passed in the parameters
|
2011-12-05 21:27:14 +00:00 |
|
brianjlowe
|
7d91949ebe
|
removed duplicated code from JenaCsv2RdfController.java
|
2011-12-05 20:52:27 +00:00 |
|
brianjlowe
|
2929e3228c
|
NIHVIVO-3435 re-setting processImports(false)
|
2011-12-05 20:36:39 +00:00 |
|
brianjlowe
|
672d9e6457
|
NIHVIVO-3432 refactor access to model makers in ingest tools
|
2011-12-05 20:13:37 +00:00 |
|
hjkhjk54
|
820cf314b5
|
updates to date time interval forms to get edit mode based not on front end editing utils but whether or not object uri present, also updated primitive rdf edit to enable concept page to remove relationships inspite of vivo policy's restriction on "delete" actions on those properties
|
2011-12-05 19:21:38 +00:00 |
|
brianjlowe
|
654f5b6efb
|
NIHVIVO-3428 removed sort fields from object property editing form
|
2011-12-05 16:38:53 +00:00 |
|
manolobevia
|
45d217e579
|
NIHVIVO-3419: Improved UX for adding individuals in a first time VITRO installation
|
2011-12-05 00:41:33 +00:00 |
|
manolobevia
|
8a01fb41f4
|
NIHVIVO-3418: Fixed display issues in VITRO
|
2011-12-04 00:53:19 +00:00 |
|
manolobevia
|
0ca8bb4c3e
|
NIHVIVO-3418: Done some refactoring, so the Individual link icon for URI/RDF works properly in a VITRO instance.
|
2011-12-03 01:35:31 +00:00 |
|
hjkhjk54
|
5b73abf962
|
adding debugging to edit mode utils
|
2011-12-02 22:24:50 +00:00 |
|
tworrall
|
a14e3e3280
|
NIHVIVO-3413 corrected capitalization issue
|
2011-12-02 22:01:35 +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 |
|
manolobevia
|
81140d1fb8
|
Changed styles for Ontology list link in Site Admin.
|
2011-12-02 15:58:49 +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 |
|
stellamit
|
549bebf566
|
NIHVIVO-3392 remove vitro:individualSortFieldAnnot
|
2011-12-01 22:54:58 +00:00 |
|
manolobevia
|
58d60936f0
|
Fixed display issues for alert messages and date time form elements
|
2011-12-01 21:56:08 +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 |
|
tworrall
|
80adc59e7b
|
NIHVIVO-3387 and 3388 removed a js file that was being unecessarily sourced in
|
2011-12-01 19:27:07 +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 |
|
j2blake
|
6f82977d9c
|
NIHVIVO-3311 convert all templates that fetch a URL from the ObjectPropertyStatementTemplateModel.
|
2011-12-01 15:51:01 +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 |
|
manolobevia
|
31d0d8216b
|
Reduced size of buttons in back-end forms
|
2011-11-30 23:14:13 +00:00 |
|
manolobevia
|
dbac358978
|
NIHVIVO-3216: Made css changes for fixing add roles layout.
|
2011-11-30 23:13:25 +00:00 |
|
tworrall
|
6a08ee48cf
|
minor markup change for spacing
|
2011-11-30 22:19:37 +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 |
|