Robin Ward
|
97b2f5b86a
|
Merge pull request #509 from wojciechka/master
Topic and admin dashboard not retrieving data properly when using prefix
|
2013-03-21 10:58:13 -07:00 |
|
Robin Ward
|
babcfe6234
|
Cache oneboxes in Redis now instead of postgres.
|
2013-03-21 13:11:54 -04:00 |
|
Robin Ward
|
9d4ecd7ef8
|
Oneboxes should use a sorted array for ordering, not a hash.
|
2013-03-21 11:47:01 -04:00 |
|
Wojciech Kocjan
|
910a622371
|
topic and admin dashboard not retrieving data properly when using prefix
|
2013-03-21 16:24:05 +01:00 |
|
Sam
|
e3d30f1366
|
turns out that instansiating a storage provider and assigning it nowhere, just don't work
|
2013-03-20 23:54:28 -07:00 |
|
Sam
|
4a8563461a
|
Merge pull request #508 from ZogStriP/fix-unban-button-on-user-admin-page
fix the issue regarding the unban button
|
2013-03-20 21:58:29 -07:00 |
|
Sam
|
0089619ed9
|
Eyeline will no fire any events if the window has no focus
After posts are rendered a debounced eyeline is fired
Dont trigger eyeline from TopicPostsView, its the wrong spot, will only fire on first render
|
2013-03-20 21:45:27 -07:00 |
|
Robin Ward
|
31c27aa487
|
Update production seed - make meta gray and pin the topics
|
2013-03-20 22:21:37 -04:00 |
|
Robin Ward
|
ddff23cc27
|
Updated Vagrantfile to support Vagrant 1.1.2 - you will probably need to download
Vagrant again! http://downloads.vagrantup.com/
|
2013-03-20 22:14:26 -04:00 |
|
Jamie Murai
|
73b2d6f076
|
Update the Vagrantfile to conform to the latest spec (v1.1).
|
2013-03-20 22:14:20 -04:00 |
|
Régis Hanol
|
ad8d078c87
|
fix the issue regarding the unban button
|
2013-03-21 01:25:41 +01:00 |
|
Jeff Atwood
|
002fab358b
|
slightly reduce read time req for trust level 1
|
2013-03-20 16:49:32 -07:00 |
|
Sam
|
a78287a021
|
Merge pull request #507 from ZogStriP/keep-french-l10n-up-to-date-3
keep French l10n up to date
|
2013-03-20 16:30:57 -07:00 |
|
Sam
|
cd9d99aab8
|
Merge pull request #505 from ZogStriP/updated-preloadstore-api
updated PreloadStore API
|
2013-03-20 16:30:15 -07:00 |
|
Régis Hanol
|
6dc630383e
|
keep French l10n up to date
|
2013-03-20 23:52:51 +01:00 |
|
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 |
|