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