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