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