• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
96dedf6 master r1_5_0 2014-07-19 11:08:38 umorigu

Merge tag 'r1_5_0' from branch_r1_5

PukiWiki 1.5.0

70fa380 r1_5_0_rc1 2014-07-13 05:02:56 umorigu

BugTrack2/354: Implement RFC 6266 to support non-ASCII filename of Attach

* RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol
- http://www.ietf.org/rfc/rfc6266.txt
* RFC2231: MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations
- http://www.ietf.org/rfc/rfc2231.txt
* RFC 5987: Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters
- http://www.ietf.org/rfc/rfc5987.txt

8bb75c8 2014-06-10 02:26:12 umorigu

Set PukiWiki version to "1.5.0"

e95e519 2014-06-02 06:28:39 henoheno

Warning: Call-time pass-by-reference has been deprecated

7300ab9 2014-06-02 06:20:29 henoheno

A little cleanup:
* Remove unused variable
* Use intval() to say why it's safe without htmlspecialchars() clearly
* BugTrack2/182: With php.ini: allow_call_time_pass_reference = Off
'Warning: Call-time pass-by-reference has been deprecated'
with array_walk (Patched by Ratbeta)

9342619 2014-06-02 06:13:12 henoheno

BugTrack2/182: With php.ini: allow_call_time_pass_reference = Off
'Warning: Call-time pass-by-reference has been deprecated'
with array_walk (Patched by Ratbeta)

88fb8d6 2014-06-02 06:08:37 henoheno

BugTrack2/182: With php.ini: allow_call_time_pass_reference = Off
'Warning: Call-time pass-by-reference has been deprecated'
with array_walk (Patched by Ratbeta)

e607ffc 2014-06-02 06:04:09 umorigu

BugTrack2/343: Use ENT_COMPAT at htmlspecialchars

Use ENT_COMPAT for 2nd- $flags parameter at 'htmlspecialchars' instead of
ENT_QUOTES because of the compatibility of PukiWiki 1.4.7

e72eb89 2014-06-02 06:01:07 umorigu

Replace 'htmlspecialchars' by 'htmlsc'

The behavior of 'htmlspecialchars' has changed in PHP 5.4.
The default value of 3rd parameter $encoding is UTF-8.
Almost all EUC_JP characters are handled as invalid UTF-8
sequence and that cause empty output.
http://docs.php.net/manual/en/function.htmlspecialchars.php

The solution used in 'htmlsc' is setting $encoding explicitly.

e23ccc3 2014-06-02 05:57:45 henoheno

htmlsc(): Just sugar for htmlspecialchars(), and a foundation

(Modified in cherry-picking 429ae9efab6d8d5e224f56ecf668126d2ce632df)

c954cdf 2014-06-02 05:50:11 umorigu

Rename 'hex2bin' to 'pkwk_hex2bin' because of PHP 5.4+ compatibility

PHP 5.4 has embedded 'hex2bin', so the pukiwiki-original 'hex2bin'
needs to be given another name.

bbfe5cf r1_4_7_notb 2006-06-12 00:35:54 pukiwikiadmin

This commit was manufactured by cvs2svn to create tag 'r1_4_7_notb'.

3fa5ca0 r1_4_7 2006-06-12 00:35:52 henoheno

Unified with en contents

1e5dbaa 2006-06-12 00:24:35 henoheno

Correct a little

61ab3f2 2006-06-12 00:04:27 henoheno

1.4.7

1e4892e 2006-06-11 23:42:09 henoheno

Correct using PKWK_UPDATE_EXEC

0ac1a02 2006-06-11 23:35:39 henoheno

Japanese words => English

e3da7bc 2006-06-08 23:36:24 henoheno

Correct using PKWK_UPDATE_EXEC

3ccaca5 2006-06-04 13:34:41 henoheno

update

a9a1915 2006-06-04 12:32:08 henoheno

#navi(PukiWiki/1.4/Manual/Plugin) => #navi(../)

2bfd3b9 2006-06-04 12:12:37 henoheno

navi: dangling link => link

c3784b9 2006-06-04 11:54:38 henoheno

Added about attach plugin's PLUGIN_ATTACH_RENAME_ENABLE (by Nibun-no-ni)

3cd1201 2006-06-04 11:49:14 henoheno

showrss: Added about PLUGIN_SHOWRSS_USAGE (by Nibun-no-ni)

e6c0d65 2006-06-04 11:40:17 henoheno

Remove unused hyperlinks (for default contents)

f673572 2006-06-03 20:32:18 henoheno

Corrected/Added comments only about password

f49d056 2006-06-03 20:31:03 henoheno

Corrected/Added comments only about password

0165e0f 2006-06-03 20:08:29 henoheno

Setting adjustment: $auth_method_type default should be 'pagename'.
'contents' is not WikiWiki option, means heavy

5f0e04e 2006-06-03 20:04:28 henoheno

Simplify: $adminpass default is 'locked'

eeebe31 2006-06-03 19:46:50 henoheno

Setting adjustment: $autolink: 8 => 0(OFF) for default.
We know, AutoLink implementation now, is not WikiWiki, means _not_ scalable with pages.
(Related: BugTrack2/151)

0e28603 2006-06-03 16:10:39 henoheno

PKWK_UPDATE_ EXEC => PKWK_UPDATE_EXEC