This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
Régis Hanol e7f251c105 LOTS of changes to properly handle post/topic revisions
FIX: history revision can now properly be hidden
FIX: PostRevision serializer is now entirely dynamic to properly handle
hidden revisions
FIX: default history modal to "side by side" view on mobile
FIX: properly hiden which revision has been hidden
UX: inline category/user/wiki/post_type changes with the revision
details
FEATURE: new '/posts/:post_id/revisions/latest' endpoint to retrieve
latest revision
UX: do not show the hide/show revision button on mobile (no room for
them)
UX: remove CSS transitions on the buttons in the history modal
FIX: PostRevisor now handles all the changes that might create new
revisions
FIX: PostRevision.ensure_consistency! was wrong due to off by 1
mistake...
refactored topic's callbacks for better readability
extracted 'PostRevisionGuardian'
2014-10-27 22:06:43 +01:00
..
components FEATURE: Allow users to select a badge with an image to appear on their 2014-10-20 16:35:38 -04:00
controllers LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
dialects FIX: Censored word match fail if earlier partial match 2014-10-17 02:43:28 +01:00
ember FEATURE: Admin interface for adding custom fields for users 2014-09-25 16:17:51 -04:00
helpers Revert "GroupedEach helper fix for ember 1.8" 2014-10-27 15:58:04 -04:00
initializers FEATURE: allow long polling to go to a different url 2014-10-24 13:38:38 +11:00
lib PERF: stop using jQuery to sanitize strings 2014-10-22 15:48:18 +11:00
mixins FIX: The whole page was a drag-n-drop target even when there were 2014-10-22 14:37:35 -04:00
models LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
routes LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
templates LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
views FEATURE: focus input on modals is optional 2014-10-21 08:12:29 +11:00