..
about_serializer.rb
UX: Tweak about page
2014-08-11 18:15:49 -04:00
admin_badge_serializer.rb
FEATURE: allow advanced badge options in admin screen
2014-07-24 18:28:23 +10:00
admin_badges_serializer.rb
FEATURE: allow advanced badge options in admin screen
2014-07-24 18:28:23 +10:00
admin_detailed_user_serializer.rb
FEATURE: Show user fields when the user is signing up
2014-09-30 10:45:18 -04:00
admin_post_serializer.rb
FEATURE: show the user's flagged/deleted posts
2014-07-16 21:04:55 +02:00
admin_user_serializer.rb
UX: improve ip-lookup modal
2014-11-19 21:38:53 +01:00
api_key_serializer.rb
Support for per-user API keys
2013-10-22 17:34:39 -04:00
application_serializer.rb
Convert a lot of :a => b to a: b and bring peace to the world
2013-03-25 05:07:36 +05:30
archetype_serializer.rb
Initial release of Discourse
2013-02-05 14:16:51 -05:00
backup_serializer.rb
Backup serializer
2014-02-13 13:31:13 -08:00
badge_grouping_serializer.rb
FEATURE: badge grouping UI
2014-07-18 15:46:36 +10:00
badge_index_serializer.rb
FEATURE: badge grouping UI
2014-07-18 15:46:36 +10:00
badge_serializer.rb
FEATURE: Allow users to select a badge with an image to appear on their
2014-10-20 16:35:38 -04:00
badge_type_serializer.rb
Fix badge type ordering
2014-08-25 12:48:31 -07:00
basic_category_serializer.rb
PERF: stop using jQuery to sanitize strings
2014-10-22 15:48:18 +11:00
basic_group_serializer.rb
Allow admins to choose if groups are visible or not.
2014-04-22 16:43:46 -04:00
basic_post_serializer.rb
FEATURE: Can click to expand hidden posts to see the good stuff!
2014-06-20 17:07:12 -04:00
basic_topic_serializer.rb
Add :title as attribute for basic_topic
2013-07-05 23:22:52 +02:00
basic_user_badge_serializer.rb
Sort the badges on the user profile page
2014-08-25 12:40:51 -07:00
basic_user_serializer.rb
BUGFIX: broken like expansion
2014-05-27 19:43:19 +10:00
category_detailed_serializer.rb
PERF: don't ever use inject on AR relations
2014-11-17 18:03:11 +11:00
category_featured_users_serializer.rb
Fix all the trailing whitespace
2013-02-07 16:45:24 +01:00
category_list_serializer.rb
Properly assign draft keys to Categories List view.
2013-05-28 21:16:24 -04:00
category_serializer.rb
FEATURE: auto-close topics based on last post
2014-10-10 18:21:44 +02:00
color_scheme_color_serializer.rb
Add descriptions. Make all the actions buttons. Add a revert button to colors. Add a new variable: quaternary.
2014-05-14 10:19:00 -04:00
color_scheme_serializer.rb
Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline.
2014-05-14 10:18:12 -04:00
current_user_serializer.rb
FEATURE: Mark All as Read button for Notifications page
2014-10-13 06:31:27 -04:00
discourse_version_check_serializer.rb
Check for updates: edge cases when the message on the dashboard doesn't make sense.
2013-07-09 14:01:08 -04:00
email_log_serializer.rb
Log when and why an email was not sent in email_logs
2014-02-14 13:06:39 -05:00
flagged_topic_serializer.rb
FEATURE: flag dispositions normalization
2014-07-28 19:28:07 +02:00
flagged_user_serializer.rb
FEATURE: flag dispositions normalization
2014-07-28 19:28:07 +02:00
gap_serializer.rb
Show Gaps in the post stream when filters are active
2013-12-05 16:46:59 -05:00
group_post_serializer.rb
FEATURE: Add category to Group Post Listing
2014-11-14 19:30:05 -05:00
group_user_serializer.rb
Can list group members
2014-02-07 10:44:51 -05:00
grouped_screened_url_serializer.rb
Screened Urls page shows results for each domain instead of each url
2013-11-04 16:24:48 -05:00
grouped_search_result_serializer.rb
FEATURE: increase search expansion to 50 results
2014-09-03 12:13:25 +10:00
invite_serializer.rb
Let's not show tons of extra information about invites unless you're the
2014-03-21 14:16:11 -04:00
invited_user_serializer.rb
Let's not show tons of extra information about invites unless you're the
2014-03-21 14:16:11 -04:00
listable_topic_serializer.rb
FIX: N+1 query on /categories page
2014-09-09 15:32:58 +02:00
notification_serializer.rb
FEATURE: List moderator warnings on admin dashboard
2014-09-08 13:25:02 -04:00
post_action_type_serializer.rb
Use tos_url site setting in flag modal if it's set
2013-05-01 11:49:18 -04:00
post_action_user_serializer.rb
BUGFIX: broken like expansion
2014-05-27 19:43:19 +10:00
post_revision_serializer.rb
LOTS of changes to properly handle post/topic revisions
2014-10-27 22:06:43 +01:00
post_serializer.rb
LOTS of changes to properly handle post/topic revisions
2014-10-27 22:06:43 +01:00
post_stream_serializer_mixin.rb
Add ?include_raw parameter to topic views
2014-11-01 14:32:18 -07:00
post_wordpress_serializer.rb
add post_number to PostWordpressSerializer
2014-10-23 03:02:06 +00:00
screened_email_serializer.rb
FEATURE: admins can clear screend emails if needed
2014-06-02 16:53:00 +10:00
screened_ip_address_serializer.rb
FIX: show ip address with mask again on /admin/logs/screened_ip_addresses
2014-02-18 10:33:08 -05:00
screened_url_serializer.rb
Fix [object object] being rendered where it should be an ip address
2013-11-05 15:00:54 -05:00
search_post_serializer.rb
FIX: anonymous had <a> items for pin/unpin
2014-09-03 12:13:26 +10:00
single_sign_on_record_serializer.rb
Add SSO diagnostics
2014-08-23 10:34:48 +10:00
site_serializer.rb
FEATURE: Show user fields when the user is signing up
2014-09-30 10:45:18 -04:00
site_text_serializer.rb
Renaming site contents to site text
2014-09-24 16:08:14 -04:00
site_text_type_serializer.rb
Renaming site contents to site text
2014-09-24 16:08:14 -04:00
suggested_topic_serializer.rb
FIX: Invalid sub category links in suggested topics
2013-11-19 13:36:11 -05:00
top_list_serializer.rb
BUGFIX: show the draft on top page
2014-02-06 11:39:43 +01:00
topic_flag_type_serializer.rb
Add a way to flag a topic
2014-02-12 12:57:55 -05:00
topic_link_serializer.rb
Support for crawling topic links
2014-04-07 14:08:34 -04:00
topic_list_item_serializer.rb
FIX: anonymous had <a> items for pin/unpin
2014-09-03 12:13:26 +10:00
topic_list_serializer.rb
FIX: Centralize Top rendering, remove old code paths. Fix some bugs.
2014-08-28 14:34:31 -04:00
topic_post_count_serializer.rb
BUGFIX: missing avatars in topic map
2014-05-29 14:59:14 +10:00
topic_poster_serializer.rb
Fix all the trailing whitespace
2013-02-07 16:45:24 +01:00
topic_tracking_state_serializer.rb
FIX: We should use category_id
instead of category_name
to perform
2014-07-16 15:40:35 -04:00
topic_view_posts_serializer.rb
Refactor: Move Topic Details into better objects, identity map, tests, query string filters
2013-07-02 10:36:46 -04:00
topic_view_serializer.rb
FEATURE: auto-close topics based on last post
2014-10-10 18:21:44 +02:00
topic_view_wordpress_serializer.rb
FIX: user avatar urls need to be absolute in wordpress api
2014-05-29 17:19:49 -04:00
trust_level_serializer.rb
Initial release of Discourse
2013-02-05 14:16:51 -05:00
trust_level3_requirements_serializer.rb
FEATURE: trust level 3: likes received must be on min_likes_received/3 different days, and be from min_likes_received/4 different users
2014-10-07 15:52:54 -04:00
upload_serializer.rb
display the size of the attachment in the preview
2013-07-14 12:28:24 +02:00
user_action_serializer.rb
BUGFIXES: properly deal with bookmarks and deleted posts
2014-06-04 17:41:11 +02:00
user_badge_serializer.rb
FIX: faster update of all badges
2014-07-23 11:46:07 +10:00
user_history_serializer.rb
FEATURE: log topic/post deletions from staff members
2014-10-01 17:40:13 +02:00
user_serializer.rb
FEATURE: add a button for staff to delete a user on their profile page
2014-11-14 15:25:33 -05:00
user_wordpress_serializer.rb
FIX: user avatar urls need to be absolute in wordpress api
2014-05-29 17:19:49 -04:00