.. |
admin
|
Expire dashboard data when you upgrade to a new discourse version. Version check data was being cached and causing confusion to people who upgraded.
|
2013-05-14 16:17:25 -04:00 |
users
|
Don't call to_sym on param
|
2013-04-08 22:55:39 -07:00 |
application_controller.rb
|
proper 404 for json request 404
|
2013-05-20 17:28:32 +10:00 |
categories_controller.rb
|
Add tabs to category create/edit modal. Categories can have a default auto-close setting that applies to all new topics created in the category. Add rspec-given and write some integration tests. Tests for topic auto-close with category default
|
2013-05-17 11:05:35 -04:00 |
clicks_controller.rb
|
enforce coding convention
|
2013-03-05 01:42:44 +01:00 |
draft_controller.rb
|
Use consistent new-style hashes in render calls *twitch*
|
2013-03-22 14:08:11 -04:00 |
education_controller.rb
|
Replace MultisiteI18n hack with SiteContent and admin editing.
|
2013-04-05 16:48:15 -04:00 |
email_controller.rb
|
enforce coding convention
|
2013-03-05 01:42:44 +01:00 |
exceptions_controller.rb
|
get rid of nonsense 404.html
|
2013-05-20 10:29:49 +10:00 |
excerpt_controller.rb
|
Use consistent new-style hashes in render calls *twitch*
|
2013-03-22 14:08:11 -04:00 |
forums_controller.rb
|
Convert a lot of :a => b to a: b and bring peace to the world
|
2013-03-25 05:07:36 +05:30 |
invites_controller.rb
|
remove acts_as_paranoid, use .trash! , .recover! and .with_deleted as needed
|
2013-05-07 14:39:01 +10:00 |
list_controller.rb
|
Fix for loading uncategorized topics when slug for uncategorized_name is blank
|
2013-04-18 16:28:47 -04:00 |
notifications_controller.rb
|
we need some, albeit hacky way of clearing these old pms, make at least some way of finding them
|
2013-05-16 17:30:30 +10:00 |
onebox_controller.rb
|
Fixes regression with video embeds
|
2013-03-21 20:53:12 -04:00 |
post_actions_controller.rb
|
prevent duplicate actions on a post
|
2013-05-04 02:52:45 +02:00 |
posts_controller.rb
|
Support for a new site setting: newuser_spam_host_threshold . If a new user posts a link
|
2013-05-16 12:19:50 -04:00 |
request_access_controller.rb
|
Fix all the trailing whitespace
|
2013-02-07 16:45:24 +01:00 |
robots_txt_controller.rb
|
Remove unusued site_settings, show checkbox in UI for boolean values, remove restrict_access
|
2013-03-01 14:27:41 -05:00 |
search_controller.rb
|
speed up startup (avoid loading some gems on startup)
|
2013-05-13 18:04:03 +10:00 |
session_controller.rb
|
we can't trust CSRF for anon the way it is designed.
|
2013-05-03 16:43:11 +10:00 |
static_controller.rb
|
get rid of nonsense 404.html
|
2013-05-20 10:29:49 +10:00 |
topics_controller.rb
|
remove moderator status posts from best feed
|
2013-05-22 15:04:53 +10:00 |
uploads_controller.rb
|
add meaningful error message on upload [fixes #773]
|
2013-04-27 20:26:17 +02:00 |
user_actions_controller.rb
|
the private message stream is different to normal streams, improving the ui a bit and collapsing conversations
|
2013-05-20 16:44:06 +10:00 |
users_controller.rb
|
we can't trust CSRF for anon the way it is designed.
|
2013-05-03 16:43:11 +10:00 |