source: vlo

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5005   10 years twan.goosen Created tag for VLO alpha release 3.0-alpha4
(edit) @5004   10 years twan.goosen minimal height for simple search page
(edit) @5003   10 years twan.goosen added note to vlo parent pom
(edit) @5002   10 years twan.goosen replaced two wicket:container elements with divs to prevent potential …
(edit) @5001   10 years twan.goosen some more css tweaking
(edit) @5000   10 years twan.goosen some css tweaking
(edit) @4999   10 years twan.goosen fixed issue with lost selection if fq value contains a colon
(edit) @4998   10 years twan.goosen Updated null fallback values in search results: empty for description, …
(edit) @4996   10 years twan.goosen Fixed merging of multiple field values for display in search result. …
(edit) @4994   10 years twan.goosen zebra colouring for record fields in clarin-d theme
(edit) @4993   10 years twan.goosen improved display of multiple field values (mainly descriptions) in …
(edit) @4992   10 years twan.goosen added properties to fieldnames resource bundle for technical fields
(edit) @4991   10 years twan.goosen Limited number of resources shown in expanded search result item; it …
(edit) @4989   10 years twan.goosen reduced number of calls to get document set size by caching it within …
(edit) @4988   10 years twan.goosen mounted about page (and refactoring into methods of init in …
(edit) @4987   10 years twan.goosen RecordPage? now only has a constructor with parameters. Added new …
(edit) @4986   10 years twan.goosen Created an abstract panel that toggles content with a toggle link. …
(edit) @4984   10 years teckart Used current version of facetConcepts file for testing, adapted tests, …
(edit) @4983   10 years twan.goosen package and class name refactoring in eu.clarin.cmdi.vlo.service
(edit) @4982   10 years twan.goosen Extracted reusable behaviour from Ajax file name update in expanded …
(edit) @4981   10 years twan.goosen Some further handle/filename improvements
(edit) @4980   10 years twan.goosen Implemented client implementation that uses the handle.net REST API to …
(edit) @4979   10 years twan.goosen implemented URI resolver and wrote test. To do: implement the handle …
(edit) @4978   10 years twan.goosen lazy retrieval of resolved resource href's/file names in expanded …
(edit) @4977   10 years twan.goosen documentation and internal refactoring in expandable panel
(edit) @4976   10 years twan.goosen moved title toggler functionality from Facet panel into Expandable panel
(edit) @4975   10 years twan.goosen extracted expand/collapse functionality from FacetPanel? into a new …
(edit) @4974   10 years twan.goosen Fixed removal of facet selection if selection is empty (like with …
(edit) @4973   10 years twan.goosen Added breadcrumbs rendering for content search filter
(edit) @4972   10 years twan.goosen Removed facet sanitising when retrieving documents
(edit) @4971   10 years twan.goosen added 'only FCS records' option to new advanced option panel in …
(edit) @4968   10 years twan.goosen implemented encoding of selection type into query parameters (note: …
(edit) @4967   10 years twan.goosen implemented encoding of selection type into query parameters
(edit) @4966   10 years twan.goosen added and applied web app query parameter constants 'fq','q','docId'
(edit) @4965   10 years twan.goosen rewrote parameter conversion to not use multimap
(edit) @4964   10 years twan.goosen fixed a potential ajax/markup id issue
(edit) @4963   10 years twan.goosen Refactored QueryFacetSelection?: instead of a collection of strings, it …
(edit) @4962   10 years twan.goosen Renamed FacetSelection? to FacetFieldSelection? and FacetSelectionModel?
(edit) @4961   10 years twan.goosen apply minimal occurence selection after change (automatically check …
(edit) @4958   10 years twan.goosen Improved method of hiding fallback buttons. Added fallback button to …
(edit) @4957   10 years twan.goosen Added behavior to base page that will hide javascript fallbacksubmit …
(edit) @4954   10 years twan.goosen added selector for number of minimal occurences (this required two new …
(edit) @4953   10 years twan.goosen separated 'binary option model' and made unit tests for it
(edit) @4952   10 years twan.goosen added option to show only values that occur at least 2 times to 'all …
(edit) @4951   10 years twan.goosen name matching in field value filter: replace StringUtils? with RegEx?
(edit) @4950   10 years twan.goosen refactored filter in facet values provider to POJO that allows for …
(edit) @4946   10 years twan.goosen added text watermark to quick filter boxes
(edit) @4945   10 years twan.goosen made 'unknown' and 'unspecified' appear at the bottom of the list in …
(edit) @4944   10 years twan.goosen fixed search results dao test after changes in sanitisation
(edit) @4943   10 years twan.goosen removed some obsolete todo's
(edit) @4942   10 years twan.goosen fixed and optimised query sanitising
(edit) @4939   10 years twan.goosen added quick search box to facet value panel
(edit) @4937   10 years twan.goosen style and headers
(edit) @4936   10 years twan.goosen moved simple search page properties to browse panel that was split off
(edit) @4935   10 years twan.goosen facets on simple search page are now read from vlo config (added …
(edit) @4934   10 years twan.goosen turned 'browse' section of simple search page into separate panel
(edit) @4933   10 years twan.goosen Removed limiting of facet values for now, leads to 'more' link not …
(edit) @4932   10 years twan.goosen List of included facet fields is now passed in each request, so that …
(edit) @4931   10 years twan.goosen simple search facets now functional (some todo's)
(edit) @4930   10 years twan.goosen added browse links to simple search page
(edit) @4928   10 years twan.goosen Mounted faceted search page on /search Simple search page redirects to …
(edit) @4925   10 years twan.goosen Started the 'simple search' page, which becomes the front page of the VLO
(edit) @4924   10 years twan.goosen Created 'single facet panel' from collection panel in faceted search …
(edit) @4920   10 years twan.goosen Created a basic CLARIN-D theme (variation on standard theme, different …
(edit) @4919   10 years twan.goosen Theming: 'theme' parameter is read in vlo base page, which sets the …
(edit) @4916   10 years twan.goosen Moved style and image files to package dir in resources. They are now …
(edit) @4915   10 years twan.goosen Moved style and image files to package dir in resources. They are now …
(edit) @4913   10 years twan.goosen refacted permalink panel into a top links panel, added help and …
(edit) @4912   10 years twan.goosen added help link to base page
(edit) @4910   10 years twan.goosen created 'about' page
(edit) @4907   10 years twan.goosen Set resource type as 'title' of resource info popup
(edit) @4906   10 years teckart Added DC-6543 ("subject") to subject facet (currently only used by TLA)
(edit) @4905   10 years twan.goosen removed obsolete javascript for animating hiding/showing of resource …
(edit) @4904   10 years twan.goosen resource details now shown in 'tooltip' on links (icons), not in …
(edit) @4902   10 years twan.goosen moved FCS form into separate panel
(edit) @4900   10 years twan.goosen implemented FCS link on record page
(edit) @4899   10 years twan.goosen added search page link to record page
(edit) @4892   10 years twan.goosen removed duplicate 'collectionFacet' configuration item and added some …
(edit) @4891   10 years twan.goosen logging in servlet vloconfig factory
(edit) @4889   10 years twan.goosen Quoting of search terms and facet values (should fix issues e.g. with …
(edit) @4884   10 years twan.goosen fields shown in the extended search result are now configurable …
(edit) @4883   10 years twan.goosen fixed potential issue with markup id in search item details
(edit) @4882   10 years twan.goosen simplified getting of string for resource type counts, now completely …
(edit) @4881   10 years twan.goosen resource type names (singular and plural) are now read from properties …
(edit) @4880   10 years twan.goosen Resources are hidden in search results (both collapsed and expanded) …
(edit) @4879   10 years twan.goosen added resources to expanded search result item view
(edit) @4878   10 years twan.goosen extracted behaviour that sets the css class for a resource type (in …
(edit) @4877   10 years twan.goosen moved inner ResourceInfoModel? out of ResourceLinksPanel?
(edit) @4876   10 years twan.goosen persistence of search result item expansion state by means of a global …
(edit) @4875   10 years twan.goosen added an expanded result item view
(edit) @4874   10 years twan.goosen added toggling of collapsed/expanded search result item view
(edit) @4873   10 years twan.goosen Moved collapsed search result item view into separate panel (will add …
(edit) @4872   10 years twan.goosen refactored panels package, added two child packages for record and …
(edit) @4871   10 years twan.goosen truncation of long record descriptions in search result items. plus …
(edit) @4870   10 years twan.goosen removed autowired facet fields service from vlo web app
(edit) @4869   10 years twan.goosen reverted change of injection policy for FacetFieldsService? due to …
(edit) @4867   10 years twan.goosen Facet field retrieval (through the facet field(s) model) has a …
(edit) @4866   10 years twan.goosen injectingFacetFieldsService into VloWicketApplication?, so that …
(edit) @4864   10 years twan.goosen ignore case when sorting field values
(edit) @4863   10 years twan.goosen changed matching of value filtering from 'starts with' to 'contains'
Note: See TracRevisionLog for help on using the revision log.