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