• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki: List of commits


branch_r1_5_original
RSS
Rev. Time Author
b342c1e branch_r1_5_original 2015-03-25 02:35:54 umorigu

BugTrack2/358 Improve note regex for better PHP compatibility

PHP5.3 (and others) sometimes crash with long note body.
So we reduce regex computational complexity by using '(('
Positive assertion and Once-only subpattern '(?='.

4c0d9f2 2015-03-25 02:35:41 umorigu

BugTrack2/240 Implement more stable extracting items for tracker

8fd1572 2015-01-16 03:24:21 umorigu

BugTrack2/361 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.

78f1968 2015-01-16 03:24:20 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

82ac1cc 2015-01-16 03:24:19 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.

48c9da7 2014-12-23 01:43:35 umorigu

Remove .cvsignore

4aa8920 2014-12-23 01:42:41 umorigu

Re-create recent cache file 'cache/recent.dat' if it doesn't exit

* cache/_recent.dat : default recent cache file for distribution
* wiki/_526563656E744368616E676573.txt : default 'RecentChanges' wiki text
* wiki.en/526563656E744368616E676573.txt : 'RecentChanges' of en

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

Show on old repository browser