Commit Graph

1448 Commits

Author SHA1 Message Date
61b5c0340e Convert all Ajax calls to use Discourse.ajax() 2013-04-01 18:09:23 -04:00
5344ab2893 Remove weird characters from browser-update.js 2013-04-01 17:33:11 -04:00
533936f3a2 increase max_mentions to 10 2013-04-01 14:31:07 -07:00
acb2a18e8a Show a Please Upgrade message to people on unsupported browsers 2013-04-01 16:19:57 -04:00
6aaaa55ced oops, left out a word 2013-04-01 12:57:22 -07:00
e1e2768412 improve Email Deliverability Test email 2013-04-01 12:55:32 -07:00
b54054c1d3 No idea why these tests weren't failing for me in guard when I pushed last time. Fixed! 2013-04-01 14:54:53 -04:00
4e6b62b1f5 Much faster development mode reloading. 2013-04-01 14:32:24 -04:00
1e6f8dc93a Include uncategorized pinned topics on 'Hot' 2013-04-01 13:49:35 -04:00
79c986dd92 Fix issue with duplicate slugs 2013-04-01 12:26:51 -04:00
e4d190d856 XSS fix for category descriptions 2013-04-01 12:01:27 -04:00
4c5ab8d688 Update Discourse to Ember 1.0 RC2 2013-04-01 11:26:24 -04:00
083ab0465c re issue #603: Better instructions showing that code is at /vagrant in vagrant image 2013-04-01 10:52:49 -04:00
f429e95d4e Merge pull request #601 from kubabrecka/split_multiple_pluralization
split i18n strings where there are 2 pluralizable variables
2013-04-01 07:49:05 -07:00
0fc86a9869 Merge pull request #605 from kubabrecka/i18n_pluralization
implement pluralization for server-side and js
2013-04-01 07:48:10 -07:00
68710be564 Merge pull request #610 from PragTob/ReportsRemoveDuplication
Battling code duplication in the Report class
2013-04-01 07:39:44 -07:00
f9ea1a448d Merge pull request #600 from kubabrecka/consistent_topic_count
make sure Category.topic_count is consistent with week/year stats
2013-04-01 07:37:07 -07:00
f8931d371c Merge pull request #609 from katiefenn/docked_topic_progress_bug
Topic progress does change its X coordinate when switching between static and float views
2013-04-01 07:31:00 -07:00
8f518a2496 Merge pull request #604 from wpp/refactor_suggest_username
Improve suggest_username method in user class
2013-04-01 07:25:27 -07:00
b61907fbf3 Merge pull request #593 from ZogStriP/get-quote-reply-button-working-on-ios
Get the "quote reply" button working on iOS
2013-04-01 07:20:49 -07:00
75d5049c0a Merge pull request #606 from ZogStriP/better-client-side-upload
improved images upload on the client side
2013-04-01 07:11:26 -07:00
865cf011a2 Merge pull request #561 from ZogStriP/fix-quote-reply-gets-in-the-way
FIX: "Quote Reply" button gets in the way
2013-04-01 07:04:46 -07:00
3324f0f2d2 Battling code duplication in the Report class
* the reports mainly followed the same structure but with
  different classes, so I took the code and a class as its
  parameter
* the method on which reports.data is generated may change
  but mostly is count_per_day so made that optional
* grouped the refactored methods to the top, some unrefactored
  methods remain but those are a bit harder to refactor, and not
  as reusable so I'd like to get this through first
* Overall I believe this patch enhances maintainability :-)
2013-04-01 15:26:58 +02:00
2a18c9c600 Topic progress does change its X coordinate when switching between static and float views 2013-04-01 11:50:01 +01:00
Sam
dce2847b4f Merge pull request #597 from ZogStriP/fix-s3-image-upload
FIX: S3 image upload
2013-04-01 03:12:58 -07:00
Sam
128bba302f Merge pull request #588 from mark-rushakoff/admin-title-tooltip
Add admin title to trophy tooltip in admin users list
2013-04-01 03:11:37 -07:00
Sam
7043ab906f Merge pull request #602 from knoxmic/master
FIX: Autocomplete, missing charcode for correct term
2013-03-31 23:52:02 -07:00
72989dca7c improved images upload on the client side 2013-04-01 03:19:21 +02:00
af0a772629 implement pluralization for server-side and js 2013-03-31 19:55:02 +02:00
c34f476b31 Improve suggest_username method in user.rb
The suggest_username method showed up on codeclimate
so I thought I'd give it some love and make it more readable.
In the process removed trailing whitespaces and had to fix a
terrible spelling error :)
2013-03-31 19:01:11 +02:00
b99befc5c2 Merge pull request #598 from kubabrecka/html_title
let <title> contain site name instead of just "Discourse"
2013-03-31 07:49:20 -07:00
876493bd31 Merge pull request #595 from nverba/patch-1
Added Autoscaler guide to advanced heroku deployment
2013-03-31 07:47:50 -07:00
182f794466 fix autocomplete charcode '0' and 'z' 2013-03-31 16:00:21 +02:00
1c50c99e9a split i18n strings where there are 2 pluralizable variables 2013-03-31 14:20:02 +02:00
d50b5e1fd8 make sure Category.topic_count is consistent with week/year stats 2013-03-31 13:22:05 +02:00
db56d2bc97 let <title> contain site name instead of just "Discourse" 2013-03-30 23:16:59 +01:00
5bf3a0eaf3 Merge pull request #591 from potthast/german-l10n
Updated German l10n.
2013-03-30 12:11:25 -07:00
9288be750f Merge pull request #594 from kubabrecka/cs_update22
update cs translation
2013-03-30 12:10:43 -07:00
8d20c65d6b Merge pull request #596 from ZogStriP/keep-french-l10n-up-to-date-2013-03-30
keep French l10n up to date
2013-03-30 12:10:13 -07:00
92aa0f45d2 Show trends on some dashboard numbers 2013-03-30 14:07:35 -04:00
0aff5042e5 FIX: S3 image upload 2013-03-30 17:56:25 +01:00
f5567c10e3 keep French l10n up to date 2013-03-30 16:25:08 +01:00
e437147add Added Autoscaler guide to advanced heroku deployment
This was the proposed change to add an optional step for including and configuring the Autoscaler Gem in the HEROKU.md doc. I've included a pastable version of the Sidekiq initializer file that only adds the autoscaler middleware in production.
2013-03-30 13:21:53 +00:00
1349b24c4a update cs translation 2013-03-30 13:43:06 +01:00
b7a7d8b006 Get the "quote reply" button working on iOS 2013-03-30 02:52:52 +01:00
853c13f705 Update VAGRANT.md
Added link to Vagrant download page
2013-03-29 15:17:50 -06:00
d0f810dee5 Don't request list of problems from server as often if there weren't any problems 2013-03-29 16:05:29 -04:00
25073e873f Fetch the list of problems more frequently on the admin dashboard 2013-03-29 15:48:26 -04:00
5ea35ff393 FIX: "Quote Reply" button gets in the way 2013-03-29 19:34:45 +01:00
328b31d10e Updated German l10n. 2013-03-29 19:07:34 +01:00