Commit graph

6 commits

Author SHA1 Message Date
Nishanth Vijayan
5965bcf193 Stop checking for non-existing conference_id in versions controller 2016-11-25 17:01:40 +05:30
Nishanth Vijayan
58a3913735 Use load_and_authorize_resource in versions controlller 2016-11-25 17:01:40 +05:30
Nishanth Vijayan
614da6003b Display error if non existant conference's versions are queried 2016-11-25 17:01:40 +05:30
Nishanth Vijayan
7cff5e0da6 Allow organizers to view changes in a per conference basis 2016-11-25 17:01:40 +05:30
Nishanth Vijayan
c80f37f3ff Change look of event history page similar to changelog 2016-08-15 16:48:10 +05:30
Nishanth Vijayan
a45e537bac Setup basic Revision History page
Sets up paper_trail tracking in important models

and add conference_id to versions for storing conference_id
of conference related objects  as metadata.This will help in querying
for versions related to conferences.

Fix issues with factories & event types initialization.Import paper_trail testing helpers
Fix bug: Creating an event creates a useless version with event update

Add revert and view changes features to revision history
2016-08-12 13:35:56 +05:30