Commit graph

808 commits

Author SHA1 Message Date
tworrall
1c819ffb0b fixed usability issue on accounts list page 2014-05-14 17:46:05 -04:00
Jim Blake
c77241e251 VIVO-659 Move the location of "Startup Status" on the Site Admin page. 2014-05-09 17:30:26 -04:00
Jim Blake
ad9c08cf28 VIVO-742 Many changes to remove "solr" from the code base.
Comments, template names, Java classes, variables and method names (Java and JavaScript), etc.
2014-04-23 14:20:14 -04:00
Jim Blake
2ec535e865 Remove dead-end attempt at real-time smoke tests 2014-04-22 10:25:44 -04:00
Jim Blake
de32d53791 VIVO-731 Replace SparqlQueryServlet with SparqlQueryController
SparqlQueryServlet was JSP-based, so delete the JSP also.
SparqlQueryController is Freemarker-based, and is a this shell around the SparqlQueryApiExecutor.
2014-04-14 12:19:48 -04:00
tworrall
88fbafc98b VIVO-653: implemented suggested fix 2014-01-07 16:15:27 -05:00
j2blake
03750cd669 VIVO-581 Add a diagnostic page 2013-12-10 11:37:47 -05:00
j2blake
d08c3f61ff VIVO-618 Revise SearchService to parse uploaded files correctly and to respond properly to authentication errors. 2013-12-05 16:36:26 -05:00
hudajkhan
0944a0d883 updates for page management issues vivo622 and 616 2013-12-05 16:20:55 -05:00
j2blake
60102fbf28 VIVO-530 Adjust SPARQL Update API 2013-11-26 16:02:52 -05:00
j2blake
3bca31ea14 VIVO-541 Rearrange the links on the site admin page. 2013-11-20 17:06:48 -05:00
j2blake
b3c5892679 VIVO-541 Add a link on the Site Admin page to activate the developer panel. 2013-11-19 16:45:13 -05:00
tworrall
8e61b7d874 VIVO-463 2013-11-01 11:41:00 -04:00
j2blake
5a8f09352d VIVO-443 Use language-specific templates to create email
For some reason, the password-reset template was too long to do proper substitution on the last line. Removing some of the intermediate content fixed the problem, but without appropriate content. I had been unhappy with the @@file approach anyway, so I went back to language-specific templates for each type of message.
2013-10-29 17:19:51 -04:00
tworrall
4ce41fb6ed VIVO-397 2013-10-23 13:11:46 -04:00
hudajkhan
271c1e9063 updates for cancel link to accept parameter vivo-393 2013-10-22 14:11:11 -04:00
tworrall
4e851d0c35 VIVO-372: check the domainUri to correctly display the manage icon 2013-10-16 15:53:44 -04:00
tworrall
e33070b3a8 VIVO-359 and VIVO-345 2013-10-14 16:29:01 -04:00
tworrall
75603a25a1 VIVO-337: css change to prevent cutoff 2013-10-10 16:29:24 -04:00
tworrall
bcdacf916c fixed i18n string error 2013-10-10 10:17:06 -04:00
hudajkhan
4b0961b074 removing second license line 2013-10-02 15:20:35 -04:00
hudajkhan
61b0f5d9ea Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2013-10-02 14:58:15 -04:00
hudajkhan
3e5c770506 updates for page management security, labels 2013-10-02 14:58:01 -04:00
tworrall
d92adb7d71 VIVO-112: and the beat goes on... 2013-10-01 16:46:59 -04:00
hudajkhan
9fae5d7c3e updates for label management 2013-10-01 11:24:15 -04:00
tworrall
4179900ea4 VIVO-112: and the slog continues... 2013-09-25 17:09:41 -04:00
tworrall
e364911795 VIVO-289: fixed capitalization issues 2013-09-24 14:58:20 -04:00
tworrall
f76ee886d5 VIVO-112 2013-09-23 08:58:24 -04:00
j2blake
f129f727a7 VIVO-262 Add languages to VIVO at build time.
Move the language-specific files out of the default build area. Add a build property that will cause the selected language(s) to be copied into the build area.
2013-09-09 12:23:54 -04:00
hudajkhan
fc9ac52786 updates for multiple language labels and concept semantic types 2013-09-05 15:44:54 -04:00
hudajkhan
9ec7d11cab label management and concept semantic type 2013-09-04 12:22:46 -04:00
hudajkhan
3314e5a4b0 updates for label management 2013-09-03 15:34:02 -04:00
Brian Caruso
6a3e6f4f5b Merge branch 'develop' into issue-vivo-101-sparqlupdate 2013-07-31 13:53:39 -04:00
Brian Caruso
463453111d Adding proof of concept SPARQL update VIVO-101 2013-07-19 13:49:02 -04:00
tworrall
46ae630e95 VIVO-215: fix layout of search results page - the first search result was appearing up in the header as were the facets; standardize look of the download popup. Also ensure that longer headings that include types from the facet wrap to new line rather than overrun the search help link. 2013-07-18 16:56:56 -04:00
Brian Caruso
54f79f2ea7 Normalize line endings VIVO-101 2013-07-18 15:19:53 -04:00
tworrall
614d338257 moving some i18n() strings from vivo (wilma theme) to vitro 2013-07-17 15:52:17 -04:00
Brian Caruso
fb46e64725 Adding login via email/password parameters 2013-07-16 12:28:24 -04:00
Brian Caruso
7905b80df4 Adding initial search web service for updating uris. VIVO-98 2013-07-15 14:14:15 -04:00
Jim Blake
6641725042 Merge pull request #4 from vivo-project/feature/search-download
Feature/search download
2013-06-28 12:15:12 -07:00
tworrall
aa9be9469c removed a superfluous <h4> tag to fix the Ontology List link 2013-06-24 10:46:01 -04:00
Stephen V. Williams
315894cc30 Update pagedResults - cleaned up bad merge results 2013-06-17 10:44:49 -05:00
j2blake
5de5a322a2 VIVO-139 Use the I18n framework wherever DisplayMessage is loaded. 2013-06-14 12:47:37 -04:00
tworrall
3ce6a224a3 fix for vivo-127 2013-06-12 16:04:42 -04:00
tworrall
b1014d1b2b vivo-66: add a link on menu ordering that returns the user to page management 2013-06-12 10:31:00 -04:00
tworrall
d74176f18d i18n updates to javascript files and related templates 2013-06-11 12:25:01 -04:00
Stephen V. Williams
16412889b2 merged i18n changes in searchPageResults into feature/search-download changes for downloading results and adding counts to facets 2013-05-31 15:02:13 -06:00
Stephen V. Williams
fb70b50108 Added search counts to the searchTOC - see listserv email for request 2013-05-31 14:38:52 -06:00
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