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