summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_export.cgi
AgeCommit message (Collapse)Author
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-03-22SIM/KI inventory for Huawei HLR export, #21514Mark Wells
2012-11-29broadband_snmp export: better MIB selectionMark Wells
2012-09-18export host selection per service, RT#17914Ivan Kohler
2012-09-18export host selection per service, RT#17914Ivan Kohler
2010-11-07export names, RT#9827mark
2007-08-15little more low-hanging fruit: table-grid the export listingivan
2007-01-30its all about controlivan
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
2003-11-24fix html quoting of export optionsivan
2002-07-04move "add" links to the topivan
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....