GitHub/WoltLab/WCF.git
Author Commit
2022-12-05 mutecfix phpdoc of `SessionEditor::create()`
2022-12-05 mutecfix phpdoc of `Redis::info()`
2022-12-05 mutecfix phpdoc of `ViewableArticle::$unreadArticlesByCategory`
2022-12-01 Alexander EbertMerge pull request #5155 from WoltLab/css-variables
2022-11-30 Alexander EbertReplace inline CSS variables with global values
2022-11-30 Alexander EbertFix the calculation of the ACP page content offset
2022-11-30 Alexander EbertReplace inline SCSS variables with native CSS variables
2022-11-30 Alexander EbertReplace usage of `opacify()` and `transparentize()...
2022-11-30 Alexander EbertReplace SCSS variables with CSS variables
2022-11-30 Alexander EbertExport style colors as plain RGB values
2022-11-30 Alexander EbertUpdate the compiled JS artifacts
2022-11-30 Alexander EbertRemove the API version on upgrade
2022-11-30 Alexander EbertRemove the support for style API versions
2022-11-30 Alexander EbertMerge pull request #5154 from WoltLab/desktop-notificat...
2022-11-30 Marcel WerkShow alt tags of images in desktop notifications
2022-11-30 Marcel WerkMerge pull request #5153 from WoltLab/details-tag-in...
2022-11-30 Alexander EbertMerge pull request #4963 from WoltLab/reaction-summary
2022-11-30 Alexander EbertLazily initialize the reaction summary
2022-11-30 Alexander EbertMigrate to the new dialog API
2022-11-30 Alexander EbertUse actual private properties and methods
2022-11-30 Alexander EbertMinor code clean-up
2022-11-30 Marcel WerkFix Database::getInsertID() return type PHPDoc
2022-11-30 Marcel WerkAdd compiled js
2022-11-30 Marcel WerkAdd missing definitions
2022-11-30 Marcel WerkAdd preload for language variable
2022-11-30 Marcel WerkUse light dom instead of the shadow dom
2022-11-30 Marcel WerkRename web component to new naming scheme
2022-11-30 Marcel WerkAdd highlighting for selected reaction
2022-11-30 Marcel WerkAdd web component for reaction summary
2022-11-29 Marcel WerkAdd default styling for <summary> HTML tag
2022-11-29 Marcel WerkUse <details> HTML tag for toggleable content in except...
2022-11-28 Alexander EbertMerge pull request #5147 from WoltLab/search-index...
2022-11-28 Alexander EbertMark the context aware API as experimental
2022-11-28 Tim DüsterhusMerge pull request #5149 from WoltLab/output-buffer...
2022-11-28 Tim DüsterhusClean out any default output buffers
2022-11-28 Tim DüsterhusUse array-shape as the return type for ISearchEngine...
2022-11-28 Tim DüsterhusUpdate to cuyz/valinor 1.0.x
2022-11-28 Tim DüsterhusMerge pull request #5144 from WoltLab/package-update...
2022-11-26 Alexander EbertAdd `SearchEngine::isContextAware()`
2022-11-25 Alexander EbertFix the use of the context filter
2022-11-25 Alexander EbertAdd support for context filters when querying the searc...
2022-11-25 Alexander EbertAdd prototype for a search index that is aware of a...
2022-11-25 Tim DüsterhusPass the update instructions as a parameter to buildPlu...
2022-11-25 Tim DüsterhusUpdate the pending packages after the plugin nodes...
2022-11-25 Tim DüsterhusSlightly reorder assignments in PackageInstallationNode...
2022-11-25 Tim DüsterhusMove the retrieval of the instructions to the top of...
2022-11-25 Tim DüsterhusMake updates/installations explicit in package audit log
2022-11-25 Tim DüsterhusUse PackageInstallationDispatcher::getPackage() in...
2022-11-25 Tim DüsterhusUnify the querying of the “action” in PackageInstallati...
2022-11-25 Tim DüsterhusMake PackageInstallationDispatcher::$archive protected
2022-11-25 Tim DüsterhusMake PackageInstallationDispatcher::$package protected
2022-11-25 Tim DüsterhusMake `PackageInstallationNodeBuilder::$pendingPackages...
2022-11-25 Tim DüsterhusImprove formatting in PackageInstallationNodeBuilder
2022-11-25 Tim DüsterhusAdd support for `<void/>` instructions to PackageManifest
2022-11-25 Tim DüsterhusMerge branch '5.5'
2022-11-25 Tim DüsterhusMerge pull request #5142 from WoltLab/php-ddl-index...
2022-11-25 Tim DüsterhusFix validation of changed indices in PHP DDL
2022-11-25 Tim DüsterhusMerge branch '5.5'
2022-11-24 Alexander EbertRelease 5.5.7 5.5.7
2022-11-24 Tim DüsterhusMerge branch '5.5'
2022-11-24 Tim DüsterhusUpdate list of deleted phrases
2022-11-24 Alexander EbertThe `$value` for `getSearchFormElement()` is nullable
2022-11-24 Alexander EbertRevert "`getSearchFormElement()` expects a string for...
2022-11-24 Tim DüsterhusMerge pull request #5143 from WoltLab/require-absolute...
2022-11-24 Tim DüsterhusUse absolute paths in require() calls during script...
2022-11-23 Tim DüsterhusMerge pull request #5140 from WoltLab/error-reporting-all
2022-11-23 Tim DüsterhusForce enable E_ALL error_reporting
2022-11-22 Alexander EbertFix the icon name
2022-11-22 Alexander EbertAdd proper types to `ACPSearchResultList`
2022-11-22 Alexander EbertLocalize the hour values using `Intl`
2022-11-22 Alexander EbertMerge branch 'master' of https://github.com/WoltLab/WCF
2022-11-22 Alexander EbertSet the weekdays using the values from Intl
2022-11-22 Tim DüsterhusUpdate composer dependencies
2022-11-22 Alexander EbertAdd the helper phrase for the first day of the week
2022-11-22 Alexander EbertRely on `Intl.DateTimeFormat` for regular date and...
2022-11-22 Tim DüsterhusSupport dynamic phrases for rebuild worker name / descr...
2022-11-22 Tim DüsterhusMerge pull request #5130 from WoltLab/rebuild-worker
2022-11-22 Tim DüsterhusReduce logic duplication in RegisteredWorker
2022-11-22 Tim DüsterhusImprove code clarity in RebuildWorkerCollecting event
2022-11-22 Tim DüsterhusImprove order of rebuild workers
2022-11-22 Tim DüsterhusDrop phrases for deleted rebuild worker
2022-11-22 Tim DüsterhusMigrate the existing rebuild worker registration into...
2022-11-22 Tim DüsterhusStore the EventHandler in a local variable in the boots...
2022-11-22 Tim DüsterhusAllow programmatically collecting rebuild workers
2022-11-22 Tim DüsterhusMerge branch '5.5'
2022-11-22 Tim DüsterhusMerge pull request #5137 from WoltLab/store-code-refresh
2022-11-22 Tim DüsterhusMerge pull request #5133 from WoltLab/i18n-form-field...
2022-11-22 Tim DüsterhusMerge branch '5.5'
2022-11-22 Tim DüsterhusUpdate to TypeScript 4.9
2022-11-22 Tim DüsterhusUpdate eslint npm dependency
2022-11-22 Tim DüsterhusRefresh the package database in Package/QuickInstallati...
2022-11-21 Tim DüsterhusFix TI18nFormField if only one language is active
2022-11-21 Tim DüsterhusFix DevtoolsInstallPackageAction
2022-11-21 Tim DüsterhusUpdate esbuild npm dependency
2022-11-21 Tim DüsterhusMerge branch '5.5'
2022-11-21 Tim DüsterhusUpdate eslint npm dependency
2022-11-21 Tim DüsterhusMerge branch '5.5'
2022-11-21 Tim DüsterhusFix erroneous encoding of ampersands in HtmlInputProces...
2022-11-18 Alexander EbertRemove the dialog from the DOM after it has been closed
2022-11-18 Alexander EbertAdd support for async callbacks in `validate`
next