• 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. Tiempo Autor
96dedf6 master 2014-07-19 11:08:38 umorigu

Merge tag 'r1_5_0' from branch_r1_5

PukiWiki 1.5.0

70fa380 branch_r1_5 r1_5_0 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.

8ce1dd9 branch_r1_4_7 2011-06-05 23:20:01 henoheno

Merged from r1.5

f09985f 2011-06-05 22:52:00 pukiwikiadmin

This commit was manufactured by cvs2svn to create branch 'branch_r1_4_7'.

318495c branch_r1_6 2011-06-05 22:51:59 henoheno

Japanese comments => English ones

1e5dd1a 2011-06-05 22:47:26 henoheno

BugTrack2/62:
TrackBack implimentation had been removed entirely
due to extremely strong suspicion of violating copyright.
referer function (that use the implimentation), also
removed.

1779cb3 2011-06-05 22:41:57 henoheno

BugTrack2/62:
TrackBack implimentation had been removed entirely
due to extremely strong suspicion of violating copyright.
referer function (that use the implimentation), also
removed.

a717719 2011-06-05 22:35:04 henoheno

BugTrack2/347: PukiWiki message file (Simplified Chinese) translated by: mike
http://code.google.com/p/miketrans/source/browse/trunk/pukiwiki/ (r50)

80df068 2011-06-05 22:32:59 henoheno

BugTrack2/347: diff hint (ja.lng.php)

f61d10d 2011-03-06 23:40:31 henoheno

Merged 1.50

5d9e4e5 2011-02-15 00:45:07 henoheno

BugTrack2/343 BugTrack/779 Cleanup transition (3):
* Add/Correct/Simplify more comments, checks
* Simplify $param

47d3212 2011-02-08 23:07:34 henoheno

BugTrack2/343 BugTrack/779 Cleanup transition (2):
* htmlspecialchars() everywhere except exception (for your security)
* \n
* Correct comments
* ref_check_arg() => ref_check_args() (to be continued?)
* init $variables
* Separate size-related code, into ref_check_size()

4c95e67 2011-02-06 22:50:46 henoheno

BugTrack2/343 BugTrack/779: Cleanup transition (1):
* Japanese comments => English ones
* &ref(); without arg shows its usage
* Remove comments that the souce already said
* Simplify renaming variables
* Simplify using htmlsc()
* Simplifying $params (to be continued)
* Simplifying $width/$height (to be continued)

6045d7a 2011-02-04 00:03:10 henoheno

2002-2006, 2011

d4fab39 2011-02-04 00:01:25 henoheno

BugTrack2/343 BugTrack/779: Cleanup:
* "Double $quotes"; => 'Single ' . $quotes;
* if (foo) bar; => if (foo) { bar; }
* Adding spaces

0146627 2011-02-02 00:02:19 henoheno

BugTrack2/343: htmlsc()'s default setting ENT_QUOTES suppresses replacing single quotes (notified by masao)

2f22d16 2011-02-02 00:01:18 henoheno

BugTrack2/343: htmlsc()'s default setting ENT_QUOTES suppresses replacing single quotes (notified by masao)

5e2f9ca 2011-01-31 00:50:26 henoheno

Modified only spaces

572fc12 2011-01-31 00:48:54 henoheno

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

429ae9e 2011-01-26 00:01:01 henoheno

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

c923e64 2011-01-25 23:00:42 henoheno

$Id: spam_util.php,v 1.5 2011/01/25 13:16:35 henoheno Exp $