discourse/spec/models
2014-02-13 17:27:50 +11:00
..
admin_dashboard_data_spec.rb Add a warning on dashboard if enforce_global_nicknames is checked, but access key is blank. 2013-11-18 13:45:10 -05:00
api_key_spec.rb
category_featured_topic_spec.rb
category_featured_user_spec.rb
category_spec.rb Extract queries to keep logic in the Categories Model 2014-02-08 14:10:48 -08:00
category_user_spec.rb FEATURE: Added UI for adding and removing watched and muted categories 2014-01-02 17:59:08 +11:00
digest_email_site_setting_spec.rb
draft_sequence_spec.rb
draft_spec.rb
email_log_spec.rb Refactor SessionController#create, reduce complexity. 2013-11-15 22:09:03 +05:30
email_token_spec.rb
error_log_spec.rb
global_setting_spec.rb FEATURE: allow for additional plugin defined global settings 2014-01-02 10:46:09 +11:00
group_spec.rb FIX: Pinned topics within a category weren't working without a refresh 2013-11-18 10:52:01 -05:00
incoming_link_spec.rb BUGFIX: invalid referer would cause 500 errors 2013-12-30 14:05:44 +11:00
incoming_links_report_spec.rb
invite_redeemer_spec.rb Trust Level 3: invited users start at default_invitee_trust_level + 1, unless default_invitee_trust_level is 2 or higher 2014-01-17 11:12:00 -05:00
invite_spec.rb Invite link can't be used to log in after you set a password or sign in with 3rd party 2014-01-21 16:56:41 -05:00
locale_site_setting_spec.rb
notification_spec.rb FEATURE: unread pms go in front of notification report 2014-02-13 17:27:50 +11:00
optimized_image_spec.rb
plugin_store_spec.rb
post_action_spec.rb
post_alert_observer_spec.rb
post_analyzer_spec.rb
post_detail_spec.rb
post_mover_spec.rb
post_reply_spec.rb
post_revision_spec.rb BUGFIX: history link doesn't work on deleted posts 2014-02-04 20:05:50 +01:00
post_spec.rb Posts by trust level 3 users do not have nofollow on their external links. 2014-01-15 11:40:51 -05:00
post_timing_spec.rb
post_upload_spec.rb
report_spec.rb
s3_region_site_setting_spec.rb
screened_email_spec.rb
screened_ip_address_spec.rb
screened_url_spec.rb
site_content_spec.rb
site_customization_spec.rb Revert "Re-apply with fixes: Stop using user agent to detect mobile devices. Use a media query and yepnope to load the appropriate css and customizations." 2013-12-18 14:47:22 -05:00
site_setting_spec.rb Support embeddable_host values that contain a HTTP/HTTPs protocol 2014-02-12 15:56:06 -05:00
site_spec.rb
top_menu_item_spec.rb BUGFIX: proper handling of top_menu_items 2014-02-03 16:08:00 +01:00
top_topic_spec.rb add top page 2013-12-24 00:50:36 +01:00
topic_allowed_user_spec.rb
topic_embed_spec.rb FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra 2013-12-31 15:01:22 -05:00
topic_invite_spec.rb
topic_link_click_spec.rb FIX: Accept HTTPS or HTTP urls on redirect 2014-01-14 15:02:05 -05:00
topic_link_spec.rb Rename TopicSummary -> TopicMap 2013-11-18 12:08:21 -05:00
topic_posters_summary_spec.rb
topic_revision_spec.rb BUGFIX: history link doesn't work on deleted posts 2014-02-04 20:05:50 +01:00
topic_spec.rb Rename favorite to starred everywhere 2014-01-10 14:54:19 -05:00
topic_status_update_spec.rb
topic_tracking_state_spec.rb
topic_user_spec.rb FEATURE: proper mailing list mode 2014-02-07 11:07:52 +11:00
twitter_user_info_spec.rb ensure we have a bigint id 2013-11-22 17:51:36 +11:00
upload_spec.rb
user_action_spec.rb minor style fix 2014-02-03 14:50:19 +11:00
user_email_observer_spec.rb
user_history_spec.rb
user_open_id_spec.rb
user_search_spec.rb
user_spec.rb remove what little CAS testing there was. 2014-02-11 17:53:20 -08:00
user_stat_spec.rb BUGFIX: UserStat spec was over ambitious with its mocking 2014-01-06 16:50:55 +11:00
user_visit_spec.rb
username_validator_spec.rb
view_spec.rb