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