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