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
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
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
Stephen V. Williams
315894cc30
Update pagedResults - cleaned up bad merge results
2013-06-17 10:44:49 -05: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
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
639f0450ac
template updates for internationalization, including updated all.properties
2013-05-20 15:36:37 -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
6bbe466812
NIHVIVO-3982 Remove duplicate line about case-sensitivity.
2012-10-05 19:22:05 +00:00
tworrall
72d2cafc2a
merging 10098 to the trunk
2012-10-05 17:39:36 +00:00
tworrall
4bf0729f04
NIHVIVO 3722, 3723 and 3725 css and js changes for OpenSocial gadgets
2012-06-19 13:37:51 +00:00
j2blake
4c26c2c7fc
NIHVIVO-3772 Forgot to include changes to the search results page.
2012-06-06 19:12:19 +00:00
j2blake
022506cbf4
NIHVIVO-2411 Create a mock implementation of the ShortViewService and incorporate it into the search page. Because this is a mock, it always uses the default short view, like before. There should be no difference for the end-user.
2012-04-25 19:32:50 +00:00
briancaruso
a351309c67
Fixing XXS problem NIHVIVO-3147
2012-03-21 19:05:49 +00:00
briancaruso
0f5a2f7904
Fixing XXS problem NIHVIVO-3147
2012-03-21 19:05:39 +00:00
tworrall
0bb104a4b2
merge from 1.4 maint, added check in case the class group name is not available
2012-01-11 17:49:40 +00:00
tworrall
b0fc727218
NIHVIVO-2595 adding title attribute to anchor tags
2011-11-30 21:25:07 +00:00
ryounes
0c67302bd0
NIHVIVO-2636 Remove search-badQuery.ftl, since it's never invoked and it includes a template that no longer exists
2011-07-13 15:34:18 +00:00
tworrall
fcd877b5e2
NIHVIVO-2710: changed span to heading
2011-06-16 14:38:00 +00:00
tworrall
e970abcae9
NIHVIVO-2710: improved type facet on the search results page
2011-06-15 14:39:22 +00:00
ryounes
d4aff14e6f
NIHVIVO-2437 Minor refactoring
2011-05-12 20:42:14 +00:00
ryounes
1168f0c0e9
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:48 +00:00
briancaruso
8cc8247513
Fixing bug that caused search xml to be invalid, Fixing spelling mistake in search xml. NIHVIVO-2434
2011-04-06 15:32:37 +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
mb863
8e9689aff4
NIHVIVO-1953: Removed search.css from wilma. Made search theme agnostics. Added styles.
2011-01-30 17:58:33 +00:00
mb863
85d7db23e5
NIHVIVO-1493: adding generic selector id="submit" for <input> type=submit.
2010-12-10 22:08:36 +00:00
bdc34
377ca44940
Adding XML search results NIHVIVO-1303. Adding menu page browse NIHVIVO-632.
2010-12-09 23:53:56 +00:00
rjy7
c178c8d922
NIHVIVO-1297 Undid the effects of revision 6246. This was a mistake, since including the body template from the page template rather than pregenerating the body string doesn't allow the addition of stylesheet tags to the page head.
2010-10-29 16:44:29 +00:00
rjy7
0bbe23a7fa
NIHVIVO-1293 Corrected typo in variable name to show classgroup limitation on search results. Also added search.css from vivo-basic, as a temporary measure to format search results.
2010-10-28 20:16:15 +00:00
rjy7
51e294d1af
NIHVIVO-1187 Migrate handling of empty or invalid query from PagedSearchController to FreemarkerPagedSearchController
2010-10-01 20:53:13 +00:00
rjy7
5bc5c0b93c
NIHVIVO-1176. Removed themeStylesheetDir from template model, and replaced with themeDir. Also modified stylesheet and script addFromTheme methods so the prepend only the theme directory; the specific stylesheet or css directory must be added to the path argument.
2010-10-01 14:55:03 +00:00
rjy7
2c6ddaab64
Rename Freemarker search result templates. Initial work on moving main site admin page to Freemarker: login form.
2010-08-30 19:39:49 +00:00
rjy7
dc331e515a
Style tweaks on search results page
2010-08-27 19:24:00 +00:00
rjy7
5d53dd4b2b
Add previous and next links to search result paging. Small style changes.
2010-08-27 18:47:56 +00:00
rjy7
589383f15b
Handle search error message from Freemarker controller and template.
2010-08-27 16:52:26 +00:00