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