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