129617b415
Lots of bugfixes
...
BUGFIX: navigation bar should always activate the right tab (even when diging into a top period)
BUGFIX: /top pages titles
BUGFIX: no "edit category" button on /top page after visiting a category
BUGFIX: properly hide category columns when there is no children category (on both filter + top pages)
BUGFIX: promises not caught when scrolling down a topic list to load more of them
BUGFIX: CSS on category dropdowns
Updated `top_menu` i18n with available filters
2014-01-18 19:27:25 +01:00
4981525047
REFACTOR: Fixes poor class hierarchy for listing topics
...
- Upgrades Ember to latest
- Fixes a bunch of bugs with page titles and missing "active" states
2014-01-18 19:26:24 +01:00
86214989f5
BUGFIX: remote upload dialog was broken
2014-01-18 19:26:24 +01:00
9b3eb0d201
Merge pull request #1835 from HerbJiang/master
...
Fix reply by email encoding error when using non-ASCII & non-UTF8 charset
2014-01-18 10:25:56 -08:00
5fa464e10b
force_encoding according to the charset in mail, this solve encoding problem when not using ‘utf-8’ charset.
2014-01-19 02:12:38 +08:00
653d66ff70
Merge pull request #1840 from worminfo/patch-2
...
Update server.zh_TW.yml
2014-01-18 09:46:19 -08:00
53b8baec4b
Update server.zh_TW.yml
...
modify chinese words/sentences to HK/TW style.
2014-01-19 01:30:08 +08:00
7e02802a72
Merge pull request #1838 from ofgeek/patch-1
...
Update client.zh_CN.yml
2014-01-18 08:16:40 -08:00
7bd1f0fc3a
Update client.zh_CN.yml
2014-01-18 23:32:28 +08:00
e5198c4fd4
Merge pull request #1837 from shivpkumar/master
...
sub space for underscore in 'name' when registering public folder in plu...
2014-01-18 05:28:04 -08:00
c281dd2c1e
sub space for underscore in 'name' when registering public folder in plugin
2014-01-17 15:35:52 -08:00
8c29ed870e
Non-staff users may not delete their posts in archived topics.
2014-01-17 17:42:12 -05:00
55397361be
Update ember-cloaking to remove dependency on I18n
2014-01-17 16:56:24 -05:00
3bbe595d10
Merge pull request #1826 from nporteschaikin/patch-1
...
Delegate :username rather than using a class method.
2014-01-17 13:54:11 -08:00
cf04026b15
Merge pull request #1836 from nitper/patch-2
...
fix for nil session in mobile_detection.rb
2014-01-17 13:50:32 -08:00
f47e8e12dd
FIX #1831 : Dates were unbound on the profile page.
2014-01-17 16:24:45 -05:00
6131829df0
rename date
to unboundDate
because it is unbound.
2014-01-17 15:23:51 -05:00
bc2993b458
FIX: Incorrect comment, thanks @ZogStrIP
2014-01-17 14:05:31 -05:00
f4c57130dc
Renames unboundDate
to rawDate
because date
is current unbound.
2014-01-17 13:56:26 -05:00
18e719b0af
In development mode, if an avatar is missing just serve up a placeholder
2014-01-17 11:47:23 -05:00
1806a7d4b3
Trust Level 3: invited users start at default_invitee_trust_level + 1, unless default_invitee_trust_level is 2 or higher
2014-01-17 11:12:00 -05:00
0c0833d6b9
FIXES #1833 , thanks @stefanpenner
2014-01-17 10:44:42 -05:00
2f04acdfd4
DIEEEE SOFTWARE.MD DIEEEEeeEE
2014-01-16 22:56:59 -08:00
fc9c6c8d18
fix for nil session in mobile_detection.rb
2014-01-16 20:04:38 -08:00
cdce117941
BUGFIX: support nil params
2014-01-17 13:07:17 +11:00
a30aaa90d5
BUGFIX: export was broken, not exporting any tables
2014-01-17 12:33:42 +11:00
5a499b586f
FEATURE: script/discourse import AND export
2014-01-17 12:33:42 +11:00
ce8bc3682f
BUGFIX: do not install dependencies from plugin, must be explicit
2014-01-17 12:33:42 +11:00
e7c100aed3
another minor /top copyedit
2014-01-16 17:07:49 -08:00
8e59b0cafd
minor /top copyedit
2014-01-16 17:03:51 -08:00
7b7fd25070
whoops, I meant "Topics Viewed"
2014-01-16 16:31:40 -08:00
17a1c8759b
Topics Entered -> Topics Visited
2014-01-16 16:30:31 -08:00
64431c3605
Version bump to v0.9.8.2
v0.9.8.2
2014-01-16 16:54:07 -05:00
09ed7fe283
Sanitize your bio after you save it and render it to yourself.
2014-01-16 16:12:34 -05:00
7c8ea8c166
Trust level 3 users can edit topic titles and change category
2014-01-16 11:59:26 -05:00
c1a66b70bb
BUGFIX: use previous_visit_at instead of last_seen_at to determine the best period to display in the top summary
2014-01-16 01:36:32 +01:00
462c6d81f5
BUGFIX: exclude categories from the top view
2014-01-16 00:49:58 +01:00
defc450691
a bit more private cue on flag tooltip
2014-01-15 15:14:12 -08:00
cfcd4692b6
mention "privately" in flagging dialog
2014-01-15 14:45:00 -08:00
a177732d28
FEATURE: top page should not be infinite. Limite them to 200 topics by default
2014-01-15 22:12:53 +01:00
0b2ead2248
rename topics_per_period_in_summary settings to topics_per_period_in_top_summary
2014-01-15 22:12:47 +01:00
2a33a35566
Staff can create uncategorized topics even if allow_uncategorized_topics is false
2014-01-15 15:58:29 -05:00
ed87a589ca
BUGFIX: only show the best period for logged-in users
2014-01-15 21:45:28 +01:00
158306f2f4
Don't show uncategorized in hamburger menu if it's empty, unless you're staff
2014-01-15 15:20:07 -05:00
89908cdb47
Admins don't see uncategorized on /categories if it has no topics and allow_uncategorized_topics is false
2014-01-15 14:11:36 -05:00
812f195cae
FEATURE: 2x the default number of topics showed in the top page
2014-01-15 19:47:59 +01:00
41a53c3203
FEATURE: overridable template for adding custom buttons on the composer
2014-01-15 17:52:38 +01:00
4f6b208e8d
Posts by trust level 3 users do not have nofollow on their external links.
2014-01-15 11:40:51 -05:00
5a238c62eb
BUGFIX: more robust breakUp helper
2014-01-15 17:08:00 +11:00
e5b4f0f51e
Merge pull request #1822 from cfstras/breakUp_username_fix
...
Fix Post-rendering bug
2014-01-14 22:01:09 -08:00