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