discourse/spec/components
Sam 2251877332 FIX: "Dismiss Posts" corrupting read state
REFACTOR: seen_post_count was a bad name, renamed to highest_seen_post_number
2014-10-31 09:40:35 +11:00
..
auth fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02: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 fixed some more deprecations. 20 to go 2014-10-29 16:06:50 +01:00
file_store FEATURE: new rake task to clean up uploads & thumbnails 2014-09-29 18:31:53 +02:00
freedom_patches FIX: work around random encoding errors 2014-10-03 10:41:52 +10:00
import Added code block normalization routing for import 2014-06-06 10:34:21 +10:00
middleware fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
onebox/engine FIX: don't onebox hidden posts 2014-04-28 11:03:19 -04:00
plugin fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
scheduler fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
sidekiq unhack spec 2014-08-19 20:57:34 +10: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 FIX: moderators should be able to search users by email 2014-10-29 22:08:41 +01:00
archetype_spec.rb lets not fail in order random 2013-06-23 13:35:25 +10:00
avatar_lookup_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
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 fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
category_list_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
composer_messages_finder_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
content_buffer_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
cooked_post_processor_spec.rb FEATURE: use original filename when clicking the download link in the lightbox 2014-10-15 19:20:04 +02: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 Refactor temp directory methods into helper module 2013-07-09 13:59:31 -05:00
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 fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +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 FIX: automatic backup uploads to S3 when using a region 2014-09-24 22:52:09 +02: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 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
distributed_mutex_spec.rb Tighten API, add spec for recovery, keep mutex semantics 2014-04-14 10:51:46 +10:00
enum_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
filter_best_posts_spec.rb Refactor TopicView - extract filter method to FilterBestPosts 2013-07-12 15:54:54 +02:00
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 fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
image_sizer_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
js_locale_helper_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
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 PBKDF2 gem is trouble, removing and hand coding for now 2013-03-06 23:12:16 +11:00
pinned_check_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
post_creator_spec.rb FIX: "Dismiss Posts" corrupting read state 2014-10-31 09:40:35 +11:00
post_destroyer_spec.rb FIX: "Dismiss Posts" corrupting read state 2014-10-31 09:40:35 +11:00
post_revisor_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
pretty_text_spec.rb fixed some more deprecations. 20 to go 2014-10-29 16:06:50 +01:00
promotion_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
rate_limiter_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
redis_store_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
s3_helper_spec.rb FIX: automatic backup uploads to S3 when using a region 2014-09-24 22:52:09 +02:00
score_calculator_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
search_spec.rb FIX: Do not show unconfirmed users in search results 2014-10-24 19:20:41 -04:00
site_setting_extension_spec.rb FIX: filter whitelist domain name 2014-07-24 22:02:10 +05:30
slug_spec.rb omit single quotes from slug 2013-06-03 09:08:34 +10:00
sql_builder_spec.rb hidden and deleted state in user stream 2013-06-12 11:14:08 +10:00
suggested_topics_builder_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
summarize_spec.rb FIX: OpenGraph tags not fully sanitized 2013-03-22 12:32:56 +01:00
system_message_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
text_cleaner_spec.rb FEATURE: normalize whitespaces in topic title/post content 2014-08-12 00:01:58 +02:00
text_sentinel_spec.rb Allow TextSentinel#seems_unpretentious? to accept words joined with dashes or forward slashes. (Issue 1133) 2013-09-16 09:45:57 -04:00
topic_creator_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
topic_query_spec.rb FIX: Category latest pages were not preloading properly, causing weird 2014-10-08 12:45:18 -04:00
topic_retriever_spec.rb Add custom embed_by_username feature 2014-06-09 12:35:38 -07:00
topic_view_spec.rb reorganize site settings a bit 2014-10-19 23:14:50 -07:00
topics_bulk_action_spec.rb FIX: "Dismiss Posts" corrupting read state 2014-10-31 09:40:35 +11:00
trashable_spec.rb change it so all topics MUST include a category, we store a special uncategorized category to compensate 2013-10-24 12:08:02 +11:00
unread_spec.rb FIX: "Dismiss Posts" corrupting read state 2014-10-31 09:40:35 +11:00
url_helper_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
user_name_suggester_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00