Tobias Pfeiffer
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
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
Robin Ward
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
Robin Ward
876493bd31
Merge pull request #595 from nverba/patch-1
...
Added Autoscaler guide to advanced heroku deployment
2013-03-31 07:47:50 -07:00
knoxmic
182f794466
fix autocomplete charcode '0' and 'z'
2013-03-31 16:00:21 +02:00
Kuba Brecka
db56d2bc97
let <title> contain site name instead of just "Discourse"
2013-03-30 23:16:59 +01:00
Robin Ward
5bf3a0eaf3
Merge pull request #591 from potthast/german-l10n
...
Updated German l10n.
2013-03-30 12:11:25 -07:00
Robin Ward
9288be750f
Merge pull request #594 from kubabrecka/cs_update22
...
update cs translation
2013-03-30 12:10:43 -07:00
Robin Ward
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
Neil Lalonde
92aa0f45d2
Show trends on some dashboard numbers
2013-03-30 14:07:35 -04:00
Régis Hanol
0aff5042e5
FIX: S3 image upload
2013-03-30 17:56:25 +01:00
Régis Hanol
f5567c10e3
keep French l10n up to date
2013-03-30 16:25:08 +01:00
nverba
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
Kuba Brecka
1349b24c4a
update cs translation
2013-03-30 13:43:06 +01:00
Shawn Holmes
853c13f705
Update VAGRANT.md
...
Added link to Vagrant download page
2013-03-29 15:17:50 -06:00
Neil Lalonde
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
Neil Lalonde
25073e873f
Fetch the list of problems more frequently on the admin dashboard
2013-03-29 15:48:26 -04:00
Martin Potthast
328b31d10e
Updated German l10n.
2013-03-29 19:07:34 +01:00
Robin Ward
df85201298
Adjust hot to include more recent topics
2013-03-29 13:33:31 -04:00
Neil Lalonde
436515ec6c
Dashboard checks for facebook, twitter, and github configs
2013-03-29 13:32:40 -04:00
Robin Ward
92eaa69df9
Merge pull request #589 from goshakkk/user-admin-scope
...
Create the User.admins and User.moderators scopes
2013-03-29 10:06:28 -07:00
Robin Ward
83ab544e0c
Merge pull request #580 from kubabrecka/typo_fix0
...
typo fix in client.en.yml
2013-03-29 10:05:28 -07:00
Robin Ward
de8f525701
Merge pull request #582 from kubabrecka/add_es_js
...
adding "es" translation js file
2013-03-29 10:04:24 -07:00
Robin Ward
9f16309904
Merge pull request #581 from kubabrecka/cs_update21
...
update cs translation
2013-03-29 10:04:07 -07:00
Robin Ward
3d615ada12
Merge pull request #583 from wpp/add_some_user_specs
...
Add a few specs to user model
2013-03-29 10:01:32 -07:00
Robin Ward
6fa0c7a804
Merge pull request #584 from ZogStriP/keep-french-l10n-up-to-date-2013-03-28
...
keep French l10n up to date
2013-03-29 10:00:14 -07:00
Robin Ward
df3ae184f9
Fix: best_of
flag was not being updated properly
2013-03-29 12:54:16 -04:00
Gosha Arinich
bdfa9b0508
create the User.admins and User.moderators scopes
2013-03-29 09:52:09 +03:00
Robin Ward
a0867bff24
Topic Statuses need to be updated by those who have access. I have self flaggelated
...
as punishment for checking in broken specs before running out earlier.
2013-03-29 02:38:54 -04:00
Sam
621c89d396
Merge pull request #587 from mark-rushakoff/fix-symbol-leak
...
Don't call to_sym on param
2013-03-28 23:06:10 -07:00
Mark Rushakoff
f633d1232f
Add admin title to trophy tooltip in admin users list
2013-03-28 22:53:54 -07:00
Mark Rushakoff
3e3712a517
Don't call to_sym on param
2013-03-28 20:50:07 -07:00
Jeff Atwood
cb6b9ccc6d
make h1 margins specific to .cooked, and preview
2013-03-28 17:07:57 -07:00
Régis Hanol
6b4022dbfc
keep French l10n up to date
2013-03-29 01:00:16 +01:00
Philipp Weissensteiner
095cbaa093
Add a few specs to user model
...
I noticed a few assertions of the has_many type were missing.
Also added a couple of specs which were testing in one direction only.
Just tipping my toes in discourse hope this helps a little.
2013-03-29 00:24:35 +01:00
Neil Lalonde
f2d61496af
Fix automatic selection of share link
2013-03-28 16:58:41 -04:00
Robin Ward
a819a26f34
BUGFIX: New status posts weren't using PostCreator
2013-03-28 16:40:54 -04:00
Robin Ward
473a64d39d
Add score, percent_rank to topics. Adds HotTopic
model and consolidated job to calculate
...
hotness. Note: People on Heroku will have to update their jobs to the new structure
in Heroku.md
2013-03-28 15:39:54 -04:00
Jeff Atwood
9b103e6d97
correct error in new tab tooltip text
2013-03-28 11:49:01 -07:00
Kuba Brecka
30babccc64
adding "es" translation js file
2013-03-28 19:30:37 +01:00
Kuba Brecka
ae1561930b
update cs translation
2013-03-28 19:26:58 +01:00
Kuba Brecka
435a46b729
typo fix in client.en.yml
2013-03-28 19:22:27 +01:00
Robin Ward
08267f5171
Merge pull request #481 from ZogStriP/selecting-default-landing-tab
...
FIX: allows the selection of the default landing tab
2013-03-28 08:27:05 -07:00
Robin Ward
2e4d73efc7
Merge pull request #578 from tonytonyjan/patch
...
Patch
2013-03-28 08:23:48 -07:00
Neil Lalonde
b0fd89b4a7
Fix spelling of Github to GitHub
2013-03-28 11:07:55 -04:00
Régis Hanol
1668b5eab2
FIX: allows the selection of the default landing tab
2013-03-28 14:01:13 +01:00
Tony Jian
833d8a2557
correct zh_TW
2013-03-28 15:00:46 +08:00
Tony Jian
d783769a67
correct zh_TW
2013-03-28 14:58:02 +08:00