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