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
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
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
Sam
f625fa68cb
Merge pull request #2588 from shivpkumar/shiv/change-password
...
Do not allow a user to change their password if local logins are disabled
2014-07-26 12:37:27 +10:00
Shiv Kumar
aac9c24639
do not allow password changes if local logins disabled
2014-07-25 14:27:27 -07:00
Robin Ward
f4f46aea48
FIX: No, for real don't show Uploading... for non-admin users when they
...
aren't uploading.
2014-07-25 17:08:54 -04:00
Robin Ward
227ca5dd23
FIX: Home logo wasn't scrolling to top if on second page of topic
...
results.
2014-07-25 17:02:46 -04:00
Neil Lalonde
fcaeb885e5
FIX: don't show the option to notify yourself in the flag dialog
2014-07-25 16:37:03 -04:00
Robin Ward
6ba5f715f3
FIX: There was an error renaming the Uncategorized topic
2014-07-25 16:36:34 -04:00
Robin Ward
625d74dd10
Merge pull request #2587 from riking/underscores
...
Use settingName in settings_list like the others
2014-07-25 16:21:16 -04:00
riking
8af4ab2a63
Use settingName in settings_list like the others
2014-07-25 13:19:43 -07:00
Robin Ward
870288f6b1
Merge pull request #2586 from riking/another-test
...
Extra test for spanning italics
2014-07-25 16:16:33 -04:00
riking
5841e10b59
Extra test for spanning italics
2014-07-25 13:15:14 -07:00
Robin Ward
423d37a2b6
FIX: You couldn't span multiple lines with bold or italics
2014-07-25 16:08:00 -04:00
Robin Ward
b2f2e7b1d2
REFACTOR: Move Markdown tests to Javascript land
2014-07-25 16:08:00 -04:00