GitHub/WoltLab/WCF.git
7 years agoMerge pull request #2138 from joshuaruesweg/patch-84
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

7 years agoRemove obsolete import
Matthias Schmidt [Thu, 17 Nov 2016 18:45:29 +0000 (19:45 +0100)]
Remove obsolete import

7 years agoAdd User parameter for label permissions
Joshua Rüsweg [Thu, 17 Nov 2016 17:30:28 +0000 (18:30 +0100)]
Add User parameter for label permissions

7 years agoUpdated XSD files
Marcel Werk [Thu, 17 Nov 2016 17:22:03 +0000 (18:22 +0100)]
Updated XSD files

7 years agoImprove StringUtil::trim()
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

7 years agoAdded missing menu items
Marcel Werk [Thu, 17 Nov 2016 16:41:23 +0000 (17:41 +0100)]
Added missing menu items

7 years agoFixed PHP crash on Windows
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.

7 years agoUpdating minified JavaScript files
woltlab.com [Thu, 17 Nov 2016 12:01:46 +0000 (13:01 +0100)]
Updating minified JavaScript files

7 years agoFixed dialog id collision
Alexander Ebert [Thu, 17 Nov 2016 11:50:00 +0000 (12:50 +0100)]
Fixed dialog id collision

7 years agoFixed infinite loop during mention parsing
Alexander Ebert [Thu, 17 Nov 2016 11:49:34 +0000 (12:49 +0100)]
Fixed infinite loop during mention parsing

7 years agoImproved trimming regex
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.

7 years agoUpdating minified JavaScript files
woltlab.com [Wed, 16 Nov 2016 15:16:46 +0000 (16:16 +0100)]
Updating minified JavaScript files

7 years agoFixed handling of empty lines
Alexander Ebert [Wed, 16 Nov 2016 14:46:45 +0000 (15:46 +0100)]
Fixed handling of empty lines

7 years agoStrip dummy paragraphs
Alexander Ebert [Wed, 16 Nov 2016 14:30:50 +0000 (15:30 +0100)]
Strip dummy paragraphs

7 years agoFixed popover flicker on re-entry
Alexander Ebert [Wed, 16 Nov 2016 12:51:35 +0000 (13:51 +0100)]
Fixed popover flicker on re-entry

7 years agoAdded tab index support for package search results
Alexander Ebert [Wed, 16 Nov 2016 12:01:37 +0000 (13:01 +0100)]
Added tab index support for package search results

7 years agoFixed source formatting and quote content
Alexander Ebert [Wed, 16 Nov 2016 11:53:38 +0000 (12:53 +0100)]
Fixed source formatting and quote content

7 years agoFix block formatting in Firefox w/o prior editor focus
Alexander Ebert [Wed, 16 Nov 2016 11:14:26 +0000 (12:14 +0100)]
Fix block formatting in Firefox w/o prior editor focus

7 years agoUpgraded to Redactor II 1.3.2
Alexander Ebert [Wed, 16 Nov 2016 11:05:23 +0000 (12:05 +0100)]
Upgraded to Redactor II 1.3.2

7 years agoMerge pull request #2136 from joshuaruesweg/patch-82
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

7 years agoFixed font sizes outside of boundaries
Alexander Ebert [Wed, 16 Nov 2016 10:43:46 +0000 (11:43 +0100)]
Fixed font sizes outside of boundaries

7 years agoAdded app.config.inc.php to installation file log
Marcel Werk [Wed, 16 Nov 2016 09:32:31 +0000 (10:32 +0100)]
Added app.config.inc.php to installation file log

7 years agoFix code style (#2137)
Joshua Rüsweg [Mon, 14 Nov 2016 23:01:46 +0000 (00:01 +0100)]
Fix code style (#2137)

7 years agoAdd user parameter for LabelGroup permission check
Joshua Rüsweg [Mon, 14 Nov 2016 22:54:04 +0000 (23:54 +0100)]
Add user parameter for LabelGroup permission check

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 14 Nov 2016 12:31:47 +0000 (13:31 +0100)]
Updating minified JavaScript files

7 years agoFixed calculation of positions in IE11
Marcel Werk [Mon, 14 Nov 2016 12:25:22 +0000 (13:25 +0100)]
Fixed calculation of positions in IE11

7 years agoRemoved obsolete margins in redactor toolbar
Marcel Werk [Mon, 14 Nov 2016 12:24:42 +0000 (13:24 +0100)]
Removed obsolete margins in redactor toolbar

7 years agoAdded work-around for detection of older MySQL versions during setup
Marcel Werk [Sun, 13 Nov 2016 16:06:08 +0000 (17:06 +0100)]
Added work-around for detection of older MySQL versions during setup

7 years agoUpdating minified JavaScript files
woltlab.com [Sun, 13 Nov 2016 13:46:45 +0000 (14:46 +0100)]
Updating minified JavaScript files

7 years agoFix returnValue of `UserClipboardAction::__validateAccessibleGroups()`
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.

7 years agoFix legacy support of WCF.Clipboard
Matthias Schmidt [Sun, 13 Nov 2016 13:31:44 +0000 (14:31 +0100)]
Fix legacy support of WCF.Clipboard

7 years agoFix quote metacode conversion
Tim Düsterhus [Sun, 13 Nov 2016 13:31:18 +0000 (14:31 +0100)]
Fix quote metacode conversion

7 years agoFixed update issue
Marcel Werk [Wed, 9 Nov 2016 17:01:46 +0000 (18:01 +0100)]
Fixed update issue

7 years agoFixed overwriting of existing mail settings
Marcel Werk [Wed, 9 Nov 2016 12:22:04 +0000 (13:22 +0100)]
Fixed overwriting of existing mail settings

7 years agoResolved todos in update script
Marcel Werk [Wed, 9 Nov 2016 11:48:18 +0000 (12:48 +0100)]
Resolved todos in update script

7 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 8 Nov 2016 10:28:02 +0000 (11:28 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

7 years agoEnforcing a limit of 50 smilies per parsed message
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.

7 years agoMerge pull request #2135 from woouki/patch-1
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

7 years agoFix 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.

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 7 Nov 2016 15:31:47 +0000 (16:31 +0100)]
Updating minified JavaScript files

7 years agoMerge pull request #2134 from joshuaruesweg/patch-81
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

7 years agoAdd shortUnit JavaScript function
Joshua Rüsweg [Mon, 7 Nov 2016 15:22:34 +0000 (16:22 +0100)]
Add shortUnit JavaScript function

7 years agoFixed 'fixed layout'
Marcel Werk [Mon, 7 Nov 2016 09:49:01 +0000 (10:49 +0100)]
Fixed 'fixed layout'

7 years agoReduced default min-width
Marcel Werk [Mon, 7 Nov 2016 09:48:45 +0000 (10:48 +0100)]
Reduced default min-width

7 years agoFixed missing paragraph​ spacing on disclaimer
Marcel Werk [Sun, 6 Nov 2016 19:02:33 +0000 (20:02 +0100)]
Fixed missing paragraph​ spacing on disclaimer

7 years agoMerge pull request #2128 from Fabii547/patch-38
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

7 years agoFix code style
Matthias Schmidt [Sun, 6 Nov 2016 17:45:48 +0000 (18:45 +0100)]
Fix code style

7 years agoFix option search result link anchors
Matthias Schmidt [Sun, 6 Nov 2016 17:38:00 +0000 (18:38 +0100)]
Fix option search result link anchors

7 years agoMerge pull request #2133 from Fabii547/patch-41
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

7 years agoFixed renamed permission canInstallPackage
Marcel Werk [Sun, 6 Nov 2016 16:01:01 +0000 (17:01 +0100)]
Fixed renamed permission canInstallPackage

7 years agoMore work-arounds for update from 2.1
Marcel Werk [Sun, 6 Nov 2016 15:37:13 +0000 (16:37 +0100)]
More work-arounds for update from 2.1

7 years agoDisabled unnecessary box handler initialization in acp
Marcel Werk [Sun, 6 Nov 2016 13:40:38 +0000 (14:40 +0100)]
Disabled unnecessary box handler initialization in acp

7 years agoRemove obsolete language server templates
Fabii547 [Sun, 6 Nov 2016 15:08:52 +0000 (16:08 +0100)]
Remove obsolete language server templates

7 years agoAppend composer's autoloader
Tim Düsterhus [Sun, 6 Nov 2016 13:16:45 +0000 (14:16 +0100)]
Append composer's autoloader

7 years agoFix GitHub OAuth applications link
Tim Düsterhus [Sun, 6 Nov 2016 12:14:37 +0000 (13:14 +0100)]
Fix GitHub OAuth applications link

closes #2127

7 years agoAdded missing file for update from 2.1
Marcel Werk [Sun, 6 Nov 2016 12:12:00 +0000 (13:12 +0100)]
Added missing file for update from 2.1

7 years agoMerge pull request #2132 from Fabii547/patch-40
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

7 years agoSet 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

7 years agoResetting internal states and avoid memory issues
Alexander Ebert [Sun, 6 Nov 2016 08:51:29 +0000 (09:51 +0100)]
Resetting internal states and avoid memory issues

7 years agoMerge branch '2.1'
Matthias Schmidt [Sun, 6 Nov 2016 07:38:11 +0000 (08:38 +0100)]
Merge branch '2.1'

7 years agoFix transparency handling in `GDImageAdapter::overlayImage()`
Matthias Schmidt [Sun, 6 Nov 2016 07:37:52 +0000 (08:37 +0100)]
Fix transparency handling in `GDImageAdapter::overlayImage()`

7 years agoMerge pull request #2130 from joshuaruesweg/patch-79
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

7 years agoMerge pull request #2131 from joshuaruesweg/patch-80
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

7 years agofix balloonTooltip for stats
Joshua Rüsweg [Sat, 5 Nov 2016 21:54:10 +0000 (22:54 +0100)]
fix balloonTooltip for stats

7 years agofix active menu item for paid subscription add form
Joshua Rüsweg [Sat, 5 Nov 2016 19:43:43 +0000 (20:43 +0100)]
fix active menu item for paid subscription add form

7 years agoRemove non-existent option from enable options (#2129)
Fabii547 [Sat, 5 Nov 2016 18:21:41 +0000 (19:21 +0100)]
Remove non-existent option from enable options (#2129)

7 years agoFix informal language variant in condition error messages
Fabii547 [Sat, 5 Nov 2016 15:38:20 +0000 (16:38 +0100)]
Fix informal language variant in condition error messages

7 years agoFix code style
Matthias Schmidt [Sat, 5 Nov 2016 14:15:02 +0000 (15:15 +0100)]
Fix code style

7 years agoMerge branch '2.1'
Matthias Schmidt [Sat, 5 Nov 2016 14:09:11 +0000 (15:09 +0100)]
Merge branch '2.1'

7 years agoFix opacity issue when writing images with GD
Matthias Schmidt [Sat, 5 Nov 2016 14:08:50 +0000 (15:08 +0100)]
Fix opacity issue when writing images with GD

7 years agoFixed exception during wcf installation
Marcel Werk [Sat, 5 Nov 2016 13:21:04 +0000 (14:21 +0100)]
Fixed exception during wcf installation

7 years agoAdded support for update from 2.1
Marcel Werk [Fri, 4 Nov 2016 11:16:39 +0000 (12:16 +0100)]
Added support for update from 2.1

7 years agoMerge pull request #2126 from joshuaruesweg/patch-78
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

7 years agoremove superfluous pageLinks in template
Joshua Rüsweg [Fri, 4 Nov 2016 09:16:34 +0000 (10:16 +0100)]
remove superfluous pageLinks in template

7 years agoAdded pagination below smiley list
Marcel Werk [Wed, 2 Nov 2016 10:54:16 +0000 (11:54 +0100)]
Added pagination below smiley list

7 years agoAdded margin between multiple rows
Marcel Werk [Tue, 1 Nov 2016 21:57:06 +0000 (22:57 +0100)]
Added margin between multiple rows

7 years agoRemoved obsolete code
Marcel Werk [Tue, 1 Nov 2016 21:56:52 +0000 (22:56 +0100)]
Removed obsolete code

7 years agoAdded additional event for wysiwyg
Alexander Ebert [Tue, 1 Nov 2016 17:47:06 +0000 (18:47 +0100)]
Added additional event for wysiwyg

7 years agoRemove unused imports
Matthias Schmidt [Tue, 1 Nov 2016 11:49:01 +0000 (12:49 +0100)]
Remove unused imports

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 1 Nov 2016 09:46:44 +0000 (10:46 +0100)]
Updating minified JavaScript files

7 years agoFixed some spacing issues
Alexander Ebert [Tue, 1 Nov 2016 09:38:39 +0000 (10:38 +0100)]
Fixed some spacing issues

7 years agoRemoved image size handling during avatar import
Marcel Werk [Tue, 1 Nov 2016 09:38:11 +0000 (10:38 +0100)]
Removed image size handling during avatar import

7 years agoImproved update of old/imported avatars
Marcel Werk [Tue, 1 Nov 2016 09:35:36 +0000 (10:35 +0100)]
Improved update of old/imported avatars

7 years agoAdded support for another date grid row
Alexander Ebert [Tue, 1 Nov 2016 09:30:36 +0000 (10:30 +0100)]
Added support for another date grid row

7 years agoFixed ACP width in IE 11
Alexander Ebert [Mon, 31 Oct 2016 14:50:13 +0000 (15:50 +0100)]
Fixed ACP width in IE 11

7 years agoMerge remote-tracking branch 'origin/master'
Tim Düsterhus [Mon, 31 Oct 2016 13:55:52 +0000 (14:55 +0100)]
Merge remote-tracking branch 'origin/master'

7 years agoPartially revert "Update scssphp to 0.6.6"
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.

7 years agoFixed style compiler
Alexander Ebert [Mon, 31 Oct 2016 13:50:33 +0000 (14:50 +0100)]
Fixed style compiler

7 years agoFixed return types
Alexander Ebert [Mon, 31 Oct 2016 10:47:32 +0000 (11:47 +0100)]
Fixed return types

Closes #2122

7 years agoRemoved parseTemporaryMessage()
Alexander Ebert [Mon, 31 Oct 2016 10:36:13 +0000 (11:36 +0100)]
Removed parseTemporaryMessage()

Closes #2121

7 years agoUpgraded to FontAwesome 4.7.0
Alexander Ebert [Mon, 31 Oct 2016 10:32:59 +0000 (11:32 +0100)]
Upgraded to FontAwesome 4.7.0

See #2123

7 years agobox templates should always run in sandbox mode
Marcel Werk [Mon, 31 Oct 2016 10:23:55 +0000 (11:23 +0100)]
box templates should always run in sandbox mode

7 years agoFixed button size in user profile header (mobile)
Marcel Werk [Mon, 31 Oct 2016 10:22:34 +0000 (11:22 +0100)]
Fixed button size in user profile header (mobile)

7 years agoFixed missing language variables
Marcel Werk [Mon, 31 Oct 2016 10:22:15 +0000 (11:22 +0100)]
Fixed missing language variables

7 years agoMerge pull request #2119 from WoltLab/composer
Alexander Ebert [Mon, 31 Oct 2016 10:23:51 +0000 (11:23 +0100)]
Merge pull request #2119 from WoltLab/composer

Update composer dependencies

7 years agoMerge pull request #2120 from WoltLab/scssphp
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

7 years agoAdded missing input field for label color
Marcel Werk [Sun, 30 Oct 2016 13:07:08 +0000 (14:07 +0100)]
Added missing input field for label color

7 years agoFixed typos
Alexander Ebert [Sun, 30 Oct 2016 12:34:01 +0000 (13:34 +0100)]
Fixed typos

7 years agoUpdating minified JavaScript files
woltlab.com [Sat, 29 Oct 2016 20:31:46 +0000 (22:31 +0200)]
Updating minified JavaScript files

7 years agoIncreased maximum age from 100 to 120
Alexander Ebert [Sat, 29 Oct 2016 20:18:43 +0000 (22:18 +0200)]
Increased maximum age from 100 to 120