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