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
Joshua Rüsweg [Sat, 5 Nov 2016 21:54:10 +0000 (22:54 +0100)]
fix balloonTooltip for stats
Joshua Rüsweg [Sat, 5 Nov 2016 19:43:43 +0000 (20:43 +0100)]
fix active menu item for paid subscription add form
Fabii547 [Sat, 5 Nov 2016 18:21:41 +0000 (19:21 +0100)]
Remove non-existent option from enable options (#2129)
Fabii547 [Sat, 5 Nov 2016 15:38:20 +0000 (16:38 +0100)]
Fix informal language variant in condition error messages
Matthias Schmidt [Sat, 5 Nov 2016 14:15:02 +0000 (15:15 +0100)]
Fix code style
Matthias Schmidt [Sat, 5 Nov 2016 14:09:11 +0000 (15:09 +0100)]
Merge branch '2.1'
Matthias Schmidt [Sat, 5 Nov 2016 14:08:50 +0000 (15:08 +0100)]
Fix opacity issue when writing images with GD
Marcel Werk [Sat, 5 Nov 2016 13:21:04 +0000 (14:21 +0100)]
Fixed exception during wcf installation
Marcel Werk [Fri, 4 Nov 2016 11:16:39 +0000 (12:16 +0100)]
Added support for update from 2.1
Marcel Werk [Fri, 4 Nov 2016 10:21:05 +0000 (11:21 +0100)]
Merge pull request #2126 from joshuaruesweg/patch-78
remove superfluous pageLinks in template
Joshua Rüsweg [Fri, 4 Nov 2016 09:16:34 +0000 (10:16 +0100)]
remove superfluous pageLinks in template
Marcel Werk [Wed, 2 Nov 2016 10:54:16 +0000 (11:54 +0100)]
Added pagination below smiley list
Marcel Werk [Tue, 1 Nov 2016 21:57:06 +0000 (22:57 +0100)]
Added margin between multiple rows
Marcel Werk [Tue, 1 Nov 2016 21:56:52 +0000 (22:56 +0100)]
Removed obsolete code
Alexander Ebert [Tue, 1 Nov 2016 17:47:06 +0000 (18:47 +0100)]
Added additional event for wysiwyg
Matthias Schmidt [Tue, 1 Nov 2016 11:49:01 +0000 (12:49 +0100)]
Remove unused imports
woltlab.com [Tue, 1 Nov 2016 09:46:44 +0000 (10:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Tue, 1 Nov 2016 09:38:39 +0000 (10:38 +0100)]
Fixed some spacing issues
Marcel Werk [Tue, 1 Nov 2016 09:38:11 +0000 (10:38 +0100)]
Removed image size handling during avatar import
Marcel Werk [Tue, 1 Nov 2016 09:35:36 +0000 (10:35 +0100)]
Improved update of old/imported avatars
Alexander Ebert [Tue, 1 Nov 2016 09:30:36 +0000 (10:30 +0100)]
Added support for another date grid row
Alexander Ebert [Mon, 31 Oct 2016 14:50:13 +0000 (15:50 +0100)]
Fixed ACP width in IE 11
Tim Düsterhus [Mon, 31 Oct 2016 13:55:52 +0000 (14:55 +0100)]
Merge remote-tracking branch 'origin/master'
Tim Düsterhus [Mon, 31 Oct 2016 13:53:29 +0000 (14:53 +0100)]
Partially revert "Update scssphp to 0.6.6"
This partially reverts commit
0300f0d2a8f585744f9e4e5ae3c163c13adbec49.
Only the changes to the compiler have been reverted, the changes to
the .scss file have been preserved.
Alexander Ebert [Mon, 31 Oct 2016 13:50:33 +0000 (14:50 +0100)]
Fixed style compiler
Alexander Ebert [Mon, 31 Oct 2016 10:47:32 +0000 (11:47 +0100)]
Fixed return types
Closes #2122
Alexander Ebert [Mon, 31 Oct 2016 10:36:13 +0000 (11:36 +0100)]
Removed parseTemporaryMessage()
Closes #2121
Alexander Ebert [Mon, 31 Oct 2016 10:32:59 +0000 (11:32 +0100)]
Upgraded to FontAwesome 4.7.0
See #2123
Marcel Werk [Mon, 31 Oct 2016 10:23:55 +0000 (11:23 +0100)]
box templates should always run in sandbox mode
Marcel Werk [Mon, 31 Oct 2016 10:22:34 +0000 (11:22 +0100)]
Fixed button size in user profile header (mobile)
Marcel Werk [Mon, 31 Oct 2016 10:22:15 +0000 (11:22 +0100)]
Fixed missing language variables
Alexander Ebert [Mon, 31 Oct 2016 10:23:51 +0000 (11:23 +0100)]
Merge pull request #2119 from WoltLab/composer
Update composer dependencies
Alexander Ebert [Mon, 31 Oct 2016 10:22:33 +0000 (11:22 +0100)]
Merge pull request #2120 from WoltLab/scssphp
Update scssphp to 0.6.6
Marcel Werk [Sun, 30 Oct 2016 13:07:08 +0000 (14:07 +0100)]
Added missing input field for label color
Alexander Ebert [Sun, 30 Oct 2016 12:34:01 +0000 (13:34 +0100)]
Fixed typos
woltlab.com [Sat, 29 Oct 2016 20:31:46 +0000 (22:31 +0200)]
Updating minified JavaScript files