Commit graph

635 commits

Author SHA1 Message Date
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
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
rjy7
f184d52737 Merge r7474 from nihvivo-rel-1.2-maint 2011-02-13 20:20:54 +00:00
rjy7
effce5b9db NIHVIVO-1992 Added current datetime value to page template map 2011-02-11 17:48:36 +00:00
rjy7
57d3d0df79 Merge r7446 from nihvivo-rel-1.2-maint 2011-02-11 15:17:01 +00:00
rjy7
bb984ccaea Add lib-string.ftl for functions and macros for string manipulation. Add two methods, one for camelcasing and one for uncamelcasing. 2011-02-11 15:12:11 +00:00
nac26
3c205ae3e5 NIHVIVO-2109 Updated title attribute to stay generic and not reference any particular class ("individuals" instead of "people") 2011-02-10 22:02:14 +00:00
mb863
dbb222f655 Changed h3 headers to h2 in menupages, so they are consistent with h2 in home page. 2011-02-09 20:13:14 +00:00
ass92
e680ece85e NIHVIVO-2058 code change to show sdb setup success or failure. 2011-02-09 17:14:05 +00:00
rjy7
fa7aa763fa Put non-breaking spaces around hyphen in datetime interval so line doesn't break in the interval. Trim the interval value returned so leading and trailing whitespace doesn't mess up the display. 2011-02-09 15:00:35 +00:00
nac26
0ed2c4ece5 Syntax cleanup 2011-02-09 06:06:23 +00:00
rjy7
1f16791d2a NHIVIVO-2051 Fix values of currentServlet (was currentPage) and urls.currentPage 2011-02-08 22:33:01 +00:00
rjy7
17d41d281a NIHVIVO-2071 Include pageSetup.ftl in every page template. Use to generate a body class value, and apply to body element in page templates. 2011-02-08 21:07:16 +00:00
tlw72
bf78f83b7d NIHVIVO-2029: added deprecation message to top of Tabs page. 2011-02-08 18:19:06 +00:00
tlw72
242443a569 NIHVIVO-2029: added deprecation message to top of Tabs page. 2011-02-08 18:14:52 +00:00
rjy7
a05a001704 NIHVIVO-2051 Fix currentPage value sent to template: make home page value consistent regardless of the requested url, and change from servletPath to requestURI so we get full path value below the context path. Also add urls.currentPage to replace ${urls.base}/${currentPage} in templates. This value is similarly normalized for the home page. 2011-02-08 16:50:19 +00:00
nac26
1fafef06ba Added test for $currentPage. If login widget is being rendered on the home page, don't use the <noscript> element. Will need to update the test once Rebecca resolves NIHVIVO-2051 to ensure currentPage value is consistent for home page requests. 2011-02-08 13:23:59 +00:00
nac26
2874d610c1 NIHVIVO-1995 Removed individual count from classes for home page browse in non JavaScript version for consistency 2011-02-08 13:09:01 +00:00
rjy7
ccfb017593 NIHVIVO-2057 Add additional values to login widget template data model. 2011-02-07 18:23:42 +00:00
rjy7
e028e17010 Added template model methods to get first value of data properties and first statement of data props and uncollated object props. Improved efficiency of moniker/preferred title code in person template. Added order by statement to default list view queries so order is not random. 2011-02-07 15:52:51 +00:00
nac26
38f021251a NIHVIVO-1603 Using jQuery in place of DWR to return the moniker selection experience to its former glory 2011-02-06 01:44:24 +00:00
nac26
e56e4d89b4 NIHVIVO-2048 removed menupage--classgroup-organizations.ftl and any accommodations made for it 2011-02-05 17:44:10 +00:00
nac26
20ab4cc157 NIHVIVO-1965 Better message for authenticated users with access to the site admin when accessing the site with little or no content. Also refactored BrowseController so that it doesn't attempt to override template and provide it's own message if no content is found. 2011-02-05 17:24:40 +00:00
rjy7
b931f50cef NIHVIVO-2045 Hide incomplete/malformed links from individualList template, to make things easier (it doesn't have to check the wellformedness of each link before knowing whether to print the ul around the links). 2011-02-04 22:33:45 +00:00
rjy7
40264e0c0b NIHVIVO-2042 Show heading "Primary Web Page" on vitro:primaryLink only if editing 2011-02-04 19:21:29 +00:00
rjy7
cbfa225c31 NIHVIVO-1557 improvement to regex in firstLastList macro 2011-02-04 18:49:25 +00:00
rjy7
1851872eb0 NIHVIVO-1557 improvement to regex in firstLastList macro 2011-02-04 18:38:29 +00:00
rjy7
dad29a5516 NIHVIVO-1557 Fix firstLastList macro so it works with li elements that have class or other attributes 2011-02-04 17:53:37 +00:00
rjy7
df9b1cb99d Don't show moniker span if there's no moniker 2011-02-04 16:21:09 +00:00
mb863
c748a924dc NIHVIVO-2032: Adjusted padding on headings for index page. 2011-02-04 14:50:49 +00:00
nac26
f391d095b0 A couple text changes for consistency on menu management and also trimmed whitespace from text area 2011-02-04 05:00:18 +00:00
mb863
f5cd351d6e NIHVIVO-2023: Added functionality to cancel button in Menu Management page 2011-02-04 02:36:51 +00:00
rjy7
12406d35d0 NIHVIVO-1864 Fix menu.jsp to work with changes to menu.ftl and identity.ftl since the initial freemarker transition 2011-02-03 20:07:00 +00:00
mb863
241848ad9e Refactored term of use template 2011-02-03 19:53:34 +00:00
mb863
62b48d0296 NIHVIVO-1954: Changed id="submit" for class="submit". 2011-02-03 17:03:08 +00:00