woltlab.com [Thu, 24 Nov 2016 15:46:46 +0000 (16:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 24 Nov 2016 15:33:00 +0000 (16:33 +0100)]
Added overflow handling for main menu
Marcel Werk [Thu, 24 Nov 2016 10:23:30 +0000 (11:23 +0100)]
Added option to change sort order of articles
Marcel Werk [Wed, 23 Nov 2016 22:08:49 +0000 (23:08 +0100)]
Fixed wrong icon name
Marcel Werk [Wed, 23 Nov 2016 13:26:33 +0000 (14:26 +0100)]
Fixed broken box-shadow
Alexander Ebert [Wed, 23 Nov 2016 10:57:25 +0000 (11:57 +0100)]
Added a missing description
Alexander Ebert [Tue, 22 Nov 2016 16:58:52 +0000 (17:58 +0100)]
Fixed SQL update
Alexander Ebert [Tue, 22 Nov 2016 14:36:50 +0000 (15:36 +0100)]
Preparing release 3.0.0 Beta 5
Marcel Werk [Mon, 21 Nov 2016 22:18:39 +0000 (23:18 +0100)]
Improved attachment styling
Alexander Ebert [Mon, 21 Nov 2016 17:12:28 +0000 (18:12 +0100)]
Added work-around for broken controllers
Alexander Ebert [Sun, 20 Nov 2016 19:30:09 +0000 (20:30 +0100)]
Use a combined script to drop columns
Matthias Schmidt [Sun, 20 Nov 2016 15:24:46 +0000 (16:24 +0100)]
Fix method parameter comment
Alexander Ebert [Sun, 20 Nov 2016 15:15:26 +0000 (16:15 +0100)]
Split update.sql into 5 chunks
Alexander Ebert [Sun, 20 Nov 2016 14:36:31 +0000 (15:36 +0100)]
Added work-around for cache reset for scripts pip
Alexander Ebert [Sun, 20 Nov 2016 12:31:50 +0000 (13:31 +0100)]
Fixed line counting
Alexander Ebert [Sun, 20 Nov 2016 12:14:32 +0000 (13:14 +0100)]
Added worker script to handle column resizing
Matthias Schmidt [Sun, 20 Nov 2016 15:10:08 +0000 (16:10 +0100)]
Deprecate `Callback` class
Since PHP 5.4, the `callback` type hint is available.
Matthias Schmidt [Sun, 20 Nov 2016 14:35:25 +0000 (15:35 +0100)]
`IBulkProcessingAction::executeAction()` throws `\InvalidArgumentException`
Marcel Werk [Sun, 20 Nov 2016 10:33:13 +0000 (11:33 +0100)]
Colors in amp version are no longer hard-coded
Alexander Ebert [Sun, 20 Nov 2016 09:51:15 +0000 (10:51 +0100)]
Improved phrasing for expired session/invalid token
Alexander Ebert [Sat, 19 Nov 2016 20:07:36 +0000 (21:07 +0100)]
Disallow rebuilding data before encoding conversion
Alexander Ebert [Sat, 19 Nov 2016 19:23:08 +0000 (20:23 +0100)]
Added a worker for utf8 -> utf8mb4 conversion
Marcel Werk [Sat, 19 Nov 2016 18:44:41 +0000 (19:44 +0100)]
Hide message signature in mobile view
Marcel Werk [Sat, 19 Nov 2016 18:30:54 +0000 (19:30 +0100)]
Fixed style issue in avatar form
woltlab.com [Sat, 19 Nov 2016 01:16:43 +0000 (02:16 +0100)]
Updating minified JavaScript files
Tim Düsterhus [Sat, 19 Nov 2016 01:11:09 +0000 (02:11 +0100)]
Update to require.js 2.3.2
Marcel Werk [Fri, 18 Nov 2016 17:31:46 +0000 (18:31 +0100)]
Update template listener XSD
woltlab.com [Fri, 18 Nov 2016 16:55:24 +0000 (17:55 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 18 Nov 2016 16:51:05 +0000 (17:51 +0100)]
Fixed AJAX exception handling
Alexander Ebert [Fri, 18 Nov 2016 12:57:26 +0000 (13:57 +0100)]
Fixed regex length for smiley codes
Patterns are now limited to roughly 30k characters each to avoid hitting
PCRE pattern limits.
woltlab.com [Fri, 18 Nov 2016 11:31:45 +0000 (12:31 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 18 Nov 2016 11:29:01 +0000 (12:29 +0100)]
Fixed handling of "empty" messages
Alexander Ebert [Fri, 18 Nov 2016 10:57:22 +0000 (11:57 +0100)]
Fixed outdated regex
Alexander Ebert [Fri, 18 Nov 2016 10:53:34 +0000 (11:53 +0100)]
Added `wcfDebug()` support during WCFSetup
Alexander Ebert [Fri, 18 Nov 2016 10:50:03 +0000 (11:50 +0100)]
Fixed exception output during WCFSetup
Marcel Werk [Thu, 17 Nov 2016 22:10:09 +0000 (23:10 +0100)]
Fixed multiple issues in xml files
Alexander Ebert [Thu, 17 Nov 2016 22:08:07 +0000 (23:08 +0100)]
Previous regex was incomplete
Marcel Werk [Thu, 17 Nov 2016 21:03:47 +0000 (22:03 +0100)]
Merge pull request #2138 from joshuaruesweg/patch-84
Add User parameter for label permissions
Matthias Schmidt [Thu, 17 Nov 2016 18:45:29 +0000 (19:45 +0100)]
Remove obsolete import
Joshua Rüsweg [Thu, 17 Nov 2016 17:30:28 +0000 (18:30 +0100)]
Add User parameter for label permissions
Marcel Werk [Thu, 17 Nov 2016 17:22:03 +0000 (18:22 +0100)]
Updated XSD files
Tim Düsterhus [Thu, 17 Nov 2016 16:46:14 +0000 (17:46 +0100)]
Improve StringUtil::trim()
The previous regular expression for trim at the end
(introduced in
73d8b58f6a2ed1c9f49684e867d2b42a8cd82920) show bad
performance for huge strings containing little amounts of white space.
The version before that one blew the C stack for huge strings containing
huge amounts of contiguous white space.
Matching for the Unicode property of being a whitespace is both faster
(less backtracking for alternations) *and* more correct (because it
matches many more types of white space).
win-win
Marcel Werk [Thu, 17 Nov 2016 16:41:23 +0000 (17:41 +0100)]
Added missing menu items
Alexander Ebert [Thu, 17 Nov 2016 14:02:20 +0000 (15:02 +0100)]
Fixed PHP crash on Windows
Using `textContent` to wipe the node contents causes PHP's internal data
structures to be corrupted on Windows.
woltlab.com [Thu, 17 Nov 2016 12:01:46 +0000 (13:01 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 17 Nov 2016 11:50:00 +0000 (12:50 +0100)]
Fixed dialog id collision
Alexander Ebert [Thu, 17 Nov 2016 11:49:34 +0000 (12:49 +0100)]
Fixed infinite loop during mention parsing
Alexander Ebert [Thu, 17 Nov 2016 10:53:08 +0000 (11:53 +0100)]
Improved trimming regex
The old regex cause a segmentation fault when dealing with very large
chunks of whitespace not at the end of the string.
woltlab.com [Wed, 16 Nov 2016 15:16:46 +0000 (16:16 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 16 Nov 2016 14:46:45 +0000 (15:46 +0100)]
Fixed handling of empty lines
Alexander Ebert [Wed, 16 Nov 2016 14:30:50 +0000 (15:30 +0100)]
Strip dummy paragraphs
Alexander Ebert [Wed, 16 Nov 2016 12:51:35 +0000 (13:51 +0100)]
Fixed popover flicker on re-entry
Alexander Ebert [Wed, 16 Nov 2016 12:01:37 +0000 (13:01 +0100)]
Added tab index support for package search results
Alexander Ebert [Wed, 16 Nov 2016 11:53:38 +0000 (12:53 +0100)]
Fixed source formatting and quote content
Alexander Ebert [Wed, 16 Nov 2016 11:14:26 +0000 (12:14 +0100)]
Fix block formatting in Firefox w/o prior editor focus
Alexander Ebert [Wed, 16 Nov 2016 11:05:23 +0000 (12:05 +0100)]
Upgraded to Redactor II 1.3.2
Marcel Werk [Wed, 16 Nov 2016 10:51:29 +0000 (11:51 +0100)]
Merge pull request #2136 from joshuaruesweg/patch-82
Add user parameter for LabelGroup permission check
Alexander Ebert [Wed, 16 Nov 2016 10:43:46 +0000 (11:43 +0100)]
Fixed font sizes outside of boundaries
Marcel Werk [Wed, 16 Nov 2016 09:32:31 +0000 (10:32 +0100)]
Added app.config.inc.php to installation file log
Joshua Rüsweg [Mon, 14 Nov 2016 23:01:46 +0000 (00:01 +0100)]
Fix code style (#2137)
Joshua Rüsweg [Mon, 14 Nov 2016 22:54:04 +0000 (23:54 +0100)]
Add user parameter for LabelGroup permission check
woltlab.com [Mon, 14 Nov 2016 12:31:47 +0000 (13:31 +0100)]
Updating minified JavaScript files
Marcel Werk [Mon, 14 Nov 2016 12:25:22 +0000 (13:25 +0100)]
Fixed calculation of positions in IE11
Marcel Werk [Mon, 14 Nov 2016 12:24:42 +0000 (13:24 +0100)]
Removed obsolete margins in redactor toolbar
Marcel Werk [Sun, 13 Nov 2016 16:06:08 +0000 (17:06 +0100)]
Added work-around for detection of older MySQL versions during setup
woltlab.com [Sun, 13 Nov 2016 13:46:45 +0000 (14:46 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 13 Nov 2016 13:33:22 +0000 (14:33 +0100)]
Fix returnValue of `UserClipboardAction::__validateAccessibleGroups()`
Missing indices lets JavaScript interpret the object ids as an object
instead of an array.
Matthias Schmidt [Sun, 13 Nov 2016 13:31:44 +0000 (14:31 +0100)]
Fix legacy support of WCF.Clipboard
Tim Düsterhus [Sun, 13 Nov 2016 13:31:18 +0000 (14:31 +0100)]
Fix quote metacode conversion
Marcel Werk [Wed, 9 Nov 2016 17:01:46 +0000 (18:01 +0100)]
Fixed update issue
Marcel Werk [Wed, 9 Nov 2016 12:22:04 +0000 (13:22 +0100)]
Fixed overwriting of existing mail settings
Marcel Werk [Wed, 9 Nov 2016 11:48:18 +0000 (12:48 +0100)]
Resolved todos in update script
Alexander Ebert [Tue, 8 Nov 2016 10:28:02 +0000 (11:28 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 8 Nov 2016 10:03:56 +0000 (11:03 +0100)]
Enforcing a limit of 50 smilies per parsed message
Exceeding smilies will be ignored:
- `<img>` will be reverted into the textual representation
- text smilies will be left untouched
The limit is enforced for both types of smilies that could occur, for
example having 47 smilies using `<img>` will cause at maximum 3 text
smilies to be converted into actual images.
Marcel Werk [Mon, 7 Nov 2016 21:42:01 +0000 (22:42 +0100)]
Merge pull request #2135 from woouki/patch-1
Fix typo in privacy policy text
woouki [Mon, 7 Nov 2016 18:23:27 +0000 (19:23 +0100)]
Fix typo in privacy policy text
It is always written as "E-Mail" in the text and on the other language items for german, this fix the typo.
woltlab.com [Mon, 7 Nov 2016 15:31:47 +0000 (16:31 +0100)]
Updating minified JavaScript files
Tim Düsterhus [Mon, 7 Nov 2016 15:27:33 +0000 (16:27 +0100)]
Merge pull request #2134 from joshuaruesweg/patch-81
Add shortUnit JavaScript function
Joshua Rüsweg [Mon, 7 Nov 2016 15:22:34 +0000 (16:22 +0100)]
Add shortUnit JavaScript function
Marcel Werk [Mon, 7 Nov 2016 09:49:01 +0000 (10:49 +0100)]
Fixed 'fixed layout'
Marcel Werk [Mon, 7 Nov 2016 09:48:45 +0000 (10:48 +0100)]
Reduced default min-width
Marcel Werk [Sun, 6 Nov 2016 19:02:33 +0000 (20:02 +0100)]
Fixed missing paragraph spacing on disclaimer
Marcel Werk [Sun, 6 Nov 2016 18:06:39 +0000 (19:06 +0100)]
Merge pull request #2128 from Fabii547/patch-38
Fix informal language variant in condition error messages
Matthias Schmidt [Sun, 6 Nov 2016 17:45:48 +0000 (18:45 +0100)]
Fix code style
Matthias Schmidt [Sun, 6 Nov 2016 17:38:00 +0000 (18:38 +0100)]
Fix option search result link anchors
Marcel Werk [Sun, 6 Nov 2016 16:06:12 +0000 (17:06 +0100)]
Merge pull request #2133 from Fabii547/patch-41
Remove obsolete language server templates
Marcel Werk [Sun, 6 Nov 2016 16:01:01 +0000 (17:01 +0100)]
Fixed renamed permission canInstallPackage
Marcel Werk [Sun, 6 Nov 2016 15:37:13 +0000 (16:37 +0100)]
More work-arounds for update from 2.1
Marcel Werk [Sun, 6 Nov 2016 13:40:38 +0000 (14:40 +0100)]
Disabled unnecessary box handler initialization in acp
Fabii547 [Sun, 6 Nov 2016 15:08:52 +0000 (16:08 +0100)]
Remove obsolete language server templates
Tim Düsterhus [Sun, 6 Nov 2016 13:16:45 +0000 (14:16 +0100)]
Append composer's autoloader
Tim Düsterhus [Sun, 6 Nov 2016 12:14:37 +0000 (13:14 +0100)]
Fix GitHub OAuth applications link
closes #2127
Marcel Werk [Sun, 6 Nov 2016 12:12:00 +0000 (13:12 +0100)]
Added missing file for update from 2.1
Marcel Werk [Sun, 6 Nov 2016 12:05:54 +0000 (13:05 +0100)]
Merge pull request #2132 from Fabii547/patch-40
Set php limit to database field length
Fabii547 [Sun, 6 Nov 2016 11:01:21 +0000 (12:01 +0100)]
Set php limit to database field length
Alexander Ebert [Sun, 6 Nov 2016 08:51:29 +0000 (09:51 +0100)]
Resetting internal states and avoid memory issues
Matthias Schmidt [Sun, 6 Nov 2016 07:38:11 +0000 (08:38 +0100)]
Merge branch '2.1'
Matthias Schmidt [Sun, 6 Nov 2016 07:37:52 +0000 (08:37 +0100)]
Fix transparency handling in `GDImageAdapter::overlayImage()`
Marcel Werk [Sat, 5 Nov 2016 22:38:00 +0000 (23:38 +0100)]
Merge pull request #2130 from joshuaruesweg/patch-79
fix active menu item for paid subscription add form
Marcel Werk [Sat, 5 Nov 2016 22:37:40 +0000 (23:37 +0100)]
Merge pull request #2131 from joshuaruesweg/patch-80
fix balloonTooltip for stats