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