Commit graph

1847 commits

Author SHA1 Message Date
Stephen V. Williams
8880d87484 changed order so name is first, removed vivo items (added to the VIVO branch of this feature) from xmlResults. 2013-05-31 12:20:27 -06:00
tworrall
4a01fa057b more template updates for i18n 2013-05-31 11:57:37 -04:00
Stephen V. Williams
b5e148975a fixed a bug in the download that didn't allow it include limits such as Class when drilling down, added a slider that allows you to modify the maximum number of results returned and modified the csv template to include the sitename, query text, and date in its header 2013-05-31 09:23:05 -06:00
tworrall
749e667e6a some i18n cleanup 2013-05-21 10:56:25 -04:00
tworrall
8e26a768b5 some i18n cleanup 2013-05-21 10:55:24 -04:00
tworrall
639f0450ac template updates for internationalization, including updated all.properties 2013-05-20 15:36:37 -04:00
j2blake
cba000c58b VIVO-82 Use ModelAccess to get or set the BaseOntModel
a.k.a the Base Full model, or AssertionsModel
2013-05-17 14:15:25 -04:00
j2blake
6a4c7ba6fc VIVO-82 Use ModelAccess to get or set the JenaOntModel (Union Full model) 2013-05-17 12:37:49 -04:00
j2blake
4e4384bd3e VIVO-82 Use ModelAccess to get or set the JenaOntModel (Union Full model) 2013-05-17 12:28:48 -04:00
j2blake
416e98f5ab VIVO-82 Split WebappDaoSetup into ContentModelSetup and ModelMaker setup. 2013-05-16 16:42:57 -04:00
Stephen V. Williams
32395cbac2 Fixed controller for CSV output, added button and coorsponding js and png 2013-05-15 14:53:31 -06:00
Stephen V. Williams
96bed7ce03 first pass at creating a csv download option. TODO icons on page, debug failing load 2013-05-14 14:40:17 -06:00
j2blake
6123f41d95 VIVO-87 First attempt at a caching filter.
Appears to work with Firefox cache and Chrome cache, except for language-dependent stuff.

Is that because it isn't configured correctly, or is it because Firefox and Chrome aren't attempting to keep more than one version of a page in their caches? Even if they do see a "Vary: Accept-Language" header?
2013-05-14 16:37:29 -04:00
tworrall
41850cecb4 more template updates for i18n 2013-05-14 13:49:19 -04:00
tworrall
63445aa249 the startupStatus-displayRaw template does not have access to the i18n freemarker variable, so backing those changes out 2013-05-14 11:32:50 -04:00
tworrall
62f2074dc9 updated the adjustFontSize function to include more checks 2013-05-14 11:04:04 -04:00
tworrall
c150b58c17 removed values that have yet to be translated 2013-05-13 12:21:25 -04:00
tworrall
fa68e0c057 template changes for internationalization -- replaced displayed text with calls to properties file containing actual strings 2013-05-13 12:17:39 -04:00
tworrall
bb2ceaeea3 display a time indicator while the delete is being processed 2013-05-07 11:00:01 -04:00
tworrall
90441e3969 modified index page to prevent a fourth column that displays outside the standard margins 2013-05-03 16:23:14 -04:00
tworrall
257f0c4c08 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2013-05-02 12:32:31 -04:00
tworrall
afbf429165 additional home page redesign changes 2013-05-02 12:31:54 -04:00
tworrall
1ca0904911 changes for the home page redesign 2013-04-30 14:47:31 -04:00
j2blake
8f1f084c5b Proof of concept - User accounts 2013-04-26 23:58:50 -04:00
j2blake
bf2ed5c339 Proof of concept - Image upload 2013-04-26 23:50:17 -04:00
j2blake
c59076a19a Improve the look of the language selection flags 2013-04-26 23:44:17 -04:00
tworrall
e7a04ae09b changes relating to issues raised by Scripps: author ordering and label editing 2013-04-22 15:09:07 -04:00
Manolo Bevia
dc3d3873c8 Made home search and home stats theme agnostics. 2013-04-15 15:15:35 -04:00
j2blake
efdfaa9c8f directDownloadUrl should appear as a data property in the vitroPublic ontology. 2013-04-15 12:20:48 -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
j2blake
665a666b7f Remove <servlet-mapping> that have no matching <servlet> 2013-04-10 15:51:03 -04:00
j2blake
c53e53c526 VIVO-2 Fix the URIs of the JSTL taglibs. 2013-03-08 17:48:27 -05:00
tworrall
7241929be0 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
I have no idea what just happened.
was behind. doing this merge to correct that so I can push a change.
2013-02-19 12:22:43 -05:00
tworrall
41c6c3fe81 correcting tinyMCE init parameter setting 2013-02-19 12:21:18 -05:00
brianjlowe
0bb9d09815 modifications to SPARQL queries to allow data to be in the unnamed graph 2013-02-12 16:40:30 -05:00
tworrall
3003fdc346 removed unnecessary variable reference to individualLocalName 2013-02-12 09:52:04 -05:00
tworrall
1f66e0eca4 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
I have no idea why this is a merge. My develop branch is behind and I want to push changes to git, and this form is what I got.
2013-02-11 16:15:56 -05:00
tworrall
676ec502ac remove the Microsoft Office tags that get copied into the tinyMCE fields when users paste from a Office document. 2013-02-11 16:14:59 -05:00
tworrall
3e3986172c more refactoring for multiple profile view support 2013-02-08 16:17:41 -05:00
j2blake
7c2de3a6f2 Clean up web.xml and create a unit test to keep it clean.
VIVO-19
2013-02-04 17:22:29 -05:00
tworrall
26ca991f6c added section tags around left-hand content containing the phot wrapper 2013-02-04 12:55:07 -05:00
tworrall
589cc245a6 multiple updates and new files to support multiple foaf person profile pages 2013-01-31 11:14:28 -05:00
j2blake
bb6b2fa970 VIVO-12 NIHVIVO-4011 Provide config and GUI for selecting Locale 2013-01-24 16:21:36 -05:00
tworrall
11a83c4c1c Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
I haven't a clue what git is trying to do. I kind of miss svn at this point.
2012-11-16 16:02:47 -05:00
tworrall
870db77408 Changes to support collapsible/expandable property groups on the profile pages. 2012-11-16 16:00:16 -05:00
tworrall
c9a27d7f11 Changes to support collapsible/expandable property groups on the profile pages. 2012-11-16 15:56:18 -05:00
j2blake
24a5784110 NIHVIVO-4017 Always get the ApplicationBean from the DAO.
Don't store the ApplicationBean in the request or in the context, and
don't look for it there.
2012-11-15 11:43:19 -05:00
j2blake
d93068bdfa validateUpload.js is no longer used in Vitro, VIVO or vivoCornell 2012-11-13 17:19:45 -05:00
hudajkhan
f26d353b1c Adding EditRequestAJAXController to web.xml
Also updating .gitignore so .build items don't show up
2012-11-09 09:49:09 -05:00
tworrall
aac07a1db9 added new selector for the manage lables link 2012-10-25 14:27:56 +00:00