• 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
e60426e simpleurl 2015-01-13 05:54:10 umorigu

Simplify URL. Keep slash '/' and colon (:) in page name URL

See: RFC 3986 http://www.ietf.org/rfc/rfc3986.txt - Section 3.4 Query

We don't need to percent encode for slash and colon.

a76e00b 2015-01-12 02:57:41 umorigu

BugTrack/359, BugTrack/360 Fix Tracker list sort

* BugTrack/359 Use 'usort' to sort track items instead of 'array_multisort'
* BugTrack/360 Use natucal sort via 'strnatcmp' function

2435fb5 2014-12-04 03:18:16 umorigu

Support UTF-8 only functions

The UTF-8 only function lines has '//UTF-8 only' trailing comment.
PukiWiki release deploy script would comment out these lines
for EUC-JP dist packages.

77cf218 2014-12-03 02:24:21 umorigu

Convert character code of the source code to UTF-8 from EUC-JP

c2bb493 2014-11-30 20:27:59 henoheno

BugTrack2/320: Failure with page "0" (reverted before ../init.php r1.81)

b2c32c7 2014-11-30 20:25:42 henoheno

BugTrack2/236: If you compare two numerical strings, they are compared as integers

ef8f067 2014-11-30 20:09:53 henoheno

BugTrack2/260: grobal $script => $script = get_script_uri()

ae843f9 2014-11-30 13:00:19 henoheno

BugTrack2/236: Care for readdir() returns FALSE

769706f 2014-11-30 12:56:52 henoheno

BugTrack2/236: Care for readdir() returns FALSE

4e13d58 2014-11-30 12:51:08 teanan

BugTrack2/158: A wrong comment was deleted.

ee6a798 2014-11-30 11:27:13 henoheno

BugTrack2/236: Correct maintaince date

57ea151 2014-11-30 11:20:42 henoheno

BugTrack2/236: If you compare two numerical strings, they are compared as integers

3e2e301 2014-11-30 10:24:01 henoheno

BugTrack2/269: YTable(): Cleanup

3505104 2014-11-30 10:12:08 henoheno

Warning: fread() [function.fread]: Length parameter must be greater than 0

0c91a64 2014-11-30 10:05:15 henoheno

BugTrack2/55: Added two functions.
pkwk_chown(): Try to correct UID of the file
pkwk_touch_file(): touch() with pkwk_chown()

4200ba8 2014-11-30 09:59:06 henoheno

BugTrack2/236: If you compare two numerical strings, they are compared as integers

b03b1b3 2014-11-30 09:40:34 henoheno

get_source(): Returns FALSE if error occurerd. Cleanup. Remove redundant is_page()

a61cb59 2014-11-30 09:39:28 henoheno

get_source(): Returns FALSE if error occurerd. Cleanup. Remove redundant is_page()

ffefa6a 2014-11-30 09:36:00 henoheno

BugTrack2/264: Compute MD5 if needed, not everytime! (patched by ioio & ryu1)

09ff72b 2014-11-30 09:34:28 henoheno

get_source(,,$join=TRUE): Care for 0 byte files

505e1e9 2014-11-30 07:49:30 henoheno

BugTrack2/262: Convert MenuBar before deciding $pkwk_dtd (patched by Ilfa)

3503dcc 2014-11-30 07:48:49 henoheno

BugTrack2/262: Convert MenuBar before deciding $pkwk_dtd (patched by Ilfa)

fb431b7 2014-11-30 07:46:10 henoheno

BugTrack2/192, BugTrack2/229: Comment out: 1.3.x-compat replacement keywords

ef68cad 2014-11-30 07:42:41 henoheno

BugTrack2/251: Show more decent 'HTML convert time' (base patched by ioio)

da69403 2014-11-29 19:21:30 henoheno

do_update_diff(): Simplify. Beautify XHTML

29b0763 2014-11-29 15:09:47 henoheno

BugTrack2/246: do_plugin_init(): KISS. $checked what => init $done

3cd16de 2014-11-29 14:58:44 henoheno

BugTrack2/246: do_plugin_init(): KISS.
* This API do one thing: "FALSE or not". Forget meanless rule about NULL.
* htmlspecialchars() everywhere.

3dff899 2014-11-29 11:16:04 henoheno

* BugTrack2/246: Should use array_key_exists($maybe, $null) here (patched by sonots).
* Please don't memorize the $result itself.

8e404c7 2014-11-29 11:14:12 henoheno

BugTrack2/192, BugTrack2/229: Comment out: 1.3.x-compat replacement keywords

866348f 2014-11-26 02:45:23 henoheno

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