RecentReleases

Recent posts to news

Recent posts to news

- Mon, 24 Jan 2022 18:17:46 -0000

This is a bug-fix and enhancement release.

This release makes PhpWiki compatible withPHP 8.1. READONLY is renamed as ISREADONLY, since readonly is now a keyword in PHP 8.1.

See ReleaseNotes for the complete list of improvements.

- Thu, 12 Aug 2021 11:16:57 -0000

This is a major release of PhpWiki:

  • PHP 7 and 8 compatible (works from PHP 5.3.3 to PHP 8.0)
  • Full HTML 5: Add HTML 5<main><header><footer><nav>in all themes. Add ARIA roles.

See ReleaseNotes for the complete list of improvements.

- Fri, 11 Dec 2015 10:35:30 -0000

This is a bug-fix and enhancement release.

  • Fix tooltip translation in CreateToc plugin
  • Remove access keys
  • Check MAX_PAGENAME_LENGTH in CreatePage
  • Fix fatal database error with multiple comma-delimited sortby args
  • Remove forbidden characters: ~<~>~[~]~{~}~"~|~# from pagename
  • New property: ALLOWED_LOAD giving list of directories from which it is allowed to load pages.
  • Upload: replace multiple spaces by single space
  • Make functions merged and is_conflict public in lib/diff3.php (support request #162)
- Mon, 29 Jun 2015 10:25:22 -0000
  • Fix WantedPages for Fusionforge
  • Remove WantedPagesOld (use WantedPages instead)
  • Add WebM format in Video plugin
  • Update jscalendar to 1.0
  • Remove Width and Height preferences modification in Edit Toolbar
  • New icons in Edit Toolbar
  • Make static templates in Edit Toolbar work
  • Fix memory_limit for WIKI_SOAP
  • Remove MockRequest
  • Update jquery to 1.11.3
- Wed, 04 Mar 2015 16:54:28 -0000

This is a bug-fix and enhancement release.

  • Fix Bug#648 Call to protected method
  • easier file upload: forbidden characters in filename are replaced by dashes (instead of rejecting upload)
  • improve handling of image insertion icon in edit toolbar (icon did not always appear after image uploading)
  • bigger wikipaging font
  • test again for function 'posix_times', it does not exist on Windows (reported by jdebert)
  • remove FPDF, lib/gif.php, lib/font (were not used)
  • rename plugin _Retransform to DebugRetransform
  • use PHP ZIP class instead of home-made functions. ziplib renamed to mimelib
  • add SOAP scripts
  • rename FCKeditor to CKeditor
  • load theme pgsrc, if it exists
  • SUBPAGE_SEPARATOR removed, it must be '/'
  • RateIt plugin for Fusionforge
  • remove acdropdown and livesearch
  • remove CVS backend
- Fri, 10 Oct 2014 15:16:49 -0000

This is a security fix release.
* Fix CVE-2014-5519: vulnerability in Ploticus plugin.http://www.cvedetails.com/cve/CVE-2014-5519/

- Thu, 02 Oct 2014 15:01:39 -0000

This is a bug-fix release.

  • fix Bug#456 'Optimizing Database' message sometimes printed on page
  • remove FrameInclude plugin (frames are not supported in HTML 5)
  • sort tables with tablesorter jQuery plugin instead of sortable.js
  • fix Bug#636 Recursive include is not trapped
  • fix Bug#647 undefined method WikiDB_backend_dba::WikiDB_backend_dbaBase
  • correct total number of pages for AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastEditedByMe
  • fix Bug#607 BackLinks do not work inside a [[Help:RichTablePlugin|RichTable]]
  • fix Bug#646 Wrong number of links in BackLinks
  • make<includeonly> work
  • remove old WikiUser code (ENABLE_USER_NEW)
  • admin always has rights to see and modify pages, regardless of ACLs, to avoid locking himself out
  • add missing images in Sidebar theme
- Tue, 29 Jul 2014 09:24:27 -0000
  • PhpWiki 1.5.0 needs at least PHP 5.3. It is compatible with PHP 5.3, 5.4 and 5.5.
  • One single wiki markup, based on Wikicreole and compatible with classic phpWiki markup.
  • Full HTML 5 and CSS 3. A modern browser is needed.
  • Full UTF-8.
- Tue, 29 Jul 2014 09:22:56 -0000

PhpWiki 1.4.0 is the same as PhpWiki 1.4.0RC1. It is the last release compatible with PHP 4.

- Thu, 11 Oct 2012 15:15:16 -0000
PhpWiki is a WikiWikiWeb clone in PHP. A WikiWikiWeb is a site where anyone can edit the pages through an HTML form. Multiple storage backends, dynamic hyperlinking, themeable, scriptable by plugins, full authentication, ACL's.PhpWiki 1.2.11 adds small fixes from user patches. I just forgot to release them in the last years, sorry. * support remove for $WhichDatabase = file * date => strftime by Pavel Zaichenko* localizable pcre_fix_posix_classes by Pavel Zaichenko,make A& I word-begin english specific* added russian locale by Pavel Zaichenko* added chinese locale by ShiningRayhttp://sourceforge.net/project/showfiles.php?group_id=6121&package_id=14187&release_id=585044Note that 1.2.x is the old-stable branch, which is not in active development since 2001 anymore. 1.3.x is the active branch with all the features.