DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:releases

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:releases [2023-10-21 17:16] Klap-indevel:releases [2024-02-17 23:51] (current) Klap-in
Line 13: Line 13:
 [[devel:develonly]] [[devel:develonly]]
  
-^ Date      ^ Change     ^ Submit    ^ Affects    ^ + 
-2023‑04-04  | ... | [[pr>3115]] |     +^ Change     ^ Submit    ^ Affects    ^ 
-2023‑04-04  | ... | [[pr>3115]] |     |+FIXME ... | [[pr>3115]] |  | 
 +| FIXME ... | [[pr>4085]] | | 
 + 
 +Suggestions for refactoring and updating of your code of plugins: [[devel:releases:refactor2024]] (needs update). 
 + 
 +Github issue tracker:  
 +  * x [[https://github.com/dokuwiki/dokuwiki/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2024-02-06..2026-04-04|issues closed]] 
 +  * x [[https://github.com/dokuwiki/dokuwiki/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2024-02-06..2026-04-04+is%3Apr+-author%3Adokuwiki-translate|Pull Requests merged (excluding translations)]] 
 +  * x [[https://github.com/dokuwiki/dokuwiki/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2024-02-06..2026-04-04+is%3Apr+author%3Adokuwiki-translate|Translation Pull Requests merged]] 
 +Old bug tracker: [[https://bugs.dokuwiki.org|Read-only]] 
 +  * All git commits of [[https://github.com/dokuwiki/dokuwiki/compare/release-2024-02-06...release-2024-02-06|Kaos vs Kaos release]] FIXME 
 + 
 +==== Release Winter 2024 “Kaos” ==== 
 + 
 +^ Change     ^ Submit    ^ Affects    ^ 
 +|  | [[pr>3115]] |  
 +FIXME | [[pr>3115]] |  | 
 +| Cache: Imports may not be named like local classes | [[github>7a9c51a02e7db6a472b4afebfd75357bd20906fe|7a9c51a]] | Cache | 
 +| Show update message in Extension Manager if available | [[pr>4172]] | Extension Manager 
 +| Feed creation refactoring | [[pr>4156]] [[pr>4191]] | Feed | 
 +| Adjust php.net url | [[pr>4150]] |  | 
 +| Correctly escape comments in user names. Might **affect** some cases with not-escaped ''#'' or comments in the ''users.auth.php''. Needs manually fix by escaping ''#'' as ''\#''. | [[pr>4138]] | #-character in user file | 
 +| More resilence when talking to plugin repo. | [[pr>4136]] |  | 
 +| Complete [[devel:remote API]] RefactoringIntroduces [[devel:jsonrpc|JSON-RPC]] apiJSON-RPC is now **recommended** over XML-RPC. See also [[https://www.patreon.com/posts/better-remote-96036243|blog]]. | [[pr>4134]] |  | 
 +| Automatically prune old logs. The setting [[config:logretain]] defaults to keep a log for 3 days. | [[pr>4127]] | Logs | 
 +| Upgrade to phpseclib Version 3.\\ Logout if exceptions occur. | [[pr>4115]] [[pr>4198]] | encryption/ decryption | 
 +| Add support for X-Forwarded-Host proxy header, checks also [[config:trustedproxy]]. | [[pr>4104]] | Proxy | 
 +| Don't break config manager if plugin renderer fails to load | [[pr>4085]] | | 
 +| strip any trailing dots when resolving IDs | [[pr>4074]] |     
 +| Refactor mode of Changelog | [[pr>4071]] |     | 
 +| Use str_starts_with/str_ends_with() | [[pr>4061]] [[pr>4062]] |     | 
 +| Refactor autoloading. Do not autoload disabled plugins. Register composer autoloaders for plugins. | [[pr>4059]] |     | 
 +| Code smell/style changes | [[pr>4049]] [[pr>4050]] [[pr>4073]] |     | 
 +| Use Rector to autofix code smell. Applies many improvements and reformatting\\ ''ptln()'' **deprecated**| [[pr>4045]] [[pr>4107]] [[pr>4112]]  [[pr>4116]]  [[pr>4123]]  [[pr>4159]]  [[pr>4163]]  [[pr>4165]]  [[pr>4176]] [[pr>4181]] [[github>a5550469279230ee8ad6411ddd1938f5aebffdbc|a555046]] | Codestyle    | 
 +| Close curid span correctly | [[pr>4042]] |     | 
 +| Ensure plugin.info.txt data is complete | [[pr>4036]] [[pr>4183]] | Extensions without template/plugin.info.txt | 
 +| Fix no error message was shown on input errors in the config manager| [[pr>4034]] |     | 
 +| ldap: do not crash if gidnumber is not present | [[pr>4016]] |     | 
 +| Prevent double escaping of HTML form labels | [[pr>4008]] | Form::addLabelHTML()   | 
 +| Set SameSite=Lax Cookie Attribute | [[pr>3994]] |     | 
 +| Enforce content type on XML-RPC. | [[pr>3993]] |     | 
 +| Remove link, because it is wrongly cached for once existed pages. | [[pr>3981]] [[github>ec2224d941b26a4b80fc629c6a6e5e728cf3d9b3|ec2224d]] |     | 
 +| Fix XSS in RSS syntax | [[pr>3967]] |     | 
 +| Avoid flicker when highlighting a section. No rerendering which would reload e.g. videos as well| [[pr>3957]] |     | 
 +| Fix PHP8 deprecated warnings | [[pr>3947]] [[pr>3983]] [[pr>3985]] [[pr>4016]] [[pr>4178]]|     | 
 +| HttpClient: use microtime(true) directly | [[pr>3941]] |     | 
 +| Support SVG logo in dokuwiki template. Height of logo is now fixed, override in [[devel:css#user_styles|userstyle]] if other size is desired. | [[pr>3938]] [[github>71808afbef7727eb3440365c666a164db1be1b8e|71808af]] | Size logo   |
  
 Suggestions for refactoring and updating of your code of plugins: [[devel:releases:refactor2023]] (needs update). Suggestions for refactoring and updating of your code of plugins: [[devel:releases:refactor2023]] (needs update).
  
 Github issue tracker:  Github issue tracker: 
-  * [[https://github.com/dokuwiki/dokuwiki/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2023-04-04..2025-04-04|issues closed]] +  * 68 [[https://github.com/dokuwiki/dokuwiki/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+closed%3A2023-04-04..2024-02-06|issues closed]] 
-  * [[https://github.com/dokuwiki/dokuwiki/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2023-04-04..2025-04-04+is%3Apr+-author%3Adokuwiki-translate|Pull Requests merged (excluding translations)]] +  * 65 [[https://github.com/dokuwiki/dokuwiki/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2023-04-05..2024-02-06+is%3Apr+-author%3Adokuwiki-translate|Pull Requests merged (excluding translations)]] 
-  * [[https://github.com/dokuwiki/dokuwiki/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2023-04-04..2025-04-04+is%3Apr+author%3Adokuwiki-translate|Translation Pull Requests merged]]+  * 43 [[https://github.com/dokuwiki/dokuwiki/pulls?utf8=%E2%9C%93&q=is%3Aclosed+merged%3A2023-04-04..2024-02-06+is%3Apr+author%3Adokuwiki-translate|Translation Pull Requests merged]]
 Old bug tracker: [[https://bugs.dokuwiki.org|Read-only]] Old bug tracker: [[https://bugs.dokuwiki.org|Read-only]]
 +  * All git commits of [[https://github.com/dokuwiki/dokuwiki/compare/release-2023-04-04...release-2024-02-06|Kaos vs Jack Jackrum release]]
  
 ==== Release Spring 2023 “Jack Jackrum” ==== ==== Release Spring 2023 “Jack Jackrum” ====
devel/releases.1697901380.txt.gz · Last modified: 2023-10-21 17:16 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki