SF.net SVN: phpwiki:[11190] trunk/pgsrc/ReleaseNotes

vargenau--- via phpwiki-checkins <[email protected]> Mon, 17 Mar 2025 11:25:08 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11190
          http://sourceforge.net/p/phpwiki/code/11190
Author:   vargenau
Date:     2025-03-17 11:25:07 +0000 (Mon, 17 Mar 2025)
Log Message:
-----------
Update ReleaseNotes

Modified Paths:
--------------
    trunk/pgsrc/ReleaseNotes

Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025-03-17 11:16:19 UTC (rev 11189)
+++ trunk/pgsrc/ReleaseNotes	2025-03-17 11:25:07 UTC (rev 11190)
@@ -9,33 +9,33 @@
 
 <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>>
 
-== 1.6.5 2025-XX-XX Marc-Etienne Vargenau, Carsten Klapp ==
+== 1.6.5 2025-03-17 Marc-Etienne Vargenau, Carsten Klapp ==
 
-CarstenKlapp strikes back!
+Carsten Klapp strikes back!
 
 * Upgrade PEAR to release 1.10.16, PEAR DB to release 1.12.2
 * Readme for basic Windows 11 install instructions.
-* Complete rewrite of ~SpaceWiki theme using modern css.
-* passencrypt.php and configurator.php: Improved password encryption and
-  random pw generation. Use newer password_hash function when available.
+* Complete rewrite of ~SpaceWiki theme using modern CSS.
+* ##passencrypt.php## and ##configurator.php##: Improved password encryption and
+  random password generation. Use newer ##password_hash## function when available.
   Added copy to clipboard buttons.
 * Updated ##.htaccess## files to work with Apache 2.4. Will still work with
   older versions but requires mod_version module which is available in
   Apache 2.0.56 and later.
-* Minor updates to Hawaiian theme and Portland theme.
+* Minor updates to Hawaiian and Portland themes.
 * Fixed MacOSX theme buttons not loading, other visual improvements and
   RecentChanges uses a table now.
 * Improved formatting output for debugging, adjusted code for themes
   which depend on default theme. Added signature template. This can be
-  disabled by adding this line to themeinfo.php:
+  disabled by adding this line to ##themeinfo.php##:
   ##$this->addImageAlias('signature', false);##
 * Added 404 error to ~HttpClient.php which is displayed now in
-  ~PhotoAlbumPlugin. Removed url of defunct example website that broke
+  ~PhotoAlbumPlugin. Removed URL of defunct example website that broke
   PhpWikiManual.
 * **Important bugfix for PHP 8.3 and newer:** Fixed garbled display of pages
   due to deprecated errors. Also try harder to suppress deprecated errors on
   all PHP versions. Set ##DEBUG=2## in ##config.ini## to view deprecated
-  errors, and ##DEBUG=1## for basic errors. Added hooks for css formatting of
+  errors, and ##DEBUG=1## for basic errors. Added hooks for CSS formatting of
   deprecated errors.
 * Improvements and bugfixes to loading and saving pages to filedumps:
   - fixed download of individual dump files stalling in chrome (must always
@@ -43,7 +43,7 @@
   - fixed page lock status not always loading, especially for virgin wiki.
   - Security: Prevented unlocking existing page when loading dumped file
     without lock flag.
-  - Security: Page hits and acl are only loaded when page doesn't exist in
+  - Security: Page hits and ACL are only loaded when page doesn't exist in
     database. To do a complete restore of a page, delete it first.
   - Fixed page metadata changes incorrectly being applied to database when
     attempting to load a file and it was skipped.
@@ -52,8 +52,8 @@
   - Added dumpsvn action, mainly for developers and translators of pgsrc files.
   - Fixed filenames sometimes not being urlencoded properly.
   - Improved filtering of unknown page metadata being loaded into database.
-  - Dumped pages now use unix line endings instead of windows. Import of files
-    with windows line endings should still work.
+  - Dumped pages now use Unix line endings instead of Windows. Import of files
+    with Windows line endings should still work.
   - Added summary page counts to page dumping.
   - Dumping no longer overwrites existing files.
   - **Fixed broken Merge edit** functionality when loading dumps, also added

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.