5e6764e9c9
FIX: Remove update, should fix issue with broken specs
2014-03-04 12:47:14 -05:00
9f2b48014c
Update the members of the Core Discourse Team
2014-03-04 16:48:06 +01:00
23aa478473
Merge pull request #2052 from vikhyat/plugin-tests
...
Don't run plugin gem tests
2014-03-04 11:48:40 +01:00
56a7a68238
Don't run plugin gem tests.
2014-03-04 14:30:35 +05:30
744eecfe9f
add keyboard shortcuts to progress bar tooltips
2014-03-04 00:31:40 -08:00
2b343a9d94
minor improvements to welcome message
2014-03-04 00:29:48 -08:00
d976623303
clarify use_https setting
2014-03-03 23:50:10 -08:00
8010ed3ba1
we don't use the term "nickname" use -> "username"
2014-03-03 23:30:43 -08:00
d969958b18
PERF: workaround aweful sass compiling perf with HUGE css files
2014-03-04 17:16:53 +11:00
f602c568e2
PERF: speed up css precompilation by caching
2014-03-04 16:55:23 +11:00
28f84ef0e1
TEXT: Change to "Dismiss New"
2014-03-03 17:15:53 -05:00
a2b0e2b50f
BUGFIX: Fix ailing tests
2014-03-03 16:24:20 -05:00
4b61d6af28
BUGFIX: new date was incorrect
2014-03-03 16:11:59 -05:00
f9cd354a2c
FEATURE: Button to reset new
2014-03-03 15:47:01 -05:00
3abe84941f
FEATURE: Add new_since
column to UserStat
so we can reset the "New"
...
date.
2014-03-03 15:47:00 -05:00
5c3f2feed4
BUGFIX: recovery code in case an unknown job is scheduled
2014-03-04 07:37:12 +11:00
a05606d1ff
Merge pull request #2048 from awesomerobot/master
...
fixing an issue where a horiztonal scrollbar appears
2014-03-03 19:55:22 +01:00
3d39dd3137
fixing an issue where a horiztonal scrollbar appears
2014-03-03 13:53:07 -05:00
02ea67eece
BUGFIX: A MDTest was conflicting with BBCode support for upper case
2014-03-03 13:14:11 -05:00
158487dfc2
FIX: Clean up next/prev rel links
2014-03-03 12:56:37 -05:00
6143753fef
Support uppercase bbcode too.
2014-03-03 11:59:57 -05:00
13f82f856f
Merge pull request #2045 from awesomerobot/master
...
changed some topic page widths so the gutter fills the availible space...
2014-03-02 23:52:48 -08:00
dd4a01896b
changed some topic page widths so the gutter fills the availible space, also right-aligning user-dropdown
2014-03-03 01:16:30 -05:00
ceb80611d6
PERF: defer last_ip_address and last_seen updates
2014-03-03 15:16:38 +11:00
172e517b31
Merge pull request #2012 from ligthyear/incoming-emails
...
Advanced New-Topic via Email Feature
2014-03-03 10:58:10 +11:00
fb10cfdc1e
Merge pull request #2025 from KiiPlatform/updated_japanese_locals
...
Updated Japanese locales
2014-03-03 10:49:04 +11:00
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
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