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