GitHub/WoltLab/WCF.git
Author Commit
2018-02-11 Matthias SchmidtFix text validation in `TextFormField`
2018-02-11 Matthias SchmidtAdd `TForcedIdFormField`
2018-02-10 Matthias SchmidtFix typo in exception text
2018-02-10 Matthias SchmidtAdd form field to disable objects
2018-02-10 Matthias SchmidtAdd possibility to require label for form fields
2018-02-10 Matthias SchmidtMerge branch 'next' into formBuilder
2018-02-10 Matthias SchmidtAdd description form field
2018-02-10 Matthias SchmidtAdd title form field
2018-02-10 Matthias SchmidtFix form builder issues with IDE autocompletion
2018-02-10 Matthias SchmidtAdd wysiwyg form field
2018-02-10 Matthias SchmidtAdd missing interface implementation and trait usage...
2018-02-10 Matthias SchmidtAdd validation methods to maximum/minimum length form...
2018-02-10 Tim DüsterhusReplace security critical uses of StringUtil::getRandomID()
2018-02-10 Tim DüsterhusUse unicode literal in StringUtil
2018-02-10 Tim DüsterhusFix typo in CryptoUtil
2018-02-10 Tim DüsterhusBump minimum PHP version to 7.0.22
2018-02-10 Tim DüsterhusReplace CryptoUtil::randomBytes() with \random_bytes
2018-02-10 Tim DüsterhusDeprecated CryptoUtil::randomInt()
2018-02-10 Tim DüsterhusReplace CryptoUtil::secureCompare() with hash_equals()
2018-02-10 Matthias SchmidtUpdate minimal PHP version in travis file
2018-02-10 Matthias SchmidtRemove case for PHP < 7 in `ExceptionLogViewPage`
2018-02-10 Matthias SchmidtMerge branch 'next' into formBuilder
2018-02-10 Matthias SchmidtUse `(int)` for "internal casts" (2)
2018-02-10 Tim DüsterhusRemove catching of Exception when Throwable is being...
2018-02-10 Matthias SchmidtAdd `declare(strict_types=1);` to form builder files
2018-02-10 Matthias SchmidtMerge branch 'next' into formBuilder
2018-02-10 Matthias SchmidtUse `(int)` for "internal casts"
2018-02-10 Matthias SchmidtMerge branch 'master' into next
2018-02-10 Matthias SchmidtFix issues due to strict types
2018-02-10 Tim DüsterhusMerge branch '3.0'
2018-02-10 Tim DüsterhusFix stack trace handling with resources in parameters
2018-02-10 Matthias SchmidtAdd `declare(strict_types=1);`
2018-02-10 Matthias SchmidtUpdate README file to version 3.2
2018-02-10 Alexander EbertPreparing release 3.0.12 3.0.12
2018-02-10 Matthias SchmidtAdd missing calls of parent method in `populate()`...
2018-02-10 Matthias SchmidtAdd and use `IObjectTypeFormField` and `TObjectTypeForm...
2018-02-09 woltlab.comUpdating minified JavaScript files
2018-02-09 Alexander EbertAvoid incorrect selection handling w/o a selection
2018-02-09 Alexander EbertAvoid incorrect selection handling w/o a selection
2018-02-08 Matthias SchmidtDisable space after braces sniff for now because of...
2018-02-08 Matthias SchmidtAdd missing parameter type declarations in form builder API
2018-02-08 Matthias SchmidtAdd scalar parameter type declarations and method retur...
2018-02-08 Alexander EbertBumped release date, adjusted update instructions 3.1.0_RC_3
2018-02-08 Marcel WerkFixed missing marking of required input fields in conta...
2018-02-08 Matthias SchmidtFix import order
2018-02-08 Matthias SchmidtAdd missing and remove obsolete method from `TagFormField`
2018-02-08 Matthias SchmidtAdd missing return value of form fields' `loadValueFrom...
2018-02-08 Matthias SchmidtAdd form field for tags
2018-02-07 Matthias SchmidtMerge branch 'master' into formBuilder
2018-02-07 Matthias SchmidtRemove unused imports
2018-02-07 Matthias SchmidtUpdate methods' throws tags
2018-02-07 Matthias SchmidtFix type documentation issues
2018-02-07 Matthias SchmidtMerge branch '3.0'
2018-02-07 Matthias SchmidtMerge branch '2.1' into 3.0
2018-02-07 Matthias SchmidtFix method documentation issues
2018-02-07 Matthias SchmidtFix permission check in `UserContentAction::validateBul...
2018-02-07 woltlab.comUpdating minified JavaScript files
2018-02-07 Alexander EbertIE11 does not expose `DocumentFragment.children`
2018-02-07 Alexander EbertImport new variables when updating styles
2018-02-07 Alexander EbertPreparing release 3.1.0 RC 3
2018-02-07 woltlab.comUpdating minified JavaScript files
2018-02-07 Alexander Ebert`DocumentFragment.childElementCount` is not supported...
2018-02-06 Alexander EbertExperimental work-around for the margin-hit detection...
2018-02-06 Alexander EbertMerge remote-tracking branch 'refs/remotes/origin/3.0'
2018-02-05 Tim DüsterhusUpdate .travis.yml to test with PHP 7.2
2018-02-05 Tim DüsterhusFix code style in WCFSetup.class.php
2018-02-05 Tim DüsterhusAdd check for MySQLnd to WCFSetup
2018-02-05 Tim DüsterhusUse unicode character properties for URL slugs
2018-02-05 Alexander EbertFixed typo
2018-02-05 Alexander EbertOutdent in Firefox did not work for nested items with...
2018-02-05 Alexander EbertOutdenting nested list caused the list item to escape...
2018-02-05 Alexander EbertMerge remote-tracking branch 'refs/remotes/origin/3.0'
2018-02-05 Alexander EbertMerge remote-tracking branch 'refs/remotes/origin/2...
2018-02-05 Alexander EbertAdded warning when using ReCAPTCHA w/o a key
2018-02-05 Marcel WerkFixed missing margin in login form
2018-02-05 Alexander EbertMerge pull request #2530 from SoftCreatR/patch-6
2018-02-05 Sascha GreuelUpdate default.manifest.json
2018-02-04 woltlab.comUpdating minified JavaScript files
2018-02-04 Matthias SchmidtMerge branch 'master' into formBuilder
2018-02-03 Alexander EbertMerge pull request #2527 from jens1o/jens1o-remove...
2018-02-03 jens1oremove unneccessary usage of `unset($string);`
2018-02-03 Matthias SchmidtMerge branch '3.0'
2018-02-03 Matthias SchmidtMerge branch '2.1' into 3.0
2018-02-03 Matthias SchmidtFire event for Google Maps authentication error
2018-02-01 Joshua RüswegRemove workaround for omitting index.php in Page::getDi...
2018-02-01 Joshua RüswegFix omitting index.php for frontend links in the acp
2018-02-01 Joshua RüswegRemove workaround for display links
2018-02-01 Joshua RüswegUse forceFrontend parameter for frontend routes
2018-02-01 Joshua RüswegAdd forceFrontend parameter to force controller transfo...
2018-02-01 Alexander EbertMerge branch 'master' of github.com:WoltLab/WCF
2018-02-01 Alexander EbertMerge remote-tracking branch 'refs/remotes/origin/3.0'
2018-02-01 Alexander EbertBBCode converters did not handle encoded HTML entities
2018-01-31 Joshua RüswegAdd missing class for inputs
2018-01-31 Alexander EbertMissing check for accessible versions
2018-01-30 Alexander EbertRun rewrite tests against each app
2018-01-30 Alexander EbertCheck permissions before displaying the "send mail...
2018-01-30 Alexander EbertMerge remote-tracking branch 'refs/remotes/origin/3.0'
2018-01-30 Alexander EbertConvert rgba to hex using a white canvas
2018-01-30 Marcel WerkMerge remote-tracking branch 'refs/remotes/origin/3.0'
2018-01-30 Marcel WerkFixed parent page of the login form
next