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