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