From: <var...@us...> - 2022-01-12 13:35:44
|
Revision: 10886 http://sourceforge.net/p/phpwiki/code/10886 Author: vargenau Date: 2022-01-12 13:35:42 +0000 (Wed, 12 Jan 2022) Log Message: ----------- Better handling of theme change in ~UserPreferences. Modified Paths: -------------- trunk/locale/it/pgsrc/NoteDiRilascio trunk/pgsrc/ReleaseNotes Modified: trunk/locale/it/pgsrc/NoteDiRilascio =================================================================== --- trunk/locale/it/pgsrc/NoteDiRilascio 2022-01-12 12:19:57 UTC (rev 10885) +++ trunk/locale/it/pgsrc/NoteDiRilascio 2022-01-12 13:35:42 UTC (rev 10886) @@ -1,4 +1,4 @@ -Date: Mon, 3 Jan 2022 11:57:23 +0000 +Date: Wed, 12 Jan 2022 14:33:19 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=NoteDiRilascio; @@ -16,11 +16,12 @@ === Fixes === * Make list of pages work with PDO (~AllPages, ~MostPopular...) * blog theme improved +* Better handling of theme change in ~UserPreferences. === Changes === * Remove ADODB DATABASE_TYPE. Use SQL (Pear) or PDO. * Add “Rename” tab in Sidebar theme. -* Page locking and unlocking is now saved in page history. +* Page locking and unlocking is now saved in page history (in Edit mode). * Add sample images for ~PhotoAlbum in blog theme. * Remove EDITING_POLICY * Remove ENABLE_XHTML_XML Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2022-01-12 12:19:57 UTC (rev 10885) +++ trunk/pgsrc/ReleaseNotes 2022-01-12 13:35:42 UTC (rev 10886) @@ -1,4 +1,4 @@ -Date: Mon, 3 Jan 2022 11:57:23 +0000 +Date: Wed, 12 Jan 2022 14:33:19 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -16,11 +16,12 @@ === Fixes === * Make list of pages work with PDO (~AllPages, ~MostPopular...) * blog theme improved +* Better handling of theme change in ~UserPreferences. === Changes === * Remove ADODB DATABASE_TYPE. Use SQL (Pear) or PDO. * Add “Rename” tab in Sidebar theme. -* Page locking and unlocking is now saved in page history. +* Page locking and unlocking is now saved in page history (in Edit mode). * Add sample images for ~PhotoAlbum in blog theme. * Remove EDITING_POLICY * Remove ENABLE_XHTML_XML This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |