discourse/spec/components
Sam e145e34ebe fix specs 2014-08-05 13:40:44 +10:00
..
auth Revert "Revert "BUGFIX: improve error messages for invalid API keys"" 2014-05-23 08:43:19 +10:00
common_passwords Use 10k most common passwords instead of 5k 2014-05-02 12:01:21 -04:00
concern FEATURE: register_custom_field_type, support bool and integer 2014-06-17 12:42:12 +10:00
email FIX: failed messages posted via email silently ignored 2014-07-31 18:46:02 +10:00
file_store FIX: don't mess with fixtures when running the specs 2014-07-14 17:34:23 +02:00
import Added code block normalization routing for import 2014-06-06 10:34:21 +10:00
middleware BUGFIX: web crawlers messing with anon caching 2014-04-29 10:48:09 +10:00
onebox/engine FIX: don't onebox hidden posts 2014-04-28 11:03:19 -04:00
plugin correct state leak 2014-06-11 12:00:02 +10:00
scheduler BUGFIX: work correctly if process forks 2014-03-17 15:22:11 +11:00
site_settings Load site settings from config/site_settings.yml 2013-11-14 16:02:13 -05:00
validators FIX: don't let admins skip post validations, unless it's faq, tos, or privacy 2014-08-01 14:53:35 -04:00
admin_user_index_query_spec.rb Used the term suspended instead of banned. 2013-11-07 13:53:49 -05:00
archetype_spec.rb
avatar_lookup_spec.rb
avatar_upload_service_spec.rb FIX: don't mess with fixtures when running the specs 2014-07-14 17:34:23 +02:00
cache_spec.rb BUGFIX: cache did not support non strings 2014-01-07 17:36:47 +11:00
category_list_spec.rb FIX: topics in private sub-categories were visible to everyone on the categories page 2014-06-16 15:12:14 -04:00
composer_messages_finder_spec.rb Work in progress, keeping avatars locally 2014-05-27 10:08:03 +10:00
content_buffer_spec.rb
cooked_post_processor_spec.rb FIX broken spec 2014-05-27 13:52:39 +10:00
crawler_detection_spec.rb Improved crawler detection: add Twitterbot, Facebook, curl, Bing, Baidu. 2014-03-16 19:30:20 +05:30
current_user_spec.rb Revert "Revert "BUGFIX: improve error messages for invalid API keys"" 2014-05-23 08:43:19 +10:00
directory_helper_spec.rb
discourse_diff_spec.rb Fix typo in XSS test 2014-06-16 08:40:19 +05:30
discourse_event_spec.rb Move discourse_plugin to lib 2014-07-23 00:03:48 -04:00
discourse_hub_spec.rb Remove hub username integration 2014-07-16 12:25:24 -04:00
discourse_plugin_registry_spec.rb Allow plugins to ship custom styles only for mobile 2014-04-07 16:33:35 +02:00
discourse_plugin_spec.rb Move discourse_plugin to lib 2014-07-23 00:03:48 -04:00
discourse_sass_compiler_spec.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
discourse_spec.rb Change 'code' to 'message' 2014-07-17 15:19:58 -07:00
discourse_stylesheets_spec.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
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
distributed_memoizer_spec.rb
distributed_mutex_spec.rb Tighten API, add spec for recovery, keep mutex semantics 2014-04-14 10:51:46 +10:00
enum_spec.rb
filter_best_posts_spec.rb
flag_query_spec.rb FEATURE: flag dispositions normalization 2014-07-28 19:28:07 +02:00
gaps_spec.rb Show Gaps in the post stream when filters are active 2013-12-05 16:46:59 -05:00
guardian_spec.rb Merge pull request #2591 from BenLubar/benlubar-edit-history-public 2014-07-30 14:09:10 +10:00
image_sizer_spec.rb
js_locale_helper_spec.rb
json_error_spec.rb Adds better reusable error message support. Added to fetching remote 2014-04-02 13:22:10 -04:00
oneboxer_spec.rb BUGFIX: more robust onebox implementation 2014-05-28 17:15:10 +10:00
onpdiff_spec.rb add onpdiff tests 2013-12-16 18:39:49 +01:00
pbkdf2_spec.rb
pinned_check_spec.rb FEATURE: display unpinned state, allow unpinning by clicking on pin 2014-04-10 10:59:02 +10:00
post_creator_spec.rb fix specs 2014-08-05 13:40:44 +10:00
post_destroyer_spec.rb FEATURE: flag dispositions normalization 2014-07-28 19:28:07 +02:00
post_revisor_spec.rb collapse tests to improve perf of suite 2014-06-16 12:13:28 +10:00
pretty_text_spec.rb FIX: crash on invalid uri component 2014-07-30 17:09:55 +10:00
promotion_spec.rb FEATURE: don't demote trust level 3 users who were promoted less than SiteSetting.leader_promotion_min_duration days ago 2014-07-08 17:39:49 -04:00
rate_limiter_spec.rb
redis_store_spec.rb BUGFIX: redis-rails has always been a problem child 2014-01-06 16:50:04 +11:00
score_calculator_spec.rb Rename "Best Of" to "Summary" 2013-11-18 12:48:26 -05:00
search_spec.rb FIX: remove broken find topic id feature 2014-07-29 16:36:52 +10:00
site_setting_extension_spec.rb FIX: filter whitelist domain name 2014-07-24 22:02:10 +05:30
slug_spec.rb
sql_builder_spec.rb
suggested_topics_builder_spec.rb Suggested topics includes closed and archived in new and unread, but not in random results 2014-02-04 12:26:49 -05:00
summarize_spec.rb
system_message_spec.rb Move FAQ, Terms of Service, and Privacy Policy into topics in the Staff category. First post of those topics will be rendered on their respective pages. Site settings and content are not used for these documents anymore. Translations of the default text is moved into the standard YML files. 2014-07-25 14:41:20 -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 TWEAK: Don't show subcategory topic definitions when viewing a category list. 2014-06-30 15:22:40 -04:00
topic_retriever_spec.rb Add custom embed_by_username feature 2014-06-09 12:35:38 -07:00
topic_view_spec.rb FIX: only show 'defer flags' when there are active flags on the post 2014-08-04 17:29:01 +02:00
topics_bulk_action_spec.rb FIX: We should use `category_id` instead of `category_name` to perform 2014-07-16 15:40:35 -04:00
trashable_spec.rb
unread_spec.rb
url_helper_spec.rb BUGFIX: emoji's url were relatives (was breaking the wordpress plugin) 2014-01-14 23:51:36 +01:00
user_name_suggester_spec.rb Updated import for TypePad 2014-03-19 15:02:49 -04:00