Sam
5d9eefbfed
FIX: don't notify on link reflections
2014-07-29 15:40:05 +10:00
Sam
b2e29526ff
FIX: custom css not using CDN
2014-07-29 14:55:48 +10:00
Sam
8c68309b5a
FIX: remove muted categories from suggested
2014-07-29 14:34:54 +10:00
Sam
7c83823a95
FEATURE: Dismiss unread / new at top if more than 30.
2014-07-29 14:12:41 +10:00
Erick Guan
faaecabc62
typo
2014-07-29 11:22:28 +08:00
Sam
1c25f00615
Fix build
2014-07-29 12:47:26 +10:00
Sam
1dcc10d035
Merge pull request #2585 from riking/logster-csrf
...
Suppress trackback CSRF errors from Logster
2014-07-29 12:34:25 +10:00
Sam
b00b5609e6
Merge pull request #2599 from riking/disable-logster
...
Disable logster error reporting during tests
2014-07-29 12:29:23 +10:00
Sam
62caca126b
Logster update
2014-07-29 12:28:50 +10:00
Régis Hanol
44ba74789b
FIX: actually retrieve the first 2 posts in a conversation about a flag
2014-07-28 22:54:03 +02:00
Robin Ward
f6a15893e4
Small updates from upstream markdown-js
2014-07-28 16:50:32 -04:00
riking
f80502ea0e
Disable logster error reporting during tests
2014-07-28 13:41:45 -07:00
Neil Lalonde
e1be478ef4
FIX: admins bypass some post validations. This allows them to edit legal docs even if those docs are longer than max post length, for example.
2014-07-28 16:40:14 -04:00
Neil Lalonde
81ff121fe8
FIX: length error when seeding legal docs on a site with a low max post length
2014-07-28 16:40:14 -04:00
Régis Hanol
57fef6864d
FIX: update_counters wasn't properly updating topic counters
2014-07-28 22:08:31 +02:00
Robin Ward
380411457a
UX: Show the category name even if there's an image. It's too confusing
...
otherwise for many sites.
2014-07-28 16:03:13 -04:00
Robin Ward
8603f492c7
FIX: Latest link in site map was not working correctly.
2014-07-28 15:53:46 -04:00
Robin Ward
d17dbf61a8
Remove all the partials in the Site Map. Those made no sense.
2014-07-28 15:53:46 -04:00
Régis Hanol
cbe3a72c1f
FIX quote-button style on mobile
2014-07-28 21:22:09 +02:00
Robin Ward
5cd7e1b387
ES6: Convert more routes over
2014-07-28 13:39:33 -04:00
Régis Hanol
bddffa7f9a
FEATURE: flag dispositions normalization
...
All flags should end up in one of the three dispositions
- Agree
- Disagree
- Defer
In the administration area, the *active* flags section displays 4 buttons
- Agree (hide post + send PM)
- Disagree
- Defer
- Delete
Clicking "Delete" will open a modal that offer to
- Delete Post & Defer Flags
- Delete Post & Agree with Flags
- Delete Spammer (if available)
When the flag has a list associated, the list will now display 1
response and 1 reply and a "show more..." link if there are more in the
conversation. Replying to the conversation will NOT give a disposition.
Moderators must click the buttons that does that.
If someone clicks one buttons, this will add a default moderator message
from that moderator saying what happened.
The *old* flags section now displays the proper dispositions and is
super duper fast (no more N+9999 queries).
FIX: the old list includes deleted topics
FIX: the lists now properly display the topic states (deleted, closed,
archived, hidden, PM)
FIX: flagging a topic that you've already flagged the first post
2014-07-28 19:28:07 +02:00
Robin Ward
717f57c968
Revert "FIX: You couldn't span multiple lines with bold or italics"
...
This reverts commit 423d37a2b6
.
Conflicts:
test/javascripts/lib/markdown_test.js
2014-07-28 13:17:39 -04:00
Robin Ward
8866141ba2
Merge pull request #2592 from Elberet/fix-parser
...
Fixes for quirky markdown parser behaviours
2014-07-28 13:12:22 -04:00
Jens Maier
90d14d9ffc
add comments and improve variable names
2014-07-28 19:03:34 +02:00
Neil Lalonde
b942436d7b
FIX: rescue from I18n.locale = nil when trying to seed db
2014-07-28 12:40:00 -04:00
Neil Lalonde
e639a2613e
FIX: leader_requires_days_visited should allow 0
2014-07-28 12:33:55 -04:00
Robin Ward
91f08ad661
Merge pull request #2595 from techAPJ/patch-4
...
FIX: lazyYT mobile layout
2014-07-28 11:30:11 -04:00
Robin Ward
1e20218e2f
Merge pull request #2590 from techAPJ/patch-1
...
FIX: support start time in lazyYT
2014-07-28 11:06:36 -04:00
Robin Ward
01510e0018
Bump Onebox version to get YT fix
2014-07-28 11:05:39 -04:00
Neil Lalonde
39980631f5
Merge pull request #2596 from mcwumbly/tl3-low-water-mark
...
add a low water mark at 90% of variable TL3 requirements
2014-07-28 10:54:17 -04:00
Jeff Atwood
69e5fc7f97
Merge pull request #2597 from awesomerobot/master
...
fixing tiger striping on mobile
2014-07-28 07:35:15 -07:00
Kris Aubuchon
22efc2147b
fixing tiger striping on mobile
2014-07-28 10:33:23 -04:00
David McClure
025354f52f
add a low water mark at 90% of variable TL3 requirements
2014-07-27 23:42:38 -07:00
Arpit Jalan
5db65486f0
FIX: lazyYT mobile layout
2014-07-28 12:04:48 +05:30
Sam
f7c7d38a30
FIX: broken tests
2014-07-28 12:05:27 +10:00
Sam
f9162d6add
FIX: moderators had no access to admin user page
2014-07-28 11:59:46 +10:00
Sam
32cea9d8cc
Feature: Show keyboard shortcuts link on desktop hamburger
...
(only shows up for desktop, hides "mobile view")
If you really need mobile view add ?mobile_view=1 to end of URL (also fixed)
2014-07-28 11:48:56 +10:00
Ben Lubar
ac8c2e1e07
discourse#2591
2014-07-27 12:12:36 -05:00
Régis Hanol
488d4eebbe
SECURITY: do not follow redirect by default when downloading hotlinked images
2014-07-27 17:21:47 +02:00
Jens Maier
479eb64a76
FIX: rewrite replaceBlock logic to better handle mismatched nested quotes.
2014-07-27 16:07:47 +02:00
Jens Maier
9124cf0eaf
FIX: auto-quote should not trigger when the first " is preceded by bbcode-like garbage.
2014-07-27 16:05:29 +02:00
Sam
621b86dbb3
FIX: regression in seed
2014-07-27 18:32:04 +10:00
Sam
1a6aa07611
FEATURE: editable badge groups
2014-07-27 18:22:01 +10:00
Ben Lubar
44dc4b4a17
add profile option for edit history, visible only when edit history is disabled globally.
2014-07-26 23:04:46 -05:00
Sam
0ab456b647
FIX: allow position to be changed post seed
2014-07-27 11:33:33 +10:00
Sam
782773f774
FIX: kick system badges out of other
2014-07-27 11:30:55 +10:00
Régis Hanol
3d6e2713d1
BUGFIX: login was broken when login was required
2014-07-26 23:16:08 +02:00
Arpit Jalan
b11d98bcfb
FIX: support start time in lazyYT
2014-07-26 18:41:21 +05:30
Jeff Atwood
f66c39c63b
Merge pull request #2589 from awesomerobot/master
...
reverting notification style
2014-07-25 20:43:14 -07:00
Kris Aubuchon
1557f07e87
reverting notification style
2014-07-25 23:06:14 -04:00