Commit graph

1065 commits

Author SHA1 Message Date
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
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
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
c892741970 Fixed calls from jsps to EditN3Utils.getEditorUri. Broken in r7579. 2011-03-11 21:39:50 +00:00
rjy7
316cb523c3 Improvements to dump methods 2011-03-11 21:26:52 +00:00
mb863
52e0296f77 NIHVIVO-2128: Created favicon for VITRO 2011-03-10 19:38:07 +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
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
mb863
d45f6e018f By mistake I moved thumbnail.jpg to VIVO. Now it's back to its original location in VITRO. 2011-03-09 17:32:13 +00:00
mb863
c2e482af73 NIHVIVO-2167: Moved person.thumbnail.jpg out of vitro and into vivo 2011-03-09 16:54:14 +00:00
mb863
afcfba96df NIHVIVO-2167: Moved person.thumbnail.jpg out of vitro and into vivo 2011-03-09 16:52:40 +00:00
mb863
a7ad714ea1 NIHVIVO-2199: Restored alpha transparency to white background of edit links for image on individual page. Also added the same alpha transparency for adding a photo 2011-03-09 16:30:34 +00:00
mb863
a2990e48be NIHVIVO-2166: Updated person.thumbnail.jpg to 160x160 pixels 2011-03-08 20:48:36 +00:00
mb863
724114e367 NIHVIVO-2168: Renamed non.person.thumbnail.jpg to thumbnail.jpg 2011-03-08 20:32:46 +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
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
91e11c0809 Fix some comments. 2011-03-03 18:30:37 +00:00
rjy7
f0fe94bdd0 NIHVIVO-1957 Pass placeholder image from template to ImageUploadController 2011-03-03 17:56:40 +00:00
rjy7
e687c25568 NIHVIVO-1879 Fix default list view query for uncollated property 2011-03-03 15:15:47 +00:00
rjy7
896c6f157c NIHVIVO-1879 Combine collated and uncollated list view queries into a single query, with preprocessing to get the right version. 2011-03-02 22:32:57 +00:00
rjy7
3134054f7b NIHVIVO-2154 dwr/util.js overwrites $, so use jQuery() rather than $() 2011-02-25 15:47:55 +00:00
rjy7
db6e1f56ed NIHVIVO-1629 Upgrade to jQuery 1.5.1 2011-02-25 15:21:50 +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
jc55
97e6630eb7 NIHVIVO-2161 removed "Redistribution or commercial use is prohibited without express written permission." from the disclaimers section since it is not a disclaimer and is incompatible with linked open data. 2011-02-22 22:51:42 +00:00
nac26
72d0b17dab NIHVIVO-2159 Removed bottom padding from ul#classes-in-classgroup 2011-02-22 22:01:53 +00:00
jeb228
2f434083e9 NIHVIVO-2151 simpleFileUpload.jsp is obsolete and not used. 2011-02-22 21:24:49 +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
198c8293ce NIHVIVO-1629 Upgrade to jquery-ui version 1.8.9 2011-02-21 17:53:10 +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
rjy7
713b23ed5e Merge r7492 from nihvivo-rel-1.2-maint 2011-02-15 21:02:36 +00:00
rjy7
067a968a57 Merge r7489 from nihvivo-rel-1.2. 2011-02-15 20:32:13 +00:00
ass92
fc64de26b7 NIHVIVO-1866 jsp file for individual not found when the control runs through EntityEditController 2011-02-14 22:10:38 +00:00