GitHub/WoltLab/WCF.git
Author Commit
2020-02-02 Tim DüsterhusAdd \wcf\getRequestId() to request information in SQL...
2020-02-01 Matthias SchmidtFix UserFormField value for empty fields
2020-01-31 Marcel WerkUse function_exists to check for disabled functions
2020-01-31 Marcel Werkuse global namespace for opcache functions to improve...
2020-01-31 Marcel WerkAdded check for disabled opcache functions
2020-01-30 Alexander EbertPreparing the release 5.2.2
2020-01-30 woltlab.comUpdating minified JavaScript files
2020-01-30 Alexander EbertMerge branch 'master' into next
2020-01-30 Alexander EbertIncorrect update path calculation if the only available...
2020-01-30 Marcel WerkChanged layout of amp images to responsive
2020-01-30 Marcel WerkFixed typo
2020-01-30 Marcel WerkMerge branch 'next' of https://github.com/WoltLab/WCF...
2020-01-30 Alexander EbertMerge pull request #3138 from netzhuffle/patch-2
2020-01-30 Marcel Werkremoved embedded videos from the dashboard to avoid...
2020-01-30 Alexander EbertDisable the user edit button if there are no accessible...
2020-01-30 Marcel WerkMerge branch 'next' of https://github.com/WoltLab/WCF...
2020-01-30 Marcel WerkFixed broken hover state of the share buttons
2020-01-30 Alexander EbertDisable `transform: translate` when entering fullscreen...
2020-01-29 Marcel WerkDesktop notifications could not be turned off in multi...
2020-01-29 Marcel WerkMerge branch 'next' of https://github.com/WoltLab/WCF...
2020-01-29 Marcel WerkFixed inconsistent button labeling
2020-01-29 Alexander EbertInclude the overlaying page header in position calculations
2020-01-29 Marcel WerkMerge branch 'next' of https://github.com/WoltLab/WCF...
2020-01-29 Marcel Werkremoved potentially unreachable link
2020-01-29 Alexander EbertPrevent changes to the visibility settings of system...
2020-01-28 Marcel WerkMerge branch 'master' into next
2020-01-28 Marcel WerkMerge branch '3.0'
2020-01-28 Marcel Werkfixed issue that embedded videos were not aligned to...
2020-01-27 Alexander EbertDeprecated string offset in Net_IDNA2 (PHP 7.4)
2020-01-26 Matthias SchmidtIgnore validation errors for existing int columns with...
2020-01-26 Matthias SchmidtFix smilies in wysiwyg form container for multiple...
2020-01-26 Matthias SchmidtUse UTC instead of server timezone in DateFormField
2020-01-26 Matthias SchmidtUse constants instead of hardcoded strings in DateFormField
2020-01-26 Matthias SchmidtFix validation of earliest and latest date in DateFormField
2020-01-26 Matthias SchmidtUpdate documentation of DateFormField::supportsTime()
2020-01-25 Matthias SchmidtFix reading existing poll's data in form builder
2020-01-25 Matthias SchmidtFix handling and validation of PollOptionsFormField...
2020-01-22 Tim DüsterhusMerge branch 'master' into next
2020-01-22 Olaf BraunFix retryAfter for EmailDeliveryBackgroundJob
2020-01-21 Alexander EbertOptional select fields were not optional because of...
2020-01-21 Alexander EbertExperimental adjustment of selections in the editor...
2020-01-20 Alexander EbertMisaligned caret in Safari 13+ using the invisible...
2020-01-20 Joshua RüswegFix revoking of user trophies
2020-01-20 Alexander EbertSelected text hidden in an element's overflow should...
2020-01-19 Alexander EbertThe space key should not collapse drop-downs attached...
2020-01-19 Alexander EbertSuppress pointer events for hidden dialogs
2020-01-16 Alexander EbertIncorrect link to the version history of articles
2020-01-16 Alexander EbertMerge branch 'master' into next
2020-01-16 Alexander EbertMerge branch '3.0'
2020-01-16 Alexander EbertAttempting to access an element that is not always...
2020-01-16 Alexander EbertMerge branch 'master' into next
2020-01-16 Alexander EbertMerge branch '3.0'
2020-01-16 Alexander Ebert`WCF::getAnchor()` already encodes HTML entities
2020-01-16 Alexander EbertTrim the usernames reported by `Ui/ItemList`.
2020-01-16 Jannis GrimmAdd &display=swap to Google Font request
2020-01-16 Alexander EbertValidate the access token using a strict regex pattern
2020-01-16 Alexander EbertProperly suppress links in the AttachmentBBCode when...
2020-01-15 Alexander EbertImproved detection of WebP files in PHP 7.0
2020-01-14 Alexander Ebert`IMAGETYPE_WEBP` is available since PHP 7.1 only
2020-01-12 Matthias SchmidtDo not use html variables in AbstractFormField::getHtml()
2020-01-11 Alexander EbertSuppress the option for i18n articles when there is...
2020-01-11 Matthias SchmidtAdd missing bracket in German phrase
2020-01-11 Matthias SchmidtAdd missing foreign keys for 3.1 updates
2020-01-10 Joshua RüswegFix adding reactions with multilingual title fields
2020-01-10 Marcel Werkfixed missing consideration of the box name in menu pip
2020-01-10 Marcel Werkbuttons in article view were too large
2020-01-09 Alexander EbertIncorrect version comparison
2020-01-09 Joshua RüswegFix codestyle
2020-01-09 Joshua RüswegPrevent duplicates in special trophy assignment
2020-01-08 Matthias SchmidtAdd helper method to add missing foreign keys for 3... 5.2.1
2020-01-08 Matthias SchmidtAdd missing foreign keys logs during table creation...
2020-01-08 Alexander EbertMissing file omitted by .gitignore
2020-01-08 Alexander EbertPreparing the release 5.2.1
2020-01-08 woltlab.comUpdating minified JavaScript files
2020-01-08 Alexander EbertThe owner group has always access to all groups
2020-01-06 Alexander EbertReject MySQL 8 < 8.0.14 due to a serious bug
2020-01-06 Alexander EbertMerge branch 'next' of github.com:WoltLab/WCF into...
2020-01-06 Alexander EbertDeploy the RoutingCacheBuilder at a later point during...
2020-01-06 Joshua RüswegFix incorrect usage of classList
2020-01-06 Alexander EbertIdempotent modification of the database
2020-01-06 Alexander EbertMerge branch 'master' into next
2020-01-06 Alexander EbertDeclare implicitly used property
2020-01-06 Alexander EbertMerge branch 'master' into next
2020-01-06 Alexander EbertMerge branch 'next' of github.com:WoltLab/WCF into...
2020-01-06 Alexander EbertIgnore empty XMLHttpRequests aborted by the browser...
2020-01-06 Alexander EbertMerge pull request #3130 from mutec/htaccessf1
2020-01-06 Alexander EbertMerge pull request #3131 from mutec/rewritetestf1
2020-01-05 Marcel WerkMerge branch 'master' into next
2020-01-05 Marcel WerkRemoved broken media provider
2020-01-05 Alexander EbertIncorrect deduction of activity points for revoked...
2020-01-05 Alexander EbertMoved the dialog to prevent interference with the dialo...
2020-01-05 Alexander EbertWorkaround for the search for objects matching multiple...
2020-01-05 mutecmake CoreRewriteTestAction available during offline...
2020-01-05 Marcel WerkMerge pull request #3129 from Krymonota/remove-paypal-try
2020-01-05 mutecfix htaccess generation
2020-01-05 NiklasRemove Turkish Lira from PayPal payment method
2020-01-04 Alexander EbertMerge branch 'master' into next
2020-01-04 Alexander EbertMerge pull request #3128 from WoltLab/mention-bogus...
2020-01-04 Matthias SchmidtFix legacy i18n value handling in i18n form fields
2020-01-04 Matthias SchmidtFix application of user limit in birthday box
next