]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - doc/HISTORY
doc update for the new 1.3.10 release
[SourceForge/phpwiki.git] / doc / HISTORY
1 1.3.10 May, 13 2004, Reini Urban, Joby Walker:
2
3 In short: paging support, adodb rewrite, permission problem fixed.
4
5 fixes:
6 * fixed severe permission problem:
7   Default permissions not honored. Everybody was able to edit.
8 * set UserPreferences for bool and int fixed
9 * POP3 auth
10 * dba open problems improved, but not generally fixed
11 * fixed dba session reading, but still broken
12 * support wikiword links and image links in RichTable content,
13   backlinks still not working.
14 * fixed navbar links in theme smaller, and made them default
15 * fixed loading of localized pagenames on action=upgrade
16 * fixed interwiki.map loading on certain PrettyWiki setups
17 * re-enabled php-4.0.6 support (broken since 1.3.8: superglobals, array_key_exists),
18   4.0.4-pl1 and 4.0.5 do work, but not stable enough.
19 * fix running phpwiki in "http://server/" (empty DATA_PATH)
20 * fix PhpWiki:PrettyWiki detection: starter script includes index.php,
21   and include main.php by its own to override certain config values.
22 * fix WikiAdminRemove arguments passed from WikiAdminSelect,
23   WikiAdminRemove deleted too many args if passed from WikiAdminSelect
24 * session transportation improved, no db objects stored
25 * PageGroup support for [links] and subpages
26 * HttpClient fixes for older php's
27 * RssFeed for allow_url_fopen=false, IMAGE support, empty ITEM list
28 * Theme buttons are now also searched in the default theme
29 * numerous other minor bugfixes.
30
31 changes:
32 * ADODB update from ancient mysql-only, to 4.21 with all supported databases.
33   transaction support, with mysql locking-workarounds
34 * pear not in our include_path anymore: either use your pear or our pear, 
35   by adding it to your include_path or not. use now 1:1 copies of pear libs.
36 * CreateToc parses now headers with links and formatting optionally, if 
37   TOC_FULL_SYNTAX is defined
38 * PageChangeNotification: userids, not emails are printed
39 * default theme navbar consistency: linkButtons instead of action buttons
40 * _~WikiTranslation what=buttons, noT=1, nolinks=1
41 * ~SetupWiki (virgin setup) also loads all mandatory pages now 
42   and overwrites ReleaseNotes
43 * PageChangeNotification changed subject to "[WikiName] Page change %s",
44   update your filters accordingly
45 * action=upgrade now linked in PhpWikiAdministration, 
46   db: fix page.id auto_increment and ADD session.sess_ip
47 * some internal InlineParser optimization
48 * DBAuthParam statement syntax change: variables now like '$userid'
49
50 new:
51 * new ini-style config instead of old index.php, by Joby Walker
52 * paging support for pagelists longer than limit
53 * PopularNearby plugin: same as the classic most popular footer
54 * formatted single-line plugins supported
55 * RelatedChanges plugin: only those which are links at the current page
56 * new GoogleLink pref: add "[G]" lookup on unknown links
57 * added chinese language support, by Yan-ren Tsai (druryl)
58 * added missing MacOSX buttons, by Carsten Klapp.
59 * new Crao theme from http://wiki.crao.net, by Arnaud Fontaine and Laurent Lunati
60
61 1.3.9-p1 May,5 2004, Reini Urban:
62
63 Bugfix patch for the following 1.3.9 problems:
64
65 * Default permissions not honored. Everybody was able to edit.
66 * set UserPreferences for bool and int fixed
67 * dba open problems improved
68 * session transportation improved, no db objects stored
69 * php-4.0.6 support re-enabled (superglobals, array_key_exists)
70 * WikiAdminRemove deleted too many if args passed from WikiAdminSelect
71 * PageGroup support for [links] and subpages
72 * disabled default dba sessions, broken!
73 * HttpClient fixes for older php's
74 * RssFeed for allow_url_fopen=false, IMAGE support, empty ITEM list
75
76 1.2.4 (the old-stable version) May, 4 2004, Reini Urban:
77 * improves possible deadlocks in DBA, 
78 * fixes problems with DBA open failures.
79
80 1.2.3 (the old-stable version) Apr, 29 2004, Reini Urban:
81 * added the most popular footer for dba
82 * added remove for dba
83 * fixed a warning on info page
84
85 1.3.9 Apr, 12 2004, Reini Urban:
86
87 Bugfix release for the following 1.3.8 problems:
88
89 * syntax errors in lib/plugin/UpLoad.php
90 * syntax errors in lib/plugin/WikiAdminRemove.php
91 * syntax error in schemas/mysql.sql
92 * several path issues (cannot findfile...), which were caused 
93   by a chdir for bindtextdomain in lib/config.php.
94     Failed opening required 'lib/stdlib.php', 
95     templates/html.tmpl: not found, and more
96 * added self-registration for DbPassUser
97 * added GoTo plugin, RateIt action page
98
99 1.3.8 Jan-Apr 2004, Reini Urban:
100
101 External plugable authentification, DB prefs and sessions, 
102 some more fixes, docs, themes and plugins.
103
104 * new WikiUserNew class (after a kick in the ass by Carsten Klapp), 
105   with new Preferences (finally from DB), and improved DB_Session (+ ADODB support)
106 * changed cookie policy: only WIKI_ID stored as string, older pref cookies deleted.
107   They should be stored in the users homepage or in a db.
108 * individual PagePermissions (enabled, but not yet enforced)
109 * enabled WikiGroup
110 * new WikiAdminRename, WikiAdminSearchReplace, WikiAdminSetAcl
111 * several other new plugins: WikiPoll, WhoIsOnline, UpLoad, 
112   RichTable, CreateToc, AddComment, _WikiTranslation, TranslateText
113 * pear DB update, pear DB query simplification as in ADODB.
114 * InterWiki image buttons
115 * PageList + WikiDB: enhanced sortby + limit support, sortable gridbuttons enforced
116 * preliminary SOAP support (only nusoap, no soap extension yet)
117 * Japanese language support added, thanks to Tadashi Jokagi <webmaster@elf.no-ip.org>
118 * minor theme/default overhaul and new theme/smaller
119 * fixed WikiAdminSelect, WikiAdminRemove
120 * fixed UnfoldSubpages sortby
121 * fixed XHTML dumps (css, images, unlinked pages, \r\r\n issue)
122 * preliminary experimental action=upgrade
123 * experimental PearDB sqlite support
124 * started work for php5 fixes (XmlElement problems)
125
126 1.3.4 until 1.3.7, 2002-2003 Jeff, Carsten and Steve Wainstead:
127
128 * several stable releases with better documentation (most plugins) and various bugfixes.
129 * EditMetaData (by MichaelVanDam) for example. (forgot what else was new)
130 * Jochen Kalmbach's new UserFileManagement and UserRegistration didn't went upstream. 
131   (personal uploads, ...)
132
133 1.3.3 early 2002, Jeff strikes back, with the help of Carsten Klapp:
134
135 * major feature enhancements:
136 * Cache all output and use a clever page cache. Get rid of plugin-head.
137 * new PageType class. Formatter and Search engine rewrite.
138 * Validator
139 * broke several older plugins: InterWikiSearch, WikiAdminSelect. broke image buttons
140 * Carsten Klapp's beloved MACOSX theme, button factory and CSS wizardry in general.
141 * XHTML dumps, WikiBlog as page type.
142 * PluginManager and several more plugins.
143
144 1.3.2 early 2002, Reini Urban strikes:
145
146 * Start of external authorisation in the config, but not in code.
147 * Store Preferences in the users PersonalPage (Jeff)
148 * Sessions in DB, pear DB update
149 * concept of Subpages, UnfoldSubpages, SiteMap, AllPages, AllUsers, ...
150 * PageList (Jeff and Reini)
151 * Several new plugins: RedirectTo, plugin-head architecture. 
152   Normalize template names. WikiAdminSelect architecture: WikiAdminRemove
153 * VisualWiki, TexToPng, text2png + several cached plugins (by Johannes Große)
154 * PhpWeather (?), PrevNext, image buttons, 
155 * IncludePage (Joe Edelman), FrameInclude (Reini), Transclude (Jeff)
156 * Calendar (contributed by ?), CalendarList, WikiBlog, ...
157
158 .... a small hole here .... (three years no detailed HISTORY. see the outline above)
159
160 02/12/01 More Jeff's hacks:
161
162 * More CSS stuff.  I think it's neat.
163 * Added tables! And modified the footnote stuff a litte.
164   See TextFormattingRules for details.
165 * Fixed bugs: including (I hope the two which
166   Reini Urban <rurban@x-ray.at> just reported.)  Also added
167   Reini's patches to the README.  Thanks!
168
169 02/11/01 Jeff's hacks continue:
170
171 * User preferences can be stored in a cookie.  Currently the only user preference
172   is the size of the textarea on the edit page.  See the UserPreferences wiki page.
173
174 * When a zip/file is uploaded, set the author to the user who does the upload
175   (ie. the administrator).  Also enter the upload in RecentChanges.
176 * Don't load RecentChanges from zip or dir.  Only from file.
177
178 * Clean up error reporting.  Warning messages screw up header() and setcookie()
179   operations, and also corrupt the zip dumps.  New function
180   PostponeErrorMessages() allows one to postpone the reporting of selected warnings.
181
182 * Beginnings of CSS support.  Still in the ugly stage.
183
184 * More bug fixes.
185
186 02/11/01 Jeff's hacks continue:
187
188 * Moved user configuration stuff into index.php.  What was index.php is
189   now in lib/main.php.
190
191 * Refactored the DB configuration variables.  There's one define() constant
192   which specifies type database type, and one hash (used by all the 
193   databases) which holds database, file, and server selection.
194   The actual file/table names are now "hard-coded" into the individual
195   database modules --- I have added the hook for setting a prefix
196   to be applied to all file/table names.
197   I think it's much cleaner, but let me know if you think otherwise.
198   (I've only tested the dba and mysql backends.)
199   
200 * Refactored the dump/load zip/directory stuff.  You can now upload zip-dumps
201   or individual files from your local (client) machine.
202   See PhpWikiAdministration.
203
204 * Fixed a bunch of bugs --- mostly the one's I introduced in my last big
205   commit.
206
207 02/09/01 Jeff hack's again:
208
209 * Pagename in PATH_INFO support added.  This is configurable,
210   cause, near as I can figure, if the php interpreter is run stand-alone
211   in /cgi-bin there's no way to pass any useful PATH_INFO to it.
212   (If a stand-alone php, in say /usr/local/bin, is used as a CGI interpreter,
213   PATH_INFO will work, as long as php was configured with --enable-discard-path .)
214
215   Along with this I refactored the semantics of all the query arguments to
216   make them (IMHO) more consistent.
217
218 * Redid the administrator authentication stuff.  Eliminated admin.php ---
219   all access is now through index.php.  (New file lib/userauth.php.)
220   Still a little rough, but a big improvement, I think.  Hopefully this
221   can be developed into a more general user identification scheme...
222
223   Along with eliminating admin.php and the new auth scheme, completely
224   refactored index.php.   It should be easy now to swap config.php and index.php.
225   (I'll do that soon.)
226
227 * Continued cleaning out page reference stuff.
228
229 * Force archive of old page if author changes.  (Unless new author
230   is admin.)
231   
232 * More warning fixes in diff.php
233
234 * Refactored the semantics of the phpwiki: URL's.  
235   See pgsrc/PhpWikiAdministration and pgsrc/MagicPhpWikiURLs
236   for more information.
237
238 Bug fixes:
239 * Don't show signature image if $SignatureImg (in config.php) is left unset
240 * Bug fix: hang on full zip dump 
241 * Bug fix: hang on diff
242 * Bug fix: unzip failed on some old zip-dumps
243 * Bug fix: check for DB files in /tmp was broken
244 * Minor security fix: pagename must now be url-encoded
245 * Spelling fixes in pgsrc/*
246
247 1.2.0 02/01/01
248 * Support for PHP 4.0.4 (using the dba_* interface for DBM files),
249   thanks to Joel Uckelman
250 * Swedish translation added, thanks to Jon Åslund
251 * dbmlib.php has all functions in mysql/postgresql, thanks to Jan Hidder
252 * German version updated
253 * Dutch translation updated
254 * Spanish version updated
255 * More robust support for flat file based Wiki (INSTALL.flatfile
256   included)
257 * "named internal links," i.e. [wow | HomePage]
258 * New IF syntax added to templates
259 * New PhpWikiAdministration page added
260 * New term/defintion syntax (for <DT><DD> tags)
261 * Plenty of bug fixes
262
263 1.1.9 11/05/00: 
264 * Spanish language support added, thanks to Sandino Araico 
265   Sánchez <sandino@sandino.net>
266 * German language support thanks to Arno Hollosi
267 * Postgresql version brought up to date (plus fixes from Sandino)
268 * Neil Brown contributed a patch Arno worked in to heavily modify
269   lib/transform.php, much cleaner structure now
270 * Various page updates to English pages
271 * Schema update for mSQL
272 * Assorted E_NOTICE warnings fixed throughout (though still not done)
273 * URL no longer stored in page source of RecentChanges
274 * various bugs squashed
275
276 1.1.8 10/25/00: 
277 * Internationalization, with support for Dutch, and an architecture
278   to add more languages easily
279 * Term/defintion tags updated to next and use tabless markup
280 * MostPopular works for all implementations, except flat files
281 * Flat file database support; it's not yet complete but the basic Wiki
282   functionality is there, thanks to Ari
283 * New zip file format for page dumps follows standard email format
284 * Removed tabs from all default pages
285 * Added whitespace padding to pages after they are serialized and
286   written to the DBM file; this goes a long way towards fixing the
287   memory leak problems for DBM-based Wikis.
288 * Numerous bug fixes, as always
289 * Some refactoring of the database interface
290
291 1.1.7 07/15/00: A lot was added since the 1.1.6b release. Diffs are
292     the handiwork of Jeff Dairiki, though Arno wrote the second
293     revision. Features and changes include:
294
295 * Page diffs, with color
296 * "MostPopular" page added which dynamically tracks most viewed pages
297   (MySQL only so far)
298 * Admin functions: page dumps, page loads, Zip dumps, page locking
299 * MySQL, DBM, mSQL and Postgresql support all functional and appear stable
300 * Full HTML compliance in page output
301 * Tabless markup language introduced for <UL> and <OL>
302 * Fixed raw HTML exploit in [info] page
303 * Perl script included to reduce the size of a DBM file
304 * documentation updates
305 * page source updates
306 * gazillion feature enhancements and bug fixes, no doubt necessitating
307   another gazillion feature enhancements and bug fixes ;-)
308
309 1.1.6b 06/27/00: The wrong wiki_config.php3 file was included in 1.1.6, 
310 and this release corrects that; also in my hurry, I included all the CVS
311 directories and files, and a test file. That stuff was left out.
312
313 1.1.6 06/26/00: Added templates, Postgresql support, mSQL support, new
314 database schema, new date storage format, an "info" link on all pages,
315 and introduced some new bugs (RecentChanges is broken ;-)
316
317 1.1.5 06/08/00: Here are the comments from the CVS logs:
318
319 fixed magic_quotes_gpc=1 bug for $pagename
320 fixed raw-HTML exploit for $pagename
321 fixed javascript: links exploit
322 Concurrent editing of pages is detected now - fixes LostUpdateProblem
323 (note: EditLinks is *not* treated this way yet)
324 search term is now preg_quote()'ed instead of chars removed
325 bugfix: UpdateRecentChanges didn't link names of new-style pages.
326 Fixed FindPage and search boxes
327 Added headings (!,!!,!!!), suppression of wiki linking (!WikiName), and linebreaks (%%%)
328 changed mySQL schema: column 'data' renamed 'hash' because 'dada' is a
329 reserved word. (update your tables!)
330
331 This release should work fine with the new linking scheme, but then
332 again, hey, it's beta!
333
334 1.1.4 05/11/00: I added the new linking
335 scheme, which largely follows the scheme of Wikic
336 (http://wiki.cs.uiuc.edu/RefactoringBrowser/Wiki+Syntax). Both "classic
337 Wiki" linking and the new linking are supported; you can now also link
338 things by using square brackets, like this:
339
340 [this is a page link]
341 [this is an external link | http://wcsb.org/]
342 [ftp://ftp.redhat.com/]
343
344 Reference links are still supported.
345
346 1.1.3 04/22/00: I rewrote UpdateRecentChanges completely; it's more
347 efficient now because it only loops over the lines once, and entries are
348 now newest-first instead of oldest-first.
349
350 1.1.2 04/20/00: I finally solved the problem once and for all (I hope!)
351 with loading pages into a brand new wiki. Vim allows you to change the
352 file formats so I wrote a two line ex script to convert all the pages to
353 dos format. (This gives them the CR/NL, unlike Un*x).
354
355 1.1.1 04/15/00: I changed the way Wiki markup is converted and 
356 displayed. Before pages were rendered line by line; now it accumulates
357 all the HTML in a variable and does one "echo" to display the page. 
358 While this might be a bit slower (it will use a little bit more memory)
359 this means PhpWiki can be modified so the HTML can be written to a file.
360 a whole PhpWiki site might either be served as static HTML, or
361 periodically exported to disk after a period of activity. This is the
362 secod beta (more or less) of the 1.1 release.
363
364 1.1.0 04/10/00: Support for MySQL added. Thanks to Arno Hollosi for 
365 his excellent work! He also provided patches to clean up the wiki_setup
366 procedure and fix rendering bugs with italics and bold text, amongst
367 others. Alister <alister@minotaur.nu> provided patches for arbitrary
368 numbers of reference links, fixing a rotten logic error on my part.
369 Removed "static" declarations to help the PHP4 porters.
370
371 1.03 03/21/00: Refactored index.php3 and wiki_display.php3, which 
372 had dbm function calls in them. Thanks to Christian Lindig
373 <lindig@gaertner.de> for pointing this out. This should make it
374 a little easier to port to a different database.
375
376 1.02 02/02/00: Disabled embedded HTML, due to security holes 
377 described in this CERT advisory: http://www.cert.org/advisories/CA-2000-02.html
378 You can re-enable it by removing the comment tags in wiki_display.php3.
379 Please be certain of what you are doing if you allow this!
380
381 1.01 02/01/11: Fixed bug where header rules (<hr>) were inserted
382 whenever four or more dashes occured; this only works if it starts the
383 line now. Thanks to Gerry Barksdale.
384
385 1.00 01/25/00: Changed the names of all files except index.php3; I
386 prefaced them all with "wiki_" to avoid collisions with other files 
387 that might be in the include path. Thanks to Grant Morgan for the 
388 suggestion. A few corrections to the default pages; I think the 
389 small rendering problems are due to Unix's lack of a carriage 
390 return.
391
392 0.99 01/20/00: Added a logic change suggested by Clifford Adams, 
393 where a copy is saved to the archive if the previous author was 
394 different. A different person that is. Fixed a rendering bug. This was
395 breaking: http://c2.com/cgi-bin/wiki followed by
396 http://c2.com/cgi-bin/wiki?PhpWiki on the same line. Because PHP only
397 can do *global* search and replace, the second URL was incompletely
398 swapped and linked. Using rsort() on the array of matches worked.
399 Added a patch from Grant Morgan for servers with magic_quotes_gpc set.
400
401 0.98 01/18/00: Added code to build the $ServerAddress dyanamically. Now,
402 PhpWiki will work as soon as it's untarred. No configuration should be
403 necessary.
404
405 0.97 01/16/00: Added a feature suggested by Clifford Adams. It stores
406 the author's remote address and disables the EditCopy the next time they
407 edit a page. Added <DL><DT><DD> support and debugged it. A new Wiki will
408 load a set of new pages, so the Wiki is ready to go out of the box.
409
410 0.96 01/15/00: Added EditCopy. This uses a second DBM file and could use
411 some more pounding. I also found a bug when two URL's appear on the same
412 line, like:
413 http://foo.com/ http://foo.com/WikiWikiWeb
414 In this case the second URL will not be linked correctly due to PHP's
415 replace-all-or-nothing regular expression functions.
416
417 0.95 01/04/00: Severe reworking of the list code (UL amd OL tags). I
418 added a stack class and "implemented recursion," which seemed the
419 logical way to accomplish nested tags. There are a couple of minor bugs
420 to work out, and I have to get DL tags working. I changed some constants
421 to define()'s instead. There are magic numbers in stdlib.php3 that
422 probably should be defined. I also used while() loops while doing
423 push/pop operations which also gives me the willies, but I put in bounds
424 checking.
425
426 0.94: 12/22/99 Mostly code cleanups; added code for waiting on the dbm
427 file if not available; added more comments. 
428
429 0.93: 12/21/99 Added full text search. Moved configuration code to a new
430 file, config.php3. Fixed another bug in RecentChanges. Page titles now
431 link to full search, which is a bit more useful. Added code to create a
432 new RecentChanges if none existed.
433
434 0.92: 12/20/99 Added REMOTE_HOST to RecentChanges edits; fixed a bug
435 where I typed in PUT instead of POST in editpage.php3; patched
436 RecentChanges so hopefully the lines won't get screwed up anymore.
437
438 0.91: 12/20/99 Fixed bug that occurred when creating new pages.
439
440 0.90: 12/19/99 Added user-defined links (i.e. [1], [2] etc) and embedded
441 images. This is the first beta release. Only an issue with second-level
442 lists remains, and a couple of other minor things.
443
444 0.81: 12/19/99 Fixed another wiki word linking issue. It arose from
445 having similar patterns in words in the same line.
446
447 0.80: 12/18/99 I'm bumping up the version to .8 because it's that close.
448 I finally solved the crucial linking problem, by reinventing how
449 classic Wiki does it ;-) URL's are first replaced with tokens, then Wiki
450 words are linked, then linked URL's are put back. I improved the code a
451 great deal for the differnet "modes" of display text; I have a function
452 maintain the mode, and whether end tags are needed or not.
453
454 0.07: 12/18/99 Fixed minor bug in preformatted/bulleted code output; fixed
455 reverse linking of page titles
456
457 0.06: 12/15/99: Added ChangeSpacesToTabs
458
459 0.05: 12/14/99: Added title searches, RecentChanges, fixed numerous bugs like
460 only trying to render valid page names, the last-edited-date, removed
461 the navigation toolbars, linked the new logo to HomePage, and a half
462 dozen other odd things. It's almost ready.
463
464 0.04: 12/12/99: Several additions to markup:
465    italics 
466    bold
467    preformatted text
468    unordered lists (one level only, tow levels breaks)
469
470 In addition, wiki links have been further debugged, but I still
471 haven't solved the problem with wiki-links inside URLs.
472    
473 0.03: 12/4/99: Pages are now serialized arrays instead of text blobs. Some
474 markup rules have been implemented. HTML is escaped; Wiki linking works
475 but
476 undefined pages do not have the question mark after them (they look like
477 a regular link to a Wiki page.) URL's hyperlink and should accept most
478 legal
479 URL's.
480
481 0.02: 12/3/99: Basic page editing/saving/displaying is now working.
482
483 Prior to 0.02, there were no numbered releases, and in fact there
484 was only one release, so I guess that would be 0.01 :-)
485
486 $Id: HISTORY,v 1.8 2004-05-13 13:48:34 rurban Exp $