2ead3fca69
FIX: exportUsers action was deleted, so user export was failing
2014-12-02 16:05:43 +05:30
3fcde72656
bit shorter max width on mobile categories
2014-12-02 00:41:51 -08:00
0503599de7
suppress long category names on mobile
2014-12-02 00:19:42 -08:00
e3bcd848b3
minor copyedit
2014-12-01 17:24:51 -08:00
f226e4efc0
FIX: don't error out when updating a topic with no changes
2014-12-02 02:16:30 +01:00
9bdac79ba6
Make suspect report use <= 1 instead of = 0
2014-12-01 17:15:07 -05:00
b547be44b2
Better error message output
2014-12-01 14:53:37 -05:00
15c105eba5
Add test for email with inline reply
2014-12-01 23:51:14 +05:30
6d0b6b0642
Merge pull request #2974 from longhotsummer/patch-1
...
Traverse symlinks to plugins in dev mode when compiling stylesheets
2014-12-01 15:13:22 +01:00
e2fb5310d8
Traverse symlinks to plugins in dev mode when compiling stylesheets
...
When developing plugins it's useful to symlink the to the plugin directory from the discourse directory, since that means the two are separate git repos.
However, Dir.glob doesn't by default traverse symlinks. This change means that the SASS compilation caching detects when any of a plugin's files have changed.
2014-12-01 15:59:21 +02:00
64b06b360a
Merge pull request #3008 from oblakeerickson/log_out_return_success
...
Have log_out method return json
2014-12-01 14:26:06 +01:00
bdc92eec70
Have log_out method return json.
...
This commit helps improve the discourse_api experience so that we can
check the json response if it was a success or not. This commit also
checks that a 404 is sent instead of a 500 if a bad user_id is passed
in.
2014-12-01 06:03:25 -07:00
cc76087f59
Add new private message button on topics list
...
That'll teach me to wildly refactor things.
2014-12-02 00:53:49 +13:00
c00c5e1024
our previous mobile avatar tap fix was incorrect
2014-12-01 03:36:25 -08:00
a3a04e06b6
fix images in readme
2014-12-01 11:38:33 +01:00
a6074af711
Merge pull request #3010 from techAPJ/patch-1
...
FEATURE: switch to GitHub email_reply_parser library and parse plain tex...
2014-12-01 11:18:24 +01:00
5f445826c5
Merge pull request #3011 from chancancode/dont_use_route
...
Don't `use_route`
2014-12-01 11:16:01 +01:00
5352a7f53c
Don't use_route
...
See https://github.com/rails/rails/pull/17453 and https://github.com/rails/rails/pull/17725
2014-11-30 21:25:54 -08:00
9defb6879b
upgrade to rails master
2014-12-01 15:34:50 +11:00
529014d56e
FEATURE: switch to GitHub email_reply_parser library and parse plain text email content
2014-12-01 09:00:35 +05:30
003d32babe
decrease size of cat color stripe in digests a bit
2014-11-29 03:58:44 -08:00
cb9507d292
tighten up title line height in digest email
2014-11-28 11:45:03 -08:00
cb0e7a5724
For performance reasons, use delete_all
when removing a user's email logs
2014-11-28 14:20:43 -05:00
37a3e956b6
UX: Link categories in digest emails
2014-11-28 13:44:40 -05:00
a85a3da167
move digest email featured post category underneath
2014-11-28 00:38:08 -08:00
781807191e
Version bump to v1.2.0.beta3
v1.2.0.beta3
2014-11-27 16:48:08 -05:00
07211489f0
FIX: hide restricted profile info from TL0 users to anonymous in 'JS-off' page
2014-11-27 19:51:13 +01:00
65c106325c
remove old & useless import script
2014-11-27 19:30:19 +01:00
5b90ceb71d
FEATURE: rolls up 1.2.*.* IP ranges when number of entries > 10
2014-11-27 19:29:30 +01:00
062e954122
Merge pull request #3007 from techAPJ/update-translations
...
Update Translations
2014-11-27 12:00:53 -05:00
cd8ab37507
Update Translations
2014-11-27 20:28:52 +05:30
31b769d4fa
remove unneeded mobile footer left margin
2014-11-27 03:35:05 -08:00
4589f28676
remove unwanted global text input font sizing
2014-11-27 02:13:15 -08:00
c3a47aee70
use shorter Export button copy
2014-11-26 23:57:18 -08:00
013f1a6dd0
FEATURE: allow creating admin and moderator accounts via SSO
2014-11-27 12:39:00 +11:00
800ae5265f
Add admin and moderator state to sso provider
2014-11-27 12:24:37 +11:00
f918d3e89b
FEATURE: add Message-ID header to emails
...
when topic present for email of course
2014-11-26 16:36:02 -08:00
4e735e8aab
FIX: roll up staff action wasn't working
2014-11-27 01:12:56 +01:00
3fd4fc679e
a few missing spots
2014-11-27 11:02:54 +11:00
5c965dcb0b
FEATURE: show card when clicking on avatar in admin user list
2014-11-27 10:46:32 +11:00
8366fcd78f
FIX: Don't lose focus on site settings text field (was changing routes
...
during filtering)
2014-11-26 18:01:45 -05:00
c7bda41dda
FIX: Use OR
query instead of AND
, also check that the profile is
...
blank
2014-11-26 16:29:58 -05:00
257bde8e2b
FEATURE: "Suspect" users list in admin.
2014-11-26 13:58:16 -05:00
10b5032188
FIX: auto-closing attribution when a TL4 user auto-closes a topic
2014-11-26 19:51:07 +01:00
27d78332c4
FEATURE: restrict some user fields for TL0 users when viewed by anonymous users
2014-11-26 19:20:03 +01:00
cb124d5836
UX: Consolidate "Admins" and "Moderators" into "Staff" on admin users
...
list
2014-11-26 13:10:12 -05:00
a3e53e0d28
Use far fewer admin user list routes, instead pass the query as a
...
parameter.
2014-11-26 13:05:49 -05:00
41deea6892
Merge pull request #3006 from awesomerobot/master
...
fixing reply-tab bug and user profile background adjustment
2014-11-26 16:53:57 +01:00
1524612719
fixing reply-tab bug and user profile background adjustment
2014-11-26 10:49:50 -05:00
d7ef4f1edd
remove useless 'puts'
2014-11-26 16:40:03 +01:00