summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket
AgeCommit message (Collapse)Author
2001-10-08consider $ticket_subject_tag_location in regexpfukachan
more log messages
2001-08-22modified to use File::Specfukachan
2001-07-31rename FML::NL to FML::Languagefukachan
2001-06-21removed due to obsolete rulefukachan
2001-06-10moved to doc/tutorial/ and enable itfukachan
2001-06-10modify to use $ticket_driver. $ticket_driver is class name not modelfukachan
name.
2001-06-10move Language:: to FML::NL:: name space due to the function usagefukachan
2001-05-30clean up documentsfukachan
2001-04-30clean up documents hierarchy.fukachan
remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/
2001-04-17nuke trailing \nfukachan
2001-04-15define ticket->add_info() which adds X-Ticket-Status: andfukachan
X-Ticket-History: if possible. aggreate adding information fucntion to ticket->add_info()
2001-04-15define _speculate_ticket_id() which tries to speculate ticket_id byfukachan
reply relations. The relation is based on In-Reply-To: and References: header fields. rename functions to more apporoviate one. s/_gen_ticket_id/_prepare_subject_ticket_id/ s/_rewrite_subject/_rewrite_header/
2001-04-14s/remove_subject_tag_like_string/delete_subject_tag_like_string/fukachan
method-ify delete_subject_tag_like_string()
2001-04-08relocate error() et. al. definitions for each module to have eachfukachan
handlers within under the hierarchy.
2001-04-06correct method name and internal variable names. now we use data andfukachan
data_type mainly by default not content_*.
2001-04-03change class hiererychy from MailingList -> Mailfukachan
Mail::Delivery is the entrance for all delivery systems. Mail::Message handles mail message/content, multipart operations et. al.
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-22add a comment on fmlticket.cgi class hierfukachan
2001-03-22modify look&feel for more easy debugfukachan
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-21clean up. nuke show_summary_in_html()fukachan
2001-03-21update documentfukachan
2001-03-21change ticket_model to minimal_states by defaultfukachan
show_summary() wraps show_summary_in_{text,html}() output mode (text or html) is controlled by $self->mode() method.
2001-03-20regenfukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
buffer handling.
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-20change default ticket model name. s/toymodel/minimal_by_db/fukachan
2001-03-10clean up documentfukachan
2001-03-10nuke execute_ticket_system() which is not usedfukachan
define regexp_compile() method which wraps _regexp_compile() for modules outside FML::Header::Subject.
2001-03-09clean up descriptionfukachan
2001-03-09nuke 00_DESIGN.txtfukachan
2001-03-09merge referencesfukachan
2001-03-09merge *.txt to index.ja.html in each directoryfukachan
2001-03-09clean up documentsfukachan
2001-03-04change table generatorfukachan
s/doc/manual/ add [Japanese memo] entry which is linked to $module_name.ja.txt if available
2001-03-03update documentsfukachan
add ErrorMessages:: update FML::Ticket::Model::toymodel
2001-02-28reconstruct ticket summarization a littlefukachan
fix self->{ _fd } handling
2001-02-25clean up docfukachan
2001-02-24prepare @@doc/ for text documentsfukachan
2001-02-24use @module.txt as a text version file name for module.pm,fukachan
which is generated by pod2text
2001-02-24regen documents by new dir2url.plfukachan
2001-02-20regen *htmlfukachan
2001-02-20move FML::SequenceFile and Utils to File::fukachan
add File::Errors also to avoid errors