summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Ticket/Model
AgeCommit message (Collapse)Author
2001-03-20regenfukachan
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-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-20regen *htmlfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-18s/mime_encode_string/encode_mime_string/fukachan
s/mime_decode_string/decode_mime_string/
2001-02-18logs init_db_dir() failsfukachan
use FML::MIME
2001-02-15check the return value of get_first_plaintext_message()fukachan
2001-02-15back $ticket_db_dir default valuefukachan
2001-02-15add missing "use MIME::Base64"fukachan
2001-02-12get_first_plaintext_message() returns message object not content stringfukachan
2001-02-11trap /iso-2022-jp/ifukachan
2001-02-10define remove_subject_tag_like_string()fukachan
ticket system uses it to extract real subject content
2001-02-10clean up to use FML::Headerfukachan
2001-02-10merge primitive ticket formatterfukachan
2001-02-10clean upfukachan
2001-02-10clean up comments, initialization of variablesfukachan
2001-02-10s/list_up/show_summary/fukachan
clarify and clean up function roles
2001-02-10update documents to sync w/ currentfukachan
restructure sub-routines to clean up
2001-02-09print/printf $fd for further extensionfukachan
2001-02-08list_up() shows ticket entries with navigation bar and sorted ticket_id'sfukachan
2001-02-07toymodel transition et.al.fukachan
2001-02-07enable "X-Ticket-Pragma: close" to close this ticketfukachan
2001-02-07use X-Ticket-Pragma: directive as a hintfukachan
2001-02-07prepare index_db to exchange ticket_id crossing flow among mailing listsfukachan
restrictions: we assume the domain part for mailing lists are the same.
2001-02-06mode ||= defaultfukachan
2001-02-06status is one of 'closed', 'going', 'open'.fukachan
change list_up() to show tickets without /close/ status.
2001-02-06update documentsfukachan
2001-02-06change operation target from article to incoming_message if appropriatefukachan
use $body->get_first_plaintext_message() method define $self->_set_status() method and rewritten to use it
2001-02-05more debugfukachan
/%\s*close/ not /close/ closes the ticket
2001-02-04define get_content_header(),fukachan
get_content_body(),get_first_plaintext_message() change toymodel to use get_first_plaintext_message()
2001-02-03clean up documentsfukachan
2001-01-30change ticket system tag definition to use $ml_namefukachan
2001-01-28s/incoming_mail/incoming_message/fukachan
2001-01-27clean document campaign (2001/01 end)fukachan
align format by doc/bin/dir2url.pl prepare missing index.ja.html at each directory
2001-01-27record sender informationfukachan
2001-01-27define YYYYxMMxDD() method in FML::Date class.fukachan
use it in toymodel clean up variable names in ticket "toymodel"
2001-01-26fix $status checkfukachan
2001-01-26clean up varialbes. show date in ticket listfukachan
2001-01-26change ticket system constructor argumentfukachan
enable fmlticket works to show ticket list
2001-01-26oops, add miggin _close_db()fukachan
2001-01-26split _update_db() to _open_db, _update_db, _close_db()fukachan