SuccessChanges

Summary

  1. tsk30 Adds more example data to the dataset. (details)
  2. tsk30 Updates Story to not allow User to be null and formats the date. (details)
  3. tsk30 Changes the language of the interface to spanish and the format of (details)
Commit 679c31c6e0b3cf78692417df4300ff91d855b35f by jrcastro2
tsk30 Adds more example data to the dataset.
Adds new data to stories.xml and updates StoriesDataset to match the new
data, also updates the getRecentStories method, to match the new data
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
Commit 089f0258fe4801ed8800c8db349c216f783236c3 by jrcastro2
tsk30 Updates Story to not allow User to be null and formats the date.
User cannot be null and adds a new format to date (DD/MM/YYYY HH:MM:SS)
Adds a new dependency that allows to ignore every property that is not
defined, this allows to use the new method getDateFormated() and pass
the tests
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java (diff)
The file was modifieddomain/pom.xml (diff)
Commit dfb24fd5caa17d8949a4495582dc1795b8672736 by jrcastro2
tsk30 Changes the language of the interface to spanish and the format of
the date.
Changes the language of the interface to spanish and the format of the
date is displayed now in the new format DD/MM/YYYY HH:MM:SS.
The file was modifiedjsf/src/main/webapp/WEB-INF/searchlist.xhtml (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/explore.xhtml (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/storieslist.xhtml (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)