• 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. Hora Autor
866348f branch_r1_5 2014-11-26 02:45:23 henoheno

BugTrack2/236: "===" for two numerical strings. Can't rename "1" to "01".

52b6291 2014-11-26 02:42:45 henoheno

BugTrack2/236: All your int are string two num

cef9b67 2014-11-26 02:39:07 henoheno

BugTrack2/235: Clear the sort_flag

3982177 2014-11-26 02:27:34 henoheno

BugTrack2/235: Clear the sort_flag: ksort()

0fbe596 2014-11-26 02:06:50 henoheno

BugTrack2/235: Sort as string

b7e3c0d 2014-11-26 02:05:52 henoheno

BugTrack2/235: bin2hex() wants string, not int

aeeb319 2014-11-26 01:59:44 henoheno

BugTrack2/225: POST => post (patched by g@kko)

6c64636 2014-11-26 01:57:56 henoheno

BugTrack2/225: <br> => <br /> (patched by g@kko)

9e4b383 2014-11-26 01:52:33 henoheno

BugTrack2/226 unused $matches (pointed out by anonymous)

7f2c6b5 2014-11-26 01:50:55 henoheno

BugTrack2/225: Forgotten </p> (patched by g@kko)

ab97942 2014-11-26 01:43:18 henoheno

BugTrack2/62:
TrackBack implimentation had been removed entirely
due to extremely strong suspicion of violating copyright.
'referer' function (using this implementation), also
removed.

8e31f0d 2014-11-26 01:40:37 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.

db8269a 2014-11-26 01:32:46 henoheno

pkwk_touch_file() also corrects the ownership

3b7bab9 2014-11-26 01:32:44 henoheno

pkwk_touch_file() also corrects the ownership

277b97a 2014-11-26 01:32:43 henoheno

BugTrack/191: counter plugin still reset the count to zero (Notified by someone)

3437fe6 2014-11-26 01:32:41 henoheno

$HTTP_SERVER_VARS for suppressing notices

93b0326 2014-11-26 01:32:17 henoheno

BugTrack2/62: Removed trackback.js and related setting $trackback_javascript.
This JavaScript function OpenTrackback() MUST BE A COPY of MovableType's function OpenTrackback().
There must be a wrong precedure of creating, So 'written by upk' must not be true, so this code seems not GPL-licensed.
You can check this by searching 'OpenTrackback' at http://www.google.com/codesearch .

412bfba 2014-11-26 00:48:38 henoheno

BugTrack2/62: Removed trackback.js and related setting $trackback_javascript.
This JavaScript function OpenTrackBack() MUST BE A COPY of MovableType's function OpenTrackback().
There must be a wrong precedure of creating, So 'written by upk' must not be true, so this code seems not GPL-licensed.
You can check this by searching 'OpenTrackBack' at http://www.google.com/codesearch .

ddaf7c0 2014-11-26 00:48:38 henoheno

Resurrect trackback.js. This function was called in skin files

adb1be3 2014-11-26 00:48:37 henoheno

Remove unused trackback.js

7623192 2014-11-26 00:48:37 henoheno

BugTrack/691: 'skin/' replaces with 'SKIN_DIR'.

5a6a8cc 2014-11-26 00:48:37 teanan

BugTrack/691: 'skin/' replaces with 'SKIN_DIR'.

6a9c9ae 2014-10-29 22:11:44 umorigu

Rename 'recent.dat' and 'RecentChanges' page to clarify logic changes

4f18b4b 2014-10-29 19:11:04 umorigu

Add .gitignore for user contents

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)