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