j2blake
|
212916ebdc
|
NIHVIVO-2492 Restrict pages by UseEditUserAccountsPages requested action.
|
2011-04-18 21:14:52 +00:00 |
|
j2blake
|
8e3c13bd4c
|
NIHVIVO-2492 Restrict JenaIngest, JenaExport, RDFUpload and SparqlQuery pages
|
2011-04-15 22:01:08 +00:00 |
|
tworrall
|
32e4f81be7
|
NIHVIVO-2063: placed contents of index page into columns
|
2011-04-15 14:50:05 +00:00 |
|
ryounes
|
ccdbee221b
|
NIHVIVO-2481 Fix possible source of NullPointerException (still haven't been able to reproduce)
|
2011-04-13 21:56:28 +00:00 |
|
ryounes
|
f1288b90b5
|
NIHVIVO-1562 Working on dumping Java objects through method invocation
|
2011-04-12 19:11:00 +00:00 |
|
ryounes
|
79effb9a6e
|
NIHVIVO-1562 Replace hard-coded strings with enums in dump methods. Rudimentary template for variable dump.
|
2011-04-11 22:05:36 +00:00 |
|
tworrall
|
84b9365ad4
|
NIHVIVO-2160:improved tooltip for uri icon via javascript
|
2011-04-11 14:47:10 +00:00 |
|
ryounes
|
607ffcdd89
|
NIHVIVO-1932 Don't print classgroup public name if empty or null
|
2011-04-08 18:46:44 +00:00 |
|
briancaruso
|
8cc8247513
|
Fixing bug that caused search xml to be invalid, Fixing spelling mistake in search xml. NIHVIVO-2434
|
2011-04-06 15:32:37 +00:00 |
|
ryounes
|
54de8d5f5b
|
Rename getPropertyAndRemoveFromList() to pullProperty(). The original method remains in the code but marked deprecated.
|
2011-03-31 19:04:15 +00:00 |
|
mbarbier
|
6b26d43d00
|
individual-setup.ftl: Add fullPropertyList (as allProperties) to individual setup FTL
|
2011-03-31 17:08:42 +00:00 |
|
ryounes
|
cdd8b0b91d
|
NIHVIVO-2325 Retrieve property in core:hasRole list view query, since the view supports multiple properties, so the template knows which property is being displayed.
|
2011-03-29 13:46:24 +00:00 |
|
ryounes
|
c4d0143b49
|
NIHVIVO-2325 Display core:hasPreseneterRole date as non-interval
|
2011-03-28 22:25:07 +00:00 |
|
ryounes
|
12e68942fc
|
NIHVIVO-2425 Write autocomplete results to the response's writer directly without merging to a Freemarker template.
|
2011-03-28 19:23:19 +00:00 |
|
ryounes
|
445721f066
|
NIHVIVO-2425 Apply json-escaping to the query results to prevent JSON format errors
|
2011-03-28 15:57:11 +00:00 |
|
ryounes
|
c5dc320cc0
|
NIHVIVO-1592 Fix TermOfUse controller and template so the page displays when no copyright anchor has been specified.
|
2011-03-24 18:36:10 +00:00 |
|
ryounes
|
b9b6c50e87
|
NIHVIVO-2186 Filter out incomplete object property statements for non-editing users.
|
2011-03-22 18:52:39 +00:00 |
|
manolobevia
|
f8688ff457
|
NIHVIVO-2163: refactor markup and styles for verbose property display for individual page
|
2011-03-22 03:29:46 +00:00 |
|
ryounes
|
328bcf86d6
|
NIHVIVO-2267 Fix path to image on contact form confirmation page. Rename vivo-basic site_icons directory to align with images directory in wilma.
|
2011-03-17 21:42:31 +00:00 |
|
rjy7
|
2030220d70
|
Add template macro to generate a list of hidden input form fields from a map passed from the controller.
|
2011-03-16 18:25:52 +00:00 |
|
rjy7
|
1bc5db2cd8
|
Change verbose property switch from a form element to an anchor element.
|
2011-03-16 18:20:25 +00:00 |
|
rjy7
|
f3ce105d94
|
NIHVIVO-2264 Display property label with add link OR verbose property display, for properties that don't normally display a label (e.g., core:overview)
|
2011-03-15 18:00:03 +00:00 |
|
mb863
|
50eab74e48
|
NIHVIVO-2163: Added markup and styles for verbose property display for individual page. The verbose display in property groups needs some tuning.
|
2011-03-15 14:37:30 +00:00 |
|
rjy7
|
b559e36228
|
NIHVIVO-1392 Fix verbose property form for individuals in non-default namespace
|
2011-03-14 20:21:50 +00:00 |
|
mb863
|
3637568a78
|
NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel.
|
2011-03-14 19:20:06 +00:00 |
|
rjy7
|
910526ddd5
|
Move test for showing site admin panel to site admin panel template, so doesn't have to be repeated in various individual templates.
|
2011-03-14 18:37:09 +00:00 |
|
rjy7
|
b354d97972
|
Move test for showing site admin panel to site admin panel template, so doesn't have to be repeated in various individual templates.
|
2011-03-14 18:30:11 +00:00 |
|
rjy7
|
af8ce43e16
|
NIHVIVO-1392 Move verbose property display form from site admin page to admin panel on individual page
|
2011-03-11 23:01:20 +00:00 |
|
rjy7
|
bc8d979ba5
|
Add license tag
|
2011-03-11 22:43:53 +00:00 |
|
rjy7
|
316cb523c3
|
Improvements to dump methods
|
2011-03-11 21:26:52 +00:00 |
|
rjy7
|
36e5bc2574
|
NIHVIVO-1562 Sort properties and methods of template model objects in dump. This commit contains a regression: exposureLevel has been removed, so public methods that are hidden by the BeansWrapper are still included in the dump. Will be corrected in an upcoming commit.
|
2011-03-10 17:26:57 +00:00 |
|
rjy7
|
daee356424
|
NIHVIVO-1562 Move addition of data model objects to dump template data model into DumpHelper, so done in one place uniformally for all dump directives.
|
2011-03-10 15:20:53 +00:00 |
|
mb863
|
724114e367
|
NIHVIVO-2168: Renamed non.person.thumbnail.jpg to thumbnail.jpg
|
2011-03-08 20:32:46 +00:00 |
|
rjy7
|
401960e5d4
|
NIHVIVO-1384 Finish conversion of scripts.add() calls.
|
2011-03-08 16:21:44 +00:00 |
|
rjy7
|
8b89cad590
|
NIHVIVO-1384 Change script and stylesheet template objects to take the entire tag as a parameter, rather than just the src/href attribute.
|
2011-03-08 15:44:05 +00:00 |
|
rjy7
|
13ff7686ef
|
NIHVIVO-1554 Remove vitro theme jsps and other unused vitro jsps. Fix vitro web.xml so the application can run.
|
2011-03-04 21:52:51 +00:00 |
|
rjy7
|
47b5e4ae52
|
NIHVIVO-1554 Removed controllers and jsps that have been superceded by Freemarker controllers and templates
|
2011-03-04 19:24:27 +00:00 |
|
rjy7
|
c5b06b5379
|
NIHVIVO-1521 Ajax controllers now extend VitroAjaxController rather than FreemarkerHttpServlet.
|
2011-03-03 21:03:37 +00:00 |
|
rjy7
|
f0fe94bdd0
|
NIHVIVO-1957 Pass placeholder image from template to ImageUploadController
|
2011-03-03 17:56:40 +00:00 |
|
rjy7
|
dfd9da14b8
|
NIHVIVO-1392 Fix a bug in the verbose property display whereby session value was reset every time the main site admin page loaded. Normalize the object property display tier value to int.
|
2011-02-24 22:54:48 +00:00 |
|
rjy7
|
faac29e6ba
|
NIHVIVO-1392 Verbose property display
|
2011-02-24 22:15:34 +00:00 |
|
rjy7
|
199190fb05
|
NIHVIVO-1564 Implement recursion in template model dump
|
2011-02-23 21:08:20 +00:00 |
|
rjy7
|
cdaaf369f0
|
NIHVIVO-1564 Handle one level of nesting of template model objects in variable dump
|
2011-02-23 20:52:45 +00:00 |
|
rjy7
|
e03f35a81c
|
NIHVIVO-1564 Improvements to dump of template model objects
|
2011-02-23 16:05:41 +00:00 |
|
rjy7
|
af7d959ecd
|
NIHVIVO-1564 In dump of template model objects, hide methods that take arguments unless the BeansWrapper exposure level exposes these methods to the template.
|
2011-02-22 23:09:01 +00:00 |
|
rjy7
|
b323f50c04
|
NIHVIVO-1563 Add template method models to help directive
|
2011-02-22 20:05:45 +00:00 |
|
rjy7
|
c4da8ffc07
|
NIHVIVO-1563 Add template method models to dumpAll directive
|
2011-02-22 18:06:02 +00:00 |
|
rjy7
|
f246cfe0cc
|
NIHVIVO-1564 Dump of template model objects provides information about methods and their return values
|
2011-02-21 21:40:43 +00:00 |
|
rjy7
|
fe3bd563bc
|
Merge r7497 from nihvivo-rel-1.2-maint
|
2011-02-21 18:13:26 +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 |
|