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