GitHub/WoltLab/WCF.git
6 years agoAdd interface and trait for form fields supporting multiple values
Matthias Schmidt [Mon, 26 Feb 2018 19:09:27 +0000 (20:09 +0100)]
Add interface and trait for form fields supporting multiple values

See #2509

6 years agoFix text validation in `TextFormField`
Matthias Schmidt [Sun, 11 Feb 2018 14:11:53 +0000 (15:11 +0100)]
Fix text validation in `TextFormField`

See #2509

6 years agoAdd `TForcedIdFormField`
Matthias Schmidt [Sun, 11 Feb 2018 06:16:49 +0000 (07:16 +0100)]
Add `TForcedIdFormField`

See #2509

6 years agoFix typo in exception text
Matthias Schmidt [Sat, 10 Feb 2018 19:57:27 +0000 (20:57 +0100)]
Fix typo in exception text

See #2509

6 years agoAdd form field to disable objects
Matthias Schmidt [Sat, 10 Feb 2018 19:41:00 +0000 (20:41 +0100)]
Add form field to disable objects

See #2509

6 years agoAdd possibility to require label for form fields
Matthias Schmidt [Sat, 10 Feb 2018 19:32:37 +0000 (20:32 +0100)]
Add possibility to require label for form fields

See #2509

6 years agoMerge branch 'next' into formBuilder
Matthias Schmidt [Sat, 10 Feb 2018 19:21:47 +0000 (20:21 +0100)]
Merge branch 'next' into formBuilder

6 years agoAdd description form field
Matthias Schmidt [Sat, 10 Feb 2018 19:15:07 +0000 (20:15 +0100)]
Add description form field

See #2509

6 years agoAdd title form field
Matthias Schmidt [Sat, 10 Feb 2018 19:14:49 +0000 (20:14 +0100)]
Add title form field

See #2509

6 years agoFix form builder issues with IDE autocompletion
Matthias Schmidt [Sat, 10 Feb 2018 18:58:34 +0000 (19:58 +0100)]
Fix form builder issues with IDE autocompletion

See #2509

6 years agoAdd wysiwyg form field
Matthias Schmidt [Sat, 10 Feb 2018 18:31:05 +0000 (19:31 +0100)]
Add wysiwyg form field

See #2509

6 years agoAdd missing interface implementation and trait usage in `AclFormField`
Matthias Schmidt [Sat, 10 Feb 2018 18:29:54 +0000 (19:29 +0100)]
Add missing interface implementation and trait usage in `AclFormField`

See #2509

6 years agoAdd validation methods to maximum/minimum length form field interfaces
Matthias Schmidt [Sat, 10 Feb 2018 18:10:28 +0000 (19:10 +0100)]
Add validation methods to maximum/minimum length form field interfaces

See #2509

6 years agoReplace security critical uses of StringUtil::getRandomID()
Tim Düsterhus [Sat, 10 Feb 2018 16:15:53 +0000 (17:15 +0100)]
Replace security critical uses of StringUtil::getRandomID()

ref #2534

6 years agoUse unicode literal in StringUtil
Tim Düsterhus [Sat, 10 Feb 2018 16:08:54 +0000 (17:08 +0100)]
Use unicode literal in StringUtil

ref #2534

6 years agoFix typo in CryptoUtil
Tim Düsterhus [Sat, 10 Feb 2018 16:01:08 +0000 (17:01 +0100)]
Fix typo in CryptoUtil

see c914372abbe9f62b765f4b0e0b934f6d45150201

6 years agoBump minimum PHP version to 7.0.22
Tim Düsterhus [Sat, 10 Feb 2018 15:59:58 +0000 (16:59 +0100)]
Bump minimum PHP version to 7.0.22

ref #2534

6 years agoReplace CryptoUtil::randomBytes() with \random_bytes
Tim Düsterhus [Sat, 10 Feb 2018 15:51:33 +0000 (16:51 +0100)]
Replace CryptoUtil::randomBytes() with \random_bytes

ref #2534

6 years agoDeprecated CryptoUtil::randomInt()
Tim Düsterhus [Sat, 10 Feb 2018 15:47:22 +0000 (16:47 +0100)]
Deprecated CryptoUtil::randomInt()

ref #2534

6 years agoReplace CryptoUtil::secureCompare() with hash_equals()
Tim Düsterhus [Sat, 10 Feb 2018 15:44:45 +0000 (16:44 +0100)]
Replace CryptoUtil::secureCompare() with hash_equals()

ref #2534

6 years agoUpdate minimal PHP version in travis file
Matthias Schmidt [Sat, 10 Feb 2018 15:52:43 +0000 (16:52 +0100)]
Update minimal PHP version in travis file

See #2534

6 years agoRemove case for PHP < 7 in `ExceptionLogViewPage`
Matthias Schmidt [Sat, 10 Feb 2018 15:50:55 +0000 (16:50 +0100)]
Remove case for PHP < 7 in `ExceptionLogViewPage`

Se #2534

6 years agoMerge branch 'next' into formBuilder
Matthias Schmidt [Sat, 10 Feb 2018 15:45:37 +0000 (16:45 +0100)]
Merge branch 'next' into formBuilder

6 years agoUse `(int)` for "internal casts" (2)
Matthias Schmidt [Sat, 10 Feb 2018 15:43:40 +0000 (16:43 +0100)]
Use `(int)` for "internal casts" (2)

See #2534

6 years agoRemove catching of Exception when Throwable is being catched
Tim Düsterhus [Sat, 10 Feb 2018 15:39:43 +0000 (16:39 +0100)]
Remove catching of Exception when Throwable is being catched

ref #2534

6 years agoAdd `declare(strict_types=1);` to form builder files
Matthias Schmidt [Sat, 10 Feb 2018 15:39:11 +0000 (16:39 +0100)]
Add `declare(strict_types=1);` to form builder files

See #2509
See #2534

6 years agoMerge branch 'next' into formBuilder
Matthias Schmidt [Sat, 10 Feb 2018 15:32:54 +0000 (16:32 +0100)]
Merge branch 'next' into formBuilder

6 years agoUse `(int)` for "internal casts"
Matthias Schmidt [Sat, 10 Feb 2018 15:31:24 +0000 (16:31 +0100)]
Use `(int)` for "internal casts"

See #2534

6 years agoMerge branch 'master' into next
Matthias Schmidt [Sat, 10 Feb 2018 15:26:14 +0000 (16:26 +0100)]
Merge branch 'master' into next

6 years agoFix issues due to strict types
Matthias Schmidt [Sat, 10 Feb 2018 14:14:18 +0000 (15:14 +0100)]
Fix issues due to strict types

See #2534

6 years agoMerge branch '3.0'
Tim Düsterhus [Sat, 10 Feb 2018 15:01:57 +0000 (16:01 +0100)]
Merge branch '3.0'

6 years agoFix stack trace handling with resources in parameters
Tim Düsterhus [Sat, 10 Feb 2018 14:58:54 +0000 (15:58 +0100)]
Fix stack trace handling with resources in parameters

6 years agoAdd `declare(strict_types=1);`
Matthias Schmidt [Sat, 10 Feb 2018 13:45:10 +0000 (14:45 +0100)]
Add `declare(strict_types=1);`

See #2534

6 years agoUpdate README file to version 3.2
Matthias Schmidt [Sat, 10 Feb 2018 13:29:46 +0000 (14:29 +0100)]
Update README file to version 3.2

6 years agoPreparing release 3.0.12 3.0.12
Alexander Ebert [Sat, 10 Feb 2018 13:17:30 +0000 (14:17 +0100)]
Preparing release 3.0.12

6 years agoAdd missing calls of parent method in `populate()` implementations
Matthias Schmidt [Sat, 10 Feb 2018 08:59:52 +0000 (09:59 +0100)]
Add missing calls of parent method in `populate()` implementations

See #2509

6 years agoAdd and use `IObjectTypeFormField` and `TObjectTypeFormField`
Matthias Schmidt [Sat, 10 Feb 2018 08:58:44 +0000 (09:58 +0100)]
Add and use `IObjectTypeFormField` and `TObjectTypeFormField`

See #2509

6 years agoUpdating minified JavaScript files
woltlab.com [Fri, 9 Feb 2018 16:04:21 +0000 (17:04 +0100)]
Updating minified JavaScript files

6 years agoAvoid incorrect selection handling w/o a selection
Alexander Ebert [Fri, 9 Feb 2018 12:57:13 +0000 (13:57 +0100)]
Avoid incorrect selection handling w/o a selection

6 years agoAvoid incorrect selection handling w/o a selection
Alexander Ebert [Fri, 9 Feb 2018 12:57:13 +0000 (13:57 +0100)]
Avoid incorrect selection handling w/o a selection

6 years agoDisable space after braces sniff for now because of method return types
Matthias Schmidt [Thu, 8 Feb 2018 18:27:31 +0000 (19:27 +0100)]
Disable space after braces sniff for now because of method return types

6 years agoAdd missing parameter type declarations in form builder API
Matthias Schmidt [Thu, 8 Feb 2018 18:18:00 +0000 (19:18 +0100)]
Add missing parameter type declarations in form builder API

See #2509

6 years agoAdd scalar parameter type declarations and method return values for form builder API
Matthias Schmidt [Thu, 8 Feb 2018 18:08:15 +0000 (19:08 +0100)]
Add scalar parameter type declarations and method return values for form builder API

See #2509

6 years agoBumped release date, adjusted update instructions 3.1.0_RC_3
Alexander Ebert [Thu, 8 Feb 2018 14:29:39 +0000 (15:29 +0100)]
Bumped release date, adjusted update instructions

6 years agoFixed missing marking of required input fields in contact form
Marcel Werk [Thu, 8 Feb 2018 11:37:33 +0000 (12:37 +0100)]
Fixed missing marking of required input fields in contact form

6 years agoFix import order
Matthias Schmidt [Thu, 8 Feb 2018 06:37:47 +0000 (07:37 +0100)]
Fix import order

See #2509

6 years agoAdd missing and remove obsolete method from `TagFormField`
Matthias Schmidt [Thu, 8 Feb 2018 06:12:36 +0000 (07:12 +0100)]
Add missing and remove obsolete method from `TagFormField`

See #2509

6 years agoAdd missing return value of form fields' `loadValueFromObject()` method
Matthias Schmidt [Thu, 8 Feb 2018 06:03:27 +0000 (07:03 +0100)]
Add missing return value of form fields' `loadValueFromObject()` method

6 years agoAdd form field for tags
Matthias Schmidt [Thu, 8 Feb 2018 06:02:52 +0000 (07:02 +0100)]
Add form field for tags

See #2509

6 years agoMerge branch 'master' into formBuilder
Matthias Schmidt [Wed, 7 Feb 2018 19:32:44 +0000 (20:32 +0100)]
Merge branch 'master' into formBuilder

6 years agoRemove unused imports
Matthias Schmidt [Wed, 7 Feb 2018 19:28:56 +0000 (20:28 +0100)]
Remove unused imports

6 years agoUpdate methods' throws tags
Matthias Schmidt [Wed, 7 Feb 2018 19:19:12 +0000 (20:19 +0100)]
Update methods' throws tags

6 years agoFix type documentation issues
Matthias Schmidt [Wed, 7 Feb 2018 19:09:13 +0000 (20:09 +0100)]
Fix type documentation issues

6 years agoMerge branch '3.0'
Matthias Schmidt [Wed, 7 Feb 2018 18:52:57 +0000 (19:52 +0100)]
Merge branch '3.0'

6 years agoMerge branch '2.1' into 3.0
Matthias Schmidt [Wed, 7 Feb 2018 18:52:26 +0000 (19:52 +0100)]
Merge branch '2.1' into 3.0

# Conflicts:
# wcfsetup/install/files/lib/acp/page/CacheListPage.class.php
#
wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplateP
lugin.class.php

6 years agoFix method documentation issues
Matthias Schmidt [Wed, 7 Feb 2018 18:50:22 +0000 (19:50 +0100)]
Fix method documentation issues

6 years agoFix permission check in `UserContentAction::validateBulkRevert()`
Matthias Schmidt [Wed, 7 Feb 2018 18:39:40 +0000 (19:39 +0100)]
Fix permission check in `UserContentAction::validateBulkRevert()`

6 years agoUpdating minified JavaScript files
woltlab.com [Wed, 7 Feb 2018 14:36:46 +0000 (15:36 +0100)]
Updating minified JavaScript files

6 years agoIE11 does not expose `DocumentFragment.children`
Alexander Ebert [Wed, 7 Feb 2018 14:34:49 +0000 (15:34 +0100)]
IE11 does not expose `DocumentFragment.children`

6 years agoImport new variables when updating styles
Alexander Ebert [Wed, 7 Feb 2018 14:26:19 +0000 (15:26 +0100)]
Import new variables when updating styles

6 years agoPreparing release 3.1.0 RC 3
Alexander Ebert [Wed, 7 Feb 2018 12:34:07 +0000 (13:34 +0100)]
Preparing release 3.1.0 RC 3

6 years agoUpdating minified JavaScript files
woltlab.com [Wed, 7 Feb 2018 12:21:08 +0000 (13:21 +0100)]
Updating minified JavaScript files

6 years ago`DocumentFragment.childElementCount` is not supported in IE11/Edge
Alexander Ebert [Wed, 7 Feb 2018 12:13:17 +0000 (13:13 +0100)]
`DocumentFragment.childElementCount` is not supported in IE11/Edge

6 years agoExperimental work-around for the margin-hit detection in Safari
Alexander Ebert [Tue, 6 Feb 2018 15:51:14 +0000 (16:51 +0100)]
Experimental work-around for the margin-hit detection in Safari

Fixes #2533

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Tue, 6 Feb 2018 14:58:59 +0000 (15:58 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoUpdate .travis.yml to test with PHP 7.2
Tim Düsterhus [Mon, 5 Feb 2018 19:23:46 +0000 (20:23 +0100)]
Update .travis.yml to test with PHP 7.2

6 years agoFix code style in WCFSetup.class.php
Tim Düsterhus [Mon, 5 Feb 2018 19:22:38 +0000 (20:22 +0100)]
Fix code style in WCFSetup.class.php

6 years agoAdd check for MySQLnd to WCFSetup
Tim Düsterhus [Mon, 5 Feb 2018 18:56:59 +0000 (19:56 +0100)]
Add check for MySQLnd to WCFSetup

6 years agoUse unicode character properties for URL slugs
Tim Düsterhus [Mon, 5 Feb 2018 18:38:28 +0000 (19:38 +0100)]
Use unicode character properties for URL slugs

Strip anything that is not a letter or a number. This preserves
readability for non-western scripts, while reliably removing any
special characters.

6 years agoFixed typo
Alexander Ebert [Mon, 5 Feb 2018 17:56:18 +0000 (18:56 +0100)]
Fixed typo

Thanks `Refactor`!

6 years agoOutdent in Firefox did not work for nested items with a trailing `<br>`
Alexander Ebert [Mon, 5 Feb 2018 17:38:21 +0000 (18:38 +0100)]
Outdent in Firefox did not work for nested items with a trailing `<br>`

See #2529

6 years agoOutdenting nested list caused the list item to escape the editor
Alexander Ebert [Mon, 5 Feb 2018 16:37:34 +0000 (17:37 +0100)]
Outdenting nested list caused the list item to escape the editor

See #2529

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Mon, 5 Feb 2018 13:30:08 +0000 (14:30 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

# Conflicts:
# wcfsetup/install/files/acp/templates/index.tpl
# wcfsetup/install/files/js/3rdParty/redactor2/plugins/combined.min.js
# wcfsetup/install/files/js/WCF.Combined.min.js
# wcfsetup/install/files/js/WoltLabSuite.Core.min.js
# wcfsetup/install/lang/de.xml
# wcfsetup/install/lang/en.xml

6 years agoMerge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0
Alexander Ebert [Mon, 5 Feb 2018 13:25:28 +0000 (14:25 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/2.1' into 3.0

# Conflicts:
# wcfsetup/install/files/lib/acp/page/IndexPage.class.php

6 years agoAdded warning when using ReCAPTCHA w/o a key
Alexander Ebert [Mon, 5 Feb 2018 13:22:42 +0000 (14:22 +0100)]
Added warning when using ReCAPTCHA w/o a key

6 years agoFixed missing margin in login form
Marcel Werk [Mon, 5 Feb 2018 11:42:56 +0000 (12:42 +0100)]
Fixed missing margin in login form

6 years agoMerge pull request #2530 from SoftCreatR/patch-6
Alexander Ebert [Mon, 5 Feb 2018 11:41:05 +0000 (12:41 +0100)]
Merge pull request #2530 from SoftCreatR/patch-6

Restore default browser behavior

6 years agoUpdate default.manifest.json
Sascha Greuel [Mon, 5 Feb 2018 01:37:35 +0000 (02:37 +0100)]
Update default.manifest.json

6 years agoUpdating minified JavaScript files
woltlab.com [Sun, 4 Feb 2018 16:01:16 +0000 (17:01 +0100)]
Updating minified JavaScript files

6 years agoMerge branch 'master' into formBuilder
Matthias Schmidt [Sun, 4 Feb 2018 10:18:12 +0000 (11:18 +0100)]
Merge branch 'master' into formBuilder

6 years agoMerge pull request #2527 from jens1o/jens1o-remove-unneccessary-unset
Alexander Ebert [Sat, 3 Feb 2018 12:01:41 +0000 (13:01 +0100)]
Merge pull request #2527 from jens1o/jens1o-remove-unneccessary-unset

remove unneccessary usage of `unset($string);`

6 years agoremove unneccessary usage of `unset($string);`
jens1o [Sat, 3 Feb 2018 09:36:26 +0000 (10:36 +0100)]
remove unneccessary usage of `unset($string);`

Code cleanup, introduced with 13be5e885f85a5a878d9e2d8337af74c2ed8bbc1

6 years agoMerge branch '3.0'
Matthias Schmidt [Sat, 3 Feb 2018 08:21:31 +0000 (09:21 +0100)]
Merge branch '3.0'

6 years agoMerge branch '2.1' into 3.0
Matthias Schmidt [Sat, 3 Feb 2018 08:14:52 +0000 (09:14 +0100)]
Merge branch '2.1' into 3.0

6 years agoFire event for Google Maps authentication error
Matthias Schmidt [Sat, 3 Feb 2018 08:12:06 +0000 (09:12 +0100)]
Fire event for Google Maps authentication error

Close #2526

6 years agoRemove workaround for omitting index.php in Page::getDisplayLink()
Joshua Rüsweg [Thu, 1 Feb 2018 11:57:13 +0000 (12:57 +0100)]
Remove workaround for omitting index.php in Page::getDisplayLink()

6 years agoFix omitting index.php for frontend links in the acp
Joshua Rüsweg [Thu, 1 Feb 2018 11:55:19 +0000 (12:55 +0100)]
Fix omitting index.php for frontend links in the acp

6 years agoRemove workaround for display links
Joshua Rüsweg [Thu, 1 Feb 2018 11:50:23 +0000 (12:50 +0100)]
Remove workaround for display links

6 years agoUse forceFrontend parameter for frontend routes
Joshua Rüsweg [Thu, 1 Feb 2018 11:39:07 +0000 (12:39 +0100)]
Use forceFrontend parameter for frontend routes

6 years agoAdd forceFrontend parameter to force controller transformations for the frontend
Joshua Rüsweg [Thu, 1 Feb 2018 11:38:35 +0000 (12:38 +0100)]
Add forceFrontend parameter to force controller transformations for the frontend

6 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Feb 2018 11:52:10 +0000 (12:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 1 Feb 2018 11:13:01 +0000 (12:13 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoBBCode converters did not handle encoded HTML entities
Alexander Ebert [Thu, 1 Feb 2018 11:12:30 +0000 (12:12 +0100)]
BBCode converters did not handle encoded HTML entities

6 years agoAdd missing class for inputs
Joshua Rüsweg [Wed, 31 Jan 2018 19:44:49 +0000 (20:44 +0100)]
Add missing class for inputs

6 years agoMissing check for accessible versions
Alexander Ebert [Wed, 31 Jan 2018 12:36:25 +0000 (13:36 +0100)]
Missing check for accessible versions

6 years agoRun rewrite tests against each app
Alexander Ebert [Tue, 30 Jan 2018 21:01:09 +0000 (22:01 +0100)]
Run rewrite tests against each app

Closes #2523

6 years agoCheck permissions before displaying the "send mail" link
Alexander Ebert [Tue, 30 Jan 2018 17:04:35 +0000 (18:04 +0100)]
Check permissions before displaying the "send mail" link

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Tue, 30 Jan 2018 16:30:26 +0000 (17:30 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

6 years agoConvert rgba to hex using a white canvas
Alexander Ebert [Tue, 30 Jan 2018 16:29:49 +0000 (17:29 +0100)]
Convert rgba to hex using a white canvas

Fixes #2525

6 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Marcel Werk [Tue, 30 Jan 2018 16:04:37 +0000 (17:04 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

# Conflicts:
# com.woltlab.wcf/page.xml