Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-19 | signup server: FS::part_pkg->payby kludge & example template which uses | ivan | |
H:W:SelectLayers | |||
2002-04-19 | - add init file installation to Makefile, add unified init file | ivan | |
- 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-17 | fix usergroup_delete DELETE syntax | ivan | |
2002-04-17 | allow = in ut_text | ivan | |
2002-04-17 | use signup.html and success.html from current dir... | ivan | |
2002-04-17 | fix default searches | ivan | |
2002-04-17 | better debugging messages from signup server | ivan | |
2002-04-17 | fix signup_server-realtime | ivan | |
2002-04-17 | fix example success template | ivan | |
2002-04-17 | allow for the no-pop case | ivan | |
2002-04-17 | get rid of debugging cruft | ivan | |
2002-04-17 | forgot to use Date::Format for sending email... | ivan | |
2002-04-17 | small tyop | ivan | |
2002-04-17 | typo adding agentnum setting possibility... | ivan | |
2002-04-17 | also don't leak processes, like fs_passwdd | ivan | |
2002-04-17 | forgotten semicolon | ivan | |
2002-04-17 | also untaint pid | ivan | |
2002-04-17 | *sigh* | ivan | |
2002-04-17 | okay pid file has a change of working now | ivan | |
2002-04-17 | tyop | ivan | |
2002-04-17 | pid file foo | ivan | |
2002-04-17 | kill ssh children on exit also, like password server | ivan | |
2002-04-17 | kill off ssh kid on exit... | ivan | |
2002-04-17 | better ordering in search results | ivan | |
2002-04-16 | there it is! fix bug with FS::cust_main::agent | ivan | |
2002-04-16 | further debugging... | ivan | |
2002-04-16 | further authorize.net description debugging (agent??) and get rid of | ivan | |
bad unique index on cust_bill_event | |||
2002-04-16 | eek, problem with authorize.net description field | ivan | |
2002-04-16 | auto-use export classes | ivan | |
2002-04-16 | ui | ivan | |
2002-04-16 | exports, then services... | ivan | |
2002-04-16 | report on failed billing events... | ivan | |
2002-04-16 | - send a notice to the customer when their card is declined - closes: Bug#351 | ivan | |
- freeside-expiration-alerter works fine, closes: Bug#7 | |||
2002-04-16 | move the last of the real-time exports out of svc_acct.pm and into part_export | ivan | |
2002-04-16 | allow multiple search types on main menu... more confusing but default is | ivan | |
*too* fuzzy | |||
2002-04-16 | allow signup to specify agentnum | ivan | |
2002-04-14 | - move cyrus, shellcommands, CP exports exports to new-style | ivan | |
- skeleton files for vpopmail exports - documentation updates - add big schema diagram to docs | |||
2002-04-14 | docu for invoice_lines(0) with no arguments | ivan | |
2002-04-13 | - documentation updates | ivan | |
- move Critical Path export to new-style export - bin/sqlradius_reset gets a manpage and becomes FS/bin/freeside-sqlradius-reset | |||
2002-04-13 | s/otaker/order-taker/ | ivan | |
2002-04-13 | allow invoice_lines(0) meaning no limit, no padding (see Bug#388) | ivan | |
2002-04-13 | bulk queue operations (closes: Bug#389) | ivan | |
2002-04-12 | fudge up FS::cust_pkg::order ("Order and cancel packages") to try to move | ivan | |
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 to | ivan | |
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.... | |||
2002-04-11 | use the AUTOLOAD that reports errors better & fix problems with ut_domain | ivan | |
losing data | |||
2002-04-10 | bulk checkin from working on the road: | ivan | |
- use msgcat for more error messages - should be all things that would come3 back from the signup server normally now - signup server: don't display access number <SELECT> if there's none or one - signup_server-realtime config option to run billing for signup server signups immediately - signup server: pkg available to success templates, better documentation on success templates - httemplate/edit/msgcat.cgi fields are properly sticky on errors - httemplate/edit/process/msgcat.cgi - don't update identical fields | |||
2002-04-10 | fix mistake in part_pop_local schema (not used by anyone really so no big deal) | ivan | |
2002-04-07 | send email on signup server signups (closes: Bug#386) | ivan | |
2002-04-07 | working 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. |