]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/ReleaseNotes
oops, remove merge conflicts
[SourceForge/phpwiki.git] / pgsrc / ReleaseNotes
1 Date: Sun, 27 Feb 2005 10:40:00 +0100
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11)
3 X-Rcs-Id: $Id: ReleaseNotes,v 1.52 2005-02-27 09:47:38 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=ReleaseNotes;
6   pgsrc_version="2 $Revision: 1.52 $";
7   flags=PAGE_LOCKED;
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 1.3.11 Feb, 26 2005, Reini Urban, Joel Uckelman:
13
14 Lots of bugfixes, and some feature and performance enhancements.
15 A new EDIT_TOOLBAR from mediawiki, more page permission enhancements, 
16 reduced memory usage for pagelists which need no page content, 
17 related improvement for OldMarkup crashes because of PCRE memory exhaustion.%%%
18 New <!plugin-list !> syntax and PhpWiki:PageListLibrary args.%%%
19 Because of SQL changes you'd need to ?action=upgrade to update for SQL.
20
21 fixes:
22 * fixed Today link in all templates if USE_PATH_INFO = false
23 * fixed PluginManager fatal error line 222
24 * utf-8 pagenames fixed (typed foreign names from IE)
25 * CGI: no PATH_INFO fix 
26 * fix some too loose PhpWiki:PagePermissions for signed, but not authenticated users
27   (admin, owner, creator), and edit and view for Bogo and Password users 
28 * security fix for create ACL: action=edit is now checked for create
29 * fixed syntax errors in signin.tmpl 
30 * fixed important WikiDB bug with DEBUG > 0: wrong assertion 
31   around line 172 (#954648)
32 * fixed flatfile ArchiveCleaner assertion
33 * RssFeedPlugin stability fix for empty feeds or broken connections 
34 * fixed Sidebar theme CSS, added existing dates to jscalendar
35 * fixed PhpWiki:ImageLinks, broken since 1.3.10 (Bug #956068)
36 * fixed lib/pear/File_Passwd loading
37 * fixed missing DEBUG warnings (Support #954260)
38 * TranslateText: verbatim needed a pagebreak
39 * fixed duplicate session_id warning with adodb
40 * fixed adodb ~DbPassUser login
41 * fixed external ~DbPassUser login
42 * fixed adodb action=upgrade
43 * fixed ~FilePassUser locking problems and session handling
44 * fixed a lot of LDAP auth and group issues
45 * fixed LDAP options handling (by John Cole)
46 * fixed possible security problems: allowing only posixly strict usernames, 
47   and an actual LDAP Injection problem, detected by Steve Christey, MITRE.
48 * honor s=wildcard arguments for ~WikiAdmin plugins
49 * fixed flatfile assertion (#963268) - check existing previous version
50 * fixed all msg references from index.php to config/config.ini
51 * fixed immediate LANG and THEME in-session updates if not stored in prefs
52 * fixed USER_AUTH_POLICY=old, use only USER_AUTH_ORDER methods (besides ~HttpAuth)
53   and removed LDAP, POP3, IMAP default configs.
54 * RelatedChanges: fixed days links
55 * fix Rename: Change pagename in all linked pages
56 * fixed PhpWiki:PageChangeNotification for not-current users
57 * fixed UpLoadPlugin for filenames with space (Bug #969532)
58 * fixed label support for CreateTocPlugin (Bug #969495)
59 * fixed Apache2 crashing with old markup and the CreateTocPlugin. 
60   Still cannot edit though.
61 * catch fatals and request->args changes on dumping
62 * fixed unneeded UserPreferences plugin login screen on dumphtml
63 * catch SOAP fatal on GooglePlugin without GOOGLE_LICENSE_KEY
64 * silently ignore jshide argument on MacIE for AddCommentPlugin and CreateTocPlugin
65 * PhpWiki is now allow_call_time_pass_reference = Off safe (php.ini)
66   Some external libraries are not (Pear_DB odbc, adodb oracle)
67 * fixed sql statements for pagedata where it is not needed, fixing the 
68   typical PageList memory exhaustion on simple page lists.
69   cached_html is handled complete seperate now.
70 * fixed crash after login, by eliminating endless recursion in 
71   group isAdmin() checks
72 * fixed and improved WikiDB pageid caching.
73 * fixed some WikiGroup errors for WIKIPAGE and DB
74 * fixed JS_SEARCHREPLACE
75 * fixed xmlrpc to be able to use the native xmlrpc extension.
76 * fixed xmlrpc wiki.listLinks method: "name" => "page" param
77 * fixed WikiAdminUtils behaviour on POST
78 * fixed strict login on "Db" (by Mikhail Vladimirov)
79 * more /tmp warnings on flatfile (by Joel Uckelman)
80
81 changes:
82 * ~WikiAdminSetAcl functional
83 * enabled PhpWiki:PagePermissions for all admin plugins (no admin required): 
84   Remove, Rename, Replace, ~SetAcl, Chown
85 * new Error-style with collapsed output of repeated messages 
86 * whitespace trim pagenames to avoid abuse
87 * no double login page header, better login msg. 
88 * improved ~FileFinder include_path logic (~NormalizeLocalFileName, ...)
89 ** init global FileFinder to add proper include paths at startup
90    adds PHPWIKI_DIR to the front if started from another dir, lib/pear to the end.
91 ** fix slashify for Windows
92 * check more config-default and predefined constants 
93 * ~AutoSplit pagenames at subpage seperators, esp for Sidebar theme
94 * improve Pagelist layout by equal pagename width for limited lists 
95 * added CPAN, OsFaq2, WikiLens to interwiki.map
96 * ExternalSearchPlugin useimage arg (RFE #952323)
97 * Simplified some strings for easier translation 
98 * added hash and object support for ~SessionPassUser userid session variable
99 * Auth Page=>DB ~PassUser upgrade: delete existing Page prefs, if Db prefs are saved.
100 * renamed DB_Session.php to ~DbSession.php
101 * vastly improved french locale support, which is now complete (by Pierrick Meignen).
102   english, german and french are now completely translated. The others partially.
103 * improved ~SetupWiki (virgin setup) loading all required action pages in english,
104   if no foreign translation found (by Pierrick Meignen)
105 * show RelatedChanges only if minimum two links on the current page.
106 * PageDump: ViewSource link, better actionpage usage, MessageID TZ
107 * brought ~WikiUser (old) uptodate
108 * added owner and acl fields to dumps
109 * import GOOGLE_LICENSE_KEY and FORTUNE_DIR from config.ini
110 * renamed global $Theme to $~WikiTheme (gforge nameclash)
111 * aggressive WikiDB and cache memory optimization: don't cache %content 
112   and _cached_html if not needed.
113 * PageDump added format=backup: dump all revisions.
114 * force mysql to use auto_increment page.id for performance reasons.
115   call ?action=upgrade
116 * extended all plugins which take "pages" and "exclude" params to accept 
117   <!plugin-list !> pagelists
118 * improved SqlResult: templates and variable expansion.
119   automatic paging not yet.
120 * use latest Pear DB features, which will break on older PearDB libs. 
121   (escapeSimple). Use INCLUDE_PATH to override.
122 * INCLUDE_PATH is now prepended, not appended. PHPWIKI_DIR is forced to be first.
123 * rewrote OldTextFormattingRules, AnciennesR%E8glesDeFormatage
124   for proper importing (PCRE+memory related crashes on older php's)
125 * added extra page.cached_html column. ?action=upgrade or PhpWikiAdministration
126   "Convert cached_html" is needed to convert your old pagedata "_cached_html".
127 * page deletion is now undoable and being seen in RecentChanges. Purge pages 
128   by new admin button.
129 * zipdump and dumphtml contains now images, buttons and css
130 * improved _WikiTranslation performance with gettext extension
131 * moved DbSession methods to extra files as with WikiUser files.
132
133 new:
134 * new ENABLE_EDIT_TOOLBAR (from mediawiki), JS_SEARCHREPLACE, 
135   AddCategory, AddPlugin buttons
136 * new other config options: 
137 ** ENABLE_PAGEPERM to turn off ACL (no owner at the statusline if off)
138 ** FORTUNE_DIR to enable random quotes for new pages
139 * implemented WikiDB page creator and ownership
140 * added action=pdf: only page formatter missing
141 * new ~XmlParser, ~HtmlParser: new libs for HTML->wiki import and htmlarea3 support
142 * new pagename utf8 detection logic (from mediawiki)
143 * new action=chown|setacl|rename|dump action shortcuts pointing to the plugin
144 * new SyntaxHighlighter plugin (based on work by alecthomas),
145   needs highlight from http://www.andre-simon.de/
146 * new PloticusPlugin. Full application/xhtml+xml support not yet 
147   (javascript document.write() not supported with ENABLE_XHTML_XML)
148 * new ListPages plugin (by Dan Frankowski)
149 * new TeX2pngPlugin (by Pierrick Meignen)
150 * added support for ?force_unlock=1 parameter for stale File_Passwd locks
151   (should not be needed anymore, we lock only when we actually change the passwd)
152 * added mysql-4.1 fix at action=upgrade,
153   added CACHE_CONTROL NONE => NO_CACHE config.ini fix to action=upgrade
154 * author, owner, creator support for WikiAdmin* and AllPages plugins:
155 ** AllPagesCreatedByMe, AllPagesLastEditedByMe, AllPagesOwnedByMe
156 * added action revert, with button from action=diff
157 * added option regex to ~WikiAdminSearchReplace
158 * added oracle PearDB backend (by Philippe Vanhaesendonck)
159 * added new <!plugin-list PluginName args!> syntax within plugin args
160 * new plugin IncludePages, esp. for <!plugin-list !>
161 * added template variable expansion support to the CreatePagePlugin
162 * added paging support for simple one-column pagelists
163 * added new PageList options: cols, azhead, comma, commasep, ordered
164   and enabled the new args on most plugins.
165 * added experimental SearchHighlight feature (not for HTML yet)
166 * added [OverWrite All] button to loadfile action on the first page.
167 * added [Load & OverWrite] button to PhpWikiAdministration
168 * performance: use cached static config/config.php, if it's writable by 
169   the webserver. (experimental)
170 * added ACCESS_LOG_SQL &1: read, &2 write. new accesslog sql table. 
171   for various log analysis: abuse prevention, recent referrers.
172 * added more PageChangeNotification on other actions: rename, remove.
173   changed subject on create. Collapse mult. emails to one.
174 * added WikiPluginCached support for image maps, static cache in uploads/ and SVG
175 * added case-sensitive and regex searching
176 * added new PhpWiki:WikiFormRich plugin
177 * added new AppendTextPlugin (by Pascal Giard)
178 * added RSS2 link (format=rss2)  in RecentChanges. (no cloud channel yet)
179 * added PhpWikiAdministration WikiDB buttons:
180   [Purge all empty unreferenced pages], [Convert cached_html]
181 * (nyi) new experimental ModeratedPage feature. (i.e. delayed POST actions)
182 * new edit "[] old markup [Convert]" button to convert and save to new markup.
183 * new LinkDatabase plugin and actionpage for the http://touchgraph.sourceforge.net/ ~WikiBrowser
184 * new hyperwiki applet in Sidebar. See http://hypergraph.sourceforge.net/
185 * new xmlrpc methods: putPage, mailPasswordToUser
186 * new xmlrpc test framework
187 * WikiSpam prevention: On GOOGLE_LINKS_NOFOLLOW add rel=nowfollow to all external 
188   links, unless the author was authenticated.
189 * action=upgrade performs now a mysql LOCK TABLE privileges check and fix,
190 * action=upgrade asks now for the admin's user and password if not defined
191 * re-enabled and updated configurator.php, which is called automatically on first 
192   install (empty config.ini)
193 * added lib/ASCIIMathPHP and AsciiMath plugin
194 * added AnalyseAccessLogSqlPlugin (by Charles Corrigan)
195
196 1.2.8 (the old-stable branch) Jan, 30 2005, Reini Urban:
197 * register_globals=off fix:
198   fix and centralize broken register_globals=off logic.
199 * update message catalog
200
201 1.2.7 (the old-stable branch) Jan, 6 2005, Reini Urban:
202 PhpWiki 1.2.7 backport cvs release-1_2-branch enhancements never released with 1.2.3-1.2.6:
203 * full xhtml conformity
204 * split_pagename in title and header to help google
205 * "INSTALL.Mac OS X" added from cvs
206 * lib/zipfile.php: Content-Disposition: attachment
207 * lib/config.php, lib/stdlib.php: support new USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS, 
208   better i18n $!WikiNameRegexp
209 * re-added images/* LINK_ICONS, pre-calculate DATA_PATH
210 * locale/*: fix and update strings and templates esp. for german, 
211 * index.php: urlparser extended to omit &start_debug=1 and other args
212 * added minor_edit checkbox
213 * print more meta tags: robots, favicon, language and PHPWIKI_VERSION
214
215 1.2.6 (the old-stable branch) Dec, 19 2004, Reini Urban:
216 flatfile fixes and enhancement:
217 * fixed !TitleSearch and Backlinks for flatfile.
218 * enable MostPopular (hitcount storage) for flatfile 
219
220 1.2.7 (the old-stable version) Jan, 6 2005, Reini Urban:
221 PhpWiki 1.2.7 backport cvs release-1_2-branch enhancements never released with 1.2.3-1.2.6:
222 * full xhtml conformity
223 * split_pagename in title and header to help google
224 * "INSTALL.Mac OS X" added from cvs
225 * lib/zipfile.php: Content-Disposition: attachment
226 * lib/config.php, lib/stdlib.php: support new USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS, 
227   better i18n $!WikiNameRegexp
228 * re-added images/* LINK_ICONS, pre-calculate DATA_PATH
229 * locale/*: fix and update strings and templates esp. for german, 
230 * index.php: urlparser extended to omit &start_debug=1 and other args
231 * added minor_edit checkbox
232 * print more meta tags: robots, favicon, language and PHPWIKI_VERSION
233
234 1.2.6 (the old-stable version) Dec, 19 2004, Reini Urban:
235 flatfile fixes and enhancement:
236 * fixed !TitleSearch and Backlinks for flatfile.
237 * enable MostPopular (hitcount storage) for flatfile 
238
239 1.2.5 (the old-stable branch) Nov, 28 2004, Reini Urban:
240 * works with register_globals=off
241 * adds user/password to pgsql, 
242 * fix zip and dumpserial on dba, dbm, msql and file,
243 * and fixes a minor (un)lock issue, displaying the (un)locked page afterwards 
244   and not the FrontPage.
245
246 1.3.10 May, 13 2004, Reini Urban, Joby Walker:
247
248 In short: paging support, adodb rewrite, permission problem fixed.
249
250 fixes:
251 * fixed severe permission problem:
252   Default permissions not honored. Everybody was able to edit.
253 * set UserPreferences for bool and int fixed
254 * POP3 auth
255 * dba open problems improved, but not generally fixed
256 * fixed dba session reading, but still broken
257 * support wikiword links and image links in RichTable content,
258   backlinks still not working.
259 * fixed navbar links in theme smaller, and made them default
260 * fixed loading of localized pagenames on action=upgrade
261 * fixed interwiki.map loading on certain PrettyWiki setups
262 * re-enabled php-4.0.6 support (broken since 1.3.8: superglobals, array_key_exists),
263   4.0.4-pl1 and 4.0.5 do work, but not stable enough.
264 * fix running phpwiki in "http://server/" (empty DATA_PATH)
265 * fix PhpWiki:PrettyWiki detection: starter script includes index.php,
266   and include main.php by its own to override certain config values.
267 * fix WikiAdminRemove arguments passed from WikiAdminSelect,
268   WikiAdminRemove deleted too many args if passed from WikiAdminSelect
269 * session transportation improved, no db objects stored
270 * PageGroup support for [links] and subpages
271 * HttpClient fixes for older php's
272 * RssFeed for allow_url_fopen=false, IMAGE support, empty ITEM list
273 * Theme buttons are now also searched in the default theme
274 * numerous other minor bugfixes.
275
276 changes:
277 * ADODB update from ancient mysql-only, to 4.21 with all supported databases.
278   transaction support, with mysql locking-workarounds
279 * pear not in our include_path anymore: either use your pear or our pear, 
280   by adding it to your include_path or not. use now 1:1 copies of pear libs.
281 * CreateToc parses now headers with links and formatting optionally, if 
282   TOC_FULL_SYNTAX is defined
283 * PageChangeNotification: userids, not emails are printed
284 * default theme navbar consistency: linkButtons instead of action buttons
285 * _~WikiTranslation what=buttons, noT=1, nolinks=1
286 * ~SetupWiki (virgin setup) also loads all mandatory pages now 
287   and overwrites ReleaseNotes
288 * PageChangeNotification changed subject to "[WikiName] Page change %s",
289   update your filters accordingly
290 * action=upgrade now linked in PhpWikiAdministration,
291   db: fix page.id auto_increment and ADD session.sess_ip
292 * some internal InlineParser optimization
293 * DBAuthParam statement syntax change: variables now like '$userid'
294
295 new:
296 * new ini-style config instead of old index.php, by Joby Walker
297 * paging support for pagelists longer than limit
298 * PopularNearby plugin: same as the classic most popular footer
299 * formatted single-line plugins supported
300 * RelatedChanges plugin: only those which are links at the current page
301 * new GoogleLink pref: add "[G]" lookup on unknown links
302 * added chinese language support, by Yan-ren Tsai (druryl)
303 * added missing MacOSX buttons, by Carsten Klapp.
304 * new Crao theme from http://wiki.crao.net, by Arnaud Fontaine and Laurent Lunati
305 * extended PhpWiki:InlineImages markup (size, border, ...)
306
307
308 1.3.9-p1 May,5 2004, Reini Urban:
309
310 Bugfix patch for the following 1.3.9 problems:
311 * Default permissions not honored. Everybody was able to edit.
312 * set UserPreferences for bool and int fixed
313 * dba open problems improved
314 * session transportation improved, no db objects stored
315 * php-4.0.6 support re-enabled (superglobals, array_key_exists)
316 * WikiAdminRemove deleted too many if args passed from WikiAdminSelect
317 * PageGroup support for [links] and subpages
318 * disabled default dba sessions, broken!
319 * HttpClient fixes for older php's
320 * RssFeed for allow_url_fopen=false, IMAGE support, empty ITEM list
321
322
323 1.2.4 (the old-stable version) May, 4 2004, Reini Urban:
324 * improves possible deadlocks in DBA, 
325 * fixes problems with DBA open failures.
326
327
328 1.2.3 (the old-stable version) Apr, 29 2004, Reini Urban:
329 * added the most popular footer for dba
330 * added remove for dba
331 * fixed a warning on info page
332
333
334 1.3.9 Apr, 12 2004, Reini Urban:
335
336 Bugfix release for the following 1.3.8 problems:
337 * syntax errors in lib/plugin/UpLoad.php
338 * syntax errors in lib/plugin/WikiAdminRemove.php
339 * syntax error in schemas/mysql.sql
340 * several path issues (cannot findfile...), which were caused 
341   by a chdir for bindtextdomain in lib/config.php.
342     Failed opening required 'lib/stdlib.php', 
343     templates/html.tmpl: not found, and more
344 * added self-registration for DbPassUser
345 * added GoTo plugin, RateIt action page
346
347 1.3.8 Jan-Apr 2004, Reini Urban:
348
349 External plugable authentification, DB prefs and sessions, 
350 some more fixes, docs, themes and plugins.
351
352 * new WikiUserNew class (started by Carsten Klapp), 
353 * new Preferences (optionally from DB, no cookies anymore)
354 * improved DB_Session (added ADODB + dba support,
355   WhoIsOnline support)
356 * enabled WikiGroup (Joby Walker and Reini Urban)
357 * new individual PagePermissions (enabled, but not yet enforced)
358 * new WikiAdminRename, WikiAdminSearchReplace, WikiAdminSetAcl
359 * several other new plugins: WikiPoll, WhoIsOnline, 
360   CreateToc (experimental), AddComment, 
361   _WikiTranslation and TranslateText, NoCache,
362   UpLoad (by NathanGass, qubit and Reini Urban), 
363   IncludeSiteMap (by cuthbertcat and Reini Urban),
364   RichTable (by Sameer D. Sahasrabuddhe), 
365   CreatePage and RateIt (by Dan Frankowski),
366   RssFeed (by Arnaud Fontaine)
367 * added InterWiki image button support
368 * added Japanese language support (by Tadashi Jokagi)
369 * added sqlite support (thanks to Matthew Palmer)
370 * added theme and plugin-specific PageList column types and theme-specific UserPreferences
371 * added EmailVerification and PageChangeNotification (experimental)
372 * added new sess_ip column (DB_Session) for ip-based robot throttling
373
374 * Pear DB update, minor performance improvement for PearDB
375 * PageList: enhanced sortby + limit support, sortable gridbuttons enforced, cleanup.
376 * minor theme/default overhaul, new theme/smaller, new experimental theme/wikilens
377 * new theme/Wordpress by Mike Pickering
378 * updated theme/Sidebar: box methods, fast jscalendar and easier to customize
379 * more OldStyleTable arguments, PhotoAlbum local fs support
380 * preliminary action=upgrade (To import new pgsrc pages only yet. not for DB)
381 * preliminary SOAP support
382 * added PdfOutput libraries
383 * experimental javascript Search&Replace edit buttons
384 * experimental old-browser compatibility code.
385
386 * fixed WikiAdminSelect, WikiAdminRemove
387 * fixed and improved XHTML dumps (css, images, unlinked pages, \r\r\n issue)
388 * fixed ADODB limit problem, fixed dba on Windows PHP 4.3.x
389 * fixed BlockParser problem with "0" as text
390 * fixed UnfoldSubpages sortby
391 * fixes for PHP5 compatibility started
392 * fixed gettext, setlocale and update_locale problems
393
394 1.3.4 until 1.3.7, 2002-2003 Jeff, Carsten and Steve Wainstead:
395
396 * several stable releases with better documentation (most plugins) and various bugfixes.
397 * EditMetaData (by MichaelVanDam) for example. (forgot what else was new)
398 * Jochen Kalmbach's new UserFileManagement and UserRegistration didn't went upstream. 
399   (personal uploads, ...)
400
401 1.3.3 early 2002, Jeff strikes back, with the help of Carsten Klapp:
402
403 * major feature enhancements:
404 * Cache all output and use a clever page cache. Get rid of plugin-head.
405 * new PageType class. Formatter and Search engine rewrite.
406 * Validator
407 * broke several older plugins: InterWikiSearch, WikiAdminSelect. broke image buttons
408 * Carsten Klapp's beloved MACOSX theme, button factory and CSS wizardry in general.
409 * XHTML dumps, WikiBlog as page type.
410 * PluginManager and several more plugins.
411
412 1.3.2 early 2002, Reini Urban strikes:
413
414 * Start of external authorisation in the config, but not in code.
415 * Store Preferences in the users PersonalPage (Jeff)
416 * Sessions in DB, pear DB update
417 * concept of Subpages, UnfoldSubpages, SiteMap, AllPages, AllUsers, ...
418 * PageList (Jeff and Reini)
419 * Several new plugins: RedirectTo, plugin-head architecture. 
420   Normalize template names. WikiAdminSelect architecture: WikiAdminRemove
421 * VisualWiki, TexToPng, text2png + several cached plugins (by Johannes Große)
422 * PhpWeather (?), PrevNext, image buttons, 
423 * IncludePage (Joe Edelman), FrameInclude (Reini), Transclude (Jeff)
424 * Calendar (contributed by ?), CalendarList, WikiBlog, ...
425
426 .... a small hole here .... (three years no detailed HISTORY. see the outline above)
427
428 Jeffs Hacks.
429
430 * New database API.  See =lib/WikiDB.php= and =lib/WikiDB/backend.php=
431   for the bulk of the documentation on this.  The new database can
432   save multiple archived versions of each page.  A mechanism for
433   purging archived revisions is now in place as well.  See the
434   $~ExpireParams setting in =index.php=, and =lib/~ArchiveCleaner.php=
435   for details.  At this point, the DBA, MySQL and Postgres backends
436   are functional.  The DBA backend could use some performance
437   optimization.  The whole API is still subject to some change as I
438   figure out a clean way to provide for a variety of (not all forseen)
439   methods of indexing and searching the wiki.
440
441 * New WikiPlugin architecture.
442
443 * New template engine.  This needs to be documented further, but, for
444   now, see =lib/Template.php=.  On second thought, don't
445   (=lib/Template.php= desperately needs refactoring, still.)  The
446   basic advance is that PHP4's =ob_*()= functions can be used to
447   capture output from code that is run through =eval().  This allows
448   the templates to be PHP code...
449
450 * Edit preview button on the edit page.  Now you can see what your
451   edits look like before committing them.
452
453 * Reworked the style-sheets.  I still need to clean this up some more.
454   I would appreciate comments and bug reports on it.  So far I've only
455   tested the new style sheets with Netscape 4.77 and Mozilla 0.9.3
456   (both running under Linux.)
457
458 * Expanded syntax for text search, Searches like "wiki or web -page"
459   (or "(wiki or web) and not page") will now do more-or-less what they
460   look like they'll do.
461
462 * Security Issues: PhpWiki will now work with PHP's =register_globals=
463   set to off.
464
465 PhpWiki 1.3.x development branch.
466
467 * Pagenames in =PATH_INFO=.
468
469 * File uploads: see PhpWikiAdministration.
470
471 * UserPreferences.
472
473 * Ugly [MagicPhpWikiURLs] for administrative links. 
474
475 PhpWiki 1.2 is a huge advance over version 1.0:
476
477 * Database support for MySQL, Postgresql, mSQL, flat file and the new
478   dba_ library in PHP4 is included.
479
480 * Internationalization: support for different languages, down to the
481   source level, is included. German, Spanish, Swedish and Dutch are
482   currently shipped with PhpWiki. An architecture is in place to
483   easily add more languages.
484
485 * New linking schemes using square brackets in addition to the old
486   style ~BumpyText.
487
488 * Administration features include page locking, dumping the Wiki to a
489   zip file, and deleting pages.
490
491 * A MostPopular page showing the most frequently hit pages.
492
493 * Full HTML compliance.
494
495 * Links at the bottom of pages describing relationships like incoming
496   links from other pages and their hits, outgoing and their hits, and
497   the most popular nearby pages.
498
499 * Color page diffs between the current and previous version.
500
501 * An info page to view page metadata.
502
503 * Far more customization capability for the admin.
504
505 * A templating system to separate the page HTML from the PHP code.
506
507 * New markup constructs for =<B>=, =<I>=, =<DD>=, =<BR>= and more.
508
509 * Tabless markup to supercede the older markup (both still supported).
510
511
512 ----
513
514 PhpWiki 1.1.9 includes Spanish language pages, a full implementation
515 for Postgresql, numerous bug fixes and more. See the =HISTORY= file
516 for more info: http://phpwiki.sourceforge.net/phpwiki/HISTORY
517
518 ----
519
520 PhpWiki 1.1.6 is a major revision of PhpWiki. The ability to have
521 themes (via an easy-to-edit template system) has been added; the
522 schema for MySQL has been completely overhauled, breaking the page
523 details into columns (for efficiency we agreed not to put references
524 in a separate table, so it's not completely normalized. "Don't let the
525 best be the enemy of the good.")
526
527 Postgresql support has been added and the markup language is evolving, now allowing
528
529 !!!<h2>
530 !!<h3>
531 !<h4>
532
533 tags and __a new way to make text bold__, and of course the
534 [new linking scheme].
535
536 There is a new feature on all pages called ''more info'' that gives
537 you a low level detailed view of a page, which is probably more useful
538 for debugging than anything.
539
540 As we move towards a 1.2 release we will be adding logging, top ten
541 most active pages and other new features with the new database schema
542 (and yes, these features will make it into the DBM version too). I
543 also want to add mSQL support and test it under Zend, the new PHP4.
544
545 Below are the release notes for version 1.03, the last release of the
546 1.0 PhpWiki series. --Steve Wainstead, mailto:swain@panix.com
547
548 ----
549
550 PhpWiki was written because I am so interested in WikiWikiWeb~s, and I
551 haven't used PHP since version 2.0. I wanted to see how it had
552 advanced.
553
554 Version 1.0 is a near-perfect clone of the Portland Pattern
555 Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was
556 using the Wiki script you can download from there as a model; that
557 Wiki lacks a number of features the PPR has, like EditCopy. So in
558 truth PhpWiki is a kind of hybrid of the PPR and the generic Wiki you
559 can get from there (which is written in Perl).
560
561 The one caveat of PhpWiki is the allowance of HTML if the line is
562 preceded by a bar (or pipe, which is how I usually say it). (That's a
563 '=|='). It was very simple to add, and the idea came from a posting
564 somewhere on the PPR about how AT&T had an internal Wiki clone and
565 used the same technique. The ability to embed HTML is disabled by
566 default for security reasons.
567
568 Version 1.01 includes a patch that fixes a small error with rendering
569 <hr> lines. Thanks to Gerry Barksdale.
570
571 See the =HISTORY= file for a rundown on the whole development process
572 if that sort of thing really interests you :-)
573
574 --SteveWainstead
575
576 ----
577
578 PhpWikiDocumentation