• 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
修訂. 時間 作者
58acbd9 2007-09-18 23:29:30 henoheno

preg_replace('/[\r\n]+/', '', $str) before output table cell

f745561 2007-09-18 23:01:20 henoheno

KISS. Go back if you want to go forward
* tracker_list: TODO: LIMIT (count($orders) < N < count(fields_effective)) TO LIMIT array_multisort()
* tracker_list: Shorter URI

88bec72 2007-09-18 01:05:28 henoheno

KISS
* Do one thing best: Tracker_list::toString() now returns a wiki text, not a xhtml.
* Correct / Clear tracker_list not-sorting bug inserted these days.

d8c17f3 2007-09-16 13:06:39 henoheno

KISS

7515b16 2007-09-16 01:50:23 henoheno

* PLUGIN_TRACKER_DEFAULT_ORDER: SORT_DESC => SORT_ASC, as 1.4.7_notb does
* TODO: SHOULD NOT TO USE DEFINES AT THIS string WORLD
* Rename internal methods() => _methods()
* Rename variables

ba2d3f4 2007-09-16 01:16:12 henoheno

$Id: spam_pickup.php,v 1.60 2007/09/15 15:55:29 henoheno Exp $
* spam_uri_removing_hocus_pocus(): Remove/Replace quoted-spaces within tags
* [img][email]
* technorati.com/blogs/

6cb34c1 2007-09-16 01:12:24 henoheno

$Id: spam.ini.php,v 1.167 2007/09/15 16:11:35 henoheno Exp $

ba1c232 2007-09-11 22:43:56 henoheno

Cleanup/Simplify/Todo (to be continued ...)

3c14756 2007-09-11 01:07:21 henoheno

Cleanup/Simplify/Todo
* $page => $base
* plugin_tracker_list_render(): Added some validations except $refer
* Tracker_list: Hidden column '_refer' seems to be the same ($this->base), and seems not used.

bf2122d 2007-09-10 23:18:50 henoheno

BugTrack2/269: YTable(): Cleanup

e15dd49 2007-09-09 22:41:52 henoheno

Cleanup/Simplify/Todo
* BugTrack2/243: No need to capture pseudo field names ("#comment", etc) as hidden table cells (pointed out by anonymous)
* BugTrack/779: $this->variables => $variables

e66e0a4 2007-09-09 10:49:00 henoheno

Using continue inside switch() seems meanless

9419fe8 2007-09-09 09:57:57 henoheno

* BugTrack/779: Static variables within class methods cause side effect if the class is not singleton => private class variables
* Corrected $limit default bug (1 => 0(unlimited))
* tracker_list_action(): enable $limit

93e5897 2007-09-09 01:37:16 henoheno

Cleanup/Simplify/Todo
* Tracker_field, Tracker_list: Added dispose() to clear some static variables. -- When you create-and-destroy some instances of a class serially without dispose, they will use the same static variable causing side-effects. Note you should not use static variables if you can. When you create multiple instances of a class simultaneously, they will use the same static variables causing terrible side-effects.
* Remove unused arguments
* Less grobal variables

82655df 2007-09-09 01:30:25 henoheno

Cleanup/Simplify/Todo
* Tracker_field, Tracker_list: Added dispose() to clear some static variables. -- When you create-and-destroy some instances of a class serially without dispose, they will use the same static variable causing side-effects. Note you should not use static variables if you can. When you create multiple instances of a class simultaneously, they will use the same static variables causing terrible side-effects.
* Remove unused arguments
* Less grobal variables

eb99465 2007-09-06 00:17:39 henoheno

BugTrack2/243: Cleanup/Simplify/Todo

2661a0b 2007-09-06 00:14:44 henoheno

BugTrack2/243: Cleanup/Simplify/Todo

716bb7d 2007-09-04 23:09:43 henoheno

BugTrack2/243: Cleanup/Simplify (summary from r1.40)
* #tracker: Say usage
* Renamed variables, remove unused variables
* Reordered for less consumption (memory, cpu, or something)
* str_replace() per lines per fields => once per needs
* Added/modified comments
* plugin_tracker_convert(): Use get_script_uri()
* plugin_tracker_inline(): Removed
* plugin_tracker_get_source(): Use get_source(,,TRUE)

332c900 2007-09-04 00:31:48 henoheno

BugTrack2/243: Cleanup plugin_tracker_convert(): to be continued ...

8bff2b7 2007-09-02 23:43:26 henoheno

BugTrack2/243: Cleanup plugin_tracker_action()

69c42c5 2007-09-02 23:24:40 henoheno

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

d8834af 2007-09-02 21:35:00 henoheno

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

4049762 2007-08-29 01:33:14 henoheno

v2

2ca241a 2007-08-27 00:19:48 henoheno

BugTrack2/200: Hack: ignore 'original' in edit mode

1cca23a 2007-08-26 23:27:02 henoheno

$Id: spam_pickup.php,v 1.57 2007/08/26 14:22:16 henoheno Exp $
spam_uri_pickup_preprocess(): not to rawurldecode(), not to decode '%20'
spam_uri_pickup_preprocess(): Added some

893d5de 2007-08-26 23:23:31 henoheno

$Id: spam.ini.php,v 1.164 2007/08/26 14:21:41 henoheno Exp $

e7484e0 2007-08-25 11:37:34 henoheno

Adeed

4ab9870 2007-08-19 23:20:58 henoheno

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

a1bf73c 2007-08-19 23:10:15 henoheno

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

d4581ba 2007-08-19 23:08:47 henoheno

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