Commit graph

173 commits

Author SHA1 Message Date
tworrall
4ac0aabae1 merging 4225 to the trunk 2012-07-10 18:55:33 +00:00
j2blake
cc3fbc28c8 NIHVIVO-3772 Incorporate the most recent changes from Eric (2012-06-20) 2012-06-24 17:51:02 +00:00
tworrall
44dcda6b9c check to ensure vClassGroups variable is not null to avoid exception 2012-06-19 21:08:51 +00:00
j2blake
2e69f0379b NIHVIVO-3772 NIHVIVO-3721 Incorporate the OpenSocial integration from Eric Meeks at CTSI, UCSF. Add instructions on how to install and configure ORNG Shindig. 2012-06-05 19:31:08 +00:00
hjkhjk54
42cab346e6 updates for page data getters being rewritten as data getters 2012-03-02 21:25:54 +00:00
briancaruso
e959ffb605 Adding entry to robots.txt, adding pageList to menu.n3 2012-02-29 19:53:57 +00:00
tworrall
776b045911 NIHVIVO-2595 adding title attribute to anchor tags 2011-11-30 20:36:05 +00:00
briancaruso
a9c778db99 Handle diacritics in PagedSearchController. NIHVIVO-3277 2011-11-03 16:49:18 +00:00
ryounes
55d5faf075 NIHVIVO-3118 Send an email to the site administrator in case of an error on a Freemarker page if the user is not authorized to view the error details. 2011-08-12 00:03:41 +00:00
ryounes
a68d753b10 NIHVIVO-2164 Used shared Configuration variables to manage template data that is shared across requests and templates. 2011-08-11 15:03:05 +00:00
cappadona
19157eae3a Added autocapitalize="off" on email address (login form) and search input fields for iOS devices. 2011-07-18 12:05:51 +00:00
cappadona
19bb421f1a Added link to <noscript> elements for browser-specific instructions on how to enable JavaScript. 2011-07-18 11:53:51 +00:00
j2blake
64249a5bbf NIHVIVO-2885 Only show the My Account link if the user is authorized to edit her account. 2011-07-13 14:48:39 +00:00
j2blake
353b0f4a58 NIHVIVO-2728 provide a template variable for the link to the user's profile. 2011-06-22 16:31:53 +00:00
manolobevia
09543cab5c NIHVIVO-2588: Changed ${user.firstName} for ${user.loginName}. When user has first name, ${user.loginName} will render first name. If there is no first name, ${user.loginName} will render user's email. 2011-06-15 17:40:37 +00:00
manolobevia
162bb92005 NIHVIVO-2588: Added ${user.firstName} to user menu, and reduced space between links in header nav. 2011-06-14 20:30:33 +00:00
j2blake
589e2b4fd6 NIHVIVO-2299 NIHVIVO-2279 Merge from the dev branch - replace User with UserAccounts, implement the root user policy. 2011-06-09 14:43:02 +00:00
j2blake
7161106815 Premature commit broke the page - no value yet for urls.myAccount 2011-06-08 17:03:45 +00:00
j2blake
97ae367ee0 NIHVIVO-2299 add a link to MyAccount page. 2011-06-08 16:07:40 +00:00
manolobevia
44c5371749 NIHVIVO-2588: Updated identity.ftl in wilma to accommodate the new user menu (when logged in) in header links. My account and My profile don't link to any URL yet. Rebecca will need to provide the $profileURL to be used for the "My profile" link, and Jim Blake will need to provide $accountURL to be used for the "My account Link. 2011-05-25 02:35:36 +00:00
manolobevia
29750c378f NIHVIVO-2587: Removed "about", "contact us" and "support" links from identity.ftl in wilma 2011-05-03 13:30:42 +00:00
ryounes
98d79b3072 NIHVIVO-2458 Initial draft of a solr PagedSearchController. Updates to web.xml are commented out for now. Remove portal and flag fields from search form in Freemarker templates. 2011-04-27 19:37:51 +00:00
nac26
e7cf331c0e Merged r2688 from rel-1.2-maint branch 2011-02-16 15:16:54 +00:00
mb863
d4911fea4d NIHVIVO-2101: Added "${urls.base}/favicon.ico" to <link rel="shortcut icon" type="image/x-icon" href="${urls.base}/favicon.ico"> 2011-02-10 18:27:06 +00:00
mb863
f8ba4238c2 NIHVIVO-2101
Created favicon for VIVO instance
2011-02-10 17:59:26 +00:00
nac26
4528f22109 Syntax cleanup 2011-02-09 06:01:06 +00:00
rjy7
4f7d3b8302 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:18 +00:00
nac26
50345ec405 Format change only. Indented first 3 elements of #intro 2011-02-08 13:05:10 +00:00
nac26
431e61918a Removed unintended space between attribute name and equals sign 2011-02-03 15:32:47 +00:00
nac26
73994e6245 Updated src attribute for selectivizer script to use ${urls.base} instead of ${urls.home} 2011-02-03 15:17:13 +00:00
mb863
6961c2a4eb NIHVIVO-1954: Done some markup refactoring changing ID's into classes.
Also,  in some cases I wasn't able to change id selectors because these are used temporarily due to the custom jsp tags (<v:input>) 
for editing forms which require an id and do not allow a class. This will be 
removed once we refactor the editing forms to Freemarker
2011-02-02 17:15:38 +00:00
nac26
dbd5d8b4ac NIHVIVO-1549 Updated logic regarding copyright info so that wilma complies with current copyright setup in vitro (which needs a serious overhaul) 2011-02-02 15:13:31 +00:00
nac26
029d0f6b5a NIHVIVO-592 Class group browse for home page. Still waiting on update to JSONServlet (NIHVIVO-1674) so classes in class group can be returned for AJAX requests. Introducing alternative bar graph in lieu of pie chart. 2011-01-24 18:22:16 +00:00
tlw72
9993686591 have the welcome message fade out 2011-01-19 14:53:18 +00:00
mb863
02306b5301 NIHVIVO-1494: Styled non-javascript browse version and removed raphael js files. 2011-01-18 15:30:19 +00:00
nac26
370c15a28a NIHVIVO-592 Non-JavaScript browse for home page is just about there. Needs some styling tweaks from Manolo 2011-01-18 11:54:58 +00:00
tlw72
82e39d2087 Update to fade out the welcome log in message 2011-01-17 22:45:39 +00:00
nac26
de1c8f1aa3 NIHVIVO-1072 Tweaked markup and styles for intro text/welcome text 2011-01-16 19:04:11 +00:00
mb863
afda97d9ed NIHVIVO-1072: Removed highlights section from home page. Moved to 1.3 2011-01-14 21:08:43 +00:00
tlw72
6defdf1784 New heading and text on the home page 2011-01-14 16:35:54 +00:00
mb863
560764a6e5 Removed class="". 2011-01-14 00:25:38 +00:00
mb863
57bc645389 NIHVIVO-1496: Removing more pictos fonts and creating more graphic icons substituting the picto fonts. 2011-01-13 17:10:46 +00:00
mb863
2152bb6008 Removed supersleight.js call from theme. 2011-01-12 22:27:29 +00:00
mb863
dcad4e0d3f NIHVIVO-1675: Removing pictos fonts and adding our own ones. 2011-01-12 18:24:41 +00:00
nac26
37724c6787 NIHVIVO-592 Updated allClassGroups macro so Brian Caruso can review needed improvements to facilitate browse on home page (work in progress) 2011-01-12 15:46:44 +00:00
mb863
7e515e3347 NIHVIVO-1072: Added title attribute to VIVO logo in header pages. 2011-01-12 15:30:49 +00:00
mb863
bf10a0fadd NIHVIVO-1316: Added add/edit/delete functionality to object properties in individual pages. 2011-01-11 19:58:40 +00:00
mb863
96f8b93484 VNIH-1647: Removed empty meta elements from wilma's head.ftl 2011-01-11 14:29:03 +00:00
nac26
6dde502d10 NIHVIVO-1380 Removed unintended duplication of stylesheets introduced in r2074 2011-01-11 01:07:03 +00:00
rjy7
f5e6fbf409 NIHVIVO-1380 Comment on use of variable ${headContent} in the templates 2011-01-10 23:38:43 +00:00