]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/ReleaseNotes
rel1.2.8: routine update
[SourceForge/phpwiki.git] / pgsrc / ReleaseNotes
1 PhpWiki 1.2.8 register_globals=off fix:
2 * fix and centralize broken register_globals=off logic.
3 * update message catalog
4 * replace mysql_pconnect by mysql_connect
5
6 PhpWiki 1.2.7 backport cvs release-1_2-branch enhancements never 
7 released with 1.2.4-1.2.6:
8 * full xhtml conformity
9 * split_pagename in title and header to help google
10 * "INSTALL.Mac OS X" added from cvs
11 * lib/zipfile.php: Content-Disposition: attachment
12 * lib/config.php, lib/stdlib.php: support new USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS, better i18n $!WikiNameRegexp
13 * re-added images/* LINK_ICONS, pre-calculate DATA_PATH
14 * locale/*: fix and update strings and templates esp. for german, 
15 * index.php: urlparser extended to omit &start_debug=1 and other args
16 * added minor_edit checkbox
17 * print more meta tags: robots, favicon, language and PHPWIKI_VERSION
18
19 PhpWiki 1.2.6 flatfile fixes and enhancement:
20 * fixed !TitleSearch and Backlinks for flatfile.
21 * enable MostPopular (hitcount storage) for flatfile
22
23 PhpWiki 1.2.5 supports now register_globals=off, 
24 * adds user/password to pgsql, 
25 * fix zip and dumpserial on dba, dbm, msql and file,
26 * and fixes a minor (un)lock issue, displaying the (un)locked page afterwards and not the FrontPage.
27
28 PhpWiki 1.2.4 improves possible deadlocks in DBA, 
29 * and fixes problems with DBA open failures.
30
31 PhpWiki 1.2.3 just adds the RELATEDPAGES footer support to dba, 
32 * adds remove to dba,
33 * and fixes one minor aesthetic error on info w/o "Show the page source" 
34
35 --[ReiniUrban|http://phpwiki.org/ReiniUrban]
36
37 PhpWiki 1.2 is a huge advance over version 1.0:
38
39 * Database support for MySQL, Postgresql, mSQL, flat file and the new dba_ library in PHP4 is included.
40 * Internationalization: support for different languages, down to the source level, is included. German, Spanish, Swedish and Dutch are currently shipped with PhpWiki. An architecture is in place to easily add more languages.
41 * New linking schemes using square brackets in addition to the old style !BumpyText.
42 * Administration features include page locking, dumping the Wiki to a zip file, and deleting pages.
43 * A MostPopular page showing the most frequently hit pages.
44 * Full HTML compliance.
45 * Links at the bottom of pages describing relationships like incoming links from other pages and their hits, outgoing and their hits, and the most popular nearby pages.
46 * Color page diffs between the current and previous version.
47 * An info page to view page metadata.
48 * Far more customization capability for the admin.
49 * A templating system to separate the page HTML from the PHP code.
50 * New markup constructs for <B>, <I>, <DD>, <BR> and more.
51 * Tabless markup to supercede the older markup (both still supported).
52
53
54 ----
55
56 PhpWiki 1.1.9 includes Spanish language pages, a full implementation for
57 Postgresql, numerous bug fixes and more. See the HISTORY file for more
58 info: http://phpwiki.sourceforge.net/phpwiki/HISTORY
59
60 ----
61
62 PhpWiki 1.1.6 is a major revision of PhpWiki. The ability to have themes (via an
63 easy-to-edit template system) has been added; the schema for MySQL has been
64 completely overhauled, breaking the page details into columns (for efficiency we
65 agreed not to put references in a separate table, so it's not completely
66 normalized. "Don't let the best be the enemy of the good.")
67
68 Postgresql support has been added and the markup language is evolving, now allowing
69 !!!<h1>
70 !!<h2>
71 !<h3>
72 tags and __a new way to make text bold__, and of course the
73 [new linking scheme].
74
75 There is a new feature on all pages called ''more info'' that gives you a low level
76 detailed view of a page, which is probably more useful for debugging than anything.
77
78 As we move towards a 1.2 release we will be adding logging, top ten most active
79 pages and other new features with the new database schema (and yes, these features
80 will make it into the DBM version too). I also want to add mSQL support and test it
81 under Zend, the new PHP4.
82
83 Below are the release notes for version 1.03, the last release of the 1.0 PhpWiki
84 series. --Steve Wainstead, mailto:swain@panix.com
85
86 ----
87
88 PhpWiki was written because I am so interested in WikiWikiWebs, and I haven't used PHP since version 2.0. I wanted to see how it had advanced.
89
90 Version 1.0 is a near-perfect clone of the Portland Pattern Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was using the Wiki script you can download from there as a model; that Wiki lacks a number of features the PPR has, like EditCopy. So in truth PhpWiki is a kind of hybrid of the PPR and the generic Wiki you can get from there (which is written in Perl).
91
92 The one caveat of PhpWiki is the allowance of HTML if the line is preceded by a bar (or pipe, which is how I usually say it). (That's a '|'). It was very simple to add, and the idea came from a posting somewhere on the PPR about how AT&T had an internal Wiki clone and used the same technique. The ability to embed HTML is disabled by default for security reasons.
93
94 Version 1.01 includes a patch that fixes a small error with rendering <hr> lines. Thanks to Gerry Barksdale.
95
96 See the HISTORY file for a rundown on the whole development process if that sort of thing really interests you :-)
97
98 --SteveWainstead
99
100