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