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