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