summaryrefslogtreecommitdiff
path: root/fml/lib/FML/ML
AgeCommit message (Collapse)Author
2008-09-15delete scripts in the reverse order of creation.fukachan
define {get,set}_force_mode().
2008-09-14fix admin.cgi removing operation bug.fukachan
count up the number of valid ml, remove admin.cgi only if ensured that no more valid ml exists.
2008-09-13listinfo operations fixed: install and deinstall index.html.{ja,en}.fukachan
2008-09-12delete cgi scripts and listinfo in runnign rmml.fukachan
2008-09-10clean up setup_cgi_interface() to be more modular.fukachan
2008-09-09in setting up cgi, install cgi script(s) for anonymous users, too.fukachan
2008-06-28fix copyrightfukachan
2007-01-16fix commentsfukachan
2007-01-13fix comments.fukachan
ensure initial value. use assersion.
2006-07-09white space cosmeticsfukachan
2006-03-05changed to command_context object based.fukachan
2006-02-15fix method name: remove -> deletefukachan
2006-02-04implement createonpost function dispatcherfukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-11-30use $curproc->credential();fukachan
2005-08-18check /etc/passwd only in the case of default domain.fukachan
follow changes of ml_home_dir_removed_path() arguments.
2005-08-17fix copyrightfukachan
2005-08-17FNF:fukachan
template_files_dir_for_newml() -> newml_command_template_files_dir() removed_ml_home_dir_path() -> ml_home_dir_removed_path()
2005-05-27fix comments (FNF)fukachan
2004-11-25implement install_config_cf() method to install only config.cf.fukachan
2004-10-03fix owner and group of created file/dirfukachan
2004-07-23fix comments (FNF)fukachan
2004-04-27bug fix search logic.fukachan
move quotemeta() from IO::Adapter to here.
2004-04-23remove "use FML::Log;".fukachan
2004-02-15white space cosmetics.fukachan
2004-01-23fix copyrightfukachan
2004-01-22fix comments.fukachan
white space cosmetics. use //o if could.
2003-12-29*_private_dirs -> *_private_directoriesfukachan
2003-12-28clean up class hierarchy.fukachan
o FML::HomeDir::Prefix -> FML::ML::HomePrefix; o FML::MTAControl -> FML::MTA::Control o move main codes in newml and rmml to FML::ML::Control class.