discourse/spec/components
2014-01-27 13:05:51 -05:00
..
auth
common_passwords Check that common passwords list is greater than 0 2013-12-30 14:26:02 -05:00
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 force_encoding according to the charset in mail, this solve encoding problem when not using ‘utf-8’ charset. 2014-01-19 02:12:38 +08:00
export
file_store BUGFIX: we should not store absolute urls for locally uploaded avatar templates 2014-01-07 17:45:06 +01:00
import Initial release of Discourse 2013-02-05 14:16:51 -05:00
middleware BUGFIX: fix broken spec 2014-01-09 15:11:04 +11:00
oneboxer make sure extension-based oneboxes are first to run 2013-12-13 00:56:48 +01:00
plugin
site_settings
validators Fix password_validator_spec 2013-12-27 11:15:53 -05:00
admin_user_index_query_spec.rb
archetype_spec.rb
avatar_detector_spec.rb
avatar_lookup_spec.rb
avatar_upload_service_spec.rb
boost_trust_level_spec.rb
cache_spec.rb BUGFIX: cache did not support non strings 2014-01-07 17:36:47 +11:00
category_list_spec.rb Admins don't see uncategorized on /categories if it has no topics and allow_uncategorized_topics is false 2014-01-15 14:11:36 -05:00
composer_messages_finder_spec.rb New users can only post newuser_max_replies_per_topic times per topic. 2013-12-19 13:45:55 -05:00
content_buffer_spec.rb
cooked_post_processor_spec.rb better revision history 2013-12-12 03:41:34 +01:00
current_user_spec.rb
directory_helper_spec.rb
discourse_diff_spec.rb add discourse_diff tests 2013-12-16 18:11:46 +01:00
discourse_hub_spec.rb
discourse_plugin_registry_spec.rb
discourse_spec.rb BUGFIX: site_contact_username was case-sensitive 2014-01-23 11:26:31 +01:00
discourse_updates_spec.rb
distributed_hash_spec.rb
distributed_memoizer_spec.rb
enum_spec.rb
filter_best_posts_spec.rb
flag_query_spec.rb
gaps_spec.rb
guardian_spec.rb Non-staff users may not delete their posts in archived topics. 2014-01-17 17:42:12 -05:00
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 BUGFIX: PMs could be created with a category 2014-01-24 12:57:48 +01:00
post_destroyer_spec.rb
post_revisor_spec.rb better revision history 2013-12-12 03:41:34 +01:00
pretty_text_spec.rb FIX: Remove failing ruby tests. The same thing is tested in JS and 2014-01-20 15:28:46 -05:00
promotion_spec.rb
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
search_spec.rb
site_setting_extension_spec.rb FIX: 1868 Security: Dangerous Send 2014-01-27 13:05:51 -05:00
slug_spec.rb
sql_builder_spec.rb
suggested_topics_builder_spec.rb FIX: suggested topics sometimes adds new topics from other categories before new topics of the current category 2014-01-13 15:02:15 -05:00
summarize_spec.rb
system_message_spec.rb
text_cleaner_spec.rb
text_sentinel_spec.rb
topic_creator_spec.rb
topic_query_spec.rb Rename favorite to starred everywhere 2014-01-10 14:54:19 -05:00
topic_retriever_spec.rb FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra 2013-12-31 15:01:22 -05:00
topic_view_spec.rb
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_destroyer_spec.rb
user_name_suggester_spec.rb