Alexander Ebert [Mon, 22 Aug 2016 11:42:00 +0000 (13:42 +0200)]
Fixed checking for metacode converters
Alexander Ebert [Mon, 22 Aug 2016 11:19:30 +0000 (13:19 +0200)]
Fixed code block incorrectly being paragraphized
woltlab.com [Mon, 22 Aug 2016 11:02:23 +0000 (13:02 +0200)]
Updating minified JavaScript files
Marcel Werk [Mon, 22 Aug 2016 10:59:31 +0000 (12:59 +0200)]
Fixed input margin bug in safari
Tim Düsterhus [Mon, 22 Aug 2016 10:53:28 +0000 (12:53 +0200)]
Merge pull request #2090 from Fabii547/patch-36
Use 'CryptoUtil::secureCompare()' instead of 'PasswordUtil::secureCompare()'
Alexander Ebert [Mon, 22 Aug 2016 10:51:37 +0000 (12:51 +0200)]
Added tab key support
Alexander Ebert [Mon, 22 Aug 2016 10:45:56 +0000 (12:45 +0200)]
Fixed click to escape block tag
Marcel Werk [Mon, 22 Aug 2016 10:46:31 +0000 (12:46 +0200)]
Small style improvement
Marcel Werk [Mon, 22 Aug 2016 10:45:31 +0000 (12:45 +0200)]
Removed iOS input shadow
Fabii547 [Mon, 22 Aug 2016 10:11:57 +0000 (12:11 +0200)]
Use 'CryptoUtil::secureCompare()' instead of 'PasswordUtil::secureCompare()'
woltlab.com [Mon, 22 Aug 2016 10:02:22 +0000 (12:02 +0200)]
Updating minified JavaScript files
Marcel Werk [Mon, 22 Aug 2016 09:55:31 +0000 (11:55 +0200)]
Removed "selectDropdown" elements
Marcel Werk [Mon, 22 Aug 2016 09:51:59 +0000 (11:51 +0200)]
"text-transform: initial" doesn't work in IE11
woltlab.com [Mon, 22 Aug 2016 09:47:20 +0000 (11:47 +0200)]
Updating minified JavaScript files
Marcel Werk [Mon, 22 Aug 2016 09:41:32 +0000 (11:41 +0200)]
Fixed missing type-attribute
Alexander Ebert [Mon, 22 Aug 2016 09:31:44 +0000 (11:31 +0200)]
Fixed full quotes being recognized as partial quotes
woltlab.com [Sun, 21 Aug 2016 22:32:19 +0000 (00:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 21 Aug 2016 22:22:27 +0000 (00:22 +0200)]
Fixed insert order of elements
Prepending an element would cause script tags to be prepended first,
causing any JavaScript to be executed immediately. This could be an
issue if the code relies on the DOM that originally preceeded it.
woltlab.com [Sun, 21 Aug 2016 21:32:18 +0000 (23:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 21 Aug 2016 21:16:59 +0000 (23:16 +0200)]
Removed some outdated js
Marcel Werk [Sun, 21 Aug 2016 21:07:40 +0000 (23:07 +0200)]
Merge pull request #2089 from joshuaruesweg/patch-76
fix aboutMe in article template
Alexander Ebert [Sun, 21 Aug 2016 21:05:22 +0000 (23:05 +0200)]
Some cleanup
Alexander Ebert [Sun, 21 Aug 2016 21:03:44 +0000 (23:03 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Joshua Rüsweg [Sun, 21 Aug 2016 21:00:30 +0000 (23:00 +0200)]
fix aboutMe in article template
Marcel Werk [Sun, 21 Aug 2016 20:50:31 +0000 (22:50 +0200)]
Unified buttons in content header and footer navigation
woltlab.com [Sun, 21 Aug 2016 20:32:21 +0000 (22:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 21 Aug 2016 20:28:08 +0000 (22:28 +0200)]
Fixed spoiler content overflowing within editor
Alexander Ebert [Sun, 21 Aug 2016 20:25:11 +0000 (22:25 +0200)]
Revamped quotes to bypass Redactor's limitations
Alexander Ebert [Sun, 21 Aug 2016 20:23:44 +0000 (22:23 +0200)]
Don't update sticky header on mobile
Marcel Werk [Sun, 21 Aug 2016 20:13:10 +0000 (22:13 +0200)]
Fixed context buttons in recent activity box
woltlab.com [Sun, 21 Aug 2016 20:02:19 +0000 (22:02 +0200)]
Updating minified JavaScript files
Marcel Werk [Sun, 21 Aug 2016 19:48:57 +0000 (21:48 +0200)]
Merge pull request #2086 from joshuaruesweg/wysiwygLang
Add translations for the wysiwyg editor
Joshua Rüsweg [Sun, 21 Aug 2016 18:41:00 +0000 (20:41 +0200)]
Add translations for the wysiwyg editor
Matthias Schmidt [Sun, 21 Aug 2016 18:36:08 +0000 (20:36 +0200)]
Add missing acp menu language items
Matthias Schmidt [Sun, 21 Aug 2016 18:27:37 +0000 (20:27 +0200)]
Remove obsolete language items in JS context
woltlab.com [Sun, 21 Aug 2016 15:02:25 +0000 (17:02 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 21 Aug 2016 15:00:17 +0000 (17:00 +0200)]
Fix import order
Matthias Schmidt [Sun, 21 Aug 2016 14:53:15 +0000 (16:53 +0200)]
Popover AJAX requests are silent now
Marcel Werk [Sun, 21 Aug 2016 14:10:04 +0000 (16:10 +0200)]
Improved styling in notification list
Tim Düsterhus [Sun, 21 Aug 2016 14:01:09 +0000 (16:01 +0200)]
Use JSON to encode the stack trace inside the log files
As newlines are invalid inside JSON we can omit the base64_encode'ing
and improve security as well (see
bf68991d1d97f635a9c2ae52fec685212cda75d5).
Matthias Schmidt [Sun, 21 Aug 2016 13:58:03 +0000 (15:58 +0200)]
Add missing condition in PageCache
Tim Düsterhus [Sun, 21 Aug 2016 13:49:55 +0000 (15:49 +0200)]
Fix potential security issue in ExceptionLogViewPage
This is a defense in depth measure. Both serialized items cannot
contain serialized objects anyway. This protects against someone
else maliciously crafting an evil log entry and writing it into
the file.
Matthias Schmidt [Sun, 21 Aug 2016 13:42:08 +0000 (15:42 +0200)]
Merge branch 'master' into next
# Conflicts:
#
wcfsetup/install/files/lib/system/cronjob/UserGroupAssignmentCronjob.cla
ss.php
Matthias Schmidt [Sun, 21 Aug 2016 13:40:18 +0000 (15:40 +0200)]
Add check if any users are affected in UserGroupAssignmentCronjob
mutec [Sun, 21 Aug 2016 10:58:12 +0000 (12:58 +0200)]
check against PHP 7.0 (and nightly) (#2084)
* check against PHP 7.0 (and nightly)
nightly is allowed to fail in case the nightly build is buggy
* switch pyrus to pear
* resource/performance optimization
* Update .travis.yml
Marcel Werk [Sun, 21 Aug 2016 10:44:11 +0000 (12:44 +0200)]
Fixed scripting in language variables
woltlab.com [Sun, 21 Aug 2016 10:32:18 +0000 (12:32 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 21 Aug 2016 10:23:24 +0000 (12:23 +0200)]
Add confirm message for media file deletion
Marcel Werk [Sun, 21 Aug 2016 09:04:57 +0000 (11:04 +0200)]
Improved user profile header
* Added online badge
* Fixed some mobile issues
woltlab.com [Sun, 21 Aug 2016 07:47:19 +0000 (09:47 +0200)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 21 Aug 2016 07:38:33 +0000 (09:38 +0200)]
Hide media clipboard checkbox on smaller devices
Matthias Schmidt [Sun, 21 Aug 2016 07:25:55 +0000 (09:25 +0200)]
Fix issues with dialog visibility
Matthias Schmidt [Sun, 21 Aug 2016 05:44:32 +0000 (07:44 +0200)]
Fix issue with caches and deleted users in UserListBoxController
Matthias Schmidt [Sat, 20 Aug 2016 18:28:41 +0000 (20:28 +0200)]
Fix mobile moderation badge
Alexander Ebert [Sat, 20 Aug 2016 18:17:58 +0000 (20:17 +0200)]
Merge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Sat, 20 Aug 2016 14:27:48 +0000 (16:27 +0200)]
Add default margin for smilies
Matthias Schmidt [Sat, 20 Aug 2016 12:44:35 +0000 (14:44 +0200)]
Fix code formatting
Alexander Ebert [Sat, 20 Aug 2016 11:02:33 +0000 (13:02 +0200)]
Updated color schema for image viewer
Alexander Ebert [Sat, 20 Aug 2016 10:44:34 +0000 (12:44 +0200)]
Minor improvement
woltlab.com [Sat, 20 Aug 2016 10:32:20 +0000 (12:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sat, 20 Aug 2016 10:30:47 +0000 (12:30 +0200)]
Fixed caret position when inserting quotes and shortly after
Marcel Werk [Sat, 20 Aug 2016 10:26:57 +0000 (12:26 +0200)]
Re-added tooltips in user panel
Marcel Werk [Sat, 20 Aug 2016 09:00:05 +0000 (11:00 +0200)]
Improved avatar upload description
Marcel Werk [Sat, 20 Aug 2016 08:54:57 +0000 (10:54 +0200)]
Fixed html syntax error
woltlab.com [Fri, 19 Aug 2016 21:32:21 +0000 (23:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 19 Aug 2016 21:27:08 +0000 (23:27 +0200)]
Allow redactor to undo added <p>
Alexander Ebert [Fri, 19 Aug 2016 21:26:01 +0000 (23:26 +0200)]
Clicking before/after a block adds an empty <p> if required
Marcel Werk [Fri, 19 Aug 2016 17:02:13 +0000 (19:02 +0200)]
Added missing search keyword highlighting
Marcel Werk [Fri, 19 Aug 2016 17:01:53 +0000 (19:01 +0200)]
Fixed missing quote links
Matthias Schmidt [Fri, 19 Aug 2016 16:32:15 +0000 (18:32 +0200)]
Fix saving empty signature
woltlab.com [Fri, 19 Aug 2016 15:47:20 +0000 (17:47 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 19 Aug 2016 15:41:58 +0000 (17:41 +0200)]
Fixed setting caret after block element
woltlab.com [Fri, 19 Aug 2016 15:02:25 +0000 (17:02 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 19 Aug 2016 15:01:17 +0000 (17:01 +0200)]
Fixed 'about me'
Tim Düsterhus [Fri, 19 Aug 2016 15:00:08 +0000 (17:00 +0200)]
Add .htaccess to image proxy folder as defense in depth
Tim Düsterhus [Fri, 19 Aug 2016 14:53:43 +0000 (16:53 +0200)]
Save dummy gif for non-image responses in image proxy
Tim Düsterhus [Fri, 19 Aug 2016 14:41:39 +0000 (16:41 +0200)]
Fix RCE vulnerability in image proxy
Marcel Werk [Fri, 19 Aug 2016 14:58:09 +0000 (16:58 +0200)]
$wcfFontSizeDefault no longer overwrites font-weight
Matthias Schmidt [Fri, 19 Aug 2016 14:52:44 +0000 (16:52 +0200)]
Add LanguageChooser.removeChooser()
woltlab.com [Fri, 19 Aug 2016 14:32:22 +0000 (16:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 19 Aug 2016 14:29:13 +0000 (16:29 +0200)]
Fixed direct quote insert
Alexander Ebert [Fri, 19 Aug 2016 13:56:24 +0000 (15:56 +0200)]
Slightly increased default dialog width
Alexander Ebert [Fri, 19 Aug 2016 13:08:04 +0000 (15:08 +0200)]
Removed quotes from quoted messages
Alexander Ebert [Fri, 19 Aug 2016 13:07:46 +0000 (15:07 +0200)]
Fixed visuals of nested quotes
woltlab.com [Fri, 19 Aug 2016 11:47:18 +0000 (13:47 +0200)]
Updating minified JavaScript files
Marcel Werk [Fri, 19 Aug 2016 11:40:12 +0000 (13:40 +0200)]
Fixed typos
Alexander Ebert [Fri, 19 Aug 2016 11:38:06 +0000 (13:38 +0200)]
Fixed inserting tables
Alexander Ebert [Fri, 19 Aug 2016 11:22:55 +0000 (13:22 +0200)]
Negative margins were too large on mobile
Marcel Werk [Fri, 19 Aug 2016 11:02:37 +0000 (13:02 +0200)]
Unified phrases
Alexander Ebert [Fri, 19 Aug 2016 09:34:12 +0000 (11:34 +0200)]
Improved pattern for smiley code matches
woltlab.com [Fri, 19 Aug 2016 09:02:23 +0000 (11:02 +0200)]
Updating minified JavaScript files
Marcel Werk [Fri, 19 Aug 2016 08:47:53 +0000 (10:47 +0200)]
Hide .containerContentType on mobile
Marcel Werk [Fri, 19 Aug 2016 08:47:30 +0000 (10:47 +0200)]
Increased delay to show popovers
Alexander Ebert [Fri, 19 Aug 2016 08:13:27 +0000 (10:13 +0200)]
Fixed some width calculation issues
woltlab.com [Thu, 18 Aug 2016 22:32:23 +0000 (00:32 +0200)]
Updating minified JavaScript files
Alexander Ebert [Thu, 18 Aug 2016 22:25:51 +0000 (00:25 +0200)]
Fixed multiple bbcode blocks toggled by one button
Alexander Ebert [Thu, 18 Aug 2016 22:07:32 +0000 (00:07 +0200)]
Fix for anchors headbutting the fixed header
Marcel Werk [Thu, 18 Aug 2016 21:56:34 +0000 (23:56 +0200)]
Removed 'white-space: nowrap' in message group lists
Matthias Schmidt [Thu, 18 Aug 2016 19:06:17 +0000 (21:06 +0200)]
Add missing language item
Marcel Werk [Thu, 18 Aug 2016 18:46:00 +0000 (20:46 +0200)]
Removed obsolete border-radius