ae344e6cd8
Update client.zh_TW.yml
...
Major update of client.zh_TW.yml (eg. favourite > starred)
2014-03-03 01:38:19 +09:00
700ccf2ca9
Update client.zh_TW.yml
...
Major update for filling a lot of new Traditional Chinese translations and fixes eg. favorite > starred
2014-03-03 01:20:06 +09:00
1033779655
Merge pull request #2042 from Nitrodist/fix_heading_typo_in_readme
...
Fix typo of 'b' at the end of a heading in README
2014-03-02 00:34:53 -08:00
c4a6c087c6
Fix typo of 'b' at the end of a heading in README
2014-03-02 03:30:11 -05:00
77511d5887
some — lovin'
2014-03-01 23:05:15 -08:00
ca1692f78a
move requirements into a table for EZ readin'
2014-03-01 23:03:08 -08:00
6d21cb2101
minor updates
2014-03-01 22:56:15 -08:00
6aa5fe6926
omit needless words, again
2014-03-01 14:56:09 -08:00
5ac6be8847
add swap link
2014-03-01 14:53:30 -08:00
66ae439ded
rel="prev" and rel="next" for topic also
2014-03-01 02:16:40 -08:00
b05dd86e50
let vision stay on discourse.org
2014-03-01 00:54:40 -08:00
8332ddf42e
add mobile screenshots to readme
2014-03-01 00:40:35 -08:00
a0e4a9ec9b
hey valid HTML is always a nice bonus
2014-02-28 16:16:01 -08:00
0e5f07b092
add better new forum image
2014-02-28 16:15:03 -08:00
885abab17d
2gb ram more strongly recommended
2014-02-28 15:34:34 -08:00
b40313559b
FIX: moderators should not be able to see site setting changes in the staff action logs. Fixes #2027
2014-02-28 16:30:54 -05:00
47357136dc
BUGFIX: Fix issues if the DOM element is destroyed while the interval
...
is ongoing (in particular this was weird for Firefox)
2014-02-28 15:35:45 -05:00
7d6984a915
Make the back button less awkward when leaving a topic.
2014-02-28 15:35:45 -05:00
61ff04d68b
Upgrade ember-cloaking to not trigger scroll events when the back button
...
is hit.
2014-02-28 15:35:45 -05:00
748767e222
Version bump to v0.9.8.8
v0.9.8.8
2014-02-28 14:50:16 -05:00
6b83ed0347
OPTIM: change Top Topic's score computation algorithm
...
New algorithm will not wipe the entire table anymore and will only remove
invisible topics and add new visible topics.
2014-02-28 20:33:52 +01:00
5e1019adba
FEATURE: better UX when backing-up the site
...
Users won't be prompted whenever the site goes into read-only mode.
Instead, a banner will be shown at the top of every pages.
Also, the browser won't automatically reload whenever read-only mode is
disabled. This really was bad UX.
2014-02-28 18:09:48 +01:00
67463af4f4
BUGFIX: Don't include deleted topics in activity. Deleted posts are OK.
2014-02-28 11:15:05 -05:00
ca9f6e9137
BUGFIX: couldn't upload backup on OSX
...
--B is not a valid df option on OSX
2014-02-28 15:43:50 +01:00
2ecb728e79
clarify remove comments in front of email lines
2014-02-27 23:03:17 -08:00
560b5356d5
Revert "Use symbols instead of strings in order clause"
...
Breaks 1.9.3 compat
This reverts commit 09a2d9e12c56dc0358901fd3aea2684ca0d27b0c.
2014-02-28 15:08:50 +11:00
f6197c2eec
Version bump to v0.9.8.7
v0.9.8.7
2014-02-27 18:59:18 -05:00
3ddd71ffd1
Don't tell you that you successfully flagged a topic.
2014-02-27 18:31:37 -05:00
6e0e628ff5
BUGFIX: don't force load drafts when composing.
...
It will still be there after post is made.
2014-02-28 10:30:05 +11:00
ab17e1476b
Revert "Add explicit confirm button text on post abandon"
...
BROKEN
This reverts commit 6bab39b9cd9b320a22add268704ea2f379f955f5.
2014-02-28 10:19:00 +11:00
ec7ef21403
Add a Staff category. Have a topic for assets in the Staff category. Move admin quick start guide to Staff category. Quick start guide is not invisible anymore.
2014-02-27 17:38:20 -05:00
01faf0880b
Version bump to v0.9.8.6
v0.9.8.6
2014-02-27 17:00:46 -05:00
4d798abe50
BUGFIX: this fixes a chrome bug... I would laugh if I wasn't already
...
crying.
2014-02-27 16:56:03 -05:00
e5a4dc6eac
FEATURE: add a banner when read-only mode is enabled
2014-02-27 19:50:20 +01:00
fee9870427
FIX: New counts were taking into account muted categories
2014-02-27 12:35:33 -05:00
70ca6171d1
BUGFIX: fix math & unit when checking disk space
2014-02-27 16:55:12 +01:00
6745422058
Remove useless sudos
2014-02-27 15:36:14 +01:00
6e8559d9ef
Merge pull request #2013 from wpp/update_german_translation
...
Fixes a few typos in the German translation
2014-02-27 10:50:36 +01:00
4751575ddc
Merge pull request #2022 from nickborromeo/topic-order
...
Use symbols instead of strings in order clause
2014-02-27 10:49:16 +01:00
ce480f8fc8
Merge pull request #2023 from infogulch/abandon-confirm-buttons
...
Post abandon dialog: add explicit confirm button text
2014-02-26 23:06:35 -08:00
09a2d9e12c
Use symbols instead of strings in order clause
...
This simply changes the strings in the order clauses in the model. The
reason of the change is because the SQL generated when using symbols
automatically name spaces the column with the table name.
Topic.order(:title).to_sql
=> SELECT "topics".* FROM "topics" ORDER BY "topics"."title" ASC
This also changes the scopes using lamba to use stabby lambas for
consistency with other scopes.
2014-02-26 22:43:03 -08:00
6bab39b9cd
Add explicit confirm button text on post abandon
2014-02-26 23:58:38 -06:00
1992271bf9
FEATURE: white_listed_spam_host_domains for domains that are not blocked for spam
...
BUGFIX: bypass host spam detection for current host
2014-02-27 15:43:57 +11:00
d5719deac7
Merge pull request #2020 from awesomerobot/master
...
fixing width of user section of topic-list
2014-02-26 19:42:30 -08:00
adde163447
fixing width of poster section of topic-list
2014-02-26 22:23:48 -05:00
d064ea6284
Merge pull request #2019 from awesomerobot/master
...
small logos should always be proportionate
2014-02-27 14:06:36 +11:00
190f075fae
small logos should always be proportionate
2014-02-26 22:00:22 -05:00
1b0c567729
OOPS
2014-02-27 12:43:44 +11:00
ed7c051fcc
BUGFIX: no need for mock central here
2014-02-27 12:15:41 +11:00
a4d7942dbd
BUGFIX: Don't blow up on junk referers
2014-02-27 12:03:38 +11:00