Robin Ward
|
71c1b8b9b9
|
When deleting a post as staff, ask if you want to delete direct replies too
|
2013-09-05 11:03:34 -04:00 |
|
Robin Ward
|
f157ec1f91
|
Select +Replies for bulk operations
|
2013-09-05 11:03:29 -04:00 |
|
Neil Lalonde
|
117fc8db58
|
Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream.
|
2013-09-04 15:42:21 -04:00 |
|
Sam
|
61d3e43744
|
better split logic for names starting with capitols eg: ABBob should split to AB Bob
|
2013-09-04 15:02:04 +10:00 |
|
Robin Ward
|
46efbac40e
|
Add "Unread" filter to messages tab. Rename the other two views.
|
2013-08-30 12:32:05 -04:00 |
|
Robin Ward
|
63f2187d72
|
FIX: Don't do intraword italics when prefixed by a forward slash
|
2013-08-30 10:56:41 -04:00 |
|
Robin Ward
|
df5cbf76e0
|
Move insideGroup into the helper, not the class for grouped each
|
2013-08-30 10:44:34 -04:00 |
|
Robin Ward
|
380a6c9e9d
|
FIX: Blockquotes prefixed by spaces
|
2013-08-29 15:18:27 -04:00 |
|
Robin Ward
|
c99cf64d70
|
FIX: Quoting within code blocks.
|
2013-08-29 14:42:31 -04:00 |
|
Robin Ward
|
1204eb62c3
|
FIX: Escape contents when using the quote tool.
|
2013-08-29 14:15:05 -04:00 |
|
Robin Ward
|
45b9f8048a
|
Documentation update to dialect
|
2013-08-29 13:59:41 -04:00 |
|
Robin Ward
|
eb5830f3b0
|
FIX: Make getURL available to plugins while they are starting up in a similar load order
to the client app.
|
2013-08-29 13:11:12 -04:00 |
|
Robin Ward
|
425b59d381
|
FIX: Don't name two routes the same. It breaks in Ember RC8.
|
2013-08-29 12:26:05 -04:00 |
|
Robin Ward
|
3cec95a2c3
|
Better API for parsing out blocks in the parser.
|
2013-08-29 11:47:44 -04:00 |
|
Sam
|
2c61828668
|
saving dialog somehow vanished during refactoring
better error handling for posts that fail to save
|
2013-08-29 17:06:27 +10:00 |
|
Robin Ward
|
6029a77efb
|
A nicer API for dealing with text replacements in Discourse's parser pipeline
|
2013-08-28 16:15:50 -04:00 |
|
Neil Lalonde
|
2b2c83ffb7
|
remove console.log
|
2013-08-28 15:53:42 -04:00 |
|
Neil Lalonde
|
c2088f5b5d
|
Use moment.js in auto close js
|
2013-08-28 15:37:39 -04:00 |
|
Robin Ward
|
eeef24b9da
|
Allow basic emoticons to work too.
|
2013-08-28 15:27:03 -04:00 |
|
Robin Ward
|
af18cc87fd
|
Better documentation for new Dialect helpers. Migrated emoticon support to new helper format.
|
2013-08-28 13:55:08 -04:00 |
|
Robin Ward
|
550ef104c6
|
FIX: Markdown references within a list were not working properly.
|
2013-08-28 13:06:41 -04:00 |
|
Robin Ward
|
f7ad80ff7b
|
A couple of important markdown fixes.
|
2013-08-28 11:14:31 -04:00 |
|
Sam
|
61281a3c81
|
invite only forums had very wonky logic, invited users were not being activated, invite_only forums were still registering users
|
2013-08-28 17:18:31 +10:00 |
|
Robin Ward
|
8f94760cd4
|
Better API for adding on to our Dialect
|
2013-08-27 18:17:34 -04:00 |
|
Régis Hanol
|
96772af35b
|
FIX: avatar thumbnail won't save after upload
|
2013-08-27 23:01:35 +02:00 |
|
Robin Ward
|
73489b652e
|
FIX: Allow intra-word underscores.
|
2013-08-27 12:25:05 -04:00 |
|
Neil Lalonde
|
89265c3a8b
|
FIX: BAD CSRF on login. Don't check csrf in the fake login form since it doesn't actually do anything.
|
2013-08-27 11:31:14 -04:00 |
|
Robin Ward
|
07328e5e4b
|
FIX: Navigating to a new topic after editing one was leaving edit controls open.
|
2013-08-27 11:29:30 -04:00 |
|
Sam
|
7787770758
|
leftover console.log
jshint is upset
|
2013-08-27 16:02:36 +10:00 |
|
Sam
|
c4a0152dc6
|
recover from bad CSRF tokens without requiring a hard refresh of the browser
|
2013-08-27 15:56:12 +10:00 |
|
Robin Ward
|
6c3cb9023c
|
FIX: Allow backticks in code blocks
|
2013-08-26 16:53:10 -04:00 |
|
Neil Lalonde
|
068a674c39
|
Handle overflowing values on admin logs pages
|
2013-08-26 16:16:27 -04:00 |
|
Robin Ward
|
2d45c56ba5
|
Replace Markdown Linebreak Regexp with node parser.
|
2013-08-26 15:21:23 -04:00 |
|
Robin Ward
|
373b525ec1
|
Revert "FIX: New line insertion when a line begins with []"
This reverts commit f84630a54d .
|
2013-08-26 12:46:15 -04:00 |
|
Robin Ward
|
f84630a54d
|
FIX: New line insertion when a line begins with []
|
2013-08-26 11:42:52 -04:00 |
|
Sam
|
ac905d4a08
|
defer persona init till after people launch the login dialog
|
2013-08-26 17:51:41 +10:00 |
|
Sam
|
fd6e86483f
|
strip out css fade-in animation from share dialog, it was only causing trouble. Fixing it is more hassle than it is worth. inivisible elements take height so we constantly need to worry about re-positioning the hidden share dialog.
|
2013-08-26 16:28:42 +10:00 |
|
Sam
|
0b74c2da9c
|
fix jittering on click caused by re-positioning of invisible share dialog. it does not use display:none to preserve an animation.
|
2013-08-26 16:09:30 +10:00 |
|
Sam
|
818bf1355d
|
PluginStore for plugin specific bits of storage
Amended plugin interfaces so they work with the vk sample
|
2013-08-26 12:59:17 +10:00 |
|
Sam
|
011d3cf779
|
minor style change
|
2013-08-26 12:55:13 +10:00 |
|
Régis Hanol
|
fd7fd22932
|
FIX: changing another user's avatar changes yours
|
2013-08-25 17:33:43 +02:00 |
|
Robin Ward
|
b32e87c929
|
Merge pull request #1377 from ZogStriP/avatar-work
Improved specs for avatar + added a warning whenever the uploaded image is not a square
|
2013-08-25 07:30:34 -07:00 |
|
Régis Hanol
|
4c788e75f0
|
add a warning whenever the uploaded image is not a square
|
2013-08-25 00:25:47 +02:00 |
|
Robin Ward
|
c0b051c9f6
|
Show Private Messages pill as a topic list rather than individual messages.
|
2013-08-24 16:58:16 -04:00 |
|
Robin Ward
|
20e8a8a38a
|
FIX: Don't onebox @mentions
|
2013-08-24 15:01:00 -04:00 |
|
Robin Ward
|
5e286443a8
|
FIX: Code blocks were trimming leading spaces sometimes when they should have only
trimmed trailing spaces.
|
2013-08-24 13:24:27 -04:00 |
|
Robin Ward
|
093ead7855
|
Support for ***bold and italics***
|
2013-08-24 13:06:07 -04:00 |
|
Robin Ward
|
08762f5666
|
Merge pull request #1369 from voisintotoro/voisintotoro-branch
PNG Files optimization
|
2013-08-24 08:32:15 -07:00 |
|
Neil Lalonde
|
6e79197519
|
Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency.
|
2013-08-23 17:36:25 -04:00 |
|
Régis Hanol
|
43a8bff652
|
add a site setting for allowing animated avatars
|
2013-08-23 18:55:02 +02:00 |
|