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