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

carstenklapp--- via phpwiki-checkins <[email protected]> Sun, 02 Mar 2025 22:13:57 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 11178
          http://sourceforge.net/p/phpwiki/code/11178
Author:   carstenklapp
Date:     2025-03-02 22:13:57 +0000 (Sun, 02 Mar 2025)
Log Message:
-----------
Updated for most recent patches to prepare for release.

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

Modified: trunk/pgsrc/ReleaseNotes
===================================================================
--- trunk/pgsrc/ReleaseNotes	2025-03-02 22:12:22 UTC (rev 11177)
+++ trunk/pgsrc/ReleaseNotes	2025-03-02 22:13:57 UTC (rev 11178)
@@ -16,7 +16,8 @@
 * 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: Improved password encryption and random pw generation.
+* passencrypt.php and configurator.php: Improved password encryption and
+  random pw 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
@@ -53,18 +54,20 @@
   - 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.
+  - Added summary page counts to page dumping.
+  - Dumping no longer overwrites existing files.
   - **Fixed broken Merge edit** functionality when loading dumps, also added
     diff preview. This means themes using custom editpage.tmpl need to be
     updated with new ##$EDITING_OLD_REVISION_MESSAGE## variable.
   - Date of files dumped now set to match page date in wiki.
-  - <strike>Fix some metadata not being applied to database when loading pages.</strike>
-* configurator.php is now in a less-broken state. Useable but needs more work.
+* configurator.php now comments out most values that are defaults. Added
+  automatically suggested paths for Windows users.
 * New: Show a nice diff preview when editing a page if there is an edit
   conflict.
 * New: Prevent diff markers from being rendered as markup when editing a
   conflict or merging a dumpload.
 * **Important bugfix:** Fixed users unexpectedly being logged out. Affected
-  flatfile database and probably other db types also. Improved by sanity
+  flatfile database and possibly other db types also. Improved by sanity
   checking of database global timestamp.
 
 == 1.6.4 2024-03-13 Marc-Etienne Vargenau, Christof Meerwald ==

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