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