]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/ReleaseNotes
1.2.3 notes and current fixes
[SourceForge/phpwiki.git] / pgsrc / ReleaseNotes
1 Date: Mon, 12 Apr 2004 17:28:55 -0500
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.9)
3 X-Rcs-Id: $Id: ReleaseNotes,v 1.24 2004-04-29 20:41:55 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=ReleaseNotes;
6   pgsrc_version="2 $Revision: 1.24 $";
7   flags=PAGE_LOCKED;
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 1.3.10 May 2004, Reini Urban, Joby Walker:
13
14 fixes:
15 * fixed severe permission problems (forbidden users had access as anon)
16 * POP3 auth
17 changes:
18 * PageChangeNotification: userids, not emails are printed
19 * formatted single-line plugins supported
20 * adodb update from ancient mysql-only to 4.21 with all supported databases.
21   transaction support, with mysql locking-workarounds
22 * CreateToc parses now headers with links and formatting
23 new:
24 * new ini-style config, instead of old index.php
25 * PopularNearby plugin, same as the classic most popular footer
26 * new GoogleLink pref
27
28 1.2.3 (the classic version) 29.Apr 2004, Reini Urban:
29 * added the most popular footer for dba
30 * added remove for dba
31 * fixed a warning on info page
32
33 1.3.9 12.Apr 2004, Reini Urban:
34
35 Bugfix release for the following 1.3.8 problems:
36
37 * syntax errors in lib/plugin/UpLoad.php
38 * syntax errors in lib/plugin/WikiAdminRemove.php
39 * syntax error in schemas/mysql.sql
40 * several path issues (cannot findfile...), which were caused 
41   by a chdir for bindtextdomain in lib/config.php.
42     Failed opening required 'lib/stdlib.php', 
43     templates/html.tmpl: not found, and more
44 * added self-registration for DbPassUser
45 * added GoTo plugin, RateIt action page
46
47 1.3.8 Jan-Apr 2004, Reini Urban:
48
49 External plugable authentification, DB prefs and sessions, 
50 some more fixes, docs, themes and plugins.
51
52 * new WikiUserNew class (started by Carsten Klapp), 
53 * new Preferences (optionally from DB, no cookies anymore)
54 * improved DB_Session (added ADODB + dba support,
55   WhoIsOnline support)
56 * enabled WikiGroup (Joby Walker and Reini Urban)
57 * new individual PagePermissions (enabled, but not yet enforced)
58 * new WikiAdminRename, WikiAdminSearchReplace, WikiAdminSetAcl
59 * several other new plugins: WikiPoll, WhoIsOnline, 
60   CreateToc (experimental), AddComment, 
61   _WikiTranslation and TranslateText, NoCache,
62   UpLoad (by NathanGass, qubit and Reini Urban), 
63   IncludeSiteMap (by cuthbertcat and Reini Urban),
64   RichTable (by Sameer D. Sahasrabuddhe), 
65   CreatePage and RateIt (by Dan Frankowski),
66   RssFeed (by Arnaud Fontaine)
67 * added InterWiki image button support
68 * added Japanese language support (by Tadashi Jokagi)
69 * added sqlite support (thanks to Matthew Palmer)
70 * added theme and plugin-specific PageList column types and theme-specific UserPreferences
71 * added EmailVerification and PageChangeNotification (experimental)
72 * added new sess_ip column (DB_Session) for ip-based robot throttling
73
74 * Pear DB update, minor performance improvement for PearDB
75 * PageList: enhanced sortby + limit support, sortable gridbuttons enforced, cleanup.
76 * minor theme/default overhaul, new theme/smaller, new experimental theme/wikilens
77 * new theme/Wordpress by Mike Pickering
78 * updated theme/Sidebar: box methods, fast jscalendar and easier to customize
79 * more OldStyleTable arguments, PhotoAlbum local fs support
80 * preliminary action=upgrade (To import new pgsrc pages only yet. not for DB)
81 * preliminary SOAP support
82 * added PdfOutput libraries
83 * experimental javascript Search&Replace edit buttons
84 * experimental old-browser compatibility code.
85
86 * fixed WikiAdminSelect, WikiAdminRemove
87 * fixed and improved XHTML dumps (css, images, unlinked pages, \r\r\n issue)
88 * fixed ADODB limit problem, fixed dba on Windows PHP 4.3.x
89 * fixed BlockParser problem with "0" as text
90 * fixed UnfoldSubpages sortby
91 * fixes for PHP5 compatibility started
92 * fixed gettext, setlocale and update_locale problems
93
94 1.3.4 until 1.3.7, 2002-2003 Jeff, Carsten and Steve Wainstead:
95
96 * several stable releases with better documentation (most plugins) and various bugfixes.
97 * EditMetaData (by MichaelVanDam) for example. (forgot what else was new)
98 * Jochen Kalmbach's new UserFileManagement and UserRegistration didn't went upstream. 
99   (personal uploads, ...)
100
101 1.3.3 early 2002, Jeff strikes back, with the help of Carsten Klapp:
102
103 * major feature enhancements:
104 * Cache all output and use a clever page cache. Get rid of plugin-head.
105 * new PageType class. Formatter and Search engine rewrite.
106 * Validator
107 * broke several older plugins: InterWikiSearch, WikiAdminSelect. broke image buttons
108 * Carsten Klapp's beloved MACOSX theme, button factory and CSS wizardry in general.
109 * XHTML dumps, WikiBlog as page type.
110 * PluginManager and several more plugins.
111
112 1.3.2 early 2002, Reini Urban strikes:
113
114 * Start of external authorisation in the config, but not in code.
115 * Store Preferences in the users PersonalPage (Jeff)
116 * Sessions in DB, pear DB update
117 * concept of Subpages, UnfoldSubpages, SiteMap, AllPages, AllUsers, ...
118 * PageList (Jeff and Reini)
119 * Several new plugins: RedirectTo, plugin-head architecture. 
120   Normalize template names. WikiAdminSelect architecture: WikiAdminRemove
121 * VisualWiki, TexToPng, text2png + several cached plugins (by Johannes Große)
122 * PhpWeather (?), PrevNext, image buttons, 
123 * IncludePage (Joe Edelman), FrameInclude (Reini), Transclude (Jeff)
124 * Calendar (contributed by ?), CalendarList, WikiBlog, ...
125
126 .... a small hole here .... (three years no detailed HISTORY. see the outline above)
127
128 Jeffs Hacks.
129
130 * New database API.  See =lib/WikiDB.php= and =lib/WikiDB/backend.php=
131   for the bulk of the documentation on this.  The new database can
132   save multiple archived versions of each page.  A mechanism for
133   purging archived revisions is now in place as well.  See the
134   $~ExpireParams setting in =index.php=, and =lib/~ArchiveCleaner.php=
135   for details.  At this point, the DBA, MySQL and Postgres backends
136   are functional.  The DBA backend could use some performance
137   optimization.  The whole API is still subject to some change as I
138   figure out a clean way to provide for a variety of (not all forseen)
139   methods of indexing and searching the wiki.
140
141 * New WikiPlugin architecture.
142
143 * New template engine.  This needs to be documented further, but, for
144   now, see =lib/Template.php=.  On second thought, don't
145   (=lib/Template.php= desperately needs refactoring, still.)  The
146   basic advance is that PHP4's =ob_*()= functions can be used to
147   capture output from code that is run through =eval().  This allows
148   the templates to be PHP code...
149
150 * Edit preview button on the edit page.  Now you can see what your
151   edits look like before committing them.
152
153 * Reworked the style-sheets.  I still need to clean this up some more.
154   I would appreciate comments and bug reports on it.  So far I've only
155   tested the new style sheets with Netscape 4.77 and Mozilla 0.9.3
156   (both running under Linux.)
157
158 * Expanded syntax for text search, Searches like "wiki or web -page"
159   (or "(wiki or web) and not page") will now do more-or-less what they
160   look like they'll do.
161
162 * Security Issues: PhpWiki will now work with PHP's =register_globals=
163   set to off.
164
165 PhpWiki 1.3.x development branch.
166
167 * Pagenames in =PATH_INFO=.
168
169 * File uploads: see PhpWikiAdministration.
170
171 * UserPreferences.
172
173 * Ugly [MagicPhpWikiURLs] for administrative links. 
174
175 PhpWiki 1.2 is a huge advance over version 1.0:
176
177 * Database support for MySQL, Postgresql, mSQL, flat file and the new
178   dba_ library in PHP4 is included.
179
180 * Internationalization: support for different languages, down to the
181   source level, is included. German, Spanish, Swedish and Dutch are
182   currently shipped with PhpWiki. An architecture is in place to
183   easily add more languages.
184
185 * New linking schemes using square brackets in addition to the old
186   style ~BumpyText.
187
188 * Administration features include page locking, dumping the Wiki to a
189   zip file, and deleting pages.
190
191 * A MostPopular page showing the most frequently hit pages.
192
193 * Full HTML compliance.
194
195 * Links at the bottom of pages describing relationships like incoming
196   links from other pages and their hits, outgoing and their hits, and
197   the most popular nearby pages.
198
199 * Color page diffs between the current and previous version.
200
201 * An info page to view page metadata.
202
203 * Far more customization capability for the admin.
204
205 * A templating system to separate the page HTML from the PHP code.
206
207 * New markup constructs for =<B>=, =<I>=, =<DD>=, =<BR>= and more.
208
209 * Tabless markup to supercede the older markup (both still supported).
210
211
212 ----
213
214 PhpWiki 1.1.9 includes Spanish language pages, a full implementation
215 for Postgresql, numerous bug fixes and more. See the =HISTORY= file
216 for more info: http://phpwiki.sourceforge.net/phpwiki/HISTORY
217
218 ----
219
220 PhpWiki 1.1.6 is a major revision of PhpWiki. The ability to have
221 themes (via an easy-to-edit template system) has been added; the
222 schema for MySQL has been completely overhauled, breaking the page
223 details into columns (for efficiency we agreed not to put references
224 in a separate table, so it's not completely normalized. "Don't let the
225 best be the enemy of the good.")
226
227 Postgresql support has been added and the markup language is evolving, now allowing
228
229 !!!<h2>
230 !!<h3>
231 !<h4>
232
233 tags and __a new way to make text bold__, and of course the
234 [new linking scheme].
235
236 There is a new feature on all pages called ''more info'' that gives
237 you a low level detailed view of a page, which is probably more useful
238 for debugging than anything.
239
240 As we move towards a 1.2 release we will be adding logging, top ten
241 most active pages and other new features with the new database schema
242 (and yes, these features will make it into the DBM version too). I
243 also want to add mSQL support and test it under Zend, the new PHP4.
244
245 Below are the release notes for version 1.03, the last release of the
246 1.0 PhpWiki series. --Steve Wainstead, mailto:swain@panix.com
247
248 ----
249
250 PhpWiki was written because I am so interested in WikiWikiWeb~s, and I
251 haven't used PHP since version 2.0. I wanted to see how it had
252 advanced.
253
254 Version 1.0 is a near-perfect clone of the Portland Pattern
255 Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was
256 using the Wiki script you can download from there as a model; that
257 Wiki lacks a number of features the PPR has, like EditCopy. So in
258 truth PhpWiki is a kind of hybrid of the PPR and the generic Wiki you
259 can get from there (which is written in Perl).
260
261 The one caveat of PhpWiki is the allowance of HTML if the line is
262 preceded by a bar (or pipe, which is how I usually say it). (That's a
263 '=|='). It was very simple to add, and the idea came from a posting
264 somewhere on the PPR about how AT&T had an internal Wiki clone and
265 used the same technique. The ability to embed HTML is disabled by
266 default for security reasons.
267
268 Version 1.01 includes a patch that fixes a small error with rendering
269 <hr> lines. Thanks to Gerry Barksdale.
270
271 See the =HISTORY= file for a rundown on the whole development process
272 if that sort of thing really interests you :-)
273
274 --SteveWainstead
275
276 ----
277
278 PhpWikiDocumentation