• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

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

RSS
Rev. Time Author
c459fd3 2006-04-16 02:33:35 teanan

BugTrack2/171: Added a PCRE modifiers ''S''.

16fa989 2006-04-15 11:50:22 teanan

BugTrack2/171: Backout r1.55. It *must* consider upper and lower cases.

868f02c 2006-04-15 11:50:21 teanan

BugTrack2/171: Backout r1.55. It *must* consider upper and lower cases

125b85b 2006-04-15 09:18:37 henoheno

get_source(): Forgotten str_replace()

bb280d8 2006-04-15 09:00:45 henoheno

get_source(): Added comments only

cbaa1db 2006-04-15 08:51:12 teanan

Fixed typo 'test' => 'text'. (Pointed out by Siena)

9ee23c9 2006-04-15 03:47:03 teanan

Copyright '2005' => '2006'.

4bf41e7 2006-04-15 03:36:00 teanan

BugTrack2/171: 'join('', get_source())' => 'get_source(,,TRUE)'

d4873c4 2006-04-15 03:30:37 teanan

BugTrack2/171: 'get_source' can return flat value.
Overheads are fewer than to join later. (Pointed out by Cue)

d673e8a 2006-04-14 14:18:31 teanan

BugTrack2/171: Improved on search speed at 'do_search' function.
'get_search_words' doesn't consider upper and lower cases of the alphabet.

9bd4b57 2006-04-13 00:45:26 henoheno

BugTrack2/151: Added lastmodified_add().
It quickly updates recent.dat and(why) RecentChanges.
Don't use fopen('w') before flock().

916e025 2006-04-12 23:38:51 henoheno

BugTrack2/151: Added lastmodified_add().
It quickly updates recent.dat and(why) RecentChanges.
Don't use fopen('w') before flock().

2d1bfac 2006-04-12 23:37:21 henoheno

BugTrack2/160: Moved up 'cancel' button.

735eada 2006-04-11 23:31:37 henoheno

file_head() with non-lock option

31c021c 2006-04-11 23:26:03 henoheno

file_head() with non-lock option

441743d 2006-04-11 02:37:08 teanan

BugTrack2/170: Added ''rename'' function.

1ce5b42 2006-04-11 00:51:21 teanan

BugTrack2/160: Moved up 'cancel' button.

2e50c3a 2006-04-10 23:44:07 henoheno

sha1(): Remove verbose and useless code

2c5ff45 2006-04-10 23:41:10 henoheno

file_head() with non-lock option

21d4994 2006-04-10 23:22:25 henoheno

Cleanup file_write()

512386f 2006-04-10 22:32:27 henoheno

Added defines PKWK_MAXSHOW_CACHE, PKWK_AUTOLINK_REGEX_CACHE

ae63f6c 2006-04-10 22:18:32 henoheno

Grouped 'do not change timestamp' code together

3ff082e 2006-04-10 22:15:15 henoheno

BugTrack2/160: Separate 'cancel' button from 'submit' buttons (patched by teanan)

81b44d5 2006-04-10 00:27:41 henoheno

Hack: Ignore null posting (not to mail it) for DIFF_DIR

5cb9a64 2006-04-09 23:49:38 henoheno

BugTrack2/151: Cleanup: Separate updating recent.dat. Ignore null posting (not to mail it)

694d5a8 2006-04-09 13:32:05 henoheno

BugTrack2/15: Shrink add-plugin related hacks. Added 'label tag' for add hack. Beautified XHTML output

ce00f3e 2006-04-06 12:00:00 teanan

BugTrack2/167: Correct. If this page is dangling link, .ref file is not deleted.

2e15c2c 2006-04-06 02:20:47 teanan

BugTrack2/167: The *.ref file should not be deleted when references by autolink only.

7755b04 2006-03-21 23:26:25 henoheno

plugin_edit_write():
* Cleanup
* Pass data by triple variables => by one variable and a reference, if possible

3e02b5d 2006-03-21 22:07:48 henoheno

BugTrack2/35: Corrected comments only