discourse/lib/tasks
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
..
add_topic_to_quotes.rake
admin.rake FIX: rake admin:invite sends an email that makes it clear that an account was created for the recipient 2014-09-11 12:49:01 -04:00
api.rake
assets.rake FIX: Symbol was missing colon 2014-10-15 17:54:17 -04:00
auto_annotate_models.rake don't load tasks for now, its not allowing me to disable 2014-08-27 15:28:38 +10:00
autospec.rake
avatars.rake OOOPS: I CAN'T CODE (:fired:) 2014-06-27 00:04:48 +02:00
backfill.thor
build.rake
build_test_topic.rake
cdn.rake
db.rake add rake task and seed data for discourse_api 2014-09-10 20:53:21 -06:00
disqus.thor
docker.rake Refactor: allow running js or ruby tests only 2014-06-20 09:27:09 +10:00
i18n_stats.rake
images.rake
integration.rake TYPO: Missing comma 2014-08-01 17:29:20 -04:00
plugin.rake
populate.thor FIX: thor populate:posts tool needs to use find_by_username 2014-08-26 12:32:17 -04:00
posts.rake LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
qunit.rake
release_note.rake Improved release notes. 2014-10-23 20:44:02 -07:00
rspec.rake
scheduler.rake
search.rake PERF: new table used for title similarity search 2014-08-08 15:50:26 +10:00
smoke_test.rake BUGFIX: don't require env if its not needed 2014-06-20 10:55:16 +10:00
typepad.thor Avoid using to_s when performing String Interpolation 2014-08-14 23:55:27 +05:30
uploads.rake FEATURE: new rake task to clean up uploads & thumbnails 2014-09-29 18:31:53 +02:00
user_actions.rake