Commit Graph

8100 Commits

Author SHA1 Message Date
Robin Ward ee5213be5f Fixes regression with video embeds 2013-03-21 20:53:12 -04:00
Sam 2620d68fc0 Merge pull request #517 from kid0m4n/start-testing-ruby-2
.travis.yml: Start building discourse on ruby 2.0. Local build shows gre...
2013-03-21 17:53:00 -07:00
Karan Misra c3affe31a6 .travis.yml: Start building discourse on ruby 2.0. Local build shows green 2013-03-22 06:14:48 +05:30
Sam b516eccfc0 Merge pull request #515 from kid0m4n/ignore-binstubs
.gitignore: Allow the binstubs folder generated by bundler to be ignored
2013-03-21 17:42:03 -07:00
Sam 799f25bb81 Merge pull request #516 from kid0m4n/fix-typo-1
.gitignore: Fix typo in the word refreshing
2013-03-21 17:41:01 -07:00
Sam a73c9dd530 update better errors
allow me to pass a special IP address in dev mode so I can debug ( set TRUSTED_IP )
2013-03-21 17:39:39 -07:00
Karan Misra 929d4cd43b .gitignore: Allow the binstubs folder generated by bundler to be ignored 2013-03-22 05:40:30 +05:30
Karan Misra c9a81e6ef6 .gitignore: Fix typo in the word refreshing 2013-03-22 05:38:49 +05:30
Neil Lalonde 4d237c46a0 Add Java to vagrant image using chef 2013-03-21 18:51:33 -04:00
Robin Ward d81a3230b5 Merge pull request #512 from ZogStriP/keep-french-l10n-up-to-date-2013-03-21
keeping the French l10n up to date
2013-03-21 14:28:09 -07:00
Régis Hanol ce33432ac4 keeping the French l10n up to date 2013-03-21 22:12:48 +01:00
Neil Lalonde 8cc7f3c20b Dashboard warning when clockwork doesn't seem to be running 2013-03-21 16:51:50 -04:00
Neil Lalonde 40962c84ca Add 'all' column to admin dashboard counts 2013-03-21 16:51:50 -04:00
Neil Lalonde 38415f28da Remove old caching code from report model 2013-03-21 16:51:49 -04:00
Robin Ward 35ec6c6806 Show loading when filtering by user / best of 2013-03-21 16:46:22 -04:00
Robin Ward ce3fa4d507 Replace "ok" with a close glyph 2013-03-21 16:11:05 -04:00
Robin Ward 5c4b794a8c Fixed a bunch of 'best of' errors and cleaned up JS. 2013-03-21 16:04:06 -04:00
Robin Ward b6f49e5b68 Refactor PostView 2013-03-21 14:48:16 -04:00
Jeff Atwood f04701e30e Update README.md 2013-03-21 11:03:26 -07:00
Jeff Atwood a9fe67c415 Update README.md 2013-03-21 11:02:06 -07:00
Jeff Atwood 86b82b8737 update getting started section 2 2013-03-21 11:01:30 -07:00
Robin Ward c541d9699c Merge pull request #510 from ZogStriP/fix-can-t-click-on-avatars-when-on-my-profile-page
fix: can't click on avatars when on my profile page
2013-03-21 10:58:47 -07:00
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
Régis Hanol d84309a7ba fix: can't click on avatars when on my profile page 2013-03-21 18:55:42 +01: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