SuccessChanges

Summary

  1. tsk39 Adds the possibility to publish history (details)
  2. tsk39 Adds the functionality to publish a story (details)
Commit 831eb5df32eb4fdf5e131af9fb31cbbdb8d74f10 by ifmarinho
tsk39 Adds the possibility to publish history
Adds publish button to the detail view of a story
Adds a toggle to show if a story is not published in the own stories
view
The file was modifiedjsf/src/main/webapp/styles/main.css (diff)
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml (diff)
The file was modifiedjsf/src/main/webapp/ownStories.xhtml (diff)
Commit a8c5298180e99c9c03b3dde1d42761fcca48f25d by ifmarinho
tsk39 Adds the functionality to publish a story
Adds to the story controller the functionality to publish a story from
the detail view
Modifies the buttons so that when the detail view is accessed from the
user's own story listing it refreshes the story listing page to avoid
displaying the "not published" message when the story has been published
from the detail view
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
The file was modifiedjsf/src/main/webapp/styles/main.css (diff)