Commit Graph

10 Commits

Author SHA1 Message Date
David Taylor
22c520e841 Refactored versioning.py (and associated templates) to improve readability and testability.
Takes inspiration from, but does not use, django-reversion-compare. We do a lot of RIGS-specific stuff that requires a lot of hacking to get working nicely with django-reversion-compare. The main example of this is event-item “many-to-one” fields. The performance difference of my code compared to django-reversion-compare was found to be negligible.
2017-06-21 03:09:46 +01:00
David Taylor
ca6cddb392 Add comments display to versioning history (because why not).
Maybe in future we could have a box people can type in before they save changes to an event... But that's a separate project
2016-04-05 11:50:34 +01:00
David Taylor
0089c7d36f Fixed TZ issue #146
(MomentJS wasn't being supplied with timezone info)
2015-06-29 12:09:31 +01:00
David Taylor
be7fe9ee9b Added profile Modals & links from activity feed 2015-05-29 01:28:36 +01:00
David Taylor
4d76786f28 Moved grouping logic to view, and added time to stream 2015-05-26 04:34:23 +01:00
Tom Price
6d1feec59b Change to using SCSS instead of inline CSS 2015-05-26 00:40:45 +01:00
Tom Price
1eb7ea1181 Move selection logic from template to view
Required adding some extra data to the dict directly.
In theory this should produce better performance.
2015-05-26 00:20:09 +01:00
Tom Price
3d44633554 Improve grouping with correct spacing 2015-05-25 23:37:08 +01:00
Tom Price
ac7690bdf1 Redesigned activity feed to "group" by user 2015-05-25 23:31:39 +01:00
David Taylor
623e8017e7 More UI Improvements 2015-05-24 12:54:29 +01:00