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