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