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