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