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