..
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
disable observers in tests, enable as needed, tests are 20% faster
2013-05-14 11:59:55 +10:00
oneboxer
this is a slightly round about way of making our self oneboxes sane
2013-05-01 16:38:13 +10:00
admin_logger_spec.rb
Add ability to destroy a user with 0 posts
2013-04-12 16:53:00 -04:00
archetype_spec.rb
Initial release of Discourse
2013-02-05 14:16:51 -05: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
speed up startup (avoid loading some gems on startup)
2013-05-13 18:04:03 +10:00
content_buffer_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
cooked_post_processor_spec.rb
automatically resizes images
2013-04-15 23:32:26 +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
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
distributed_hash_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
email_sender_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
email_spec.rb
better consistency around email case sensitivity
2013-04-15 02:20:33 +02:00
enum_spec.rb
make Enum#valid? specs test the right thing
2013-03-02 10:40:32 +03:00
guardian_spec.rb
+x on files makes no sense unless they really are executable
2013-05-09 17:35:15 +10:00
image_sizer_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
imgur_spec.rb
Update to Imgur API v3
2013-05-01 21:39:10 -07: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
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
Nuke message_bus_observer move to service class and classes
2013-05-16 15:03:16 +10:00
post_destroyer_spec.rb
disable observers in tests, enable as needed, tests are 20% faster
2013-05-14 11:59:55 +10:00
post_revisor_spec.rb
change "visitor" trust level to "new user"
2013-04-17 16:11:24 -07:00
pretty_text_spec.rb
FIX: pinned topic excerpt is not properly truncated
2013-05-10 12:28:17 +02:00
promotion_spec.rb
change "visitor" trust level to "new user"
2013-04-17 16:11:24 -07:00
rate_limiter_spec.rb
pull moderator into own column, rename trust levels
2013-03-19 21:06:11 -07: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
disable observers in tests, enable as needed, tests are 20% faster
2013-05-14 11:59:55 +10:00
slug_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
sql_builder_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
summarize_spec.rb
FIX: OpenGraph tags not fully sanitized
2013-03-22 12:32:56 +01:00
system_message_spec.rb
attempt to fix the UTF-8 warn in the log, turns out this runs really deep, when you hit deliver in test it clones the mail not setting charset properly, leaving as is for today but fixing prod at least
2013-04-26 16:18:54 +10:00
text_cleaner_spec.rb
Text Cleaner now removes all periods from the end of the title
2013-04-18 00:19:42 +02:00
text_sentinel_spec.rb
auto replace rules in titles
2013-04-10 11:00:50 +02:00
topic_query_spec.rb
backend for secure categories mostly done (todo pm groups)
2013-04-29 16:33:43 +10:00
topic_view_spec.rb
remove acts_as_paranoid, use .trash! , .recover! and .with_deleted as needed
2013-05-07 14:39:01 +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