source: vlo/branches/vlo-3.0/vlo-web-app/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4849   11 years twan.goosen moved solr unit tests to right package and added a test for the …
(edit) @4848   11 years twan.goosen made collections facet always visible (even if no values)
(edit) @4844   11 years twan.goosen added autocomplete behaviour to search form
(edit) @4843   11 years twan.goosen made search form submit do a partial update via ajax
(edit) @4816   11 years twan.goosen always getting all facet values. To be optimised. Refs #524
(edit) @4812   11 years twan.goosen added todo's to all facet values panel
(edit) @4810   11 years twan.goosen Title of "search results" depends on query/selection state: if not …
(edit) @4809   11 years twan.goosen Fixed jumping to resource details in record page
(edit) @4808   11 years twan.goosen Link to resource identified with handle is prepended with handle proxy …
(edit) @4805   11 years twan.goosen Handle URI's for landing pages now get transformed into handle proxy URL's
(edit) @4804   11 years twan.goosen Better handling of erroneous input through page parameters in record …
(edit) @4803   11 years twan.goosen Added feedback panel to VLO base page
(edit) @4801   11 years twan.goosen facet panel title: use solr field name model for friendly facet name
(edit) @4798   11 years twan.goosen Replaced some AjaxFallbackLinks? with *indicating* versions, leading to …
(edit) @4789   11 years twan.goosen added expansion state toggling through facet title
(edit) @4788   11 years twan.goosen no longer collapsing facet after value selection
(edit) @4787   11 years twan.goosen added link to deselect all facets values
(edit) @4786   11 years twan.goosen added links to expand or collapse all facets
(edit) @4785   11 years twan.goosen Showing selected values in selected facet panel also when expanded
(edit) @4782   11 years twan.goosen Made FacetFieldModel? a loadable detachable model so that it can …
(edit) @4781   11 years twan.goosen facets that have no values are not visible
(edit) @4779   11 years twan.goosen more link for facet values is only shown if there actually are more values
(edit) @4778   11 years twan.goosen Added page parameters constructor for all facet values page and …
(edit) @4777   11 years twan.goosen Added 'all facet values' page, triggered by the 'more' link as …
(edit) @4776   11 years twan.goosen Added constructor that takes model to FacetedSearchPage?
(edit) @4771   11 years twan.goosen Fixed NPE in faceted search page when no ajax request target
(edit) @4767   11 years twan.goosen Added JavaMelody? for monitoring at /monitoring
(edit) @4765   11 years twan.goosen hidden unimplemented features: search options and result item expand
(edit) @4749   11 years twan.goosen Removed obsolete assembly plugin + descriptor from web app
(edit) @4744   11 years twan.goosen logging settings: * properties filtered from pom to differentiate …
(edit) @4741   11 years twan.goosen setting of wicket cache parameters through config values
(edit) @4733   11 years twan.goosen permalink in record page
(edit) @4732   11 years twan.goosen layout, location, animation of permalink field
(edit) @4730   11 years twan.goosen Fixed intrusion of unserialisable collections through multimap …
(edit) @4727   11 years twan.goosen specialised map entry model towards collection values and ensured …
(edit) @4725   11 years twan.goosen fixed serialisation issues with MapEntryModel?
(edit) @4724   11 years twan.goosen permalink now provided by model
(edit) @4723   11 years twan.goosen implemented permalink panel, added it to both pages
(edit) @4695   11 years twan.goosen Layout of facet bread crumbs
(edit) @4694   11 years twan.goosen Added removal of facet selections from within bread crumb panel
(edit) @4693   11 years twan.goosen Created panel showing navigation bread crumbs for search and facet …
(edit) @4692   11 years twan.goosen Record navigation hidden when there is no context (i.e. construction …
(edit) @4691   11 years twan.goosen Added some additional fields for document retrieval
(edit) @4690   11 years twan.goosen Added previous/next links Index of record shown starts with 1 (so …
(edit) @4687   11 years twan.goosen Made separate panel for record navigation
(edit) @4686   11 years twan.goosen added pojo interface for search context. calculating and passing this …
(edit) @4669   11 years twan.goosen Added CMDI view (obtained through XSLT transform) to record page
(edit) @4666   11 years twan.goosen added filtering of values in all values panel
(edit) @4665   11 years twan.goosen Added a drop down to choose between sort modes for all values display
(edit) @4664   11 years twan.goosen Added support for sorting to field values provider
(edit) @4663   11 years twan.goosen All facet values panel now shown in a modal window
(edit) @4662   11 years twan.goosen created panel for showing all facet values
(edit) @4661   11 years twan.goosen Package structure: separated solr services from other services and …
(edit) @4654   11 years twan.goosen ignored and technical fields are now configured through VloConfig?.xml
(edit) @4653   11 years twan.goosen made a VLO base page that is now parent to record page and faceted …
(edit) @4652   11 years twan.goosen added processing of page parameter to record page (tests needed to be …
(edit) @4651   11 years twan.goosen VLO version property gets set build time and is included in footer of page
(edit) @4649   11 years twan.goosen reading of page parameters for record page
(edit) @4648   11 years twan.goosen improved solr document model
(edit) @4647   11 years twan.goosen mounted record page on /record
(edit) @4646   11 years twan.goosen Created interface for service that convert to/from wicket page …
(edit) @4645   11 years twan.goosen Moveddefinition of property filters from record page into …
(edit) @4644   11 years twan.goosen added details panel for resources on the record page
(edit) @4640   11 years twan.goosen added resources overview to the record page
(edit) @4639   11 years twan.goosen made service that creates ResourceInfo? objects from resource strings. …
(edit) @4636   11 years twan.goosen added technical details to record page
(edit) @4635   11 years twan.goosen created a Label extension that reads field names from a resource …
(edit) @4634   11 years twan.goosen made constant for document fields in query factory
(edit) @4633   11 years twan.goosen added extra fields to be retrieved for a document
(edit) @4632   11 years twan.goosen added field table for record by means of a data provider (of the new …
(edit) @4631   11 years twan.goosen fixed configuration n page tests
(edit) @4630   11 years twan.goosen added test class for RecordPage?
(edit) @4629   11 years twan.goosen Landing page link now working. Document queries no longer get …
(edit) @4628   11 years twan.goosen Implemented getting getDocument(docId) in the solr document service …
(edit) @4626   11 years twan.goosen - Created loadable/detachable model for a SolrDocument?. Document …
(edit) @4625   11 years twan.goosen added title and landing page link to record page
(edit) @4622   11 years twan.goosen created stub for record page and links to it from search result items
(edit) @4621   11 years twan.goosen cleaned up unit test for resource type counting service
(edit) @4620   11 years twan.goosen unit test for resource type counting service
(edit) @4619   11 years twan.goosen implemented resource type counting service
(edit) @4618   11 years twan.goosen added components, models and service required to show resource type …
(edit) @4614   11 years twan.goosen separated field reading and string concatenation functionalities of …
(edit) @4609   11 years twan.goosen commented out breadcrumbs
(edit) @4608   11 years twan.goosen detaching from components with multiple models
(edit) @4606   11 years twan.goosen detaching in compound models
(edit) @4605   11 years twan.goosen Moved filter form down the facet values panel
(edit) @4604   11 years twan.goosen Made facet list view reuse its items (FacetPanels?)
(edit) @4601   11 years twan.goosen Expansion state for facet panels (through expansion state model)
(edit) @4599   11 years twan.goosen Ajax updating on facet value selection
(edit) @4598   11 years twan.goosen Fixed layout of collection facet panel
(edit) @4597   11 years twan.goosen Added method to vlo config to get all facets, including collection …
(edit) @4595   11 years twan.goosen facet subpanels don't declare div, moved to parent. fixes layout of …
(edit) @4594   11 years twan.goosen refactoring for readability in selected facet panel
(edit) @4591   11 years twan.goosen refactoring for readability in faceted search page
(edit) @4590   11 years twan.goosen added a subcase to FacetFieldsModel? test
(edit) @4589   11 years twan.goosen Unit tests for FacetField?(s)Model
(edit) @4588   11 years twan.goosen Javadoc for recently added classes
(edit) @4584   11 years twagoo added collectionFacet property to VloConfig? (class+xml)
(edit) @4583   11 years twagoo new vlo config factory to support partial configuration via context …
(edit) @4582   11 years twagoo refactored construction of facet panels, both in facets panel and …
Note: See TracRevisionLog for help on using the revision log.