.. |
admin_dashboard_data_spec.rb
|
|
|
blocked_email_spec.rb
|
Add BlockedEmail, to block signups based on email. Track stats of how many times each email address is blocked, and last time it was blocked. Move email validation out of User model and into EmailValidator. Signup form remembers which email addresses have failed and shows validation error on email field.
|
2013-07-29 15:29:43 -04:00 |
category_featured_topic_spec.rb
|
work in progress, add fidelity to category group permissions (full, create posts, readonly)
|
2013-07-16 15:46:11 +10:00 |
category_featured_user_spec.rb
|
|
|
category_spec.rb
|
Finalize read only and post only categories, finished off UI work
|
2013-07-16 15:46:11 +10:00 |
draft_sequence_spec.rb
|
|
|
draft_spec.rb
|
Updated tests to decrease string repetition
|
2013-06-25 22:15:41 +08:00 |
email_log_spec.rb
|
First stab at polling support for POP3S / reply by email
|
2013-06-17 16:49:02 -04:00 |
email_token_spec.rb
|
Only send digests to active users
|
2013-07-11 18:47:36 -04:00 |
error_log_spec.rb
|
|
|
group_spec.rb
|
correct: http://meta.discourse.org/t/cant-save-adding-a-group-permission-to-a-category/8537
|
2013-07-23 10:10:36 +10:00 |
hot_topic_spec.rb
|
|
|
incoming_link_spec.rb
|
spec for change
|
2013-07-05 14:23:29 +10:00 |
incoming_links_report_spec.rb
|
|
|
invite_spec.rb
|
automatically approve invited users on forum where moderators must approve (keep in mind only moderators can invite)
|
2013-07-11 11:22:00 +10:00 |
locale_site_setting_spec.rb
|
values is a much more consistent name than all_values ... we use {}.values not {}.all_values
|
2013-06-23 15:07:49 +10:00 |
notification_spec.rb
|
Add deleted_by to Trashable tables
|
2013-07-09 15:46:36 -04:00 |
optimized_image_spec.rb
|
refactor CookedPostProcessor & specs
|
2013-07-08 01:39:08 +02:00 |
post_action_spec.rb
|
push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test
|
2013-07-22 15:07:20 +10:00 |
post_alert_observer_spec.rb
|
refactored a bit & tested thumbnails creation
|
2013-06-17 02:49:34 +02:00 |
post_analyzer_spec.rb
|
Failing test
|
2013-07-15 11:22:59 +01:00 |
post_mover_spec.rb
|
Rails 4 updates
|
2013-07-24 21:09:18 +02:00 |
post_reply_spec.rb
|
|
|
post_spec.rb
|
Merge pull request #1230 from ZogStriP/add-newuser-max-attachments-setting
|
2013-07-22 07:22:23 -07:00 |
post_timing_spec.rb
|
If a user read to the end of an auto closing topic, when it is closes just pretend they read the close message.
|
2013-07-04 11:47:12 +10:00 |
post_upload_spec.rb
|
add proper post_uploads reverse index
|
2013-06-13 23:44:24 +02:00 |
report_spec.rb
|
Updated tests to decrease string repetition
|
2013-06-25 22:15:41 +08:00 |
s3_region_site_setting_spec.rb
|
values is a much more consistent name than all_values ... we use {}.values not {}.all_values
|
2013-06-23 15:07:49 +10:00 |
site_content_spec.rb
|
|
|
site_customization_spec.rb
|
|
|
site_setting_spec.rb
|
adds the max_attachment_size_kb setting
|
2013-07-16 02:01:36 +02:00 |
site_spec.rb
|
Finalize read only and post only categories, finished off UI work
|
2013-07-16 15:46:11 +10:00 |
staff_action_log_spec.rb
|
Rename AdminLog to StaffActionLog
|
2013-07-29 15:29:43 -04:00 |
top_menu_item_spec.rb
|
adds TopMenuItem model which encapsulates top_menu parsing logic
|
2013-06-24 10:04:18 -07:00 |
topic_allowed_user_spec.rb
|
|
|
topic_invite_spec.rb
|
|
|
topic_link_click_spec.rb
|
Don't redirect to arbitrary URLs via link tracker
|
2013-07-26 12:14:11 -04:00 |
topic_link_spec.rb
|
FIX: click tracking on attachments wasn't working
|
2013-07-19 01:27:09 +02:00 |
topic_posters_summary_spec.rb
|
|
|
topic_spec.rb
|
Rails 4 updates
|
2013-07-24 21:09:18 +02:00 |
topic_status_update_spec.rb
|
If a user read to the end of an auto closing topic, when it is closes just pretend they read the close message.
|
2013-07-04 11:47:12 +10:00 |
topic_tracking_state_spec.rb
|
push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test
|
2013-07-22 15:07:20 +10:00 |
topic_user_spec.rb
|
push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test
|
2013-07-22 15:07:20 +10:00 |
upload_spec.rb
|
add server-side filesize check on uploads
|
2013-07-24 00:54:41 +02:00 |
user_action_spec.rb
|
remove dupes before correcting topic_ids in user action consistency check job
|
2013-07-23 12:44:20 +10:00 |
user_email_observer_spec.rb
|
|
|
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_search_spec.rb
|
|
|
user_spec.rb
|
Remove some calls to all . They are not required, and Rails4 raises warnings about them.
|
2013-07-22 20:44:11 +02:00 |
user_visit_spec.rb
|
|
|
username_validator_spec.rb
|
|
|
view_spec.rb
|
views: convert 'ip' (bigint) -> 'ip_address' (inet)
|
2013-06-25 19:47:25 -04:00 |