OSDN Git Service

BugTrack2/236: Care for readdir() returns FALSE
[pukiwiki/pukiwiki.git] / UPDATING.en.txt
1 PukiWiki UPDATING
2 $Id: UPDATING.en.txt,v 1.6 2007/02/11 05:53:29 henoheno Exp $
3
4
5 CHANGES
6 =======
7
8 See description at PukiWiki-official
9 http://pukiwiki.sourceforge.jp/?PukiWiki/Download
10
11
12
13 INCOMPATIBILITY INFORMATION BETWEEN RELEASES
14 ============================================
15
16 PukiWiki 1.4.8: Incompatibility from PukiWiki 1.4.7
17
18    1. TrackBack implimentation had been removed entirely due to extremely
19       strong suspicion of violating copyright. 'referer' function (that use
20       the implimentation), also removed.
21       (See BugTrack2/62)
22
23
24 PukiWiki 1.4.7: Incompatibility from PukiWiki 1.4.6
25
26    1. Default value of administrator's password ($adminpass) had been changed
27      from "pass" to "(A string never authenticatable)"
28        * Password for PukiWiki 1.4.6 is also usable for 1.4.7
29        * Password format had been changed from 1.4.6 (See BugTrack/709)
30
31    2. The implementation of "OS command execution after write" had been
32      changed from "with a global variable($update_exec)" to "with a
33      constant(PKWK_UPDATE_EXEC)" for security reason
34
35       If someone tricks you into using malicious (but obfuscated) plugin,
36       that can simply rewrite $update_exec, to do something nasty.
37       (a vulnerability called "OS command injection")
38
39    3. Default contents: Page "FormatRule" had been renamed to
40      "FormattingRules" to show text-formatting-rules with edit plugin
41      correctly
42
43      And the setting "$rule_page" now specifies not "Text Formatting Rules"
44      (No such page ...) but "FormattingRules".  (See BugTrack2/118)
45
46      If you add the page by hand, please don't forget to "freeze" the page!
47
48    4. Files: These files had been removed
49      pukiwiki.php    : If you want it, please just copy index.php
50      skin/default.js : No one use this file ...
51
52    5. Footnotes: Footnote hyperlinks will never hold "Whole footnote text"
53       but "First N letters of the footnote text"
54
55    6. Plugins: These plugins will follow $non_list (non-listing filter
56      pattern) setting: attach, popular, related, touchgraph, yetlist
57      (See BugTrack2/140, BugTrack2/175)
58