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