Sam
|
681ff74cb8
|
Revert "inject currentUser into controllers & routes"
This reverts commit 7ec34b205a .
|
2013-09-11 13:26:46 +10:00 |
|
Sam
|
e420ce3da3
|
fix regression, 2 people liked this text not expanding correctly
|
2013-09-11 11:24:42 +10:00 |
|
Robin Ward
|
30eed4c8b4
|
FIX: Showing suggested topics when composing a reply
|
2013-09-10 20:00:04 -04:00 |
|
Robin Ward
|
f2a1ef8d7d
|
FIX: When expanding embedded replies, adjust the scroll position to not lose your place
|
2013-09-10 17:15:07 -04:00 |
|
Neil Lalonde
|
cc2acafc9a
|
Enable mobile view. Use local storage to remember whether you chose mobile or desktop view. Mobile device detection needs to be replaced with a better solution.
|
2013-09-10 16:44:17 -04:00 |
|
Robin Ward
|
2319924206
|
Adds a class that can detect whether a user has uploaded a custom avatar
|
2013-09-10 15:39:11 -04:00 |
|
Robin Ward
|
886787b157
|
Remove extra comma
|
2013-09-10 12:31:58 -04:00 |
|
Robin Ward
|
0de96a6059
|
Adds support for dynamic composer messages.
|
2013-09-10 12:30:56 -04:00 |
|
Sam
|
bcf0203497
|
fix encoding bug
|
2013-09-10 16:01:36 +10:00 |
|
Sam
|
162d94aa02
|
improve secure_category_id query
|
2013-09-10 14:29:02 +10:00 |
|
Sam
|
df5f9d66e5
|
bugfix: when expanding "1 person flagged for moderation" target post is not clickable
|
2013-09-10 09:51:33 +10:00 |
|
Neil Lalonde
|
78c15d5810
|
Move the unique post key storage code into the Post model
|
2013-09-09 16:17:31 -04:00 |
|
Neil Lalonde
|
48ee89940e
|
Merge pull request #1423 from einarj/nickname_registration_service
Nickname registration service object
|
2013-09-09 11:37:56 -07:00 |
|
Robin Ward
|
84a8a358c3
|
Trivial: Rename dialect action to block quotes rather than simple quotes
|
2013-09-09 14:11:56 -04:00 |
|
Robin Ward
|
49910b860b
|
FIX: Regression that removed the ability to quote code
|
2013-09-09 13:20:03 -04:00 |
|
Neil Lalonde
|
199584824b
|
Don't show approval on admin user page if the site doesn't require approval of users (must_approve_users)
|
2013-09-09 12:24:26 -04:00 |
|
Robin Ward
|
360b8e32ca
|
Merge pull request #1404 from ZogStriP/admin-can-always-upload-a-file
staff can always upload a file
|
2013-09-09 08:55:47 -07:00 |
|
Robin Ward
|
fc4f5a36c6
|
Merge pull request #1418 from goshakkk/inject-current-user
Inject currentUser into controllers & routes
|
2013-09-09 08:54:34 -07:00 |
|
Neil Lalonde
|
b73f4e9864
|
Put category description in meta description tag
|
2013-09-09 11:38:09 -04:00 |
|
Einar Jonsson
|
724b3aadcf
|
Extracted nickname registration out of the UsersController and into its
own service.
|
2013-09-09 09:26:50 +00:00 |
|
Gosha Arinich
|
7ec34b205a
|
inject currentUser into controllers & routes
Through Ember's DI, instead of doing so via a mixin.
|
2013-09-07 19:34:25 +03:00 |
|
Régis Hanol
|
eae30d7816
|
staff can always upload a file
|
2013-09-07 10:49:11 +02:00 |
|
Robin Ward
|
b87a78f7b2
|
Merge branch 'master' of github.com:discourse/discourse
|
2013-09-06 18:01:33 -04:00 |
|
Robin Ward
|
c8ad977c8a
|
Revert "Merge pull request #1215 from Elegios/composer_use_category_id"
This reverts commit 763859d439 , reversing
changes made to b62caf80fb .
|
2013-09-06 18:00:57 -04:00 |
|
Neil Lalonde
|
2ea6a61a17
|
Show post number in the share dialog
|
2013-09-06 17:34:31 -04:00 |
|
Robin Ward
|
a9f3489237
|
FIX: Don't onebox links with labels unless the labels are the same as the URL
|
2013-09-06 16:47:26 -04:00 |
|
Robin Ward
|
94917f47ed
|
Remove brackets from username_filters[] URL
|
2013-09-06 15:58:54 -04:00 |
|
Neil Lalonde
|
eef34eea80
|
Fix IE9 bug in browser-update. Unable to get value of the property 'insertBefore': object is null or undefined
|
2013-09-06 14:57:26 -04:00 |
|
Robin Ward
|
763859d439
|
Merge pull request #1215 from Elegios/composer_use_category_id
Make the composer and TopicCreator use category id instead of category name
|
2013-09-06 11:55:27 -07:00 |
|
Robin Ward
|
b62caf80fb
|
Merge pull request #1402 from LaunchAcademy/fix_index_out_of_range_error
FIX: Index out of range error
|
2013-09-06 11:53:59 -07:00 |
|
Régis Hanol
|
45b838009c
|
proper content-disposition header when downloading attachments
|
2013-09-06 19:23:56 +02:00 |
|
Neil Lalonde
|
eae7e75611
|
FIX: recover post by a non-staff user fails because the post is not unique. Uniqueness check shouldn't happen when recovering a deleted post.
|
2013-09-06 11:50:15 -04:00 |
|
Sam
|
641c51367a
|
fix broken build
hack to allow for PMs with no users for flagging needs
|
2013-09-06 18:03:30 +10:00 |
|
Sam
|
32e3e3f382
|
update annotations
|
2013-09-06 17:38:50 +10:00 |
|
Sam
|
2ce4468aa5
|
rename system_username to site_contact_username , system_user is a special user with -1 id that is only used for certain admin tasks
for example system_user will autoclose stuff if needed, it will delete stubs and be the target for flag pms
|
2013-09-06 17:28:37 +10:00 |
|
Sam
|
41a1b6942d
|
notify moderators now goes to the "community" user, that saves our poor mods from a flood of pms
if any staff respond to a pm they are automatically added to the list of recipients and will start
getting email notifications
|
2013-09-06 14:07:23 +10:00 |
|
Neil Lalonde
|
cbe38075ac
|
Fix asset compile problems
|
2013-09-05 18:04:45 -04:00 |
|
Robin Ward
|
63be950e5f
|
FIX: Quotes inside a list
|
2013-09-05 17:04:01 -04:00 |
|
Neil Lalonde
|
f47400fe2d
|
Make post body have font-size 14px again
|
2013-09-05 16:45:38 -04:00 |
|
Neil Lalonde
|
9b526364ed
|
Merge branch 'mobile'
|
2013-09-05 16:29:27 -04:00 |
|
Neil Lalonde
|
66d1cacdbd
|
Hide flag modal while flag is submitted
|
2013-09-05 16:29:13 -04:00 |
|
Neil Lalonde
|
a3f3b086f3
|
Don't show mobile view unless mobile_view=1 param is used. Still more work to do.
|
2013-09-05 16:28:57 -04:00 |
|
Neil Lalonde
|
c0b3a0ec45
|
Merge .deleted-user-avatar into mobile topic-post
|
2013-09-05 16:28:16 -04:00 |
|
Robin Ward
|
38fb727c00
|
JSHINT: missing comma
|
2013-09-05 16:05:04 -04:00 |
|
Neil Lalonde
|
17585c7152
|
Merge branch 'mobile' of https://github.com/awesomerobot/discourse into mobile
|
2013-09-05 16:03:06 -04:00 |
|
Neil Lalonde
|
45d7765936
|
Merge branch 'master' into mobile
|
2013-09-05 15:54:22 -04:00 |
|
Robin Ward
|
2d6759d5a0
|
Add cancel button to delete replies dialog
|
2013-09-05 15:54:16 -04:00 |
|
Kris Aubuchon
|
b8493b024b
|
adding missing files back in
|
2013-09-05 15:37:07 -04:00 |
|
Neil Lalonde
|
c2f37d36ab
|
Hide flag modal while flag is submitted
|
2013-09-05 15:14:07 -04:00 |
|
Kris Aubuchon
|
80c4e02335
|
new mobile styles, some structure changes
|
2013-09-05 12:09:40 -04:00 |
|