]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - HISTORY
Updated for 1.1.7.
[SourceForge/phpwiki.git] / HISTORY
1 1.1.7 07/15/00: A lot was added since the 1.1.6b release. Diffs are
2     the handiwork of Jeff Dairiki, though Arno wrote the second
3     revision. Features and changes include:
4
5 * Page diffs, with color
6 * "MostPopular" page added which dynamically tracks most viewed pages
7   (MySQL only so far)
8 * Admin functions: page dumps, page loads, Zip dumps, page locking
9 * MySQL, DBM, mSQL and Postgresql support all functional and appear stable
10 * Full HTML compliance in page output
11 * Tabless markup language introduced for <UL> and <OL>
12 * Fixed raw HTML exploit in [info] page
13 * Perl script included to reduce the size of a DBM file
14 * documentation updates
15 * page source updates
16 * gazillion feature enhancements and bug fixes, no doubt necessitating
17   another gazillion feature enhancements and bug fixes ;-)
18
19 1.1.6b 06/27/00: The wrong wiki_config.php3 file was included in 1.1.6, 
20 and this release corrects that; also in my hurry, I included all the CVS
21 directories and files, and a test file. That stuff was left out.
22
23 1.1.6 06/26/00: Added templates, Postgresql support, mSQL support, new
24 database schema, new date storage format, an "info" link on all pages,
25 and introduced some new bugs (RecentChanges is broken ;-)
26
27 1.1.5 06/08/00: Here are the comments from the CVS logs:
28
29 fixed magic_quotes_gpc=1 bug for $pagename
30 fixed raw-HTML exploit for $pagename
31 fixed javascript: links exploit
32 Concurrent editing of pages is detected now - fixes LostUpdateProblem
33 (note: EditLinks is *not* treated this way yet)
34 search term is now preg_quote()'ed instead of chars removed
35 bugfix: UpdateRecentChanges didn't link names of new-style pages.
36 Fixed FindPage and search boxes
37 Added headings (!,!!,!!!), suppression of wiki linking (!WikiName), and linebreaks (%%%)
38 changed mySQL schema: column 'data' renamed 'hash' because 'dada' is a
39 reserved word. (update your tables!)
40
41 This release should work fine with the new linking scheme, but then
42 again, hey, it's beta!
43
44 1.1.4 05/11/00: I added the new linking
45 scheme, which largely follows the scheme of Wikic
46 (http://wiki.cs.uiuc.edu/RefactoringBrowser/Wiki+Syntax). Both "classic
47 Wiki" linking and the new linking are supported; you can now also link
48 things by using square brackets, like this:
49
50 [this is a page link]
51 [this is an external link | http://wcsb.org/]
52 [ftp://ftp.redhat.com/]
53
54 Reference links are still supported.
55
56 1.1.3 04/22/00: I rewrote UpdateRecentChanges completely; it's more
57 efficient now because it only loops over the lines once, and entries are
58 now newest-first instead of oldest-first.
59
60 1.1.2 04/20/00: I finally solved the problem once and for all (I hope!)
61 with loading pages into a brand new wiki. Vim allows you to change the
62 file formats so I wrote a two line ex script to convert all the pages to
63 dos format. (This gives them the CR/NL, unlike Un*x).
64
65 1.1.1 04/15/00: I changed the way Wiki markup is converted and 
66 displayed. Before pages were rendered line by line; now it accumulates
67 all the HTML in a variable and does one "echo" to display the page. 
68 While this might be a bit slower (it will use a little bit more memory)
69 this means PhpWiki can be modified so the HTML can be written to a file.
70 a whole PhpWiki site might either be served as static HTML, or
71 periodically exported to disk after a period of activity. This is the
72 secod beta (more or less) of the 1.1 release.
73
74 1.1.0 04/10/00: Support for MySQL added. Thanks to Arno Hollosi for 
75 his excellent work! He also provided patches to clean up the wiki_setup
76 procedure and fix rendering bugs with italics and bold text, amongst
77 others. Alister <alister@minotaur.nu> provided patches for arbitrary
78 numbers of reference links, fixing a rotten logic error on my part.
79 Removed "static" declarations to help the PHP4 porters.
80
81 1.03 03/21/00: Refactored index.php3 and wiki_display.php3, which 
82 had dbm function calls in them. Thanks to Christian Lindig
83 <lindig@gaertner.de> for pointing this out. This should make it
84 a little easier to port to a different database.
85
86 1.02 02/02/00: Disabled embedded HTML, due to security holes 
87 described in this CERT advisory: http://www.cert.org/advisories/CA-2000-02.html
88 You can re-enable it by removing the comment tags in wiki_display.php3.
89 Please be certain of what you are doing if you allow this!
90
91 1.01 02/01/11: Fixed bug where header rules (<hr>) were inserted
92 whenever four or more dashes occured; this only works if it starts the
93 line now. Thanks to Gerry Barksdale.
94
95 1.00 01/25/00: Changed the names of all files except index.php3; I
96 prefaced them all with "wiki_" to avoid collisions with other files 
97 that might be in the include path. Thanks to Grant Morgan for the 
98 suggestion. A few corrections to the default pages; I think the 
99 small rendering problems are due to Unix's lack of a carriage 
100 return.
101
102 0.99 01/20/00: Added a logic change suggested by Clifford Adams, 
103 where a copy is saved to the archive if the previous author was 
104 different. A different person that is. Fixed a rendering bug. This was
105 breaking: http://c2.com/cgi-bin/wiki followed by
106 http://c2.com/cgi-bin/wiki?PhpWiki on the same line. Because PHP only
107 can do *global* search and replace, the second URL was incompletely
108 swapped and linked. Using rsort() on the array of matches worked.
109 Added a patch from Grant Morgan for servers with magic_quotes_gpc set.
110
111 0.98 01/18/00: Added code to build the $ServerAddress dyanamically. Now,
112 PhpWiki will work as soon as it's untarred. No configuration should be
113 necessary.
114
115 0.97 01/16/00: Added a feature suggested by Clifford Adams. It stores
116 the author's remote address and disables the EditCopy the next time they
117 edit a page. Added <DL><DT><DD> support and debugged it. A new Wiki will
118 load a set of new pages, so the Wiki is ready to go out of the box.
119
120 0.96 01/15/00: Added EditCopy. This uses a second DBM file and could use
121 some more pounding. I also found a bug when two URL's appear on the same
122 line, like:
123 http://foo.com/ http://foo.com/WikiWikiWeb
124 In this case the second URL will not be linked correctly due to PHP's
125 replace-all-or-nothing regular expression functions.
126
127 0.95 01/04/00: Severe reworking of the list code (UL amd OL tags). I
128 added a stack class and "implemented recursion," which seemed the
129 logical way to accomplish nested tags. There are a couple of minor bugs
130 to work out, and I have to get DL tags working. I changed some constants
131 to define()'s instead. There are magic numbers in stdlib.php3 that
132 probably should be defined. I also used while() loops while doing
133 push/pop operations which also gives me the willies, but I put in bounds
134 checking.
135
136 0.94: 12/22/99 Mostly code cleanups; added code for waiting on the dbm
137 file if not available; added more comments. 
138
139 0.93: 12/21/99 Added full text search. Moved configuration code to a new
140 file, config.php3. Fixed another bug in RecentChanges. Page titles now
141 link to full search, which is a bit more useful. Added code to create a
142 new RecentChanges if none existed.
143
144 0.92: 12/20/99 Added REMOTE_HOST to RecentChanges edits; fixed a bug
145 where I typed in PUT instead of POST in editpage.php3; patched
146 RecentChanges so hopefully the lines won't get screwed up anymore.
147
148 0.91: 12/20/99 Fixed bug that occurred when creating new pages.
149
150 0.90: 12/19/99 Added user-defined links (i.e. [1], [2] etc) and embedded
151 images. This is the first beta release. Only an issue with second-level
152 lists remains, and a couple of other minor things.
153
154 0.81: 12/19/99 Fixed another wiki word linking issue. It arose from
155 having similar patterns in words in the same line.
156
157 0.80: 12/18/99 I'm bumping up the version to .8 because it's that close.
158 I finally solved the crucial linking problem, by reinventing how
159 classic Wiki does it ;-) URL's are first replaced with tokens, then Wiki
160 words are linked, then linked URL's are put back. I improved the code a
161 great deal for the differnet "modes" of display text; I have a function
162 maintain the mode, and whether end tags are needed or not.
163
164 0.07: 12/18/99 Fixed minor bug in preformatted/bulleted code output; fixed
165 reverse linking of page titles
166
167 0.06: 12/15/99: Added ChangeSpacesToTabs
168
169 0.05: 12/14/99: Added title searches, RecentChanges, fixed numerous bugs like
170 only trying to render valid page names, the last-edited-date, removed
171 the navigation toolbars, linked the new logo to FrontPage, and a half
172 dozen other odd things. It's almost ready.
173
174 0.04: 12/12/99: Several additions to markup:
175    italics 
176    bold
177    preformatted text
178    unordered lists (one level only, tow levels breaks)
179
180 In addition, wiki links have been further debugged, but I still
181 haven't solved the problem with wiki-links inside URLs.
182    
183 0.03: 12/4/99: Pages are now serialized arrays instead of text blobs. Some
184 markup rules have been implemented. HTML is escaped; Wiki linking works
185 but
186 undefined pages do not have the question mark after them (they look like
187 a regular link to a Wiki page.) URL's hyperlink and should accept most
188 legal
189 URL's.
190
191 0.02: 12/3/99: Basic page editing/saving/displaying is now working.
192
193 Prior to 0.02, there were no numbered releases, and in fact there
194 was only one release, so I guess that would be 0.01 :-)