Commit Graph

6852 Commits

Author SHA1 Message Date
Sam
fb10cfdc1e Merge pull request #2025 from KiiPlatform/updated_japanese_locals
Updated Japanese locales
2014-03-03 10:49:04 +11:00
Sam
7004b3f3b9 Merge pull request #2037 from infogulch/abandon-button-text
Explicit button text in abandon dialog in all lang
2014-03-03 10:37:32 +11:00
Sam
eaa7e505d3 Merge pull request #2044 from staryume/patch-2
Update client.zh_TW.yml
2014-03-03 09:53:44 +11:00
ee56eaba67 Merge pull request #2043 from k-j-kleist/patch-1
Update README.md
2014-03-02 18:38:10 +01:00
10cd9680c0 Merge pull request #2040 from jpsullivan/patch-1
Typo fix
2014-03-02 18:36:22 +01:00
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
fca7c1700a Update README.md
Correct speling error.
2014-03-02 13:43:55 +01: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
6c5777838f Typo fix 2014-03-01 18:27:44 -05: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
bf21a55571 Explicit button text in abandon dialog in all lang
The current post abandon dialog displays typical yes/no buttons and should
instead show more informative button text.

This commit updates all `config/locales/client.*.yml` files and *alters the
structure* of the `post.abandon` node, and *adds three new nodes* under it:
`confirm`, `yes_value`, and `no_value`. The current value of the
`post.abandon` node is moved into `post.abandon.confirm` for all languages.
For English language text, the nodes `post.abandon.yes_value` and
`.no_value` are changed to `"Yes, abandon"` and `"No, keep"`, respectively.
For other languages, the standard yes/no values are copied, allowing simple
copyedits to make them more explicit in the future.

I also make the necessary changes to the `composer_controller.js` file so
the new values are used correctly.
2014-02-28 23:42:14 -06: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
Sam
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
e383921b34 Updated Japanese locales 2014-02-28 03:36:36 +01: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
Sam
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
Sam
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