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