discourse/spec/models
Régis Hanol a52c80e2a8 FEATURE: automatic image orientation fix 2014-07-09 23:59:57 +02:00
..
admin_dashboard_data_spec.rb
api_key_spec.rb
backup_spec.rb FEATURE: Upload backups to S3 when complete. 2014-03-12 16:24:45 -04:00
badge.rb Slightly faster badge system specs. (Shaves off ~100ms) 2014-04-16 18:08:10 +05:30
badge_type.rb Remove color_hexcode column from badge_types. 2014-04-17 05:36:29 +05:30
category_featured_topic_spec.rb
category_featured_user_spec.rb
category_spec.rb FEATURE: Uploaded images to categories are shown when browsing 2014-06-30 14:14:00 -04:00
category_user_spec.rb FEATURE: correct muted category implementation 2014-06-18 11:23:31 +10:00
color_scheme_color_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
color_scheme_spec.rb Add register_color_scheme for plugins 2014-06-03 12:37:29 -04:00
digest_email_site_setting_spec.rb
discourse_single_sign_on_spec.rb BUGFIX: blank name causes SSO to explode 2014-06-02 17:32:39 +10:00
draft_sequence_spec.rb
draft_spec.rb
email_log_spec.rb
email_token_spec.rb FIX: tighten up email token durations 2014-07-02 09:08:25 +10:00
error_log_spec.rb
global_setting_spec.rb
group_spec.rb BUGFIX: broken specs 2014-06-17 18:14:07 +10:00
incoming_link_spec.rb
incoming_links_report_spec.rb
invite_redeemer_spec.rb
invite_spec.rb Add tests for redeem invite feature 2014-07-05 02:23:11 +05:30
leader_requirements_spec.rb TL3: Add requirements for min all-time topics viewed, and min all-time posts read 2014-07-01 13:34:57 -04:00
locale_site_setting_spec.rb
notification_spec.rb FIX: broken specs after new link alerting code 2014-03-18 15:22:53 +11:00
optimized_image_spec.rb Fix specs for avatars 2014-05-27 10:08:03 +10:00
plugin_store_spec.rb Add support for arrays to PluginStore 2014-03-10 14:59:59 +01:00
post_action_spec.rb FIX: flag as notify_moderators pm's used 'Regular' notification level for members of the moderators group, which isn't valid for pm's 2014-06-24 12:31:46 -04:00
post_alert_observer_spec.rb FIX: tests to pass with badges enabled 2014-07-02 13:11:24 +10:00
post_analyzer_spec.rb BUGFIX: newline after bold was not producting a BR 2014-06-26 15:28:08 +10:00
post_detail_spec.rb
post_mover_spec.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
post_reply_spec.rb
post_revision_spec.rb Wiki Post 2014-05-13 08:53:11 -04:00
post_spec.rb BUGFIX: do not strip spaces from raw_hash of posts 2014-06-16 12:14:06 +10:00
post_timing_spec.rb FIX: tests to pass with badges enabled 2014-07-02 13:11:24 +10:00
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
search_observer_spec.rb BUGFIX: Chinese search was broken 2014-06-24 17:11:13 +10:00
site_content_spec.rb
site_customization_spec.rb OOPS: fix broken spec 2014-05-20 15:32:42 -04:00
site_setting_spec.rb FEATURE: rush posting read times for newly read posts 2014-06-03 11:48:52 +10:00
site_spec.rb
top_menu_item_spec.rb
top_topic_spec.rb
topic_allowed_user_spec.rb
topic_embed_spec.rb Allow the `content_sha1` column of `topic_embed` to be nullable 2014-04-02 16:18:51 -04:00
topic_invite_spec.rb
topic_link_click_spec.rb
topic_link_spec.rb FIX: Invalid URLs cause post not to save 2014-06-26 11:38:23 +10:00
topic_participants_summary_spec.rb FEATURE: add the first 3 participants in a private message 2014-05-12 09:32:49 +02:00
topic_posters_summary_spec.rb
topic_spec.rb FEATURE: dismissable banner topic 2014-06-18 20:05:19 +02:00
topic_status_update_spec.rb One less TODO makes me on little bit more happy 2014-06-04 14:10:54 +10:00
topic_tracking_state_spec.rb
topic_user_spec.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
twitter_user_info_spec.rb
upload_spec.rb FEATURE: automatic image orientation fix 2014-07-09 23:59:57 +02:00
user_action_spec.rb Perform the where(...).first to find_by(...) refactoring. 2014-05-06 14:41:59 +01:00
user_avatar_spec.rb Move letter avatars out of upload system 2014-05-30 14:45:55 +10:00
user_badge.rb Slightly faster badge system specs. (Shaves off ~100ms) 2014-04-16 18:08:10 +05:30
user_email_observer_spec.rb
user_history_spec.rb FIX: moderators should not be able to see site setting changes in the staff action logs. Fixes #2027 2014-02-28 16:30:54 -05:00
user_open_id_spec.rb
user_profile_spec.rb move bio to UserProfile from User 2014-06-13 14:55:32 -04:00
user_search_spec.rb FIX: username search logic was stemming and not ordering right 2014-07-05 09:11:41 +10:00
user_spec.rb move bio to UserProfile from User 2014-06-13 14:55:32 -04:00
user_stat_spec.rb FEATURE: Add `new_since` column to `UserStat` so we can reset the "New" 2014-03-03 15:47:00 -05:00
user_visit_spec.rb
username_validator_spec.rb
view_spec.rb