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