]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/ReleaseNotes
Rename lib/WikiUserNew.php --> lib/WikiUser.php
[SourceForge/phpwiki.git] / pgsrc / ReleaseNotes
1 Date: Fri, 26 Sep 2014 19:00:59 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
3 Content-Type: application/x-phpwiki;
4   pagename=ReleaseNotes;
5   flags=PAGE_LOCKED;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>>
10
11 == 1.5.1 2014-09-xx Marc-Etienne Vargenau ==
12
13 * fix Bug#456 'Optimizing Database' message sometimes printed on page
14 * remove ~FrameInclude plugin (frames are not supported in HTML 5)
15 * sort tables with [[http://tablesorter.com|tablesorter jQuery plugin]] instead of sortable.js
16 * fix Bug#636 Recursive include is not trapped
17 * fix Bug#647 undefined method WikiDB_backend_dba::WikiDB_backend_dbaBase
18 * correct total number of pages for AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastEditedByMe
19 * fix Bug#607 BackLinks do not work inside a [[Help:RichTablePlugin|RichTable]]
20 * fix Bug#646 Wrong number of links in BackLinks
21 * make <includeonly> work
22 * remove old WikiUser code (ENABLE_USER_NEW)
23
24 == 1.5.0 2014-07-29 Marc-Etienne Vargenau ==
25
26 === Main Changes ===
27 * ~PhpWiki 1.5.0 needs at least PHP 5.3. It is compatible with PHP 5.3, 5.4 and 5.5.
28 * One single wiki markup, based on Wikicreole and compatible with classic phpWiki markup.
29 * Full HTML 5 and CSS 3. A modern browser is needed.
30 * Full UTF-8.
31
32 === Other Changes ===
33 * Fix bad display in Toolbox menu (Sidebar and Monobook themes) reported by Harold Hallikainen
34 * Fix Captcha problem reported by Harold Hallikainen
35 * Merge ~OldTextFormattingRules into ~TextFormattingRules
36 * ~SyntaxHighlighter plugin is now implemented with [[http://highlightjs.org/]] instead of [[http://www.andre-simon.de]].
37 * Chmod action is removed.
38 * New action: ~DeleteAcl
39 * Updated documentation pages in pgsrc.
40 * Updated translations.
41
42 == 1.4.0 2014-07-25 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
43
44 ~PhpWiki 1.4.0 is the same as ~PhpWiki 1.4.0RC1. It is the last release compatible with PHP 4.
45
46 == 1.4.0RC1 2010-09-17 Reini Urban, Marc-Etienne Vargenau, Sabri Labbenes, Sébastien Le Callonnec ==
47
48 This is a new major release, where everything changed from 1.2, and lots of changes since 1.3.14.
49
50 An important modification in this release is the implementation
51 of full Wikicreole 1.0 syntax, including additions.
52
53 The "classic" Phpwiki syntax is still supported.
54
55 The documentation pages found in pgsrc have been mostly converted to UTF-8 and
56 Wikicreole syntax (with the addition of tables in Mediawiki syntax, since Wikicreole 1.0
57 does not support "complex" tables with block elements in cells, like lists or
58 paragraphs).
59
60 Improved dumping, pageset handling for format= with ~ActionPages.
61 e.g. dump pagesets or multi-page pdf's.
62
63 The Sidebar theme is now an extension of the Monobook theme (known from Wikipedia),
64 the new fusionforge theme is to be used together with [[http://fusionforge.org|FusionForge]] (the successor of Gforge).
65
66 === Fixes ===
67 * fix ~PagePerm for multiple groups: not a member and undecided: check other groups
68 * fix rss button actions for special RecentChanges actions (UserContribs, PageHistory, ...)
69 * fix Bug#1749950 accesslog SQL duration float with ","
70 * fix template inclusion with a recursion cycle leading to crashes in blog PageInfo
71 * removed dynamic features from htmldump pages for more static pleasure
72 * ignore fatals and access-denied stowstoppers on multi-page dumps
73 * link only to existing pages on multi-page dumps (pagesets)
74 * fix Bug#1795420 by Sven Ginka: Use /U in preg_match
75 * ensure ending uploads slash even on user provided UPLOAD constants. Fixes plugin/~UpLoad
76 * stablize Comment. substring search for basepages, do not tokenize.
77 * fix Bug#1792170 Handle " ( " or "(test" without closing ")" as plain word. Allow single string token "0"
78 * fix Bug#1752172 undefined method ~TextSearchQuery_node_or::_sql_quote()
79 * dba: fix sorting for empty mtime field
80 * ~LdapSearch: fix layout and logic
81 * ~FileInfo: fix Upload: links
82 * XHTML validation corrections (vargenau)
83 * avoid recursive modification when renaming a page like '~PageFoo to '~PageFooTwo' (vargenau)
84 * fix Bug#1808002 Table of contents plugin does not nest numbering (vargenau)
85 * fix Bug#1903815 Cannot put "0" in ~RichTable cell, cell becomes empty (vargenau)
86 * fix Bug#1904088  Some brackets links with \n cause the parser to crash
87 * fixed incorrect numbering in Table of Contents numbering (vargenau)
88 * fix Bug#1967147 ~FileInfoPlugin does not allow display=owner
89 * fix Bug#1992172 Interwiki link does not work in ~RichTable (vargenau)
90 * fix Bug#2010748 Missing image
91 * fix Bug#1831881 Fatal database error when sorting columns (vargenau)
92 * fix ~PageList prev/next links on multi-columns lists, improve handling of ordered lists
93   fixed slicing with list-based backends (dba, file).
94 * allow single "0" as not-empty page content
95 * fix action=rename, support new optional argument to=newpagename
96 * fix multiple USER_AUTH_METHOD where the first method did not succeed.
97
98 === Changes ===
99 - changed ~SemanticSearch query semantics: all regex=auto terms with no regex chars (.+*?^$")
100   will be searched exact, and not with regex=auto. This means no word splitting, no substrings.
101 * ranked search for title and fulltext for non-SQL backends. Simple score function.
102 * allow comments in ~WikiGroup lists after username
103 * aesthetic request: remove ?action=edit after edit
104 * create interim pages as minor not see them in RecentChanges
105 * default theme: use standard search template (~LiveSearch)
106 * [[Help:CalendarPlugin]] changed default start_wday from 0 to 1 (Monday)
107 * [[Help:CalendarListPlugin]] pages now in parallel with Calendar: year + month args as start base.
108   The behaviour before 2007 with last/next_n_days was to start now.
109 * removed fpdf support. only use external converters
110 * change rename action from access perm change to edit: allow the signed-in user to rename.
111 * htmldump copies locally uploaded images also
112 * improve SemanticRelations layout: direct links, support attributes and relations filters
113 * ~LdapSearch: use default basedn
114 * WhoIsOnline cleans stale sessions
115 * remove Upload button from edit
116 * changed Wikiwyg editor workflow (labbenes)
117 * allow <s> to strike; update Help for <s> and <strike> (vargenau)
118 * ~RichTable plugin: enrich syntax for attributes (vargenau)
119 * more icons for toolbar (vargenau)
120 * UserPreferences: specific message when only one preference is updated (vargenau)
121 * renamed class Theme to ~WikiTheme to avoid Gforge name clash (vargenau)
122 * numeric cells in tables are now right-aligned by default (vargenau)
123 * <noinclude> and </noinclude> should not appear even when not included (vargenau)
124 * split PhpWikiAdministration in two pages: PhpWikiAdministration and PhpWikiDebug (vargenau)
125 * Improve handling of color text (especially in case of errors). More color names are allowed. (vargenau)
126 * ~SetAcl, Chown, Markup and Rename are marked as minor edits. (vargenau)
127 * Display "minor edit" for minor edits in ~RecentChanges (like in ~PageHistory). (vargenau)
128 * In WikiAdminSelect, put buttons in alphabetic order like in page ~PhpWikiAdministration. (vargenau)
129 * In ~PhpWikiAdministration, all pages are shown instead of first 50. No paging is done. (vargenau)
130 * In ~WikiAdminSearchReplace, only pages where a replacement was done are shown as feedback. (vargenau)
131 * In ~WikiAdminSearchReplace, show pages where replacement will be done. (vargenau)
132 * For file upload, use black list of extensions instead of white list. (vargenau)
133 * It is now possible to insert predefined icons in wiki text. See [[Help:PredefinedIcons]]. (vargenau)
134 * Allow "{{{#[[}}}" syntax for anchors. (vargenau)
135 * Handle redirections in Template plugin. (vargenau)
136 * Allow Wikicreole syntax for redirections in ~IncludePage plugin. (vargenau)
137 * New preference to avoid e-mail notifications for minor edits on Wiki (vargenau)
138 * No decoration for abbreviations when printing (vargenau)
139 * Add CSS3 code for page headers and footers (works for PDF generation with Prince XML) (vargenau)
140 * Remove superfluous scrollbar from printable pre's
141
142 === New ===
143 * ~PageList supports listtype=ul,ol,dl. dl used by FullTextSearch
144 * pageable textsearch results
145 * external search button by using Search: and searchtype=external
146 * added ~UniversalWikiEditButton to ~MonoBook, default, blog. More themes later.
147 * add INSECURE_ACTIONS_LOCALHOST_ONLY for advanced security actions
148 * enable "^A or ^B" pages argument for ~PageLists: e.g. splitted actions for large htmldump's
149 * dba: add args to check and rebuild (full or links only)
150 * RecentChanges: add category, pagematch arguments
151 * add UriResolver needed for external rdf access
152 * AppendText: support pages argument: append to multiple pages
153 * new readonly database detection for dba, and optional config READONLY for maintenance
154 * new pages: SpecialPages, LockedPages (vargenau)
155 * implemented Mediawiki-like syntax for tables (vargenau)
156 * enable ~RecentChangesCached as box, improve performance.
157 * implemented Wikicreole 1.0 syntax, including additions (vargenau)
158 * implemented simple [[Help:Spreadsheet|spreadsheet]] functions for Wikicreole tables (vargenau)
159 * new plugin: [[Help:CurrentTimePlugin|CurrentTime]] (vargenau)
160 * new plugin: [[Help:ChartPlugin|Chart]] (vargenau)
161 * new mssqlnative backend (MS SQL Server 2005+) (chrisdpucci)
162
163 == 1.3.14 July, 1 2007, Reini Urban ==
164
165 === Fixes ===
166 * Fix the broken LDAP fix from 1.3.13p1
167 * fixed sortby with multiple pagelists
168
169 === Changes ===
170 * changes all themeinfo.php files, moved global to method load() to be
171   easier derived from custom theme classes, main now calls $~WikiTheme->load
172 * ~MailNotify is now silent unless DEBUG
173
174 === New ===
175 * added experimental ATOM support
176 * added Changes and Upload button to edit
177
178 == 1.3.13p1 June, 9 2007, Reini Urban ==
179
180 An immediate security fix for 1.3.13, plus some minor fixes.
181
182 === Fixes ===
183 * LDAP Auth: Disallow empty passwords! Certain ldap implementations return true
184   on empty passwords with ldap_bind().
185 * LDAP Auth: fix password quoting
186 * fix action=upgrade for dba, rename nosql to nodb
187 * fixes ~SpamBlockList config file locations (config/two-level-tlds, config/whitelist)
188 * enable $~MailNotify->onChangePage
189 * fix display of pagenames containing ":" in certain lists
190 * fixed backend asArray access to iterators (~DebugInfo with SQL)
191 * fix wrong ~PhpWikiCvs InterWikiMap entry
192 * fix syntax error in pgsrc/Help%2FActionPage
193 * fix case in pgsrc/Help%2FAsciiSVGPlugin
194 * fix links in pgsrc/Help%2FSemanticRelations
195 * fix pgsrc/Help%2FWikiPlugin
196
197 === Changes ===
198 * allow \n and single letter pages in ~{~{ ~}~} template syntax.
199   patch #1732793 by ~AlJeux and ~ReiniUrban
200 * with ENABLE_SPAMBLOCKLIST check only new external links:
201   max 5, allow interwiki links, and improve failed output.
202
203 == 1.3.13 June, 2 2007, Reini Urban ==
204
205 This is major feature release which will be the base for the stable
206 1.4.0.  The highlights are ~SemanticWeb support, basic support for
207 various WYSIWYG editors (not yet stable), a stable ~MonoBook (wikipedia)
208 and Blog theme, enabled acdropdown support (~LiveSearch), postgresql and
209 oracle enhancements, moving Help pages into Help/, support different
210 charsets in pgsrc and Windows NTLM auth support via ~HttpAuth, a lot
211 more plugins and enhancements. UTF-8 should work.
212
213 === Fixes ===
214 * fix ~UpLoad to disallow all php extensions
215 * DB: use ANSI SQL statements (oracle by Bob Peele & Christopher Jones,
216   postgresql by Reini Urban)
217 * fixed blog, ~MonoBook, sidebar and wikilens theme layout
218 * fix Template and ~CreatePage variable expansion
219 * xhtml dump for subpages into subdirectories, fixed filenames and subdir names
220 * fixed loading pages into foreign charsets (such as utf-8)
221 * ~ErrorManager: patch #1438439 by Matt Brown:
222   Only set no-cache headers when error output is generated
223 * ~ImageLinks: patch #1348996 by Robert Litwiniec
224 * fix bug #1327912 numeric pagenames can break plugins (Joachim Lous)
225 * improve pdf output via external converter
226 * force integer constants to be set as integer
227 * partially fix CRC overflow in ziplib (Bob Apthorpe)
228 * testsuite: force C locale and EN $LANG
229 * fixed display of edited InterWikiMap. static var issue
230 * fixed display of "Merge and Edit: pagename" header in merge edit (hack!)
231 * ~WikiFormRich: fix name=value parsing. fix limit with plugin-list invocations
232 * plugin/Diff: fix lib/diff loading conflicts by removing duplicate classes
233 * plugin/Ploticus: support PLOTICUS_PREFABS config.ini setting (documented but never worked)
234 * fix edit:locked label selection: typo, was edit:lock
235 * fixed moacdropdown integration
236 * fixed fortune error handling
237 * fixed limit handling with multiple pagelists: don't overwrite request arg
238 * change PageDump Content-Type header for download to application/octet-stream to avoid
239   pesty .txt suffixes on Windows clients
240 * fixed wikilens with dba and RATING_STORAGE=SQL. RATING_STORAGE=WIKIPAGE not yet fixed.
241 * fixed action=diff error with external links
242
243 === Changes ===
244 * add ~UpLoad policy DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS, default: false
245 * ~SemanticWeb: add linkrelation support, getPageLinks returns now an array of hashes.
246   optimize get_links for relations.
247 * add new linksyntax "~[:pagename~]" inside square brackets only, not to store backlinks.
248   ~[:~DontStoreLink~] (experimental)
249 * moved default help pages to Help/ subpages. Partially for "de" also.
250 * generalized ENABLE_HTMLAREA3 to ENABLE_WYSIWYG
251 * support more ~WikiFormRich method arguments: url, dynurl, xmlrpc, dynxmlrpc, plugin,
252   the autocomplete option for pulldown~[~] and editbox~[~] and the new combobox~[~] widget.
253   Improve ~WikiFormRich layout.
254 * DB: foreign key support in schemas, simplify methods
255 * remove user table: upgrade from SQL db.
256 * updated locale for it, de and es (google translation)
257 * improve loading multiple version archives such as full zipdumps. force temp. overwrite.
258   support loadfile for multipart archives (full dumps) automatically
259 * omit actionbar from pdf output
260 * support charsets in pagedumps for loadfile and virgin setup
261 * _~BackendInfoPlugin prints linkinfo also.
262 * ~ExternalSearchPlugin displays the button at the right. Change it with
263   EXTERNALSEARCH_DEFAULT_BUTTON_POSITION = left, or the argument button_position=left or none.
264 * disabled postgresql optimize() in favor of autovacuum,
265   enable it in the backend method if the web user is the table owner (security risk)
266 * print "Ignored stoplist words" on FullTextSearch,
267   add FULLTEXTSEARCH_STOPLIST constant,
268   make ~TextSearchQuery->_stoplist localizable
269 * fix arg order in WikiDB_backend_search()
270 * protected tests. only allow localhost
271 * optimize ~ArchiveCleaner for the new default case (since 1.3.11): Keep all revisions.
272 * changed the default DB backend from gdbm to dba db4
273 * changed action=upgrade to check and store a db version
274 * don't loadfile *.orig files (this might be a limitation. sorry)
275 * rename _~AuthFile to ~DebugAuthFile in upgrade
276 * updated most template files for harmonisation
277 * changed default ~LiveSearch method in search.tmpl from url to xmlrpc. faster and less hackish.
278 * fixed all templates with missing revision check. can be false.
279 * rewrote and redefined WikiDB::listRelations. list only all relations as array.
280 * changed Semantic attribute syntax from ":-" to ":=" (relevant to cvs users only)
281 * change ~TextSearchQuery handling of regex=pcre: plain string, no parsing at all,
282   detect and apply modifiers.
283 * enhance text2png arguments and features. See [[Help:text2pngPlugin]]
284 * Template plugin: allow passing arbitrary args, not just in vars.
285 * added old gd support to ~PhotoAlbum thumbs (~ImageTile)
286 * Improve ~LdapSearch plugin and add action page.
287 * Improved wikilens theme.
288 * Changed all default Template vars to expanded to uppercase: PAGENAME, USERID, ...
289 * CSS: no ~MonoBook css hacks/requests, check special browser versions in php
290
291 === New ===
292 * add ~SemanticRelations syntax, db structure and attribute units.
293   Sample: pagename=~SanDiego is_a :: city => ~SanDiego relation = is_a, linkto = city
294           population := 1,305,736 (numeric units)
295   Store unified attribute in pagedata.
296 * new experimental WYSIWYG edit library framework:
297   ~WikiWyg, tinymce, FCKeditor, htmlarea3, htmlarea2, spaw
298 * new wysiwyg_editor feature by Jean-Nicolas GEREONE and Sabri LABBENE (experimental)
299 * added postgresql tsearch2 support
300 * new experimental flatfile backend: readable page source files (experimental)
301 * added new xmlrpc and SOAP methods: listPlugins, getPluginSynopsis, mailPasswordToUser,
302   getUploadedFileInfo, listRelations, callPlugin, linkSearch
303 * new plugins: ~SemanticSearch, ~SemanticRelations, ~LinkSearch, ~ListRelations,
304   ~FileInfo, ~BoxRight, ~PasswordReset, ~WatchPage, ~SpellCheck, ~SearchHighlight,
305   AsciiSVG
306 * add <nowiki></nowiki> tag: Transform only html markup and entities
307 * new option DISABLE_MARKUP_WIKIWORD to force [ ] for links
308 * new option ENABLE_MARKUP_DIVSPAN (experimental)
309 * new option PLUGIN_MARKUP_MAP for xml-style plugin syntax (experimental)
310 * support Windows NTLM Auth via ~HttpAuth: mod_ntlm (apache1+2. also on linux)
311   and mod_auth_sspi (apache2. better, but windows only)
312 * new stable option ENABLE_SEARCHHIGHLIGHT with actionpage and plugin SearchHighlight.
313   In CVS for some time called USE_SEARCHHIGHLIGHT.
314 * patch #1377011 by Matt Brown: add DATABASE_OPTIMISE_FREQUENCY
315 * new options db-check and db-rebuild for ~WikiAdminPlugin.
316   You can now retransform all pages at once.
317 * new ~MailNotify class, simplified WikiDB.php
318 * added "Printable version" js to monobook theme. See License in
319   http://www.howtocreate.co.uk/jslibs/termsOfUse.html
320 * new ~ActionButton function for ~MonoBook with selected state. (tab state)
321 * added ~SyncWiki plugin to sync pages and uploads with a master wiki.
322   (foreign auth not yet solved)
323 * added boolean UPLOAD_USERDIR to upload into user-specific directory.
324 * added support for multiple page arguments in BackLinks. Logical AND.
325 * added wikidb->backend->rebuild()
326 * added "Keep old" and "Overwrite with new" buttons and actions for loadfile merge edit.
327 * added lib/~XmlRpcClient, xmlrpc methods to lib/~HttpClient and acdropdown.js. JSON not yet.
328 * created Help/~*Plugin stubs for *ALL* plugins in pgsrc
329 * added a new _DEBUG_REMOTE flag to debug into remote sessions (xmlrpc, ajax, ...)
330 * added WikiDB::linkSearch and backend/dumb/~LinkSearchIter.php. Mainly for ~SemanticSearch,
331   and LinkSearch, but can be used for ~SemanticSearchAdvanced (combined queries as <ask>) and
332   BackLinks et al also.
333 * added Calendar display_weeknum argument
334 * added new ~AsciiSVG plugin
335 * added new ~YouTube plugin
336 * added ~XmlRpcTest tests
337 * Added nopage argument to ~PageList and all its plugins. Unique rows only not yet.
338 * Added author, owner argument to RecentChanges and added action pages:
339   MyRecentChanges, MyRecentEdits, UserContribs
340 * added RecentChanges format=contribs for ~MonoBook theme: => UserContribs
341 * added ~MonoBook accesskeys
342
343 == 1.3.12p3 Jun, 18 2006, Reini Urban ==
344
345 * fix ~[/Subpage~] links
346 * fix pref storing of already crypted passwords. bug #1327470 (Tom Harding)
347 * fix cache headers on errors (@ob_end_flush issue). (matt brown)
348 * fix ~BogoLogin when ENABLE_PAGEPERM=false. patch #1438392 by Matt Brown
349 * unique WIKI_ID cookies per WIKI_NAME. patch #1333957 by Matt Brown
350 * added DATABASE_OPTIMISE_FREQUENCY feature. patch #1377011 by Matt Brown
351 * don't check lock_table priv on action=upgrade
352 * fix _accesslog->logtable and _is_buffering_output warnings (uckelman)
353 * do not print wrong length header on url-rewriting. bug #1376007
354 * fix pref->set: Error generated when login out. bug #1355533 (Thierry Nabeth)
355 * fix default preferences for editheight maxrows, by Manuel Vacelet.
356 * fix DBAUTH arguments to be position independent, bug #1358973
357 * add ~PdoDbPassUser user
358 * fix output of Homepage prefs update
359 * update config-dist.ini format from CVS
360 * update configurator.php from CVS
361 * print optimize wikidb only when DEBUG
362 * simplify messages for translators
363 * added ~ImageTile.php
364 * added tsearch2 to doc/INSTALL.pgsql
365 * added basepage to Cached_WikiLink::asXML for subpages within ~CreateTOC
366 * print filename on dba access error
367 * use bind_textdomain_codeset. bug #1480077 (Kai Krakow)
368 * make ~TextSearchQuery->_stoplist localizable and overridable within config.ini
369 * fixes for mysql 5.x wantedpages join
370 * add rel=nofollow to more actions. patch by Matt Brown
371 * add verify to ~RevertPage, display reverted page as template
372 * update plugin/~CalendarList: patches by mpullen and banjo
373 * update plugin/~GraphViz
374 * added plugin/~PasswordReset
375 * fixed hash() in plugin/~RateIt
376 * plugin/_~AuthInfo: protect File passwords
377 * added Captcha to Crao edit template
378 * added MacOSX Pdf button
379 * fixed Portland and Wordpress editpage template
380 * removed Wordpress buttons, transparent default buttons should be used.
381 * disabled RelatedChanges button
382
383 == 1.3.12p2 Mar, 7 2006, Reini Urban ==
384
385 * fix change prefs for File ~WikiUser
386 * fix ~HomepagePrefs update message
387 * remove plugin/Imdb
388 * apply ~PluginToolbarButton fix from cvs
389
390 == 1.3.12p1 Mar, 4 2006, Reini Urban ==
391
392 * fix "Call-time pass-by-reference" in ~CreateBib
393 * fix parse error in ~SiteMap.php
394
395 == 1.3.12 Mar, 4 2006, Reini Urban ==
396
397 Rename function hash() and method final() for php-5.1 compatibility.
398 Add various backports from cvs:
399
400 === Fixes ===
401 * fix ~ZipReader
402 * Fix "Call-time pass-by-reference has been deprecated" errors,
403   allow_call_time_pass_reference = Off
404 * fix broken locale update for php-5.1.1
405 * default locale fix by Thomas Harding
406 * fix Bug #1381464 "Duplicate functions" with php-5.1.1
407 * InterWikiMap: allow spaces in paths, even implicitly. fixes bug #1218733
408 * fix 'VOID' in ~TextSearchQuery
409 * remove LIMIT 1 in ADODB
410 * fix SQL WantedPages
411 * fixed fulltext search and stoplist handling
412 * fix bug #1327912 numeric pagenames can break plugins (Joachim Lous)
413 * fix xmlrpc and tests/unit for !register_long_arrays
414 * ensure absolute uploads path
415 * fix ~GoogleMaps syntax error
416 * fix ~ListPages for non-SQL backends. Add top3recs as default only if
417   ratings are available
418 * plugin/~PageTrail improved empty cookie
419 * plugin/_~WikiTranslation: protect against 2x define
420 * remove mysql specific ISNULL()
421 * fix signout pref error
422 * don't log on ACCESS_LOG_SQL < 2
423
424 === Changes ===
425 * cache ~EditToolbar popup content
426 * beautify SCRIPT lines
427 * added cfg-able markups only for default ~TextTransformation, not
428   for links and others
429 * add a proper Content-Encoding: gzip if compressed, and omit Content-Length then.
430   Trick to send the correct gzipped Content-Length
431 * set dsn after SQL/ADODB switches in WikiDB backends for easier unit testing
432 * e-mail notifications: better From: header
433 * add DBAUTH_PREF_INSERT: self-creating users. by John Stevens
434 * improved ~WikiUser/Ldap error description
435 * cache SystemInfo methods
436 * ~VisualWiki: remove INCLUDED from EXCLUDED, includes override excludes.
437 * improve postgresql schemas (tsearch2 and stored procedures not yet)
438
439 === New ===
440 * added NUM_SPAM_LINKS as config.ini option
441 * new ENABLE_SPAMBLOCKLIST, lib/~SpamBlocklist.php:
442   check external links against surbl.org and bl.spamcop.net
443 * added Captcha class and better spiral
444 * added get_captcha_random_word() contributed by Dan Frankowski
445 * dumphtml when not at admin page: dump the current or given page
446 * added plugin ~FileInfo
447 * major ~PhotoAlbum feature enhancements by Thomas Harding:
448   slides mode, real thumbnails
449 * add more backends to the testsuite (PearDB_pgsql, ...)
450
451 == 1.3.11p1 Sep, 18 2005, Reini Urban ==
452
453 === Fixes ===
454 * added missing pgsrc/~OldStyleTablesPlugin
455 * fixed ~OldStyleTables plugin with args
456 * protect against Content-Length if headers_sent()
457 * fixed ENABLE_MARKUP_TEMPLATE warning if undefined
458 * fixed writing unwanted accesslog sql entries
459 * fixed WikiAdminSelect preselection
460 * fixed passencrypt.php for PHP5 !register_long_arrays
461 * fixed configurator for DATABASE_DSN, USER_AUTH_ORDER
462
463 === Changes ===
464 * optimized explodePageList to use SQL when available
465   (titleSearch instead of getAllPages)
466 * added optimization for a new ALL textsearch token
467   (* => pcre: .*, sql: %)
468 * configurator takes default description from config-dist.ini
469 * added some missing configurator constants
470
471 == 1.3.11 Sep, 11 2005, Reini Urban, Joel Uckelman ==
472
473 Lots of bugfixes, and some feature and performance enhancements.
474
475 A new EDIT_TOOLBAR from Mediawiki, more page permission enhancements,
476 reduced memory usage for pagelists which need no page content,
477 related improvement for ~OldMarkup crashes because of PCRE memory exhaustion.
478
479 New <!plugin-list !> syntax and ~PhpWiki:~PageListLibrary args.
480
481 Because of SQL changes you'd need to ?action=upgrade to update for SQL.
482
483 === Fixes ===
484 * fixed crash after login, by eliminating endless recursion in
485   group isAdmin() checks
486 * fixed syntax errors in signin.tmpl
487 * fixed missing DEBUG warnings (Support #954260)
488 * ~PhpWiki is now allow_call_time_pass_reference = Off safe (php.ini)
489   Some external libraries are not (Pear_DB odbc, adodb oracle)
490 * fixed sql statements for pagedata where it is not needed, fixing the
491   typical ~PageList memory exhaustion on simple page lists.
492   cached_html is handled complete separate now.
493 * fixed and improved WikiDB pageid caching.
494 * fixed some ~WikiGroup errors for WIKIPAGE and DB
495 * fixed JS_SEARCHREPLACE
496 * fixed rename with dba
497 * fixed Today link in all templates if USE_PATH_INFO = false
498 * fixed PluginManager fatal error line 222
499 * utf-8 pagenames fixed (typed foreign names from IE)
500 * CGI: no PATH_INFO fix
501 * fix some too loose PhpWiki:PagePermissions for signed, but not authenticated users
502   (admin, owner, creator), and edit and view for Bogo and Password users
503 * security fix for create ACL: action=edit is now checked for create
504 * fixed important WikiDB bug with DEBUG > 0: wrong assertion
505   around line 172 (#954648)
506 * fixed flatfile ~ArchiveCleaner assertion
507 * ~RssFeedPlugin stability fix for empty feeds or broken connections
508 * fixed Sidebar theme CSS, added existing dates to jscalendar
509 * fixed PhpWiki:ImageLinks, broken since 1.3.10 (Bug #956068)
510 * fixed lib/pear/File_Passwd loading
511 * ~TranslateText: verbatim needed a pagebreak
512 * fixed duplicate session_id warning with adodb
513 * fixed adodb ~DbPassUser login
514 * fixed external ~DbPassUser login
515 * fixed adodb action=upgrade
516 * fixed ~FilePassUser locking problems and session handling
517 * fixed a lot of LDAP auth and group issues
518 * fixed LDAP options handling (by John Cole)
519 * fixed possible security problems: allowing only posixly strict usernames,
520   and an actual LDAP Injection problem, detected by Steve Christey, MITRE.
521 * honor s=wildcard arguments for ~WikiAdmin plugins
522 * fixed flatfile assertion (#963268) - check existing previous version
523 * fixed all msg references from index.php to config/config.ini
524 * fixed immediate LANG and THEME in-session updates if not stored in prefs
525 * fixed USER_AUTH_POLICY=old, use only USER_AUTH_ORDER methods (besides ~HttpAuth)
526   and removed LDAP, POP3, IMAP default configs.
527 * RelatedChanges: fixed days links
528 * fix Rename: Change pagename in all linked pages
529 * fixed PhpWiki:~PageChangeNotification for not-current users
530 * fixed ~UpLoadPlugin for filenames with space (Bug #969532)
531 * fixed label support for ~CreateTocPlugin (Bug #969495)
532 * fixed Apache2 crashing with old markup and the ~CreateTocPlugin.
533 * catch fatals and request->args changes on dumping
534 * fixed unneeded UserPreferences plugin login screen on dumphtml
535 * catch SOAP fatal on ~GooglePlugin without GOOGLE_LICENSE_KEY
536 * silently ignore jshide argument on MacIE for ~AddCommentPlugin and ~CreateTocPlugin
537 * fixed xmlrpc to be able to use the native xmlrpc extension.
538 * fixed xmlrpc wiki.listLinks method: "name" => "page" param
539 * fixed xmlrpc security not using eval on usercode anymore
540 * fixed ~WikiAdminUtils behaviour on POST
541 * fixed strict login on "Db" (by Mikhail Vladimirov)
542 * more /tmp warnings on flatfile (by Joel Uckelman)
543
544 === Changes ===
545 * ~WikiAdminSetAcl functional
546 * enabled PhpWiki:PagePermissions for all admin plugins (no admin required):
547   Remove, Rename, Replace, ~SetAcl, Chown
548 * renamed DB_Session.php to ~DbSession.php and moved libs to a subdir
549 * new Error-style with collapsed output of repeated messages
550 * whitespace trim pagenames to avoid abuse
551 * no double login page header, better login msg.
552 * improved ~FileFinder include_path logic (~NormalizeLocalFileName, ...)
553 ** init global ~FileFinder to add proper include paths at startup
554    adds PHPWIKI_DIR to the front if started from another dir, lib/pear to the end.
555 ** fix slashify for Windows
556 * check more config-default and predefined constants
557 * ~AutoSplit pagenames at subpage seperators, esp for Sidebar theme
558 * improve Pagelist layout by equal pagename width for limited lists
559 * added CPAN, ~OsFaq2, ~WikiLens to interwiki.map
560 * ~ExternalSearchPlugin useimage arg (RFE #952323)
561 * simplified some strings for easier translation
562 * added hash and object support for ~SessionPassUser userid session variable
563 * auth page=>DB ~PassUser upgrade: delete existing Page prefs, if Db prefs are saved.
564 * vastly improved french locale support, which is now complete (by Pierrick Meignen).
565   english, german and french are now completely translated. The others partially.
566 * improved ~SetupWiki (virgin setup) loading all required action pages in english,
567   if no foreign translation found (by Pierrick Meignen)
568 * show RelatedChanges only if minimum two links on the current page.
569 * PageDump: ~ViewSource link, better actionpage usage, MessageID TZ
570 * brought ~WikiUser (old) uptodate
571 * added owner and acl fields to dumps
572 * import GOOGLE_LICENSE_KEY and FORTUNE_DIR from config.ini
573 * renamed global $Theme to $~WikiTheme (Gforge nameclash)
574 * aggressive WikiDB and cache memory optimization: don't cache %content
575   and _cached_html if not needed.
576 * PageDump added format=backup: dump all revisions.
577 * force mysql to use auto_increment page.id for performance reasons.
578   call ?action=upgrade
579 * extended all plugins which take "pages" and "exclude" params to accept
580   <!plugin-list !> pagelists
581 * enabled limit, exclude and sortby ~PageList options for almost all db backends natively
582 * improved ~SqlResult: templates and variable expansion.
583   automatic paging not yet.
584 * use latest Pear DB features, which will break on older PearDB libs.
585   (escapeSimple). Use INCLUDE_PATH to override.
586 * INCLUDE_PATH is now prepended, not appended. PHPWIKI_DIR is forced to be first.
587 * rewrote ~OldTextFormattingRules, ~Anciennes~R%E8gles~DeFormatage
588   for proper importing (PCRE+memory related crashes on older php's)
589 * added extra page.cached_html column. ?action=upgrade or PhpWikiAdministration
590   "Convert cached_html" is needed to convert your old pagedata "_cached_html".
591 * page deletion is now undoable and being seen in RecentChanges. Purge pages
592   by new admin button.
593 * zipdump and dumphtml contains now images, buttons and css
594 * improved _~WikiTranslation performance with gettext extension
595 * moved ~DbSession methods to extra files as with ~WikiUser files.
596 * changed config.ini options:
597   KEYWORDS: "Category:Topic" => "Category* OR Topic*",
598   KEYWORD_LINK_REGEXP removed,
599 * action=dumphtml dumps only the current page unless done from PhpWikiAdministration
600
601 === New ===
602 * new ENABLE_EDIT_TOOLBAR (from mediawiki), JS_SEARCHREPLACE,
603   ~AddCategory, ~AddPlugin buttons
604 * new other config options:
605 ** ENABLE_PAGEPERM to turn off ACL (no owner at the statusline if off)
606 ** FORTUNE_DIR to enable random quotes for new pages
607 ** GOOGLE_LINKS_NOFOLLOW, ACCESS_LOG_SQL, BABYCART_PATH, BLOG_DEFAULT_EMPTY_PREFIX,
608     CATEGORY_GROUP_PAGE, DATABASE_PERSISTENT, DBADMIN_PASSWD, DBADMIN_USER,
609     DEFAULT_DUMP_DIR, DISABLE_GETIMAGESIZE, ENABLE_DOUBLECLICKEDIT,
610     ENABLE_LIVESEARCH, ENABLE_MODERATEDPAGE_ALL, ENABLE_RAW_HTML_LOCKEDONLY,
611     ENABLE_RAW_HTML_SAFE, ENABLE_SPAMASSASSIN, ENABLE_XHTML_XML,
612     GOOGLE_LICENSE_KEY, HTML_DUMP_DIR, LDAP_OU_GROUP, LDAP_OU_USERS
613     PLUGIN_CACHED_CACHE_DIR, PLUGIN_CACHED_DATABASE, PLUGIN_CACHED_FILENAME_PREFIX,
614     PLUGIN_CACHED_FORCE_SYNCMAP, PLUGIN_CACHED_HIGHWATER,
615     PLUGIN_CACHED_IMGTYPES, PLUGIN_CACHED_LOWWATER, PLUGIN_CACHED_MAXARGLEN,
616     PLUGIN_CACHED_MAXLIFETIME, PLUGIN_CACHED_USECACHE, TEMP_DIR, USECACHE,
617     USE_EXTERNAL_HTML2PDF, ENABLE_MARKUP_COLOR, ENABLE_MARKUP_TEMPLATE
618 * implemented WikiDB page creator and ownership
619 * added paging support for simple one-column pagelists
620 * added new ~PageList options: cols, azhead, comma, commasep, ordered and enabled the new args on most plugins.
621 * new pagename utf8 detection logic (from mediawiki)
622 * added action revert, with button from action=diff
623 * added new <!plugin-list ~PluginName args!> syntax within plugin args
624 * new plugin ~IncludePages, esp. for <!plugin-list !>
625 * added template variable expansion support to the ~CreatePagePlugin
626 * ~WikiSpam prevention:
627 ** On GOOGLE_LINKS_NOFOLLOW add rel=nowfollow to all external links, unless the author was authenticated.
628 ** max 20 new links hardcoded
629 ** new babycart module interfacing ~SpamAssassin
630 * added ~WikiPluginCached support for image maps, static cache in uploads/ and SVG
631 * added case-sensitive/insensitive and regex searching, replace also
632 * added action=pdf: only page formatter missing, use USE_EXTERNAL_HTML2PDF instead
633 * new ~XmlParser, ~HtmlParser: new libs for HTML->wiki import and htmlarea3 support
634 * new action=chown|setacl|rename|dump action shortcuts pointing to the plugin
635 * new ~SyntaxHighlighter plugin (based on work by alecthomas),
636   needs highlight from http://www.andre-simon.de/
637 * new ~PloticusPlugin. Full application/xhtml+xml support not yet
638   (javascript document.write() not supported with ENABLE_XHTML_XML)
639 * new ~ListPages plugin (by Dan Frankowski)
640 * new ~TeX2pngPlugin (by Pierrick Meignen)
641 * added support for ?force_unlock=1 parameter for stale File_Passwd locks
642   (should not be needed anymore, we lock only when we actually change the passwd)
643 * added mysql-4.1 fix at action=upgrade,
644   added CACHE_CONTROL NONE => NO_CACHE config.ini fix to action=upgrade
645 * author, owner, creator support for ~WikiAdmin* and AllPages plugins:
646 ** AllPagesCreatedByMe, AllPagesLastEditedByMe, AllPagesOwnedByMe
647 * added option regex to ~WikiAdminSearchReplace and ~WikiAdminRename
648 * added oracle PearDB backend (by Philippe Vanhaesendonck)
649 * added experimental SearchHighlight feature (not for HTML yet)
650 * added experimental ~LiveSearch feature
651 * added ~[~OverWrite All] button to loadfile action on the first page.
652 * added ~[Load & ~OverWrite] button to PhpWikiAdministration
653 * performance: use cached static config/config.php, if it's writable by
654   the webserver. (experimental)
655 * added ACCESS_LOG_SQL &1: read, &2 write. new accesslog sql table.
656   for various log analysis: abuse prevention, recent referrers.
657 * added more ~PageChangeNotification on other actions: rename, remove.
658   changed subject on create. Collapse mult. emails to one.
659 * added new PhpWiki:~WikiFormRich plugin
660 * added new ~AppendTextPlugin (by Pascal Giard)
661 * added RSS2 link (format=rss2)  in RecentChanges. (no cloud channel yet)
662 * added PhpWikiAdministration WikiDB buttons:
663   ~[Purge all empty unreferenced pages], ~[Convert cached_html]
664 * (nyi) new experimental ModeratedPage feature. (i.e. delayed POST actions)
665 * new edit "~[~] old markup ~[Convert~]" button to convert and save to new markup.
666 * new LinkDatabase plugin and actionpage for the http://touchgraph.sourceforge.net/ ~WikiBrowser
667 * new hyperwiki applet in the Sidebar theme. See http://hypergraph.sourceforge.net/
668 * new xmlrpc methods: putPage, mailPasswordToUser
669 * new xmlrpc test framework
670 * action=upgrade performs now a mysql LOCK TABLE privileges check and fix
671 * action=upgrade asks now for the admin's user and password if not defined
672 * added lib/ASCIIMathPHP and ~AsciiMath plugin
673 * new ~AnalyseAccessLogSqlPlugin (by Charles Corrigan)
674 * new ~TemplatePlugin, optionally mediawiki-style ~{~{Template~}~} syntax
675 * new ENABLE_ACDROPDOWN moacdropdown library. fast xmlrpc communication nyi
676
677 == 1.2.11 ==
678 * support remove for $~WhichDatabase = file
679
680 == 1.2.10 ==
681 * support php5 with register_long_arrays = off
682
683 == 1.2.9 bugfix ==
684 * Jose Vina fixed MostPopular sorting for dba and dbm,
685   which was broken since 1.2.3
686
687 == 1.2.8 (the old-stable branch) Jan, 30 2005, Reini Urban ==
688 * register_globals=off fix:
689   fix and centralize broken register_globals=off logic.
690 * update message catalog
691 * replace mysql_pconnect by mysql_connect
692
693 == 1.2.7 (the old-stable branch) Jan, 6 2005, Reini Urban ==
694
695 ~PhpWiki 1.2.7 backport cvs release-1_2-branch enhancements never released with 1.2.3-1.2.6:
696 * full xhtml conformity
697 * split_pagename in title and header to help google
698 * "INSTALL.Mac OS X" added from cvs
699 * lib/zipfile.php: Content-Disposition: attachment
700 * lib/config.php, lib/stdlib.php: support new USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS,
701   better i18n $!~WikiNameRegexp
702 - re-added images/* LINK_ICONS, pre-calculate DATA_PATH
703 - locale/*: fix and update strings and templates esp. for german,
704 * index.php: urlparser extended to omit &start_debug=1 and other args
705 * added minor_edit checkbox
706 * print more meta tags: robots, favicon, language and PHPWIKI_VERSION
707
708 == 1.2.6 (the old-stable branch) Dec, 19 2004, Reini Urban ==
709
710 Flatfile fixes and enhancement:
711 * fixed !TitleSearch and Backlinks for flatfile.
712 * enable MostPopular (hitcount storage) for flatfile
713
714 == 1.2.5 (the old-stable branch) Nov, 28 2004, Reini Urban ==
715 * works with register_globals=off
716 * adds user/password to pgsql,
717 * fix zip and dumpserial on dba, dbm, msql and file,
718 * and fixes a minor (un)lock issue, displaying the (un)locked page afterwards
719   and not the ~FrontPage.
720
721 == 1.3.10 May, 13 2004, Reini Urban, Joby Walker ==
722
723 In short: paging support, adodb rewrite, permission problem fixed.
724
725 === Fixes ===
726 * fixed severe permission problem:
727   Default permissions not honored. Everybody was able to edit.
728 * set UserPreferences for bool and int fixed
729 * POP3 auth
730 * dba open problems improved, but not generally fixed
731 * fixed dba session reading, but still broken
732 * support wikiword links and image links in ~RichTable content,
733   backlinks still not working.
734 * fixed navbar links in theme smaller, and made them default
735 * fixed loading of localized pagenames on action=upgrade
736 * fixed interwiki.map loading on certain ~PrettyWiki setups
737 * re-enabled php-4.0.6 support (broken since 1.3.8: superglobals, array_key_exists),
738   4.0.4-pl1 and 4.0.5 do work, but not stable enough.
739 * fix running phpwiki in "http://server/" (empty DATA_PATH)
740 * fix PhpWiki:~PrettyWiki detection: starter script includes index.php,
741   and include main.php by its own to override certain config values.
742 * fix ~WikiAdminRemove arguments passed from WikiAdminSelect,
743   ~WikiAdminRemove deleted too many args if passed from WikiAdminSelect
744 * session transportation improved, no db objects stored
745 * ~PageGroup support for ~[links] and subpages
746 * ~HttpClient fixes for older php's
747 * ~RssFeed for allow_url_fopen=false, IMAGE support, empty ITEM list
748 * Theme buttons are now also searched in the default theme
749 * numerous other minor bugfixes.
750
751 === Changes ===
752 * ADODB update from ancient mysql-only, to 4.21 with all supported databases.
753   transaction support, with mysql locking-workarounds
754 * pear not in our include_path anymore: either use your pear or our pear,
755   by adding it to your include_path or not. use now 1:1 copies of pear libs.
756 * ~CreateToc parses now headers with links and formatting optionally, if
757   TOC_FULL_SYNTAX is defined
758 * ~PageChangeNotification: userids, not emails are printed
759 * default theme navbar consistency: linkButtons instead of action buttons
760 * _~WikiTranslation what=buttons, noT=1, nolinks=1
761 * ~SetupWiki (virgin setup) also loads all mandatory pages now
762   and overwrites ReleaseNotes
763 * ~PageChangeNotification changed subject to "~[~WikiName] Page change %s",
764   update your filters accordingly
765 * action=upgrade now linked in PhpWikiAdministration,
766   db: fix page.id auto_increment and ADD session.sess_ip
767 * some internal ~InlineParser optimization
768 * DBAuthParam statement syntax change: variables now like '$userid'
769
770 === New ===
771 * new ini-style config instead of old index.php, by Joby Walker
772 * paging support for pagelists longer than limit
773 * ~PopularNearby plugin: same as the classic most popular footer
774 * formatted single-line plugins supported
775 * RelatedChanges plugin: only those which are links at the current page
776 * new ~GoogleLink pref: add "~[G]" lookup on unknown links
777 * added chinese language support, by Yan-ren Tsai (druryl)
778 * added missing MacOSX buttons, by Carsten Klapp.
779 * new Crao theme from http://wiki.crao.net, by Arnaud Fontaine and Laurent Lunati
780 * extended PhpWiki:InlineImages markup (size, border, ...)
781
782 == 1.3.9-p1 May,5 2004, Reini Urban ==
783
784 Bugfix patch for the following 1.3.9 problems:
785 * Default permissions not honored. Everybody was able to edit.
786 * set UserPreferences for bool and int fixed
787 * dba open problems improved
788 * session transportation improved, no db objects stored
789 * php-4.0.6 support re-enabled (superglobals, array_key_exists)
790 * ~WikiAdminRemove deleted too many if args passed from WikiAdminSelect
791 * ~PageGroup support for ~[links] and subpages
792 * disabled default dba sessions, broken!
793 * ~HttpClient fixes for older php's
794 * ~RssFeed for allow_url_fopen=false, IMAGE support, empty ITEM list
795
796 == 1.2.4 (the old-stable version) May, 4 2004, Reini Urban ==
797 * improves possible deadlocks in DBA,
798 * fixes problems with DBA open failures.
799
800 == 1.2.3 (the old-stable version) Apr, 29 2004, Reini Urban ==
801 * added the most popular footer for dba
802 * added remove for dba
803 * fixed a warning on info page
804
805 == 1.3.9 Apr, 12 2004, Reini Urban ==
806
807 Bugfix release for the following 1.3.8 problems:
808 * syntax errors in lib/plugin/~UpLoad.php
809 * syntax errors in lib/plugin/~WikiAdminRemove.php
810 * syntax error in schemas/mysql.sql
811 * several path issues (cannot findfile...), which were caused
812   by a chdir for bindtextdomain in lib/config.php.
813     Failed opening required 'lib/stdlib.php',
814     templates/html.tmpl: not found, and more
815 * added self-registration for ~DbPassUser
816 * added ~GoTo plugin, ~RateIt action page
817
818 == 1.3.8 Jan-Apr 2004, Reini Urban ==
819
820 External plugable authentification, DB prefs and sessions,
821 some more fixes, docs, themes and plugins.
822
823 * new ~WikiUserNew class (started by Carsten Klapp),
824 * new Preferences (optionally from DB, no cookies anymore)
825 * improved DB_Session (added ADODB + dba support,
826   WhoIsOnline support)
827 * enabled ~WikiGroup (Joby Walker and Reini Urban)
828 * new individual ~PagePermissions (enabled, but not yet enforced)
829 * new ~WikiAdminRename, ~WikiAdminSearchReplace, ~WikiAdminSetAcl
830 * several other new plugins: ~WikiPoll, WhoIsOnline,
831   ~CreateToc (experimental), ~AddComment,
832   _~WikiTranslation and ~TranslateText, ~NoCache,
833   ~UpLoad (by Nathan Gass, qubit and Reini Urban),
834   ~IncludeSiteMap (by cuthbertcat and Reini Urban),
835   ~RichTable (by Sameer D. Sahasrabuddhe),
836   ~CreatePage and ~RateIt (by Dan Frankowski),
837   ~RssFeed (by Arnaud Fontaine)
838 * added ~InterWiki image button support
839 * added Japanese language support (by Tadashi Jokagi)
840 * added sqlite support (thanks to Matthew Palmer)
841 * added theme and plugin-specific ~PageList column types and theme-specific UserPreferences
842 * added ~EmailVerification and ~PageChangeNotification (experimental)
843 * added new sess_ip column (DB_Session) for ip-based robot throttling
844
845 * Pear DB update, minor performance improvement for PearDB
846 * ~PageList: enhanced sortby + limit support, sortable gridbuttons enforced, cleanup.
847 * minor theme/default overhaul, new theme/smaller, new experimental theme/wikilens
848 * new theme/Wordpress by Mike Pickering
849 * updated theme/Sidebar: box methods, fast jscalendar and easier to customize
850 * more ~OldStyleTable arguments, ~PhotoAlbum local fs support
851 * preliminary action=upgrade (To import new pgsrc pages only yet. not for DB)
852 * preliminary SOAP support
853 * added ~PdfOutput libraries
854 * experimental javascript Search&Replace edit buttons
855 * experimental old-browser compatibility code.
856 * fixed WikiAdminSelect, ~WikiAdminRemove
857 * fixed and improved XHTML dumps (css, images, unlinked pages, \r\r\n issue)
858 * fixed ADODB limit problem, fixed dba on Windows PHP 4.3.x
859 * fixed ~BlockParser problem with "0" as text
860 * fixed ~UnfoldSubpages sortby
861 * fixes for PHP5 compatibility started
862 * fixed gettext, setlocale and update_locale problems
863
864 == 1.3.4 until 1.3.7, 2002-2003 Jeff, Carsten and Steve Wainstead ==
865
866 * several stable releases with better documentation (most plugins) and various bugfixes.
867 * ~EditMetaData (by Michael Van Dam) for example. (forgot what else was new)
868 * Jochen Kalmbach's new ~UserFileManagement and ~UserRegistration didn't went upstream.
869   (personal uploads, ...)
870
871 == 1.3.3 early 2002, Jeff strikes back, with the help of Carsten Klapp ==
872
873 * major feature enhancements:
874 * Cache all output and use a clever page cache. Get rid of plugin-head.
875 * new ~PageType class. Formatter and Search engine rewrite.
876 * Validator
877 * broke several older plugins: InterWikiSearch, WikiAdminSelect. broke image buttons
878 * Carsten Klapp's beloved Mac OS X theme, button factory and CSS wizardry in general.
879 * XHTML dumps, WikiBlog as page type.
880 * PluginManager and several more plugins.
881
882 == 1.3.2 early 2002, Reini Urban strikes: ==
883
884 * Start of external authorisation in the config, but not in code.
885 * Store Preferences in the users ~PersonalPage (Jeff)
886 * Sessions in DB, pear DB update
887 * concept of Subpages, ~UnfoldSubpages, ~SiteMap, AllPages, AllUsers, ...
888 * ~PageList (Jeff and Reini)
889 * Several new plugins: ~RedirectTo, plugin-head architecture.
890   Normalize template names. WikiAdminSelect architecture: ~WikiAdminRemove
891 * ~VisualWiki, ~TexToPng, text2png + several cached plugins (by Johannes Große)
892 * ~PhpWeather (?), ~PrevNext, image buttons,
893 * ~IncludePage (Joe Edelman), ~FrameInclude (Reini), Transclude (Jeff)
894 * Calendar (contributed by ?), ~CalendarList, WikiBlog, ...
895
896 .... a small hole here .... (three years no detailed HISTORY. see the outline above)
897
898 == Jeffs Hacks ==
899
900 * New database API.  See =lib/WikiDB.php= and =lib/WikiDB/backend.php=
901   for the bulk of the documentation on this.  The new database can
902   save multiple archived versions of each page.  A mechanism for
903   purging archived revisions is now in place as well.  See the
904   $~ExpireParams setting in =index.php=, and =lib/~ArchiveCleaner.php=
905   for details.  At this point, the DBA, MySQL and Postgres backends
906   are functional.  The DBA backend could use some performance
907   optimization.  The whole API is still subject to some change as I
908   figure out a clean way to provide for a variety of (not all forseen)
909   methods of indexing and searching the wiki.
910 * New ~WikiPlugin architecture.
911 * New template engine.  This needs to be documented further, but, for
912   now, see =lib/Template.php=.  On second thought, don't
913   (=lib/Template.php= desperately needs refactoring, still.)  The
914   basic advance is that PHP4's =ob_*()= functions can be used to
915   capture output from code that is run through =eval().  This allows
916   the templates to be PHP code...
917 * Edit preview button on the edit page.  Now you can see what your
918   edits look like before committing them.
919 * Reworked the style-sheets.  I still need to clean this up some more.
920   I would appreciate comments and bug reports on it.  So far I've only
921   tested the new style sheets with Netscape 4.77 and Mozilla 0.9.3
922   (both running under Linux.)
923 * Expanded syntax for text search, Searches like "wiki or web -page"
924   (or "(wiki or web) and not page") will now do more-or-less what they
925   look like they'll do.
926 * Security Issues: ~PhpWiki will now work with PHP's =register_globals=
927   set to off.
928
929 == 1.3.x development branch ==
930
931 * Pagenames in =PATH_INFO=.
932 * File uploads: see PhpWikiAdministration.
933 * UserPreferences.
934 * Ugly ~MagicPhpWikiURLs for administrative links.
935
936 == 1.2 ==
937
938 * Database support for MySQL, Postgresql, mSQL, flat file and the new
939   dba_ library in PHP4 is included.
940 * Internationalization: support for different languages, down to the
941   source level, is included. German, Spanish, Swedish and Dutch are
942   currently shipped with ~PhpWiki. An architecture is in place to
943   easily add more languages.
944 * New linking schemes using square brackets in addition to the old
945   style ~BumpyText.
946 * Administration features include page locking, dumping the Wiki to a
947   zip file, and deleting pages.
948 * A MostPopular page showing the most frequently hit pages.
949 * Full HTML compliance.
950 * Links at the bottom of pages describing relationships like incoming
951   links from other pages and their hits, outgoing and their hits, and
952   the most popular nearby pages.
953 * Color page diffs between the current and previous version.
954 * An info page to view page metadata.
955 * Far more customization capability for the admin.
956 * A templating system to separate the page HTML from the PHP code.
957 * New markup constructs for =<B>=, =<I>=, =<DD>=, =<BR>= and more.
958 * Tabless markup to supercede the older markup (both still supported).
959
960 == 1.1.9 ==
961
962 ~PhpWiki 1.1.9 includes Spanish language pages, a full implementation
963 for Postgresql, numerous bug fixes and more. See the =HISTORY= file
964 for more info: http://phpwiki.sourceforge.net/phpwiki/HISTORY
965
966 == 1.1.6 ==
967
968 ~PhpWiki 1.1.6 is a major revision of ~PhpWiki. The ability to have
969 themes (via an easy-to-edit template system) has been added; the
970 schema for MySQL has been completely overhauled, breaking the page
971 details into columns (for efficiency we agreed not to put references
972 in a separate table, so it's not completely normalized. "Don't let the
973 best be the enemy of the good.")
974
975 Postgresql support has been added and the markup language is evolving, now allowing !!! for <h2>, !! for <h3>, ! for <h4> tags and ~__a new way to make text bold__, and of course the ~[new linking scheme].
976
977 There is a new feature on all pages called //more info// that gives
978 you a low level detailed view of a page, which is probably more useful
979 for debugging than anything.
980
981 As we move towards a 1.2 release we will be adding logging, top ten
982 most active pages and other new features with the new database schema
983 (and yes, these features will make it into the DBM version too). I
984 also want to add mSQL support and test it under Zend, the new PHP4.
985
986 == 1.0.3 ==
987
988 Below are the release notes for version 1.03, the last release of the
989 1.0 ~PhpWiki series. --Steve Wainstead, mailto:swain@panix.com
990
991 ~PhpWiki was written because I am so interested in ~WikiWikiWeb~s, and I
992 haven't used PHP since version 2.0. I wanted to see how it had
993 advanced.
994
995 Version 1.0 is a near-perfect clone of the Portland Pattern
996 Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was
997 using the Wiki script you can download from there as a model; that
998 Wiki lacks a number of features the PPR has, like ~EditCopy. So in
999 truth ~PhpWiki is a kind of hybrid of the PPR and the generic Wiki you
1000 can get from there (which is written in Perl).
1001
1002 The one caveat of ~PhpWiki is the allowance of HTML if the line is
1003 preceded by a bar (or pipe, which is how I usually say it). (That's a
1004 '=|='). It was very simple to add, and the idea came from a posting
1005 somewhere on the PPR about how AT&T had an internal Wiki clone and
1006 used the same technique. The ability to embed HTML is disabled by
1007 default for security reasons.
1008
1009 Version 1.01 includes a patch that fixes a small error with rendering
1010 <hr> lines. Thanks to Gerry Barksdale.
1011
1012 See the =HISTORY= file for a rundown on the whole development process
1013 if that sort of thing really interests you :-)
1014
1015 --Steve Wainstead
1016
1017 ----
1018 [[PhpWikiDocumentation]]