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