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