cf165320e2
Keyboard shortcuts for new progress expansion
2014-06-13 14:03:12 -04:00
42ca46e628
Highlight posts when jumping to them.
2014-06-13 14:03:12 -04:00
e449d64ae1
ES6: Remove an unncessary view
2014-06-13 11:24:28 -04:00
00469e976d
BUGFIX: Don't depend on localStorage for Discourse to function
2014-06-13 16:42:01 +10:00
0ffa98904f
BUGFIX: mobile styling
2014-06-13 16:14:58 +10:00
5815e12caf
BUGFIX: omit the "reply" word in mobile view
2014-06-13 16:03:25 +10:00
87baf58dbb
SECURITY: XSS fix
2014-06-13 13:20:57 +10:00
ae46e439b8
make autocomplete use highlight color for selecting
2014-06-12 15:30:21 -07:00
29b8330dc3
Move up/down buttons on top of go
2014-06-12 17:24:11 -04:00
d37195796f
FEATURE: New expandable progress bar with jump buttons and jump to
...
arbitrary post.
2014-06-12 16:52:33 -04:00
33e9bc68fc
Split Topic Progres widget into its own controller, view, template
2014-06-12 16:52:33 -04:00
efc70a2bca
Always show Bookmark icon. Always show edit if the post is a wiki.
2014-06-12 11:21:12 -04:00
61bba4d074
ES6: More views converted and deprecated
2014-06-12 11:21:12 -04:00
f9830fb480
Bugfix: Mailing list mode disables PM emails (take 2)
...
Mailing List Mode disables normal emails, but mailing list mode does not email private_messages.
To avoid this, mailing list mode should only disable emails if they are not private_messages.
There are no tests for this commit as UserNotifications does not appear to be instantiated in the spec suite.
2014-06-12 20:25:20 +08:00
9db6c4d05d
Fix broken markup on invites tab
2014-06-12 17:31:17 +05:30
6ceebc3f1c
Merge pull request #2435 from techAPJ/add-bookmark-menu
...
FEATURE: Add Bookmarks menu to user dropdown
2014-06-12 03:28:40 -07:00
76166567fb
Use the cheap Defer queue as opposed to sidekiq for view tracking.
2014-06-12 11:29:29 +10:00
8c7363bdd5
BUGFIX: not clearing blue notifications correctly when you have a PM
2014-06-12 10:50:41 +10:00
9bbfb1ea15
BUGFIX: not binding correctly to notifications that popped up AFTER element was inserted
2014-06-12 10:50:10 +10:00
d3becd2969
SECURITY: fix XSS
2014-06-12 10:17:41 +10:00
90fca1ba17
bigger category stat numbers
2014-06-11 16:35:58 -07:00
d58ed9eafb
Merge pull request #2436 from ArmedGuy/master
...
Deboxify topic-map
2014-06-11 16:00:30 -07:00
26689d34b8
A little extra robustness for the post stream
2014-06-11 17:31:30 -04:00
5e461a22ee
BUGFIX: enable the 'relative timestamp' share dialog on mobile view
2014-06-11 22:32:45 +02:00
aed2483bb9
FEATURE: User Bookmarks Menu
2014-06-12 01:54:54 +05:30
404021be7b
FIX: wrong i18n key on Take Action button
2014-06-11 16:20:57 -04:00
c90b609aa5
FIX: Reply button broke
2014-06-11 15:16:33 -04:00
d40ec22bef
Always show your own edit button
2014-06-11 14:38:57 -04:00
b749585aa7
REFACTOR: Only show ellipsis if there is more than 1 thing behind it.
2014-06-11 14:31:03 -04:00
176120cbc1
REFACTOR: Keyboard Shortcuts should send their actions directly to
...
posts, not by activating clicks on buttons.
2014-06-11 14:31:03 -04:00
ce732d2252
FEATURE: new "disable_edit_notifications" site setting
...
Should be used whenever you activate the "download_remote_images_to_local" site setting to prevent users from receiving a lot of edit notifications from the system user.
2014-06-11 17:14:00 +02:00
f822491886
ES6: Convert a couple view helpers. They should probably be components
...
evnetually!
2014-06-11 11:05:49 -04:00
18489ba83a
BUGFIX: proper regex escaping
2014-06-11 16:37:26 +02:00
2f23ee1830
BUGFIX: keep transparent background in avatars
2014-06-11 16:01:01 +02:00
03087679f0
FEATURE: Support custom preferences for users, injected by plugins
2014-06-11 15:50:37 +10:00
62abb873df
FEATURE: support serializing user custom fields by plugins
2014-06-11 11:57:22 +10:00
1691d52882
FIX: mobile: reduce height of composer a bit to make room for android devices
2014-06-10 17:12:50 -04:00
877302884b
FIX: notification badge colors on mobile
2014-06-10 17:12:50 -04:00
d06720d059
REFACTOR: Remove animation from ellpisis post menu, change ordering of
...
buttons.
2014-06-10 15:27:43 -04:00
9472d65059
FIX: Swapping one topic with another then scrolling wasn't updating the
...
URL properly.
2014-06-10 13:43:45 -04:00
e985ffc273
Add link back to logo so it can be copied and pasted and what not.
2014-06-10 13:27:55 -04:00
06f37e692d
Merge pull request #2432 from riking/patch-1
...
Change logo link to /
2014-06-10 19:13:07 +02:00
0781531e3c
Merge pull request #2415 from techAPJ/bulk-invite-users-5
...
FEATURE: Bulk Invite
2014-06-10 19:11:11 +02:00
3bbb035891
Change logo link to /
2014-06-10 10:10:56 -07:00
3b6b2770f3
BUGFIX: date of the post in the share dialog is now properly bound
...
CLEANUP: removed all unused handlebars helpers
REFACTOR: removed 'unbound' prefix (for performance reasons, helpers are unbound by default)
REFACTOR: added 'bound' prefix to bound helpers
REFACTOR: renamed helper using 'foo-bar-foo' syntax (instead of camel case)
2014-06-10 19:04:31 +02:00
580a1bf8b0
ES6: Migrated and deprecated a bunch of views
2014-06-10 11:54:38 -04:00
e129e4a19e
BUGFIX: scrolled never ever fired :(
2014-06-10 22:24:52 +10:00
8167207e38
Wrap extended post actions in ellipsis.
...
Add a new SiteSetting to specify a maximum of items to be shown in post action menus per default. If more buttons are rendered and those after mentioned maximum will be hidden behind a collapsible ellipsis-button. Once clicked it slides in the missing buttons and hides itself.
If the setting is set to 0, the ellipsis will not be applied. It default is set to 4 though.
All buttons are created equal - but the Reply-Button is more equal than others: If it is rendered, the reply button will never be hidden behind the ellipsis. The max count is exclusiding the reply button and its position would make the reply button hide, it is removed there and pushed to the end of the list.
2014-06-10 09:55:07 +02:00
cbb2cc3911
BUGFIX: fix ~ and ` navigation
...
Was completely broken.
2014-06-10 16:10:19 +10:00
6a089122e8
Minor optimisation avoid set in hot code path
2014-06-10 15:07:38 +10:00