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