summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-25Rcs-0.09Rcs-0-09fukachan
2001-03-25Initial revisionfukachan
2001-03-25how to downgradefukachan
2001-03-25MailingList::* diagnostic todofukachan
2001-03-25add comment on /usr/local/bin/fukachan
2001-03-25update available_commandsfukachan
2001-03-25add todo to check documents for 2001/03 ;-)fukachan
2001-03-25informationalfukachan
2001-03-25add an example how to extend the command for youfukachan
2001-03-25installation to /usr/local/binfukachan
2001-03-25import announce (text) and ,fix TARGETfukachan
2001-03-25oops, cvsweb works nowfukachan
2001-03-25add more on relation among programs and modulesfukachan
2001-03-25move fmldoc to Process::DocViewfukachan
2001-03-25nuke not used onefukachan
2001-03-25announce for fml-help, fml-develfukachan
2001-03-25ml_name=elenafukachan
2001-03-25sortfukachan
add announce
2001-03-25add documents on the relation among programs and modulesfukachan
2001-03-25regen (DocViewer is added)fukachan
2001-03-25create FML::Process::DocView class for fmldoc program, whereasfukachan
FML::Process::Configure controls 'fmlconf' and 'makefml' since 'fmlconf' is considered as an alias of makefml showconf.
2001-03-25update documentfukachan
2001-03-25rewritten to use the current FML::Command stylefukachan
2001-03-25define and use _fmldoc() for fmldoc programfukachan
2001-03-24clean up alignmentfukachan
2001-03-24s/prepend_index.ja.html/pointer.ja.html/fukachan
2001-03-24move lock/unlock to FML::Command classfukachan
2001-03-24list up what is new. please specify date used in cvs diff -D datefukachan
2001-03-24add makefml.cgifukachan
2001-03-24add makefml.cgi as a target to symlink()fukachan
2001-03-24modified to make makefml.cgi work.fukachan
XXX we should pass arguments in $args hash not @argv itself useful for XXX several programs with difference IO interface.
2001-03-24import program_name from libexec/loaderfukachan
2001-03-24update/fix link targetsfukachan
2001-03-23fix titlefukachan
2001-03-23how to upgrade/replace loaderfukachan
2001-03-23how to upgradefukachan
2001-03-22fix initialization to avoid unilitialized warning.fukachan
2001-03-22filter mail header like strings more and more for more smart summaryfukachan
_header_summary() is changed to method() to accept $self attributes.
2001-03-22fix label to s/ARTICLE/LINE/ in while(<ARTICLE>) {}fukachan
ignore mail header like patterns to show mail body summary
2001-03-22change button name, s/change/go/fukachan
2001-03-22define show_articles_for_ticket() method.fukachan
ACTION=show uses this method to show all articles with the specified ticket_id.
2001-03-22make diag runs make check by /usr/pkg/bin/perlfukachan
2001-03-22add a comment on fmlticket.cgi class hierfukachan
2001-03-22modified to use CGI.pmfukachan
2001-03-22modify look&feel for more easy debugfukachan
2001-03-22align spacesfukachan
2001-03-22relative ACTION url pathfukachan
enforce the output in Japanese EUC
2001-03-22resolve warning, add more alert for debugfukachan
2001-03-22move output routines to here since these are model dependent.fukachan
we use now HTML TABLE to show ticket and other attributes. implement run_cgi() which controls CGI details at the top.
2001-03-22define load_module($args, $module) method.fukachan
load model dependent module. return the object for $module.