SuccessChanges

Summary

  1. tsk72 Adds exploring by event category (details)
Commit fd22aec46dcba043a41da8d0896b4d7deeb19b06 by abel.fernandez.nandin
tsk72 Adds exploring by event category
Modifies EventSearchController and EventEJB so that they support advance
searching that takes into account the state and category of an event.
Adds an Explore button to templateHeader.xhtml to access
exploreEvents.xhtml.
Adds exploreEvents.xhtml, which displays a list of all the event
categories. The categories are clickable and lead to
advancedSearchResults.xhtml.
Adds advancedSearchResults.xhtml, which enables advanced searching of
events by category, state, and text.
Modifies template.properties and template_es_ES.properties so that they
include the string of the new Explore button at templateHeader.xhtml.
The file was addedjsf/src/main/webapp/advancedSearchResults.xhtml
The file was addedjsf/src/main/webapp/exploreEvents.xhtml
The file was modifiedjsf/src/main/resources/es/uvigo/esei/dgss/letta/jsf/template.properties
The file was modifiedjsf/src/main/resources/es/uvigo/esei/dgss/letta/jsf/template_es_ES.properties
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/EventSearchController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml