SuccessChanges

Summary

  1. tsk8 adds xhtml view (details)
  2. task6 Recent stories list in index.xhtml (details)
  3. tsk 8 Adds single view and links (details)
Commit 98ccf530a5d92da1410db2e3d36aa17e772fa2ae by lrcortizo
tsk8 adds xhtml view
creates xhtml view for show a single story
The file was modifiedjsf/src/main/webapp/styles/style.css (diff)
The file was addedjsf/src/main/webapp/view.xhtml (diff)
Commit e88077b5e47d2e8cac6bb488e1042fc5785706f3 by lrcortizo
task6 Recent stories list in index.xhtml
Creates jsf for recent stories list with a maximum of 6 and order by
publication date
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java (diff)
Commit ccefd380440b561f8be697b697c5635c77ade739 by gbgonzalez
tsk 8 Adds single view and links
Adds single view of micrstories and links of most viewed in index
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/view.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java (diff)