]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/ReleaseNotes
2004-12-19 01:02 rurban
[SourceForge/phpwiki.git] / pgsrc / ReleaseNotes
1 PhpWiki 1.2.6 flatfile fixes and enhancement:
2 * fixed !TitleSearch and Backlinks for flatfile.
3 * enable MostPopular (hitcount storage) for flatfile
4
5 PhpWiki 1.2.5 supports now register_globals=off, 
6 * adds user/password to pgsql, 
7 * fix zip and dumpserial on dba, dbm, msql and file,
8 * and fixes a minor (un)lock issue, displaying the (un)locked page afterwards and not the FrontPage.
9
10 PhpWiki 1.2.4 improves possible deadlocks in DBA, 
11 * and fixes problems with DBA open failures.
12
13 PhpWiki 1.2.3 just adds the RELATEDPAGES footer support to dba, 
14 * adds remove to dba,
15 * and fixes one minor aesthetic error on info w/o "Show the page source" 
16
17 --[ReiniUrban|http://phpwiki.org/ReiniUrban]
18
19 PhpWiki 1.2 is a huge advance over version 1.0:
20
21 * Database support for MySQL, Postgresql, mSQL, flat file and the new dba_ library in PHP4 is included.
22 * 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.
23 * New linking schemes using square brackets in addition to the old style !BumpyText.
24 * Administration features include page locking, dumping the Wiki to a zip file, and deleting pages.
25 * A MostPopular page showing the most frequently hit pages.
26 * Full HTML compliance.
27 * 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.
28 * Color page diffs between the current and previous version.
29 * An info page to view page metadata.
30 * Far more customization capability for the admin.
31 * A templating system to separate the page HTML from the PHP code.
32 * New markup constructs for <B>, <I>, <DD>, <BR> and more.
33 * Tabless markup to supercede the older markup (both still supported).
34
35
36 ----
37
38 PhpWiki 1.1.9 includes Spanish language pages, a full implementation for
39 Postgresql, numerous bug fixes and more. See the HISTORY file for more
40 info: http://phpwiki.sourceforge.net/phpwiki/HISTORY
41
42 ----
43
44 PhpWiki 1.1.6 is a major revision of PhpWiki. The ability to have themes (via an
45 easy-to-edit template system) has been added; the schema for MySQL has been
46 completely overhauled, breaking the page details into columns (for efficiency we
47 agreed not to put references in a separate table, so it's not completely
48 normalized. "Don't let the best be the enemy of the good.")
49
50 Postgresql support has been added and the markup language is evolving, now allowing
51 !!!<h1>
52 !!<h2>
53 !<h3>
54 tags and __a new way to make text bold__, and of course the
55 [new linking scheme].
56
57 There is a new feature on all pages called ''more info'' that gives you a low level
58 detailed view of a page, which is probably more useful for debugging than anything.
59
60 As we move towards a 1.2 release we will be adding logging, top ten most active
61 pages and other new features with the new database schema (and yes, these features
62 will make it into the DBM version too). I also want to add mSQL support and test it
63 under Zend, the new PHP4.
64
65 Below are the release notes for version 1.03, the last release of the 1.0 PhpWiki
66 series. --Steve Wainstead, mailto:swain@panix.com
67
68 ----
69
70 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.
71
72 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).
73
74 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.
75
76 Version 1.01 includes a patch that fixes a small error with rendering <hr> lines. Thanks to Gerry Barksdale.
77
78 See the HISTORY file for a rundown on the whole development process if that sort of thing really interests you :-)
79
80 --SteveWainstead
81
82