OSDN Git Service

BugTrack2/2: merged with autoalias branches (r1_4_7_autoalias).
[pukiwiki/pukiwiki.git] / UPDATING.en.txt
1 PukiWiki UPDATING
2 $Id: UPDATING.en.txt,v 1.4 2006/06/11 16:18:17 henoheno Exp $
3
4
5 INCOMPATIBILITY INFORMATION BETWEEN RELEASES
6 ============================================
7
8 PukiWiki 1.4.7: Incompatibility from PukiWiki 1.4.6
9
10    1. Default value of administrator's password ($adminpass) had been changed
11      from "pass" to "(A string never authenticatable)"
12        * Password for PukiWiki 1.4.6 is also usable for 1.4.7
13        * Password format had been changed from 1.4.6 (See BugTrack/709)
14
15    2. The implementation of "OS command execution after write" had been
16      changed from "with a global variable($update_exec)" to "with a
17      constant(PKWK_UPDATE_EXEC)" for security reason
18
19       If someone tricks you into using malicious (but obfuscated) plugin,
20       that can simply rewrite $update_exec, to do something nasty.
21       (a vulnerability called "OS command injection")
22
23    3. Default contents:
24
25      (ja)
26        Some pages that have mutibyte-characters had been renamed to ascii
27        ("FormattingRules" and "Help"). And some pages had been removed
28        ("InterWiki<technical in Japanese>", "<'Japanese' in Japanese>".
29        (See BugTrack2/118)
30    
31      (en)
32        Page "FormatRule" had been renamed to "FormattingRules", to show
33        text formatting rules with edit plugin correctly
34
35        And the setting "$rule_page" now specifies not "Text Formatting
36        Rules" (No such page ...) but "FormattingRules".  (See BugTrack2/118)
37
38      If you add the page by hand, please don't forget to "freeze" the page!
39
40    4. Files: These files had been removed
41      pukiwiki.php    : If you want it, please just copy index.php
42      skin/default.js : No one use this file ...
43
44    5. Footnotes: Footnote hyperlinks will never hold "Whole footnote text"
45       but "First N letters of the footnote text"
46
47    6. Plugins: These plugins will follow $non_list (non-listing filter
48      pattern) setting: attach, popular, related, touchgraph, yetlist
49      (See BugTrack2/140, BugTrack2/175)
50