summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
AgeCommit message (Collapse)Author
2002-08-24don't substitute defaults for empty options when editing exportsivan
2002-06-20shellcommands w/passwordsivan
2002-06-11add crypt option to (bsd|sysv)shell exportivan
2002-04-20bind exportivan
2002-04-16move the last of the real-time exports out of svc_acct.pm and into part_exportivan
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-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....
2002-04-05Checkin of disparate changes from working on the road:ivan
- generic SQL query - move exports out to their own files - small cleanup of selfadmin server
2002-03-26further export bugfixingivan
add 10 kid limit to freeside-queued sqlradius_reset now works (closes: Bug#372)
2002-03-22more new export...ivan
2002-03-21more for the new world of export...ivan
2002-03-20new export! infostreet and sqlradius provisioning switched overivan
(Bug #299 - doesn't close it, but all the groundwork is done) also removes non-transactional ICRADIUS export from svc_acct.export (closes: Bug#347)
2002-03-18added (incomplete) export fooivan