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