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