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