summaryrefslogtreecommitdiff
path: root/FS/FS/msgcat.pm
AgeCommit message (Collapse)Author
2011-11-08fix inserting unicode translations, RT#13655ivan
2011-05-18fix upgrades without newer Locale::SubCountryivan
2011-05-12move legacy messages to msgcat.pm, prevent upgrades from requiring Setup.pm ↵ivan
and thus new Locale::SubCountry, RT#12850
2008-12-21msgcat.pm upgrade bogosity, shrug, RT#4204ivan
2008-12-21msgcat.pm upgrade bogosity, shrug, RT#4204ivan
2008-12-21unique checking for svc_phone like svc_acct, closes: RT#4204 (also a few ↵ivan
lines of the new per-agent config snuck in Conf.pm from RT#3989)
2008-06-18msgcat.pm doesn't actually need qsearch/qsearchs... hopefully this is the ↵ivan
last of the weird dependency loops (this one is Record->Msgcat->msgcat->Record)
2006-02-18update POD documentation left behind from example templateivan
2003-08-05Virtual field mergekhoff
2002-04-12- should finish off the part_svc -> part_export s/one-to-many/many-to-many/ivan
transition (closes: Bug#375) - fixes a nasty export scoping bug with message catalogs, whew
2002-04-07working message catalogs (not used for enough yet)ivan
- almost (but not quite) closes Bug#385 - still have to catalog the backend things triggered by signup server.
2002-04-05- add message catalog table & beginning of web interfaceivan
- add security_phrase and conf option to svc_acct.pm - random other stuff