.. |
auth
|
|
|
concern
|
Allow categories with null position, which means sort them based on activity. Mix absolutely positioned (position is not null) categories with null position categories.
|
2013-12-16 15:13:57 -05:00 |
email
|
FIX: Code and Emoticon formatting in HTML emails.
|
2013-11-28 17:21:14 -05:00 |
export
|
|
|
file_store
|
add a tombstone for extra safety
|
2013-11-27 22:05:11 +01:00 |
import
|
|
|
middleware
|
|
|
oneboxer
|
make sure extension-based oneboxes are first to run
|
2013-12-13 00:56:48 +01:00 |
plugin
|
|
|
site_settings
|
Load site settings from config/site_settings.yml
|
2013-11-14 16:02:13 -05:00 |
validators
|
|
|
admin_user_index_query_spec.rb
|
Used the term suspended instead of banned.
|
2013-11-07 13:53:49 -05:00 |
archetype_spec.rb
|
lets not fail in order random
|
2013-06-23 13:35:25 +10:00 |
avatar_detector_spec.rb
|
|
|
avatar_lookup_spec.rb
|
Simplify avatar lookup class
|
2013-07-12 23:10:21 +02:00 |
avatar_upload_service_spec.rb
|
Refactor Users#upload_avatar method
|
2013-11-11 23:21:14 +05:30 |
boost_trust_level_spec.rb
|
|
|
cache_spec.rb
|
|
|
category_list_spec.rb
|
fix spec, categories without position are now always at the end of the list
|
2013-12-17 14:36:07 +11:00 |
composer_messages_finder_spec.rb
|
Rename "Best Of" to "Summary"
|
2013-11-18 12:48:26 -05:00 |
content_buffer_spec.rb
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
cooked_post_processor_spec.rb
|
better revision history
|
2013-12-12 03:41:34 +01:00 |
current_user_spec.rb
|
|
|
directory_helper_spec.rb
|
Refactor temp directory methods into helper module
|
2013-07-09 13:59:31 -05:00 |
discourse_diff_spec.rb
|
add discourse_diff tests
|
2013-12-16 18:11:46 +01:00 |
discourse_hub_spec.rb
|
Unregister forum membership at Discourse Hub when deleting a user
|
2013-04-15 14:52:07 -04:00 |
discourse_plugin_registry_spec.rb
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
discourse_spec.rb
|
|
|
discourse_updates_spec.rb
|
Don't abuse as_json, it's not meant for consumption
|
2013-11-29 21:58:09 -08:00 |
distributed_hash_spec.rb
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
distributed_memoizer_spec.rb
|
distributed memoizer added to ensure absolute duplicate posts don't get through
|
2013-07-29 12:25:19 +10:00 |
enum_spec.rb
|
|
|
filter_best_posts_spec.rb
|
Refactor TopicView - extract filter method to FilterBestPosts
|
2013-07-12 15:54:54 +02:00 |
flag_query_spec.rb
|
|
|
gaps_spec.rb
|
Show Gaps in the post stream when filters are active
|
2013-12-05 16:46:59 -05:00 |
guardian_spec.rb
|
fixing gender sensitive pronouns
|
2013-12-03 10:19:54 +05:30 |
image_sizer_spec.rb
|
|
|
js_locale_helper_spec.rb
|
|
|
oneboxer_spec.rb
|
|
|
onpdiff_spec.rb
|
add onpdiff tests
|
2013-12-16 18:39:49 +01:00 |
pbkdf2_spec.rb
|
|
|
pinned_check_spec.rb
|
|
|
post_creator_spec.rb
|
Show estimated reading time near summarize button.
|
2013-12-10 13:47:36 -05:00 |
post_destroyer_spec.rb
|
FIX: recover post by a non-staff user fails because the post is not unique. Uniqueness check shouldn't happen when recovering a deleted post.
|
2013-09-06 11:50:15 -04:00 |
post_revisor_spec.rb
|
better revision history
|
2013-12-12 03:41:34 +01:00 |
pretty_text_spec.rb
|
FIX: emails with embedded posts should always use absolute URLs
|
2013-11-28 15:57:21 -05:00 |
promotion_spec.rb
|
|
|
rate_limiter_spec.rb
|
|
|
score_calculator_spec.rb
|
Rename "Best Of" to "Summary"
|
2013-11-18 12:48:26 -05:00 |
search_spec.rb
|
|
|
site_setting_extension_spec.rb
|
Site settings: move category into the opts hash so that it's compatibale with existing plugins
|
2013-11-15 14:32:33 -05:00 |
slug_spec.rb
|
omit single quotes from slug
|
2013-06-03 09:08:34 +10:00 |
sql_builder_spec.rb
|
|
|
suggested_topics_builder_spec.rb
|
Don't show category descriptions as suggested topics
|
2013-11-21 16:43:22 -05:00 |
summarize_spec.rb
|
FIX: OpenGraph tags not fully sanitized
|
2013-03-22 12:32:56 +01:00 |
system_message_spec.rb
|
Support for a new site setting: newuser_spam_host_threshold . If a new user posts a link
|
2013-05-16 12:19:50 -04:00 |
text_cleaner_spec.rb
|
|
|
text_sentinel_spec.rb
|
|
|
topic_creator_spec.rb
|
Add specs for topic create with auto_close_time. Just ignore auto_close_time from users who are not authorized to use it instead of raising an error.
|
2013-11-28 11:06:04 -05:00 |
topic_query_spec.rb
|
Support for "no subcategories"
|
2013-12-16 13:06:35 -05:00 |
topic_view_spec.rb
|
Show Gaps in the post stream when filters are active
|
2013-12-05 16:46:59 -05:00 |
trashable_spec.rb
|
|
|
unread_spec.rb
|
|
|
url_helper_spec.rb
|
FIX: canonical url should not use the CDN
|
2013-12-17 00:35:34 +01:00 |
user_destroyer_spec.rb
|
FIX: categories created by users who are deleted cannot be deleted
|
2013-11-01 16:56:15 -04:00 |
user_name_suggester_spec.rb
|
|
|