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