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