discourse/app/models
Sam 33e3ad1603 clean up onebox application so it uses a single code path
use fragments for oneboxes
strip parent <p> if <div> is in it
clean some tests
2013-04-10 17:52:38 +10:00
..
admin_dashboard_data.rb Dashboard: split out private messages from topic and post counts; re-enable report_spec because I think I fixed it... 2013-04-03 13:26:09 -04:00
category.rb Fix issue with duplicate slugs 2013-04-01 12:26:51 -04:00
category_featured_topic.rb Include pinned on Categories page 2013-04-03 11:45:53 -04:00
category_featured_user.rb
category_list.rb Exclude recently made invisible topics from the categories list. Also remove a couple n+1 queries. 2013-04-05 16:09:27 -04:00
discourse_version_check.rb Version check gets how many versions behind you are, and shows judgemental faces on the dashboard 2013-03-05 18:15:33 -05:00
draft.rb
draft_sequence.rb
email_log.rb Dashboard: split out private messages from topic and post counts; re-enable report_spec because I think I fixed it... 2013-04-03 13:26:09 -04:00
email_token.rb
error_log.rb
facebook_user_info.rb
github_user_info.rb
hot_topic.rb Debugging Tool for Hot Topics 2013-04-02 18:00:53 -04:00
incoming_link.rb move IncomingLink callbacks into their own methods 2013-03-02 12:33:29 +03:00
invite.rb introduce Enum 2013-03-01 21:16:36 +03:00
invited_list.rb
message_bus_observer.rb Rename 'popular' to 'latest'. First stab at 'Hot' tab. 2013-03-27 16:21:23 -04:00
notification.rb introduce Enum 2013-03-01 21:16:36 +03:00
post.rb clean up onebox application so it uses a single code path 2013-04-10 17:52:38 +10:00
post_action.rb Dashboard: split out private messages from topic and post counts; re-enable report_spec because I think I fixed it... 2013-04-03 13:26:09 -04:00
post_action_type.rb introduce Enum 2013-03-01 21:16:36 +03:00
post_alert_observer.rb Cleaned up TopicUserSpec, introduces clearing of pinned topics 2013-03-07 12:19:25 -05:00
post_reply.rb
post_timing.rb correct logic for tracking the highest seen post number so its always consistent 2013-04-08 11:12:52 +10:00
report.rb Fix dashboard totals for topics, posts, and private messages 2013-04-05 14:09:16 -04:00
search_observer.rb
site.rb Rename 'popular' to 'latest'. First stab at 'Hot' tab. 2013-03-27 16:21:23 -04:00
site_content.rb Replace MultisiteI18n hack with SiteContent and admin editing. 2013-04-05 16:48:15 -04:00
site_content_type.rb Replace MultisiteI18n hack with SiteContent and admin editing. 2013-04-05 16:48:15 -04:00
site_customization.rb
site_setting.rb get regular trust level going, self heal inconsistent topic timings 2013-04-05 15:30:28 +11:00
stripped_length_validator.rb
topic.rb Dashboard: split out private messages from topic and post counts; re-enable report_spec because I think I fixed it... 2013-04-03 13:26:09 -04:00
topic_allowed_user.rb
topic_invite.rb
topic_link.rb
topic_link_click.rb
topic_list.rb Show all Hot rankings at once with a toggle button 2013-04-03 15:25:18 -04:00
topic_poster.rb topic_poster.rb: Fix formatting of the attributes return value 2013-03-23 19:09:01 +05:30
topic_user.rb better consistency check 2013-04-08 13:02:20 +10:00
twitter_user_info.rb
upload.rb added some tests for uploads 2013-04-07 17:52:46 +02:00
user.rb a method called "adding_user_record" is annoying me. 5 lines of code replaced with 2 2013-04-05 17:53:39 +11:00
user_action.rb collapse some db tests 2013-04-10 12:50:00 +10:00
user_action_observer.rb introduce Enum 2013-03-01 21:16:36 +03:00
user_email_observer.rb introduce Enum 2013-03-01 21:16:36 +03:00
user_open_id.rb
user_search.rb
user_visit.rb some minimal site settings diags 2013-04-05 17:47:54 +11:00
username_validator.rb
view.rb