This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec/models
riking 728e8a262c FIX: Admin panel referral stats not counting topics correctly
Due to what seems to be a bug in ActiveRecord, the distinct: true option
is not recognized on counts with string column names. This commit fixes
that by moving the DISTINCT into the count string.

For robustness, the integration spec for IncomingLinksReport was
rewritten to be an actual integration spec, running the actual interface
on actual fake data.
2014-11-24 12:16:52 -08:00
..
admin_dashboard_data_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
api_key_spec.rb FIX: Make user_id uniqueness check pending. It still seems to check 2014-11-20 13:42:37 -05:00
backup_spec.rb FEATURE: Upload backups to S3 when complete. 2014-03-12 16:24:45 -04:00
badge_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
badge_type.rb Remove color_hexcode column from badge_types. 2014-04-17 05:36:29 +05:30
category_featured_topic_spec.rb Internal renaming of elder,leader,regular,basic to numbers 2014-09-05 15:20:52 +10:00
category_featured_user_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
category_spec.rb Add stringex for Chinese slug generation 2014-11-11 21:12:07 +08: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 update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
digest_email_site_setting_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
discourse_single_sign_on_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
draft_sequence_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
draft_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
email_log_spec.rb Add API support for querying admin reports by date range 2014-11-05 13:11:37 -05:00
email_token_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
error_log_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
global_setting_spec.rb Use ERB when importing conf files into app 2014-02-14 16:14:55 -08:00
group_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
incoming_link_spec.rb PERF: finalize porting to new incoming links structure 2014-08-04 16:43:57 +10:00
incoming_links_report_spec.rb FIX: Admin panel referral stats not counting topics correctly 2014-11-24 12:16:52 -08:00
invite_redeemer_spec.rb FEATURE: disposable invite tokens 2014-07-14 21:30:46 +05:30
invite_spec.rb update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
locale_site_setting_spec.rb Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency. 2013-08-23 17:36:25 -04:00
notification_spec.rb update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
optimized_image_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
permalink_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
plugin_store_spec.rb Add support for arrays to PluginStore 2014-03-10 14:59:59 +01:00
post_action_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
post_alert_observer_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01: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 Adding post details in preparation for the API importer code. 2013-10-15 09:21:30 -05:00
post_mover_spec.rb [patch] When a post is split out to be a new topic 2014-10-16 12:38:26 -07:00
post_reply_spec.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
post_spec.rb FIX: change the unlisted/invisible topic state only when unhiding the first post 2014-11-12 16:34:30 +01:00
post_timing_spec.rb FIX: "Dismiss Posts" corrupting read state 2014-10-31 09:40:35 +11:00
post_upload_spec.rb add proper post_uploads reverse index 2013-06-13 23:44:24 +02:00
quoted_post_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
report_spec.rb Internal renaming of elder,leader,regular,basic to numbers 2014-09-05 15:20:52 +10:00
rtl_spec.rb Enable RTL direction in emails. 2014-08-27 14:38:03 +03:00
s3_region_site_setting_spec.rb Adds govcloud region to s3 region list 2014-09-15 19:34:12 +01:00
screened_email_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
screened_ip_address_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
screened_url_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
search_observer_spec.rb BUGFIX: Chinese search was broken 2014-06-24 17:11:13 +10:00
site_customization_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
site_setting_spec.rb Remove hub username integration 2014-07-16 12:25:24 -04:00
site_spec.rb BUGFIX: Don't return child categories if you can't see the parent 2014-02-24 14:52:41 -05:00
site_text_spec.rb correct broken spec 2014-11-12 10:27:34 +11:00
top_menu_item_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
top_topic_spec.rb add top page 2013-12-24 00:50:36 +01:00
topic_allowed_user_spec.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
topic_embed_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
topic_featured_users_spec.rb FIX: ensure consistency on topic featured users 2014-08-18 17:13:32 +10:00
topic_invite_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
topic_link_click_spec.rb FIX: Could not download exported data on some sites 2014-11-20 14:02:10 -05:00
topic_link_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
topic_participants_summary_spec.rb FIX: PM should never be allowed to have a category 2014-09-11 17:39:34 +10:00
topic_posters_summary_spec.rb UX: Don't highlight the latest poster in the topic list if there is only 2014-08-20 12:09:39 -04:00
topic_spec.rb correct spec 2014-11-14 18:10:52 +11:00
topic_status_update_spec.rb FIX: insert different message when auto-closing a topic based on the last post 2014-10-29 21:26:32 +01:00
topic_tracking_state_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
topic_user_spec.rb FIX: "Dismiss Posts" corrupting read state 2014-10-31 09:40:35 +11:00
topic_view_item_spec.rb PERF: stop mucking with user stats every 15 minutes 2014-08-07 14:20:42 +10:00
trust_level3_requirements_spec.rb FEATURE: trust level 3: likes received must be on min_likes_received/3 different days, and be from min_likes_received/4 different users 2014-10-07 15:52:54 -04:00
twitter_user_info_spec.rb ensure we have a bigint id 2013-11-22 17:51:36 +11:00
upload_spec.rb FEATURE: consider SVG as an image when authorized 2014-11-03 19:54:10 +01:00
user_action_spec.rb LOTS of changes to properly handle post/topic revisions 2014-10-27 22:06:43 +01:00
user_avatar_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02: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 revert non queuing of emails 2013-08-27 11:52:28 +10:00
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 moved comments to the bottom, they are way less intrusive there 2013-05-24 12:48:32 +10:00
user_profile_spec.rb rspec expect...to deprecations 2014-10-31 10:44:26 -07:00
user_search_spec.rb FIX: Don't show profile pages for inactive users and don't show them in 2014-08-13 13:30:25 -04:00
user_spec.rb rspec expect...to deprecations 2014-10-31 10:44:26 -07:00
user_stat_spec.rb PERF: store topic views in a topic view table 2014-08-04 19:07:55 +10:00
user_visit_spec.rb large refactor, ship a few columns from the user table into user_stats 2013-10-07 15:04:59 +11:00
username_validator_spec.rb Extract the validation of Username format in own class to avoid 2013-02-08 12:54:47 -05:00