Neil Lalonde
|
009dec833f
|
Use Discourse.Resolver to load mobile templates when they exist
|
2013-08-27 13:41:36 -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 |
|
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
|
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 |
|
Régis Hanol
|
43a8bff652
|
add a site setting for allowing animated avatars
|
2013-08-23 18:55:02 +02:00 |
|
Robin Ward
|
612c0ccccb
|
FIX: Autolinking within a list
|
2013-08-22 18:03:01 -04:00 |
|
Robin Ward
|
513f941f50
|
Fixes @mentions inside of lists
|
2013-08-22 17:50:36 -04:00 |
|
Robin Ward
|
f2c4b3e37f
|
FIX: Following a mention with a coded mention.
|
2013-08-22 16:13:02 -04:00 |
|
Robin Ward
|
6fe0d29a01
|
FIX: @mentions within backticks followed by proper @mentions.
|
2013-08-22 15:55:29 -04:00 |
|
Robin Ward
|
5e50c4624f
|
FIX: New lines in code blocks were somewhat unpredictable
|
2013-08-22 13:46:51 -04:00 |
|
Robin Ward
|
0f27232711
|
FIX: Support inline code blocks with @mentions in them.
|
2013-08-22 12:18:36 -04:00 |
|
Robin Ward
|
ae93fcebde
|
FIX: Autolines were duplicating some text
|
2013-08-21 22:49:55 -04:00 |
|
Robin Ward
|
a3757016d9
|
FIX: Quotes with new lines were broken
|
2013-08-21 22:36:02 -04:00 |
|
Sam
|
d7596840e5
|
only staff should be able to see bookmarks and favs of other users
ensure that when they click on them they see the correct topics (topics for user they are looking at, not current user)
|
2013-08-22 09:18:54 +10:00 |
|
Neil Lalonde
|
adbb6a19bb
|
Fix 'You must choose a category' when a category is already chosen
|
2013-08-21 16:14:22 -04:00 |
|
Robin Ward
|
30cfa33629
|
FIX: @mentions within simple quotes
|
2013-08-21 16:10:16 -04:00 |
|
Robin Ward
|
7f69a58439
|
Replace Markdown parser.
|
2013-08-21 10:10:57 -04:00 |
|
Robin Ward
|
3760cba549
|
Merge pull request #1366 from ZogStriP/do-not-disable-the-radio-button
do not disable the radio button in the avatar selection modal
|
2013-08-21 07:09:58 -07:00 |
|
Sam
|
8a0a097dfb
|
make message bus more robust to bad inputs, correct issue where notifications channel is not susbcribed
|
2013-08-21 09:07:38 +10:00 |
|
Sam
|
487788b65b
|
correct missing progress bar on navigation to new topic.
|
2013-08-21 08:37:30 +10:00 |
|
Robin Ward
|
7546a29d10
|
FIX: After sharing links and navigating long topics sometimes you'd have a lot of blank space.
|
2013-08-20 18:04:40 -04:00 |
|
Régis Hanol
|
9204e0f420
|
do not disable the radio button in the avatar selection modal
|
2013-08-20 22:54:01 +02:00 |
|
Régis Hanol
|
dcfe4f2061
|
remove useless text beneath avatar
|
2013-08-20 21:53:17 +02:00 |
|
Sam
|
d43bd55e5b
|
HACK: hold back on loading more topics for a bit while we are repositioning the page for Safari
|
2013-08-20 11:25:15 +10:00 |
|
Sam
|
341a28402d
|
speed up scrolling on android
|
2013-08-20 11:25:15 +10:00 |
|
Jeff Atwood
|
58b7df5480
|
change edit to std pencil glyph on avatars
|
2013-08-19 15:07:48 -07:00 |
|
Neil Lalonde
|
3cc8354fe2
|
Don't trust topic title in template until it has been sanitized by the server
|
2013-08-19 14:19:59 -04:00 |
|
Sam
|
9b5da77855
|
correct broken logic in screen track that was causing read status not to flush properly when navigating using the suggested topics list.
|
2013-08-19 11:35:06 +10:00 |
|
Sam
|
4b0a1179e9
|
link to first unread as opposed to last read in topic lists
|
2013-08-19 11:34:08 +10:00 |
|
Régis Hanol
|
ea6e73076b
|
change your avatar in a modal
|
2013-08-17 00:35:29 +02:00 |
|
Neil Lalonde
|
7dd470ccc0
|
Oops, make highlight in topic list style-able too
|
2013-08-16 14:24:51 -04:00 |
|
Régis Hanol
|
865c882a61
|
larger avatars in embedded posts
|
2013-08-16 10:14:05 +02:00 |
|
Jeff Atwood
|
946b02533b
|
better copy for password change button
|
2013-08-15 22:25:26 -07:00 |
|
Jeff Atwood
|
4718929d52
|
"change" to edit pencil glyph on user pref buttons
|
2013-08-15 16:11:24 -07:00 |
|
Neil Lalonde
|
2e640baffd
|
Fix a broken avatar when showing who deleted a post
|
2013-08-15 16:31:13 -04:00 |
|