Not builtChanges

Summary

  1. tsk 15 - Adds explore stories search view (details)
  2. tsk 16 - Adds explore button in the main view (details)
  3. tsk 15 - Fixes a bug in advanced search form position (details)
  4. tsk29 - Added user entity and modified tests and database to include it (details)
  5. tsk 17 - Adds navigation between advanced and text search (details)
Commit c8c2f7122037a93a1a0b4b09dd7b401df58cd5dc by rcferradas
tsk 15 - Adds explore stories search view
Adds view for advance search form and its given results Adds new methods
in story search managed bean to get search results
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/template.xhtml
The file was addedjsf/src/main/webapp/advanceSearch.xhtml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java
Commit 0532ac5dc00b880b9a26167a2d587545cb32d1d5 by rcferradas
tsk 16 - Adds explore button in the main view
Adds a button to go to advance search (explore more stories) view
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/template.xhtml
Commit df2a5b74479c4554f0275f2e0245427bb5e867fc by rcferradas
tsk 15 - Fixes a bug in advanced search form position
Fixes a bug in advanced search form position and some of its children
elements
The file was modifiedjsf/src/main/webapp/advanceSearch.xhtml
Commit 6f9f6be375fa97fcc095a3a37486dc52b1cde2d4 by vlfernandez
tsk29 - Added user entity and modified tests and database to include it
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserTest.java
The file was modifiedrest/src/main/resources/META-INF/persistence.xml
The file was modifiedadditional-material/db/microstories-mysql.delete.sql
The file was modifiedjsf/src/main/webapp/microstoryView.xhtml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserDataset.java
The file was modifiedadditional-material/db/microstories-mysql.full.sql
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/EntitiesTestSuite.java
The file was modifiedservice/src/main/resources/META-INF/persistence.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifiedadditional-material/db/microstories-mysql.drop.sql
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/User.java
Commit c1d64b099cb881a8674d3741212f5721f39a8fee by ipgonzalez2
tsk 17 - Adds navigation between advanced and text search
Includes search buttons in advanced and text searchs to navigate between
them. Also fixes some texts that where in spanish when the rest of the
page is in english.
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/nav.xhtml
The file was modifiedjsf/src/main/webapp/advanceSearch.xhtml
The file was modifiedjsf/src/main/webapp/search.xhtml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java