summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2001-10-22makefml htmlifythreadtrack-pm-basefukachan
2001-10-22add ticket systemfukachan
2001-10-22rename usage -> chapter, add more softwares, add gnats samplesfukachan
2001-10-22accept command line option: srcdir=$srcdirfukachan
2001-10-22add (X-ML-Name X-Mail-Count X-Sequence) into @header_field (defaultfukachan
header to show) defined() check before calling Jcode::XXX()
2001-10-22moved to ticketsystem/ (appropriate???)fukachan
2001-10-22Initial revisionfukachan
2001-10-21check defined $header->get(content-type)fukachan
2001-10-21check more defined() checkfukachan
2001-10-21makefml htmlify $ml outdir=$htmlified_artilces_dirfukachan
2001-10-21more p5-ish style to avoid warningfukachan
2001-10-21clean up debug codefukachan
prepare top level entrance functions: htmlify_file() for file htmlify_dir() for directory
2001-10-21add link to CHANGESfukachan
2001-10-21fix typo (bug in sorting monthly_index)fukachan
TABLE-ify monthly_index: yyyy/01 yyyy/02 ..
2001-10-21fix sorted order in monthly_index.htmlfukachan
2001-10-21make monthly index alwaysfukachan
2001-10-21sort location of function definitionfukachan
rename functin name: _print_attachment -> _print_inline_object _raw_text_print -> _text_print_by_raw_mode
2001-10-21implement _print_index_{begin,end}() and modified to use themfukachan
2001-10-21clean up codes, documentsfukachan
2001-10-21bug fix _address_clean_up() syntax checkfukachan
check already processed or not you can know it by $self->is_ignore($id) method. move a lot of debug code to "if $debug > 3" in cache_message_info()
2001-10-21check target html is already processed or notfukachan
2001-10-21Tie::JournaledDirfukachan
2001-10-20oops, fix untie() operation to be ensuredfukachan
2001-10-20bug fix: _address_clean_up() should check return value, which isfukachan
address or not more rigolously. bug fix: check parent/child (attachment) process or not more and more debug info
2001-10-20we can make index.html and thread.htmlfukachan
Mail::HTML::Lite::new() accepts { db_type => "DB_TYPE", attachment => 0/1 } change html_begin argument: ($wh, { message => $msg }); we can specify title in <HEAD> several minior changes
2001-10-20bug fix: $InComingMessage should not local scope. modify it to SCALAR REFfukachan
bug fix: data_in_body_part() returns whole data not the first 512 bytes bug if $size is specified as argument, return the first $size bytes. feature: get_data_type_list() returns ARRAY of xxx/yyy by default for other method use. If under $debug mdoe, it shows verbose output.
2001-10-20show <META> and <LINK> information in <HEAD> if couldfukachan
new() takes charset as argument change _decode_mime_string() to method modify ifdef in_chaset_to_code() to be more suitable
2001-10-20bug fix target lists to update, modified to use the result byfukachan
evaluation_relation() clean up debug code more debug information
2001-10-20cache information in .ht_hml_* in html article directoryfukachan
rewrite links using these data among articles needed to rewrite. links contains prev/next by ID (article ID) and prev/next by Thread.
2001-10-19Initial revisionfukachan
2001-10-19Mail::Message::get_data_type_list() is changed. To sync with it,fukachan
use $msg->get_data_type_list( { debug => 1 } ) for debug.
2001-10-18change default unit to "day" not number (unix time).fukachan
2001-10-17summarize todofukachan
2001-10-17add $confirm_keyword to $available_commands_for_strangerfukachan
add $available_commands_for_stranger to $available_commands
2001-10-17alias of guide commandfukachan
2001-10-17fix typofukachan
2001-10-17FML/Command/ACL.pm -> FML/Command/Attribute.pmfukachan
modified FML::Command uses get_attribute() in FML::Command::Attribute
2001-10-17implemente get_id() method to return the latest article idfukachan
update document
2001-10-17support MH style arg: first, last, cur, first:\d+ and last:\d+fukachan
2001-10-14entrance for FML::Filterfukachan
2001-10-14define @default_rules and use it if rules not specifiedfukachan
rules() method to overwrite filtering rules
2001-10-14define the following variables for filtering (FML::Filter)fukachan
+body_cksum_cache_dir = $db_dir/body_cksum +body_filter_rules = reject_not_iso2022jp_japanese_string +body_loop_check_rules = verify_body_cksum_uniqueness +header_filter_rules = is_valid_message_id +use_body_filter = yes +use_body_loop_check = yes +use_header_filter = yes
2001-10-14rename: not_avail -> not_availablefukachan
2001-10-14merged fml 4.0 kern/ and modified to 5.0 stylefukachan
2001-10-14no such filefukachan
2001-10-14relocate _parse_command_options()fukachan
implemt _get_command_name() clean up fix typo
2001-10-14sync style w/ Process::Commandfukachan
2001-10-14bug fix: we should pay attention to implisit $_ usefukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-14$optargs -> $command_argsfukachan