Release Preparations for 2024-02-06a "Kaos"#4207
Merged
Merged
Conversation
This reverts an optimization introduced in bcaec9f The number of elements in $this->tableCalls may change during the loop, so they need to be recounted on every step. To protect it from being "optimized" again, the loop was changed into a while loop. Ultimately it should be checked if this method could be optimized in another way.
As explained here: #4191
fix overeager optimization in Table handler. fixes #4186
fix logo aspect ratio and printing. fixes #4187
Reintroduce the FEED_DATA_PROCESS event
wiki.getAllPages and dokuwiki.getPagelist differed in how the last modification timestamp was communicated. This should fix splitbrain/dokuwiki-plugin-sync#70
This should fix #4198
For compatibility reasons we let our old `cache` class inherit from `dokuwiki\Cache\Cache` but `cache` equals `Cache`. At least on some PHP versions? I did not see any problem on my local machine running PHP 8.2 but the problem was visible on a machine running 8.1.27
This makes feed.php use the correct methods for setting the feed type and content-type header. It also adds the missing type definition for RSS 1.0
gracefully handle decryption errors
use correct FeedOptions methods. fixes #4203
Collaborator
|
@bug will you do the final dance again? 🙏 |
Collaborator
|
Of course I will. The message update is done and the announces are out on IRC and the mailing list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With accepting this PR, the stable branch will be updated and the whole release and
deployment process will be triggered.
If you're not happy with the contents of this PR, please close it, delete the branch,
fix stuff and trigger the workflow again.
Before merging this PR, make sure that:
masterbranch (tests are not executed on PRs created in workflows)stableintoold-stablefirstAfter merging, the release workflow will be triggered automatically.
After this is done, you need to do the following things manually: