OSDN Git Service

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