discourse/spec/components
Neil Lalonde 03afe9280d Fix failing import spec with seed 30239 2013-06-26 11:42:52 -04:00
..
email Fix for multiple paragraph emails with text em-dashes in them (--). 2013-06-25 14:06:05 -04:00
export Initial release of Discourse 2013-02-05 14:16:51 -05:00
import Initial release of Discourse 2013-02-05 14:16:51 -05:00
jobs Fix failing import spec with seed 30239 2013-06-26 11:42:52 -04:00
oneboxer Link hashtags in Twitter onebox 2013-06-13 21:09:37 -07:00
site_settings fix all sorts of issues with random spec order 2013-06-23 13:35:25 +10:00
validators refactor validators 2013-06-13 18:18:43 +10:00
admin_logger_spec.rb Add ability to destroy a user with 0 posts 2013-04-12 16:53:00 -04:00
admin_user_index_query_spec.rb extract Admin::UsersController#index to its own query class 2013-06-19 13:48:45 -07:00
archetype_spec.rb lets not fail in order random 2013-06-23 13:35:25 +10:00
avatar_lookup_spec.rb refactored and tested AvatarLookup 2013-05-30 11:04:05 +02:00
cache_spec.rb speed up startup (avoid loading some gems on startup) 2013-05-13 18:04:03 +10:00
category_list_spec.rb Don't show invisible topics in uncategorized on categories page 2013-06-21 11:36:00 -04:00
content_buffer_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
cooked_post_processor_spec.rb soften the lightbox overlay 2013-06-26 02:44:20 +02:00
current_user_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
diff_engine_spec.rb Use Diffy as DiffEngine implementation 2013-03-15 17:31:51 -07: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 Automatically flag someone as a spammer if their posts get at least X spam flags from N users while their trust level is 'new user'. Staff can clear and set this status from the user record in admin. 2013-06-03 16:37:40 -04:00
distributed_hash_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
enum_spec.rb make Enum#valid? specs test the right thing 2013-03-02 10:40:32 +03:00
guardian_spec.rb Add ability to give users a title. Show them under usernames beside posts. Needs love from a designer. 2013-06-25 18:39:20 -04:00
image_sizer_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
jobs_spec.rb Topic Auto-Close: admins and mods can set a topic to automatically close after a number of days 2013-05-13 12:53:52 -04:00
js_locale_helper_spec.rb Add test for load plurals before precompile 2013-06-16 02:38:28 +04:00
local_store_spec.rb added a rake task to clean orphan uploaded files 2013-06-19 21:51:41 +02:00
oneboxer_spec.rb clean up onebox application so it uses a single code path 2013-04-10 17:52:38 +10: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 Cleaned up TopicUserSpec, introduces clearing of pinned topics 2013-03-07 12:19:25 -05:00
post_creator_spec.rb Email parsing uses Traditional Markdown Linebreaks by default. Added JS tests for line breaks. 2013-06-21 11:37:26 -04:00
post_destroyer_spec.rb Remove topic links when a post is deleted 2013-06-13 13:41:54 -04:00
post_revisor_spec.rb change "visitor" trust level to "new user" 2013-04-17 16:11:24 -07:00
pretty_text_spec.rb Allow images in the daily digest for top scoring posts 2013-06-05 18:55:27 -04:00
promotion_spec.rb change "visitor" trust level to "new user" 2013-04-17 16:11:24 -07:00
rate_limiter_spec.rb Sliding window rate limiting 2013-05-25 12:37:28 -07:00
s3_spec.rb make sure we only do the work once 2013-06-17 02:49:34 +02:00
score_calculator_spec.rb Add score, percent_rank to topics. Adds `HotTopic` model and consolidated job to calculate 2013-03-28 15:39:54 -04:00
search_spec.rb FIX: When using a search context, *prefer* the context's results, don't restrict to only them. 2013-05-24 16:17:09 -04:00
site_setting_extenstion_spec.rb values is a much more consistent name than all_values ... we use {}.values not {}.all_values 2013-06-23 15:07:49 +10:00
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
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 Thread title fixer should ignore special cases like iLetter 2013-05-23 21:31:08 +02:00
text_sentinel_spec.rb Fix to prevent check for all upper case for non-ascii messages 2013-06-17 12:22:50 -04:00
topic_query_spec.rb correct information leak in page not found 2013-06-13 10:27:17 +10:00
topic_view_spec.rb improve best filter so it properly excludes all admin messages from count as well 2013-05-22 15:14:47 +10:00
unread_spec.rb Cleaned up TopicUserSpec, introduces clearing of pinned topics 2013-03-07 12:19:25 -05:00
user_destroyer_spec.rb Don't call discourse hub during user destroy if hub integration is disabled 2013-04-29 11:39:05 -04:00
user_name_suggester_spec.rb Refactored user_name suggestion methods into a module to reduce the complexity of User model 2013-06-06 16:40:10 +02:00