• 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. Tiempo Autor
277ed68 2007-09-23 13:09:45 henoheno

"move to" allowed only once

d94f91a 2007-09-23 01:11:23 henoheno

Correct asc-desc sort bug at r.1.59

34f9b6b 2007-09-23 00:44:10 henoheno

Correct pattern-match bug at r.1.65

2d9a469 2007-09-23 00:08:44 henoheno

BugTrack2/125: Tracker_list: refer=page-name_that_has_tracker-list

56336a0 2007-09-22 20:27:42 henoheno

Tracker_list: Rough but works: Don't load unused fields

5b4382f 2007-09-22 20:04:47 henoheno

Tracker_list: Rough but works: Don't load unused fields

dc2e399 2007-09-22 17:24:41 henoheno

Tracker_list: Rough but works: Don't load unused fields

7b10111 2007-09-22 15:42:05 henoheno

Tracker_list: Simplify: Sort() later

c756390 2007-09-22 15:24:38 henoheno

Tracker_list: Simplify

96f329c 2007-09-22 14:53:19 henoheno

Tracker_list: Reorder _replace_item() <=> _replace_title()

4a1ce71 2007-09-22 14:52:30 henoheno

Tracker_list: Simplify

274e7aa 2007-09-22 13:43:52 henoheno

Tracker_list: Escape special characters not to break Wiki syntax

7904649 2007-09-21 00:17:20 henoheno

BugTrack2/243: Revert r1.56 now

2e02821 2007-09-18 23:29:30 henoheno

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

92b3f10 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

862d2c9 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.

3c729e4 2007-09-16 13:06:39 henoheno

KISS

48b5130 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

7bf0f4c 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/

2c2cac7 2007-09-16 01:12:24 henoheno

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

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

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

f1bf06f 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.

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

BugTrack2/269: YTable(): Cleanup

38aa5db 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

40f0588 2007-09-09 10:49:00 henoheno

Using continue inside switch() seems meanless

505fc8f 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

efaafbf 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

58602f8 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

55e8903 2007-09-06 00:17:39 henoheno

BugTrack2/243: Cleanup/Simplify/Todo

a8119b2 2007-09-06 00:14:44 henoheno

BugTrack2/243: Cleanup/Simplify/Todo