summaryrefslogtreecommitdiff
path: root/fml/lib/FML/CGI/ThreadTrack.pm
AgeCommit message (Collapse)Author
2002-07-02clean upfukachan
2002-06-01defined() overhaulfukachan
2002-04-10fix/clean up documents, commentsfukachan
2002-03-20vertical align of menusfukachan
2002-03-18reconstruct CGI around structure phase 1:fukachan
o table not frame based menu support (similar style to www.netbsd.org) o prepare method for each location in the screen. for example, + run_cgi_main() to show main menu at the center in the screen. + run_cgi_navigator() to show navigation bar at the left. o longjmp() by eval/croak when we encounter insecure conditions.
2001-12-23remove \s*$fukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-19summary listing on CGI is normal order by defaultfukachan
2001-11-17change default target to _topfukachan
use $msg_base_url to show link to article
2001-11-13move get_ml_list() to FML::Process::CGI::Kernelfukachan
2001-11-12fix typo, $myname resolved by $curproc->myname()fukachan
2001-11-11oops, too removed ;) back again info messagefukachan
2001-11-11move "function to get paramlist" to FML::Process::CGI::Param modulefukachan
implement safe_pramlist\d+_\S+() via AUTOLOAD()
2001-11-11ThreadTrack switches acconding to myname ($0).fukachan
threadview is view only and cannot change status.
2001-11-11enable "show" and "change_status" to workfukachan
2001-11-11reset buttonfukachan
2001-11-11modified to fit FML::Process::CGI structure.fukachan
enable 'close' operation
2001-11-09prototype for fmlthread.cgifukachan