summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-19fix noment's signup templateivan
2002-04-19syntax errorivan
2002-04-19move username/password out of widgetivan
2002-04-19fix silly problem in H:W:SelectLayers with moving SELECTs to the real formivan
2002-04-19add phone to Business::OnlinePayment usageivan
2002-04-19signup server: FS::part_pkg->payby kludge & example template which usesivan
H:W:SelectLayers
2002-04-19- add init file installation to Makefile, add unified init fileivan
- fix qsearch for op => '!=', value => '' searches - fix invalid_catd typo - add payby method to part_pkg and have fs_signup_server pass the data
2002-04-17fix usergroup_delete DELETE syntaxivan
2002-04-17allow = in ut_textivan
2002-04-17use signup.html and success.html from current dir...ivan
2002-04-17fix default searchesivan
2002-04-17better debugging messages from signup serverivan
2002-04-17fix signup_server-realtimeivan
2002-04-17fix example success templateivan
2002-04-17allow for the no-pop caseivan
2002-04-17get rid of debugging cruftivan
2002-04-17forgot to use Date::Format for sending email...ivan
2002-04-17small tyopivan
2002-04-17typo adding agentnum setting possibility...ivan
2002-04-17also don't leak processes, like fs_passwddivan
2002-04-17forgotten semicolonivan
2002-04-17also untaint pidivan
2002-04-17*sigh*ivan
2002-04-17okay pid file has a change of working nowivan
2002-04-17tyopivan
2002-04-17pid file fooivan
2002-04-17kill ssh children on exit also, like password serverivan
2002-04-17kill off ssh kid on exit...ivan
2002-04-17better ordering in search resultsivan
2002-04-16there it is! fix bug with FS::cust_main::agentivan
2002-04-16further debugging...ivan
2002-04-16further authorize.net description debugging (agent??) and get rid ofivan
bad unique index on cust_bill_event
2002-04-16eek, problem with authorize.net description fieldivan
2002-04-16auto-use export classesivan
2002-04-16uiivan
2002-04-16exports, then services...ivan
2002-04-16report on failed billing events...ivan
2002-04-16- send a notice to the customer when their card is declined - closes: Bug#351ivan
- freeside-expiration-alerter works fine, closes: Bug#7
2002-04-16move the last of the real-time exports out of svc_acct.pm and into part_exportivan
2002-04-16allow multiple search types on main menu... more confusing but default isivan
*too* fuzzy
2002-04-16allow signup to specify agentnumivan
2002-04-14- move cyrus, shellcommands, CP exports exports to new-styleivan
- skeleton files for vpopmail exports - documentation updates - add big schema diagram to docs
2002-04-14docu for invoice_lines(0) with no argumentsivan
2002-04-13- documentation updatesivan
- move Critical Path export to new-style export - bin/sqlradius_reset gets a manpage and becomes FS/bin/freeside-sqlradius-reset
2002-04-13s/otaker/order-taker/ivan
2002-04-13allow invoice_lines(0) meaning no limit, no padding (see Bug#388)ivan
2002-04-13bulk queue operations (closes: Bug#389)ivan
2002-04-12fudge up FS::cust_pkg::order ("Order and cancel packages") to try to moveivan
services between svcparts as a last resort...
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-11(almost) everything for bug#375 - create export_svc table - part_svc toivan
part_export is now properly many-to-many, not one-to-many still need to finish service editing (choosing exports) in httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi and do somethinga about that manual $svcdb = 'svc_acct' in httemplate/edit/part_export.cgi (do part_export records need a svcdb? probably not... should be able to just pass an svcdb on creation of new exports, move the big %exports hash into part_export.pm and allow httemplate/edit/part_svc.cgi to query it for exports that can apply to a given svcdb....