SuccessChanges

Summary

  1. Tsk6 Create a jsf with functionality to recover recent stories (details)
Commit e136e5092ae264adbed85b8c1357ecc60681525c by danyel_ou
Tsk6 Create a jsf with functionality to recover recent stories
Adds StoryController class to control the jsf pages Adds advancedSearch
file with the content of the explore search Adds footer file with the
content of the footer Adds navBar file with the content of the nav Adds
simpleSearch file with the content of the simple search Adds storyPanel
file with the content of the story Modifies persistence.xml file to
include Story class Modifies main.css file to include news style changes
Modifies StoryService class to give permissions Modifies index.xhtml to
include the new content Modifies template.xhtml to include the new
content
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryController.java
The file was addedjsf/src/main/webapp/commons/footer.xhtml
The file was addedjsf/src/main/webapp/commons/storiePanel.xhtml
The file was modifiedjsf/src/main/webapp/searchPage.xhtml
The file was addedjsf/src/main/webapp/commons/advancedSearch.xhtml
The file was modifiedjsf/src/main/webapp/styles/main.css
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml
The file was addedjsf/src/main/webapp/commons/navBar.xhtml
The file was addedjsf/src/main/jsf/StoryController.java
The file was addedjsf/src/main/webapp/commons/simpleSearch.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml