Commit Graph

1262 Commits

Author SHA1 Message Date
Robin Ward 5ec8af0019 Cleaned up a bunch of JS 2013-03-22 12:05:13 -04:00
Kuba Brecka 30e275fb87 attemping to fix NL translation (client.nl.yml) which seems to be somehow broken 2013-03-22 16:45:34 +01:00
Neil Lalonde 6f8d13d47e Dashboard warning when sidekiq is not running 2013-03-22 11:35:51 -04:00
Kuba Brecka d14198ce0c update JS date formats for new languages 2013-03-22 16:32:03 +01:00
Kuba Brecka 4f74d4e8fc adding JS support for id and pt languages 2013-03-22 16:18:06 +01:00
Kuba Brecka 377f380193 cs translation update 2013-03-22 15:54:50 +01:00
habfast bc1aa12b02 Improving french translation
Quoting everything
minor correction for respecting french grammar rules
2013-03-22 15:15:32 +01:00
Robin Ward d2a3fc8c47 Merge pull request #522 from panckreous/dberman-typo
someone's been playing too much
2013-03-22 06:58:00 -07:00
Robin Ward d5e03b02a3 Merge pull request #524 from ZogStriP/fix-opengraph-tags-not-fully-sanitized
FIX: OpenGraph tags not fully sanitized
2013-03-22 06:41:34 -07:00
Régis Hanol 2ab08ef21d FIX: OpenGraph tags not fully sanitized 2013-03-22 12:32:56 +01:00
Dan Berman 9ad5720090 someone's been playing too much 2013-03-22 06:18:48 -04:00
Sam 664915fcd2 Merge pull request #520 from Supermathie/master
cdn prefetch: modify to pull files one-by-one
2013-03-21 20:03:19 -07:00
Supermathie eedd69631b Stage files to cdn77 one at a time
* cdn77 API isn't allowing more than one file in a prefetch request
* modify code to do them one-by-one
2013-03-21 23:56:58 -03:00
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
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