Commit graph

60 commits

Author SHA1 Message Date
j2blake
c9248b1f81 VIVO-333 External-auth login button should be language-sensitive.
Don't specify the text in the runtime.properties. Instead, get it from all.properties. Show the button if externalAuth.netIdHeaderName is specified.
2013-10-09 16:38:14 -04:00
j2blake
5de5a322a2 VIVO-139 Use the I18n framework wherever DisplayMessage is loaded. 2013-06-14 12:47:37 -04:00
tworrall
639f0450ac template updates for internationalization, including updated all.properties 2013-05-20 15:36:37 -04:00
Manolo Bevia
c19df41bfd Added new features for VITRO home page:
-Filtered search based in class groups (It needs to be wired. Just added HTML/CSS/JS)
-Class group stats (It needs to be wired. Just added HTML/CSS/JS)
-Improveed UX for signing when there is external authorization

Removed search box located in header in homepage.
2013-04-11 15:09:23 -04:00
tworrall
b0fc727218 NIHVIVO-2595 adding title attribute to anchor tags 2011-11-30 21:25:07 +00:00
cappadona
1969089cdd Added autocapitalize="off" on email address (login form) and search input fields for iOS devices. 2011-07-18 12:05:23 +00:00
cappadona
eb0f71fbc5 Added link to <noscript> elements for browser-specific instructions on how to enable JavaScript. 2011-07-18 11:53:26 +00:00
cappadona
675e80d950 Markup cleanup for consistency and removed VIVO reference. 2011-05-12 16:18:26 +00:00
ryounes
1e03e2b5a8 Merge r7827 from nihvivo-rel-1.2-maint branch: fix display of classgroups with no public name on index and home pages. 2011-04-19 16:33:21 +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
1f16791d2a NHIVIVO-2051 Fix values of currentServlet (was currentPage) and urls.currentPage 2011-02-08 22:33:01 +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
rjy7
ccfb017593 NIHVIVO-2057 Add additional values to login widget template data model. 2011-02-07 18:23:42 +00:00
tlw72
41e441b9da NIHVIVO-1976: updated error alert styles 2011-02-01 17:34:49 +00:00
nac26
81813bcb83 NIHVIVO-592 Improvements to class group browse and bar graphs on home page. 2011-01-28 18:21:17 +00:00
tlw72
b1be1e99a2 NIHVIVO-1789: modified text for forced password change 2011-01-18 20:57:02 +00:00
nac26
3a5a01ee57 NIHVIVO-1458 Login form is hidden once again if JavaScript is disabled. Autofocus on login form also makes a triumphant return. 2011-01-16 19:26:15 +00:00
mb863
d7209cf2d8 Changed loginUtils.js to the head and change comment for fading error alerts to fade IN 2011-01-14 22:00:30 +00:00
mb863
7f2cb93c85 Removed unnecessary call to jquery.js from the widget. 2011-01-14 21:05:30 +00:00
nac26
b3b8ef7f6e NIHVIVO-1677 Updated browse widget to handle VClasses with zero individuals. Also applied changes to classGroups.ftl for index. 2011-01-13 13:48:40 +00:00
bdc34
b024863f42 Changing VClassGroupCache to not filter out groups and classes with no individuals as part of NIHVIVO-1666 Fixing URLs in browse widget as part of NIHVIVO-592 2011-01-12 20:00:42 +00:00
nac26
fcaa94088e 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:45:56 +00:00
tlw72
526190da27 NIHVIVO-1637: modify modified text on forced password change 2011-01-10 19:33:37 +00:00
tlw72
bd02e0d04c NIHVIVO-1637: modify log in widget text for password change 2011-01-10 18:30:27 +00:00
bdc34
d4ca37f85f Fixing broken build. Adding property currentPage to browseWidget. 2011-01-06 00:02:37 +00:00
rjy7
bc2a2dbc1a Modify wording on login widget to include sitename 2011-01-04 18:23:11 +00:00
nac26
c34c2ed627 NIHVIVO-1381 Reapplied some previous changes lost when Brian moved dateTime files to vitro (change template file name to start with lowercase and added <#list> directives). Also moved dateTimeWithPrecision.ftl out of widgets directory since it's not a true widget as currently implemented. 2010-12-22 23:26:29 +00:00
bdc34
e16ad50d5c Working on dateTime with precision NIHVIVO-295 2010-12-22 22:38:18 +00:00
mb863
5acdc86a7f 2010-12-21 19:22:25 +00:00
mb863
0329dc7cc0 NIHVIVO-1492: Style external authentication in the VITRO core when active 2010-12-21 15:11:50 +00:00
nac26
87196d7152 removed remember me checkbox since this won't be ready for 1.2 2010-12-17 23:19:19 +00:00
mb863
bbe7cf4625 NIHVIVO-641: Theming widget-browse.ftl data 2010-12-14 20:42:35 +00:00
mb863
8b322b960d NIHVIVO-1518: - Changed "${urls.siteIcons} to ${urls.images), so images are rendered from images folder and not site_icons folder. 2010-12-14 18:39:19 +00:00
bdc34
e9ca1f9986 working on menu page browse NIHVIVO-632 2010-12-10 21:03:30 +00:00
bdc34
377ca44940 Adding XML search results NIHVIVO-1303. Adding menu page browse NIHVIVO-632. 2010-12-09 23:53:56 +00:00
jeb228
1bad0658cb NIHVIVO-1393 for the external login button, put the entire text in the deploy.properties value. 2010-12-07 18:41:02 +00:00
jeb228
a645c60e13 NIHVIVO-1368 fill the loginName field with a previously-supplied value, if one exists. 2010-12-01 15:39:16 +00:00
mb863
25edf03517 NIHVIVO-1361: Removed Forgot your password and request account features from widget-login.ftl template. This feature won't hit 1.2 2010-11-30 20:21:52 +00:00
rjy7
7b6c3237d4 Removed insufficient authorization part of already logged in message in login widget, since this case is being handled by a dedicated insufficient authorization page. 2010-11-30 19:29:23 +00:00
mb863
d4b8a638af NIHVIVO-1361 2010-11-29 18:26:16 +00:00
mb863
367fbc910c NIHVIVO-556: Making name selectors and markup consistent (using dash in between words VS camel notation), adding more aria roles, shortening selector names, just continuing cleaning markup for templates and optimizing css files. 2010-11-24 18:21:23 +00:00
rjy7
60060d4752 NIHVIVO-1393 Add button to login widget when external auth server is configured 2010-11-23 02:32:09 +00:00
rjy7
ca6ab8288e NIHVIVO-1386 Self-editors don't get SiteAdmin link in top nav. They also don't get revision info link in footer. Implemented with new User template model class. Changed tests for loginName, showFlag1Status in templates to use this object. 2010-11-23 01:28:39 +00:00
mb863
6196d46d60 Worked on styling login widget for Wilma theme 2010-11-19 20:54:16 +00:00
mb863
a3b8550e29 Fixed login widget for vivo-basic 2010-11-19 14:52:41 +00:00
mb863
d4c96c6ba9 vivo-basic wasn't rendering property. Now It is fixed. 2010-11-18 18:50:52 +00:00
mb863
239c38b3c3 NIHVIVO-1361: clean up, added login.css to stylesheets.ftl 2010-11-17 23:16:59 +00:00
bdc34
0b2dc61fbe Working on custom forms in freemarker. 2010-11-17 17:40:04 +00:00
rjy7
2b2d522f45 Change from boolean requiresLogin() to requiresLoginLevel() so that pages can require a specific login level. Remove login level checks from Freemarker controllers and handle using requiresLoginLevel() instead. If a user is already logged in and navigates or gets redirected to login page, show a message instead of a blank page. 2010-11-16 16:53:50 +00:00