summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
AgeCommit message (Collapse)Author
2019-06-14RT# 83450 - added location to virtual ap and added script to force update of ↵Christopher Burger
all virtual ap
2019-04-28RT# 83204 - added link to service or tower causing error.Christopher Burger
2018-03-29RT78356 - fixed exportname error added missing fileChristopher Burger
2018-03-27RT# 78356 - added ability to create and modify rateplans and access point ↵Christopher Burger
when changed on freeside. cleanded up documentation.
2015-12-30add option for exports to avoid suspending services, #20739Mark Wells
2015-04-30RT#18834: Cacti integration [added graph generation]Jonathan Prykop
2014-12-28voip.ms export, #31834Mark Wells
2013-04-16for exports with per-service machine selection, make sure there is always a ↵Mark Wells
machine selected, #17194, #22524
2012-11-29broadband_snmp export: better MIB selectionMark Wells
2012-09-18export host selection per service, RT#17914Ivan Kohler
2012-04-16add default feature list to netsapiens export, RT#17319Ivan Kohler
2011-12-28broadband_nas export, #15284mark
2011-10-31export NAS table to sqlradius, #14697mark
2010-11-07export names, RT#9827mark
2010-10-27RT ticket creation export to multiple queues, RT#10363mark
2009-05-15Simple domain registration at Tucows OpenSRS using an export based on ↵rsiddall
Net::OpenSRS. When a domain is added and the export runs, it will register the domain or initiate a transfer. You can also choose no action. There's currently no provision for revoking domains or renewing registrations. Depending on the settings at OpenSRS, orders may look like they've succeeded in Freeside but actually be queued pending input by the reseller at OpenSRS. The part_export CGIs were modified to allow a multi-valued select to be used to control which TLDs are enabled for registration.
2008-01-13ACLsivan
2007-12-25ho ho ho, merry XSSmasivan
2006-08-23Will things ever be the same again?ivan
It's the final masonize
2006-01-31move header() to include(/elements/header.html) so it can be changed in one ↵ivan
place, thanks to Scott Edwards
2004-03-24catch misconfigured exportsivan
2003-11-24fix html quoting problemsivan
2003-07-01larger textareas in export optionsivan
2003-06-13missing semiivan
2003-06-13correct stickiness for checkbox options on export editivan
2003-04-22mason is more strict about variables - patch from Richard Siddall, thanksivan
2003-03-20virtual wrap...ivan
2003-03-20wrap this textbox hardivan
2003-03-20wide textareasivan
2003-01-13another Pg 7.3 fixivan
2002-11-18preliminary ldap exportivan
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