Matthias Schmidt [Sat, 10 Feb 2018 19:41:00 +0000 (20:41 +0100)]
Add form field to disable objects
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 19:32:37 +0000 (20:32 +0100)]
Add possibility to require label for form fields
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 19:21:47 +0000 (20:21 +0100)]
Merge branch 'next' into formBuilder
Matthias Schmidt [Sat, 10 Feb 2018 19:15:07 +0000 (20:15 +0100)]
Add description form field
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 19:14:49 +0000 (20:14 +0100)]
Add title form field
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 18:58:34 +0000 (19:58 +0100)]
Fix form builder issues with IDE autocompletion
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 18:31:05 +0000 (19:31 +0100)]
Add wysiwyg form field
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 18:29:54 +0000 (19:29 +0100)]
Add missing interface implementation and trait usage in `AclFormField`
See #2509
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
Tim Düsterhus [Sat, 10 Feb 2018 16:15:53 +0000 (17:15 +0100)]
Replace security critical uses of StringUtil::getRandomID()
ref #2534
Tim Düsterhus [Sat, 10 Feb 2018 16:08:54 +0000 (17:08 +0100)]
Use unicode literal in StringUtil
ref #2534
Tim Düsterhus [Sat, 10 Feb 2018 16:01:08 +0000 (17:01 +0100)]
Tim Düsterhus [Sat, 10 Feb 2018 15:59:58 +0000 (16:59 +0100)]
Bump minimum PHP version to 7.0.22
ref #2534
Tim Düsterhus [Sat, 10 Feb 2018 15:51:33 +0000 (16:51 +0100)]
Replace CryptoUtil::randomBytes() with \random_bytes
ref #2534
Tim Düsterhus [Sat, 10 Feb 2018 15:47:22 +0000 (16:47 +0100)]
Deprecated CryptoUtil::randomInt()
ref #2534
Tim Düsterhus [Sat, 10 Feb 2018 15:44:45 +0000 (16:44 +0100)]
Replace CryptoUtil::secureCompare() with hash_equals()
ref #2534
Matthias Schmidt [Sat, 10 Feb 2018 15:52:43 +0000 (16:52 +0100)]
Update minimal PHP version in travis file
See #2534
Matthias Schmidt [Sat, 10 Feb 2018 15:50:55 +0000 (16:50 +0100)]
Remove case for PHP < 7 in `ExceptionLogViewPage`
Se #2534
Matthias Schmidt [Sat, 10 Feb 2018 15:45:37 +0000 (16:45 +0100)]
Merge branch 'next' into formBuilder
Matthias Schmidt [Sat, 10 Feb 2018 15:43:40 +0000 (16:43 +0100)]
Use `(int)` for "internal casts" (2)
See #2534
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
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
Matthias Schmidt [Sat, 10 Feb 2018 15:32:54 +0000 (16:32 +0100)]
Merge branch 'next' into formBuilder
Matthias Schmidt [Sat, 10 Feb 2018 15:31:24 +0000 (16:31 +0100)]
Use `(int)` for "internal casts"
See #2534
Matthias Schmidt [Sat, 10 Feb 2018 15:26:14 +0000 (16:26 +0100)]
Merge branch 'master' into next
Matthias Schmidt [Sat, 10 Feb 2018 14:14:18 +0000 (15:14 +0100)]
Fix issues due to strict types
See #2534
Tim Düsterhus [Sat, 10 Feb 2018 15:01:57 +0000 (16:01 +0100)]
Merge branch '3.0'
Tim Düsterhus [Sat, 10 Feb 2018 14:58:54 +0000 (15:58 +0100)]
Fix stack trace handling with resources in parameters
Matthias Schmidt [Sat, 10 Feb 2018 13:45:10 +0000 (14:45 +0100)]
Add `declare(strict_types=1);`
See #2534
Matthias Schmidt [Sat, 10 Feb 2018 13:29:46 +0000 (14:29 +0100)]
Update README file to version 3.2
Alexander Ebert [Sat, 10 Feb 2018 13:17:30 +0000 (14:17 +0100)]
Preparing release 3.0.12
Matthias Schmidt [Sat, 10 Feb 2018 08:59:52 +0000 (09:59 +0100)]
Add missing calls of parent method in `populate()` implementations
See #2509
Matthias Schmidt [Sat, 10 Feb 2018 08:58:44 +0000 (09:58 +0100)]
Add and use `IObjectTypeFormField` and `TObjectTypeFormField`
See #2509
woltlab.com [Fri, 9 Feb 2018 16:04:21 +0000 (17:04 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 9 Feb 2018 12:57:13 +0000 (13:57 +0100)]
Avoid 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
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
Matthias Schmidt [Thu, 8 Feb 2018 18:18:00 +0000 (19:18 +0100)]
Add missing parameter type declarations in form builder API
See #2509
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
Alexander Ebert [Thu, 8 Feb 2018 14:29:39 +0000 (15:29 +0100)]
Bumped release date, adjusted update instructions
Marcel Werk [Thu, 8 Feb 2018 11:37:33 +0000 (12:37 +0100)]
Fixed missing marking of required input fields in contact form
Matthias Schmidt [Thu, 8 Feb 2018 06:37:47 +0000 (07:37 +0100)]
Fix import order
See #2509
Matthias Schmidt [Thu, 8 Feb 2018 06:12:36 +0000 (07:12 +0100)]
Add missing and remove obsolete method from `TagFormField`
See #2509
Matthias Schmidt [Thu, 8 Feb 2018 06:03:27 +0000 (07:03 +0100)]
Add missing return value of form fields' `loadValueFromObject()` method
Matthias Schmidt [Thu, 8 Feb 2018 06:02:52 +0000 (07:02 +0100)]
Add form field for tags
See #2509
Matthias Schmidt [Wed, 7 Feb 2018 19:32:44 +0000 (20:32 +0100)]
Merge branch 'master' into formBuilder
Matthias Schmidt [Wed, 7 Feb 2018 19:28:56 +0000 (20:28 +0100)]
Remove unused imports
Matthias Schmidt [Wed, 7 Feb 2018 19:19:12 +0000 (20:19 +0100)]
Update methods' throws tags
Matthias Schmidt [Wed, 7 Feb 2018 19:09:13 +0000 (20:09 +0100)]
Fix type documentation issues
Matthias Schmidt [Wed, 7 Feb 2018 18:52:57 +0000 (19:52 +0100)]
Merge branch '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
Matthias Schmidt [Wed, 7 Feb 2018 18:50:22 +0000 (19:50 +0100)]
Fix method documentation issues
Matthias Schmidt [Wed, 7 Feb 2018 18:39:40 +0000 (19:39 +0100)]
Fix permission check in `UserContentAction::validateBulkRevert()`
woltlab.com [Wed, 7 Feb 2018 14:36:46 +0000 (15:36 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 7 Feb 2018 14:34:49 +0000 (15:34 +0100)]
IE11 does not expose `DocumentFragment.children`
Alexander Ebert [Wed, 7 Feb 2018 14:26:19 +0000 (15:26 +0100)]
Import new variables when updating styles
Alexander Ebert [Wed, 7 Feb 2018 12:34:07 +0000 (13:34 +0100)]
Preparing release 3.1.0 RC 3
woltlab.com [Wed, 7 Feb 2018 12:21:08 +0000 (13:21 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 7 Feb 2018 12:13:17 +0000 (13:13 +0100)]
`DocumentFragment.childElementCount` is not supported in IE11/Edge
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
Alexander Ebert [Tue, 6 Feb 2018 14:58:59 +0000 (15:58 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'
Tim Düsterhus [Mon, 5 Feb 2018 19:23:46 +0000 (20:23 +0100)]
Update .travis.yml to test with PHP 7.2
Tim Düsterhus [Mon, 5 Feb 2018 19:22:38 +0000 (20:22 +0100)]
Fix code style in WCFSetup.class.php
Tim Düsterhus [Mon, 5 Feb 2018 18:56:59 +0000 (19:56 +0100)]
Add check for MySQLnd to WCFSetup
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.
Alexander Ebert [Mon, 5 Feb 2018 17:56:18 +0000 (18:56 +0100)]
Fixed typo
Thanks `Refactor`!
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
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
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
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
Alexander Ebert [Mon, 5 Feb 2018 13:22:42 +0000 (14:22 +0100)]
Added warning when using ReCAPTCHA w/o a key
Marcel Werk [Mon, 5 Feb 2018 11:42:56 +0000 (12:42 +0100)]
Fixed missing margin in login form
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
Sascha Greuel [Mon, 5 Feb 2018 01:37:35 +0000 (02:37 +0100)]
Update default.manifest.json
woltlab.com [Sun, 4 Feb 2018 16:01:16 +0000 (17:01 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Sun, 4 Feb 2018 10:18:12 +0000 (11:18 +0100)]
Merge branch 'master' into formBuilder
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);`
jens1o [Sat, 3 Feb 2018 09:36:26 +0000 (10:36 +0100)]
remove unneccessary usage of `unset($string);`
Code cleanup, introduced with
13be5e885f85a5a878d9e2d8337af74c2ed8bbc1
Matthias Schmidt [Sat, 3 Feb 2018 08:21:31 +0000 (09:21 +0100)]
Merge branch '3.0'
Matthias Schmidt [Sat, 3 Feb 2018 08:14:52 +0000 (09:14 +0100)]
Merge branch '2.1' into 3.0
Matthias Schmidt [Sat, 3 Feb 2018 08:12:06 +0000 (09:12 +0100)]
Fire event for Google Maps authentication error
Close #2526
Joshua Rüsweg [Thu, 1 Feb 2018 11:57:13 +0000 (12:57 +0100)]
Remove workaround for omitting index.php in Page::getDisplayLink()
Joshua Rüsweg [Thu, 1 Feb 2018 11:55:19 +0000 (12:55 +0100)]
Fix omitting index.php for frontend links in the acp
Joshua Rüsweg [Thu, 1 Feb 2018 11:50:23 +0000 (12:50 +0100)]
Remove workaround for display links
Joshua Rüsweg [Thu, 1 Feb 2018 11:39:07 +0000 (12:39 +0100)]
Use forceFrontend parameter for frontend routes
Joshua Rüsweg [Thu, 1 Feb 2018 11:38:35 +0000 (12:38 +0100)]
Add forceFrontend parameter to force controller transformations for the frontend
Alexander Ebert [Thu, 1 Feb 2018 11:52:10 +0000 (12:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Feb 2018 11:13:01 +0000 (12:13 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 1 Feb 2018 11:12:30 +0000 (12:12 +0100)]
BBCode converters did not handle encoded HTML entities
Joshua Rüsweg [Wed, 31 Jan 2018 19:44:49 +0000 (20:44 +0100)]
Add missing class for inputs
Alexander Ebert [Wed, 31 Jan 2018 12:36:25 +0000 (13:36 +0100)]
Missing check for accessible versions
Alexander Ebert [Tue, 30 Jan 2018 21:01:09 +0000 (22:01 +0100)]
Run rewrite tests against each app
Closes #2523
Alexander Ebert [Tue, 30 Jan 2018 17:04:35 +0000 (18:04 +0100)]
Check permissions before displaying the "send mail" link
Alexander Ebert [Tue, 30 Jan 2018 16:30:26 +0000 (17:30 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Tue, 30 Jan 2018 16:29:49 +0000 (17:29 +0100)]
Convert rgba to hex using a white canvas
Fixes #2525
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
Marcel Werk [Tue, 30 Jan 2018 16:02:58 +0000 (17:02 +0100)]
Fixed parent page of the login form
Alexander Ebert [Tue, 30 Jan 2018 11:34:03 +0000 (12:34 +0100)]
Expand non-i18n value for system-type boxes
Alexander Ebert [Tue, 30 Jan 2018 10:11:28 +0000 (11:11 +0100)]
Experimental fix for a rendering issues with lists in Edge
Alexander Ebert [Mon, 29 Jan 2018 15:27:01 +0000 (16:27 +0100)]
Fixed use-statement order
See #2524