Commit Graph

1262 Commits

Author SHA1 Message Date
Robin Ward 8b6dbfc1c6 Make spec pending for now -- jenkins does not like it 2013-03-20 18:10:52 -04:00
Robin Ward a2796641b6 Merge pull request #504 from ZogStriP/ensure-locales-are-not-overwritten-take-2
ensure locales are not overwritten
2013-03-20 14:42:18 -07:00
Neil Lalonde 5db196315c Improve message when you change your password 2013-03-20 16:55:56 -04:00
Neil Lalonde 23cee77310 Merge pull request #506 from tangramor/master
Update the zh_CN and zh_TW translations to the latest en.yml
2013-03-20 13:17:42 -07:00
Neil Lalonde d28d81a590 Dashboard warning when GC params are default 2013-03-20 16:16:23 -04:00
Neil Lalonde c8508d3f26 Dashboard warning when host_names is localhost 2013-03-20 15:38:28 -04:00
Neil Lalonde c3c25b894a Cache dashboard data in the controller, not the report model 2013-03-20 13:54:32 -04:00
tangramor dc7b690921 Add I18n support for "The topic has been deleted" message 2013-03-21 00:10:41 +08:00
Neil Lalonde 1e4dd3ea0c Start detecting install problems and report them on the admin dashboard. This commit adds check for Rails.env 2013-03-20 12:00:52 -04:00
tangramor 841bf3f064 Update the translations according to the latest en.yml 2013-03-20 23:48:28 +08:00
Régis Hanol f1015fd73a updated PreloadStore API
so that it is more clear that we are deleting preloaded data once read
2013-03-20 16:26:46 +01:00
Régis Hanol 6dab9927c6 ensure locales are not overwritten 2013-03-20 10:51:28 +01:00
Sam 04c6087ef0 update am serializers to latest 2013-03-19 22:15:47 -07:00
Sam 381e280228 we should not be mixing this in to our serializers
1. it gives the class broken methods (like cache in production)
2. it conflicts with am serializers
2013-03-19 22:13:37 -07:00
Sam f3f751ddd2 symbols should really never be allowed in migrations, just raw sql 2013-03-19 21:31:35 -07:00
Sam bfeb75a60f Revert "ensure locales are not overwritten"
breaking now
2013-03-19 21:23:03 -07:00
Sam 3f64a54898 SO AWESOME!!!!!!!!!!!!!!!!!!!!!!!! 2013-03-19 21:06:11 -07:00
Sam 62c60540be pull moderator into own column, rename trust levels 2013-03-19 21:06:11 -07:00
Sam 0f5046a9cc Merge pull request #499 from wojciechka/master
Logging in with username and password does not work when using prefix URLs
2013-03-19 20:37:47 -07:00
Sam a95a756550 Merge pull request #500 from ZogStriP/keep-french-l10n-up-to-date-2013-03-20
keep French l10n up to date
2013-03-19 20:37:08 -07:00
Sam 7ca2f7d331 Merge pull request #502 from ZogStriP/ensure-locales-are-not-overwritten
ensure locales are not overwritten
2013-03-19 20:36:48 -07:00
Sam c125f5d8f5 Merge pull request #503 from nverba/patch-1
Update mini_profiler.rb
2013-03-19 20:31:40 -07:00
nverba 9a1fb90b91 Update mini_profiler.rb
Passing a pre-defined Redis connection to MiniProfiler stops connection leakage. Should limit MiniProfiler connections to one per running process.
2013-03-20 03:29:07 +00:00
Régis Hanol e61ca1f67f ensure locales are not overwritten 2013-03-20 03:07:45 +01:00
Sam 204759a3ea add indexes so counting topics and posts is faster 2013-03-19 18:30:02 -07:00
Régis Hanol 54399e4d2e keep French l10n up to date 2013-03-20 02:12:20 +01:00
Sam fcbc77d0cd pre-stage our locales as well 2013-03-19 18:12:19 -07:00
Sam 7ec0288c85 slight optimisation 2013-03-19 18:12:05 -07:00
Sam e541c2ae2c these mousemove events trigger an insane amount of get calls, I really need my patch accepted in ember 2013-03-19 17:17:39 -07:00
Sam 6127b29e4c this should be optimised at some point 2013-03-19 16:54:23 -07:00
Sam 2a047df4f1 cache reply_to_user_id in post to eliminate a very nasty n+1 query 2013-03-19 16:54:23 -07:00
Sam ec948dc660 loading a user in a post_action is wasteful 2013-03-19 16:54:23 -07:00
Sam 3da1104ec3 Hash is faster than delegation and simpler to explain 2013-03-19 16:54:23 -07:00
Robin Ward 1f0b28b069 Apply security fixes as a monkey^M^M^M^M^M^Mfreedom patch 2013-03-19 16:59:18 -04:00
Robin Ward c518ad0cc1 Revert "Update Rails for latest security vunerability fixes"
This reverts commit 1c5613cdfa.
2013-03-19 16:43:16 -04:00
Robin Ward 79884284c4 Add utf-8 headers to all ymls 2013-03-19 16:11:58 -04:00
Neil Lalonde 1bdb318704 Revert "Add encoding: utf-8 to locales/ js.erb files to fix rake assets:precompile:all" 2013-03-19 16:10:04 -04:00
Robin Ward 98847a9eb4 Update Ember.js 2013-03-19 15:41:36 -04:00
Neil Lalonde 7ecfc0be9c Add encoding: utf-8 to locales/ js.erb files to fix rake assets:precompile:all 2013-03-19 15:36:30 -04:00
Neil Lalonde 7b35a93db6 Installed version is a link to the commit you're on 2013-03-19 14:43:04 -04:00
Neil Lalonde de84718894 Move 'upgrade often' nag to the commits widget 2013-03-19 14:43:04 -04:00
Neil Lalonde 70f5ee5fa9 New layout for version check on admin dashboard 2013-03-19 14:43:04 -04:00
Robin Ward 49c66037b1 Moved deleting tests to post_destroyer_spec 2013-03-19 14:15:08 -04:00
Robin Ward 96ac0c5569 A site setting for how many similar topics are returned 2013-03-19 13:51:25 -04:00
Wojciech Kocjan 14689a4f13 Logging in with username and password does not work in prefixed discourse 2013-03-19 17:15:14 +01:00
Neil Lalonde dab49c70bb Dashboard metrics link to their report pages 2013-03-19 12:04:40 -04:00
Robin Ward 1c5613cdfa Update Rails for latest security vunerability fixes 2013-03-19 11:12:34 -04:00
Robin Ward 2d586d8052 Merge pull request #498 from williamherry/add_missing_translation
keep chinese i18n up to date
2013-03-19 07:39:11 -07:00
William Herry 5b987b7262 keep chinese i18n up to date 2013-03-19 22:21:14 +08:00
Robin Ward b1ca53e00b Merge pull request #496 from kubabrecka/cs_update17
cs translation update
2013-03-19 06:42:55 -07:00