Alexander Ebert [Mon, 4 Sep 2017 11:56:34 +0000 (13:56 +0200)]
Remove empty list when joining two successive lists
Alexander Ebert [Fri, 1 Sep 2017 15:40:49 +0000 (17:40 +0200)]
Fixed pasting issue in Firefox
Alexander Ebert [Fri, 1 Sep 2017 14:58:59 +0000 (16:58 +0200)]
Fixed unwanted style purification when removing list elements
Alexander Ebert [Fri, 1 Sep 2017 14:43:32 +0000 (16:43 +0200)]
Preserve text formatting when creating lists
Alexander Ebert [Fri, 1 Sep 2017 11:53:34 +0000 (13:53 +0200)]
Merge branch '2.1' into 3.0
Alexander Ebert [Fri, 1 Sep 2017 11:51:31 +0000 (13:51 +0200)]
Fixed return key inside nested lists
Alexander Ebert [Fri, 1 Sep 2017 10:18:16 +0000 (12:18 +0200)]
Improved tooltip setup performance
The live collection of `getElementsByClass()` shows a bad performance
when a large list of elements gets remove one-by-one.
It took around 1 second to process 4k elements and stripping the class
from each one. Using `querySelectorAll` instead does the same job in
less than 40ms.
The check against `_elements` is still in place, because it performs
pretty well with large sets of DOM elements (tested with ~16k elements)
and allows us to return early without invoking the costly
`querySelectorAll`, which even without results hit with 0,2 seconds
during tests.
Alexander Ebert [Wed, 30 Aug 2017 09:32:20 +0000 (11:32 +0200)]
Recognize `<li>` as block element in some cases
Alexander Ebert [Tue, 29 Aug 2017 11:50:19 +0000 (13:50 +0200)]
Decrease z-index of quote tooltips
Alexander Ebert [Tue, 29 Aug 2017 11:47:12 +0000 (13:47 +0200)]
Fixed formatting of deleted text
Alexander Ebert [Tue, 29 Aug 2017 11:12:25 +0000 (13:12 +0200)]
Fixed ampersand handling
Alexander Ebert [Tue, 29 Aug 2017 10:09:54 +0000 (12:09 +0200)]
Added missing phrase fragment for attachment file size
Tim Düsterhus [Sun, 27 Aug 2017 16:28:05 +0000 (18:28 +0200)]
Backport IIdempotentPackageInstallationPlugin for forward compatibility
see
d74244229b48ed31f8baf87ce93e326033ccf505
see
d49556513b7ae8060c6451077d2d05d6e7397b13
Matthias Schmidt [Sun, 27 Aug 2017 10:54:14 +0000 (12:54 +0200)]
Fix enable/disable icon class for captcha questions
Matthias Schmidt [Fri, 25 Aug 2017 08:39:39 +0000 (10:39 +0200)]
Fix description of `UserNotification::$timesTriggered`
Tim Düsterhus [Tue, 22 Aug 2017 14:18:26 +0000 (16:18 +0200)]
Merge remote-tracking branch 'origin/3.0' into 3.0
Tim Düsterhus [Tue, 22 Aug 2017 14:14:00 +0000 (16:14 +0200)]
Fix error handling of reCAPTCHA
woltlab.com [Tue, 22 Aug 2017 10:02:41 +0000 (12:02 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Mon, 21 Aug 2017 19:08:06 +0000 (21:08 +0200)]
Disable `never` option via `enableoptions`
See
dc3ab016f2887491c563afbde14b242e5f6c9baf
Matthias Schmidt [Mon, 21 Aug 2017 19:05:02 +0000 (21:05 +0200)]
Fix disabling "no" option via `enableoptions`
See
dc3ab016f2887491c563afbde14b242e5f6c9baf
Alexander Ebert [Mon, 21 Aug 2017 12:27:44 +0000 (14:27 +0200)]
Fixed orphaned paragraphs w/ block bbcodes
Alexander Ebert [Mon, 21 Aug 2017 12:07:57 +0000 (14:07 +0200)]
Fixed drag & drop behavior in Firefox
Alexander Ebert [Mon, 21 Aug 2017 11:30:38 +0000 (13:30 +0200)]
Improved handling of ampersands
Alexander Ebert [Mon, 21 Aug 2017 10:55:19 +0000 (12:55 +0200)]
Adjusted selector to tooltip changes in 2.9.0
Alexander Ebert [Mon, 21 Aug 2017 10:43:50 +0000 (12:43 +0200)]
Upgraded to Redactor II 2.9.0
Alexander Ebert [Sun, 20 Aug 2017 14:33:31 +0000 (16:33 +0200)]
Fixed newline handling for centered content inside tables
Tim Düsterhus [Fri, 18 Aug 2017 11:11:48 +0000 (13:11 +0200)]
Merge branch 'foreach-non-countable' into 3.0
Closes #2383
Tim Düsterhus [Thu, 17 Aug 2017 13:27:51 +0000 (15:27 +0200)]
Fix {foreach} for non-`\Countable` `\Traversable`s
Marcel Werk [Wed, 16 Aug 2017 09:30:18 +0000 (11:30 +0200)]
Hide style-changer if javascript is disabled
Alexander Ebert [Tue, 15 Aug 2017 15:22:14 +0000 (17:22 +0200)]
Avoid conversion of bbcodes when disabled
Matthias Schmidt [Mon, 14 Aug 2017 15:13:57 +0000 (17:13 +0200)]
Work around module loading issue in `WCF.System.Captcha.getData()`
Matthias Schmidt [Sat, 12 Aug 2017 14:38:14 +0000 (16:38 +0200)]
Fix editing single-language file with non-user interface language
Matthias Schmidt [Sat, 12 Aug 2017 14:29:17 +0000 (16:29 +0200)]
Fix language chooser when editing multiple media files one after another
Marcel Werk [Sat, 12 Aug 2017 11:46:34 +0000 (13:46 +0200)]
Fixed assignment to default user groups during user rebuild
Alexander Ebert [Fri, 11 Aug 2017 11:26:38 +0000 (13:26 +0200)]
Fixed overflow handling for quotes inside the editor
Alexander Ebert [Fri, 11 Aug 2017 11:18:55 +0000 (13:18 +0200)]
Added missing button labels for mobile
Alexander Ebert [Thu, 10 Aug 2017 10:08:51 +0000 (12:08 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0
Alexander Ebert [Thu, 10 Aug 2017 10:08:11 +0000 (12:08 +0200)]
Force reloading notifications when marking all as read
Fixes #2363
Alexander Ebert [Wed, 9 Aug 2017 10:15:39 +0000 (12:15 +0200)]
Force overwriting the `config.inc.php` at all times
Alexander Ebert [Sun, 6 Aug 2017 09:52:18 +0000 (11:52 +0200)]
Preparing release 3.0.8
woltlab.com [Sun, 6 Aug 2017 09:48:16 +0000 (11:48 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sat, 5 Aug 2017 13:53:53 +0000 (15:53 +0200)]
Fix color of innerInfo arrow tip
Matthias Schmidt [Sat, 5 Aug 2017 13:52:47 +0000 (15:52 +0200)]
Add margin between innerInfo and media upload button
Matthias Schmidt [Sat, 5 Aug 2017 13:48:33 +0000 (15:48 +0200)]
Add missing media search threshold language item
Matthias Schmidt [Sat, 5 Aug 2017 11:36:27 +0000 (13:36 +0200)]
Fix German general stacked moderation comment response notification message
Alexander Ebert [Fri, 4 Aug 2017 13:10:18 +0000 (15:10 +0200)]
Merge branch '2.1' into 3.0
Alexander Ebert [Fri, 4 Aug 2017 12:11:17 +0000 (14:11 +0200)]
Preparing release 2.1.17
Alexander Ebert [Fri, 4 Aug 2017 10:46:51 +0000 (12:46 +0200)]
Remove articles from tag list when module is disabled
Alexander Ebert [Fri, 4 Aug 2017 10:15:22 +0000 (12:15 +0200)]
Added object id array conversion
woltlab.com [Mon, 31 Jul 2017 15:29:12 +0000 (17:29 +0200)]
Updating minified JavaScript files
Alexander Ebert [Mon, 31 Jul 2017 13:24:09 +0000 (15:24 +0200)]
Updated alignment plugin, own version is no longer required
Matthias Schmidt [Mon, 31 Jul 2017 10:38:19 +0000 (12:38 +0200)]
Merge branch '2.1' into 3.0
# Conflicts:
# wcfsetup/install/lang/en.xml
Matthias Schmidt [Mon, 31 Jul 2017 10:36:55 +0000 (12:36 +0200)]
Fix English comment response like user notification event description
Matthias Schmidt [Sun, 30 Jul 2017 19:31:13 +0000 (21:31 +0200)]
Fix English stacked moderation queue comment response message
Matthias Schmidt [Fri, 28 Jul 2017 07:27:38 +0000 (09:27 +0200)]
Fix end time check in `AbstractTimestampCondition::checkObject()`
Matthias Schmidt [Fri, 28 Jul 2017 07:24:28 +0000 (09:24 +0200)]
Fix multiple values support in `AbstractObjectTextPropertyCondition::getData()`
woltlab.com [Thu, 27 Jul 2017 13:52:53 +0000 (15:52 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 27 Jul 2017 10:56:36 +0000 (12:56 +0200)]
Users were sometimes unable to reset their password
Alexander Ebert [Thu, 27 Jul 2017 08:25:07 +0000 (10:25 +0200)]
Fixed rescue mode
Alexander Ebert [Wed, 26 Jul 2017 15:24:22 +0000 (17:24 +0200)]
Force tooltip removal on dynamic pagination update
Marcel Werk [Wed, 26 Jul 2017 12:04:17 +0000 (14:04 +0200)]
Fixed outdated html
Tim Düsterhus [Sun, 23 Jul 2017 15:15:52 +0000 (17:15 +0200)]
Merge branch '2.1' into 3.0
jens1o [Sun, 23 Jul 2017 15:14:34 +0000 (17:14 +0200)]
Fix parameter check in font/getFont.php
See #2351
Matthias Schmidt [Sun, 23 Jul 2017 06:18:59 +0000 (08:18 +0200)]
Make ignoring time `0` opt-in in AbstractTimestampCondition
Marcel Werk [Thu, 20 Jul 2017 18:00:20 +0000 (20:00 +0200)]
Fixed typo
Tim Düsterhus [Wed, 19 Jul 2017 15:41:54 +0000 (17:41 +0200)]
Fix handling of failed attempts to encrypt for starttls = 'may'
Fixes #2340
Tim Düsterhus [Wed, 19 Jul 2017 15:39:02 +0000 (17:39 +0200)]
Show prefix of SMTP server replies in Exception
Alexander Ebert [Tue, 18 Jul 2017 13:34:15 +0000 (15:34 +0200)]
Improved setup access, allow MariaDB 5.5.47+
Closes #2341
Alexander Ebert [Mon, 17 Jul 2017 12:21:58 +0000 (14:21 +0200)]
Fixed an empty set of results when searching for packages
woltlab.com [Fri, 14 Jul 2017 15:28:56 +0000 (17:28 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 14 Jul 2017 15:25:56 +0000 (17:25 +0200)]
Fixed counter for unread moderation items in user panel
Alexander Ebert [Fri, 14 Jul 2017 15:11:47 +0000 (17:11 +0200)]
Fixed switching between content languages
Alexander Ebert [Fri, 14 Jul 2017 12:56:53 +0000 (14:56 +0200)]
Fixed pasting of plaintext in Firefox
Alexander Ebert [Fri, 14 Jul 2017 11:40:46 +0000 (13:40 +0200)]
Disabled custom selection marker handling on paste
This change caused some issues with the browser's selection management
when rapidly pasting by holding ctrl+v
Alexander Ebert [Fri, 14 Jul 2017 11:28:18 +0000 (13:28 +0200)]
Upgraded to Redactor II 2.8.1
Alexander Ebert [Fri, 14 Jul 2017 10:41:34 +0000 (12:41 +0200)]
Fixed usage of the `aboutMe` option type
Fixes #2337
Alexander Ebert [Thu, 13 Jul 2017 23:31:58 +0000 (01:31 +0200)]
Fixed matching of update server urls
See #2327
Alexander Ebert [Thu, 13 Jul 2017 23:28:53 +0000 (01:28 +0200)]
Fixed static method call
Alexander Ebert [Thu, 13 Jul 2017 23:16:11 +0000 (01:16 +0200)]
Fixed word filter matching on empty lines
See #2333
Alexander Ebert [Thu, 13 Jul 2017 22:51:27 +0000 (00:51 +0200)]
Assign to default user groups during user rebuild if missing
See #2334
Alexander Ebert [Sun, 9 Jul 2017 14:46:15 +0000 (16:46 +0200)]
Added debug output for form validation errors
See #2316
Alexander Ebert [Thu, 13 Jul 2017 13:23:32 +0000 (15:23 +0200)]
Fixed ob clearing
Alexander Ebert [Tue, 11 Jul 2017 17:52:04 +0000 (19:52 +0200)]
Preparing release 3.0.7
Alexander Ebert [Sat, 8 Jul 2017 19:10:37 +0000 (21:10 +0200)]
Removed debug output
Alexander Ebert [Thu, 6 Jul 2017 18:14:22 +0000 (20:14 +0200)]
Fixed HTMLPurifier config handling
Alexander Ebert [Thu, 6 Jul 2017 18:13:33 +0000 (20:13 +0200)]
Merge branch '2.1' into 3.0
woltlab.com [Thu, 6 Jul 2017 17:48:50 +0000 (19:48 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 6 Jul 2017 17:46:11 +0000 (19:46 +0200)]
Fixed mention handling
Alexander Ebert [Thu, 6 Jul 2017 15:34:50 +0000 (17:34 +0200)]
Bypass CodeSniffer for URIScheme class
Alexander Ebert [Thu, 6 Jul 2017 15:19:51 +0000 (17:19 +0200)]
Added support for `ts3server://` URI schema
Alexander Ebert [Thu, 6 Jul 2017 14:31:21 +0000 (16:31 +0200)]
Added recognition of legacy controller names
Fixes #2323
woltlab.com [Thu, 6 Jul 2017 11:52:45 +0000 (13:52 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 6 Jul 2017 10:38:09 +0000 (12:38 +0200)]
Fixed insert all / adding newline after attachments
Newlines are only inserted if the attachment is at the very end,
attachments inserted inside the text flow will behave the same as
before.
Alexander Ebert [Wed, 5 Jul 2017 16:52:39 +0000 (18:52 +0200)]
Properly validating package dependencies
Alexander Ebert [Wed, 5 Jul 2017 10:56:24 +0000 (12:56 +0200)]
Fixed incorrect behavior for smilies w/ disabled images
Alexander Ebert [Wed, 5 Jul 2017 10:17:15 +0000 (12:17 +0200)]
Fixed article category breadcrumbs and nesting restriction
Alexander Ebert [Wed, 5 Jul 2017 09:53:12 +0000 (11:53 +0200)]
Fixed iframe support in AMP
Alexander Ebert [Tue, 4 Jul 2017 17:37:38 +0000 (19:37 +0200)]
Fixed check for Firefox
Alexander Ebert [Tue, 4 Jul 2017 15:31:57 +0000 (17:31 +0200)]
Merge branch '2.1' into 3.0
Alexander Ebert [Tue, 4 Jul 2017 15:30:43 +0000 (17:30 +0200)]
Fixed a z-index issue on mobile