<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/phpwiki/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/phpwiki/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 05 May 2025 19:30:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpwiki/news/feed.rss" rel="self" type="application/rss+xml"/><item><title> PhpWiki 1.6.6 released </title><link>https://sourceforge.net/p/phpwiki/news/2025/05/-phpwiki-166-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix release&lt;br/&gt;
* Fix PDO SQL syntax (patch by Christof Meerwald)&lt;br/&gt;
* Default value for font-family; minor CSS improvements&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Mon, 05 May 2025 19:30:05 -0000</pubDate><guid>https://sourceforge.net3a395772c92abe0ed001fd152f7c95b04e4c1c5d</guid></item><item><title> PhpWiki 1.6.5 released </title><link>https://sourceforge.net/p/phpwiki/news/2025/03/-phpwiki-165-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix release.&lt;/p&gt;
&lt;p&gt;Carsten Klapp strikes back!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Upgrade PEAR to release 1.10.16, PEAR DB to release 1.12.2&lt;/li&gt;
&lt;li&gt;Readme for basic Windows 11 install instructions.&lt;/li&gt;
&lt;li&gt;Complete rewrite of SpaceWiki theme using modern CSS.&lt;/li&gt;
&lt;li&gt;passencrypt.php and configurator.php: Improved password encryption and random password generation. Use newer password_hash function when available. Added copy to clipboard buttons.&lt;/li&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;li&gt;Minor updates to Hawaiian and Portland themes.&lt;/li&gt;
&lt;li&gt;Fixed MacOSX theme buttons not loading, other visual improvements and RecentChanges uses a table now.&lt;/li&gt;
&lt;li&gt;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: $this-&amp;gt;addImageAlias('signature', false);&lt;/li&gt;
&lt;li&gt;Added 404 error to HttpClient.php which is displayed now in PhotoAlbumPlugin. Removed URL of defunct example website that broke PhpWikiManual.&lt;/li&gt;
&lt;li&gt;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 deprecated errors.&lt;/li&gt;
&lt;li&gt;Improvements and bugfixes to loading and saving pages to filedumps:&lt;ul&gt;
&lt;li&gt;fixed download of individual dump files stalling in chrome (must always click resume).&lt;/li&gt;
&lt;li&gt;fixed page lock status not always loading, especially for virgin wiki.&lt;/li&gt;
&lt;li&gt;Security: Prevented unlocking existing page when loading dumped file without lock flag.&lt;/li&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;li&gt;Fixed page metadata changes incorrectly being applied to database when attempting to load a file and it was skipped.&lt;/li&gt;
&lt;li&gt;When a file is loaded the status now reports the loaded page lock status.&lt;/li&gt;
&lt;li&gt;Removed invalid http headers.&lt;/li&gt;
&lt;li&gt;Added dumpsvn action, mainly for developers and translators of pgsrc files.&lt;/li&gt;
&lt;li&gt;Fixed filenames sometimes not being urlencoded properly.&lt;/li&gt;
&lt;li&gt;Improved filtering of unknown page metadata being loaded into database.&lt;/li&gt;
&lt;li&gt;Dumped pages now use Unix line endings instead of Windows. Import of files with Windows line endings should still work.&lt;/li&gt;
&lt;li&gt;Added summary page counts to page dumping.&lt;/li&gt;
&lt;li&gt;Dumping no longer overwrites existing files.&lt;/li&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;li&gt;Date of files dumped now set to match page date in wiki.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;configurator.php now comments out most values that are defaults. Added automatically suggested paths for Windows users.&lt;/li&gt;
&lt;li&gt;New: Show a nice diff preview when editing a page if there is an edit conflict.&lt;/li&gt;
&lt;li&gt;New: Prevent diff markers from being rendered as markup when editing a conflict or merging a dumpload.&lt;/li&gt;
&lt;li&gt;Important bugfix: Fixed users unexpectedly being logged out. Affected flatfile database and possibly other db types also. Improved by sanity checking of database global timestamp.&lt;/li&gt;
&lt;li&gt;RDF link in RecentChanges no longer crashes but still provides incomplete output.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Mon, 17 Mar 2025 12:00:30 -0000</pubDate><guid>https://sourceforge.net652233a7bf603aa09be326fed18010b3769cca33</guid></item><item><title> PhpWiki 1.6.4 released </title><link>https://sourceforge.net/p/phpwiki/news/2024/03/-phpwiki-164-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix release.&lt;/p&gt;
&lt;p&gt;Fixes:&lt;br/&gt;
*     Check for "shell_exec" before using it (Christof Meerwald)&lt;br/&gt;
*     Improve RSS (Christof Meerwald)&lt;br/&gt;
*     Add support for SQLite in PDO, add support for SQLite3 in PEAR (Christof Meerwald)&lt;br/&gt;
Changes:&lt;br/&gt;
*     Upgrade PEAR to release 1.10.14, PEAR DB to release 1.12.1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Wed, 13 Mar 2024 18:40:40 -0000</pubDate><guid>https://sourceforge.netea16d0cf8fa62f6d0d9253fc52cca1bffe5ef53b</guid></item><item><title> PhpWiki 1.6.3 released </title><link>https://sourceforge.net/p/phpwiki/news/2023/11/-phpwiki-163-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix release.&lt;/p&gt;
&lt;p&gt;It fixes a bug in ExternalReferrer with PHP 8.2.&lt;br/&gt;
Reported by Thom Jeera.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Wed, 15 Nov 2023 18:09:45 -0000</pubDate><guid>https://sourceforge.net1ebeee5ae889d4975dc4c0777f21e4684ac00c3c</guid></item><item><title> PhpWiki 1.6.2 released </title><link>https://sourceforge.net/p/phpwiki/news/2023/07/-phpwiki-162-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix and enhancement release.&lt;/p&gt;
&lt;p&gt;PhpWiki 1.6.2 is the last release compatible with PHP 5.&lt;br/&gt;
It should work for all PHP releases from 5.3.3 to 8.2.x.&lt;br/&gt;
Next release will require at least PHP 7.4.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fixes&lt;/strong&gt; &lt;br/&gt;
* Make renaming of pages work for DATABASE_TYPE = PDO and file.&lt;br/&gt;
* Make WantedPages work for DATABASE_TYPE = dba and file&lt;br/&gt;
* Back links now work when the link is inside a table, in a template or in an included page.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Misc&lt;/strong&gt;&lt;br/&gt;
* Add SourceForge Open Source Excellence badge to footer&lt;/p&gt;
&lt;p&gt;See ReleaseNotes for the complete list of improvements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Thu, 13 Jul 2023 10:02:39 -0000</pubDate><guid>https://sourceforge.nete7dd7430ddd8752a93a4e18a0fe5500fdc4d7569</guid></item><item><title>PhpWiki 1.6.1 released</title><link>https://sourceforge.net/p/phpwiki/news/2022/01/phpwiki-161-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix and enhancement release.&lt;/p&gt;
&lt;p&gt;This release makes PhpWiki compatible with &lt;strong&gt;PHP 8.1&lt;/strong&gt;. READONLY is renamed as ISREADONLY, since readonly is now a keyword in PHP 8.1.&lt;/p&gt;
&lt;p&gt;See ReleaseNotes for the complete list of improvements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Mon, 24 Jan 2022 18:17:46 -0000</pubDate><guid>https://sourceforge.net1db6c749381d71dbdbf9fd9b076f6adb2c67f9e5</guid></item><item><title>PhpWiki 1.6.0 released</title><link>https://sourceforge.net/p/phpwiki/news/2021/08/phpwiki-160-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a major release of PhpWiki:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PHP 7 and 8 compatible (works from PHP 5.3.3 to PHP 8.0)&lt;/li&gt;
&lt;li&gt;Full HTML 5: Add HTML 5  &lt;code&gt;&amp;lt;main&amp;gt; &amp;lt;header&amp;gt; &amp;lt;footer&amp;gt; &amp;lt;nav&amp;gt;&lt;/code&gt; in all themes. Add ARIA roles.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See ReleaseNotes for the complete list of improvements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Thu, 12 Aug 2021 11:16:57 -0000</pubDate><guid>https://sourceforge.net85ad4751a489606399fdd37cc6deab312bf8a580</guid></item><item><title>PhpWiki 1.5.5 released</title><link>https://sourceforge.net/p/phpwiki/news/2015/12/phpwiki-155-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix and enhancement release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix tooltip translation in CreateToc plugin&lt;/li&gt;
&lt;li&gt;Remove access keys&lt;/li&gt;
&lt;li&gt;Check MAX_PAGENAME_LENGTH in CreatePage&lt;/li&gt;
&lt;li&gt;Fix fatal database error with multiple comma-delimited sortby args&lt;/li&gt;
&lt;li&gt;Remove forbidden characters: ~&amp;lt;~&amp;gt;~&lt;span&gt;[~]&lt;/span&gt;~{~}~"~|~# from pagename&lt;/li&gt;
&lt;li&gt;New property: ALLOWED_LOAD giving list of directories from which it is allowed to load pages.&lt;/li&gt;
&lt;li&gt;Upload: replace multiple spaces by single space&lt;/li&gt;
&lt;li&gt;Make functions merged and is_conflict public in lib/diff3.php (support request #162)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Fri, 11 Dec 2015 10:35:30 -0000</pubDate><guid>https://sourceforge.neta1f229d0b11b2059bb9335642725df20dbecc872</guid></item><item><title>PhpWiki 1.5.4 released</title><link>https://sourceforge.net/p/phpwiki/news/2015/06/phpwiki-154-released/</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;Fix WantedPages for Fusionforge&lt;/li&gt;
&lt;li&gt;Remove WantedPagesOld (use WantedPages instead)&lt;/li&gt;
&lt;li&gt;Add WebM format in Video plugin&lt;/li&gt;
&lt;li&gt;Update jscalendar to 1.0&lt;/li&gt;
&lt;li&gt;Remove Width and Height preferences modification in Edit Toolbar&lt;/li&gt;
&lt;li&gt;New icons in Edit Toolbar&lt;/li&gt;
&lt;li&gt;Make static templates in Edit Toolbar work&lt;/li&gt;
&lt;li&gt;Fix memory_limit for WIKI_SOAP&lt;/li&gt;
&lt;li&gt;Remove MockRequest&lt;/li&gt;
&lt;li&gt;Update jquery to 1.11.3&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Mon, 29 Jun 2015 10:25:22 -0000</pubDate><guid>https://sourceforge.net4c38911fe0fa2ef04e9c061f82341b099cf02ca6</guid></item><item><title> PhpWiki 1.5.3 released </title><link>https://sourceforge.net/p/phpwiki/news/2015/03/-phpwiki-153-released-/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is a bug-fix and enhancement release.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix Bug#648 Call to protected method&lt;/li&gt;
&lt;li&gt;easier file upload: forbidden characters in filename are replaced by dashes (instead of rejecting upload)&lt;/li&gt;
&lt;li&gt;improve handling of image insertion icon in edit toolbar (icon did not always appear after image uploading)&lt;/li&gt;
&lt;li&gt;bigger wikipaging font&lt;/li&gt;
&lt;li&gt;test again for function 'posix_times', it does not exist on Windows (reported by jdebert)&lt;/li&gt;
&lt;li&gt;remove FPDF, lib/gif.php, lib/font (were not used)&lt;/li&gt;
&lt;li&gt;rename plugin _Retransform to DebugRetransform&lt;/li&gt;
&lt;li&gt;use PHP ZIP class instead of home-made functions. ziplib renamed to mimelib&lt;/li&gt;
&lt;li&gt;add SOAP scripts&lt;/li&gt;
&lt;li&gt;rename FCKeditor to CKeditor&lt;/li&gt;
&lt;li&gt;load theme pgsrc, if it exists&lt;/li&gt;
&lt;li&gt;SUBPAGE_SEPARATOR removed, it must be '/'&lt;/li&gt;
&lt;li&gt;RateIt plugin for Fusionforge&lt;/li&gt;
&lt;li&gt;remove acdropdown and livesearch&lt;/li&gt;
&lt;li&gt;remove CVS backend&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc-Etienne Vargenau</dc:creator><pubDate>Wed, 04 Mar 2015 16:54:28 -0000</pubDate><guid>https://sourceforge.net0e11ea4f07b34bcf01a2c17179d5200f1b04cad2</guid></item></channel></rss>