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