summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2002-06-10Rollback part_pkg.def_svcpart changes.khoff
2002-06-08Default svcpart support for part_pkg. Fixes 'bug' with new customer and ↵khoff
online signup.
2002-05-31no state necessary in batch cards (i18n)ivan
2002-05-28better error message for "Illegal password"ivan
2002-05-23bind: allow adding slave domains tooivan
2002-05-22bind export, editing zones, deleting unaudited domains, mmmivan
2002-05-22bind exportivan
2002-05-20*** empty log message ***ivan
2002-05-16ip address is added by radius_reply method alreadyivan
2002-05-15queue dependanciesivan
2002-05-09permissionsivan
2002-05-04schema changes for proper texas taxivan
2002-04-30better BIND integrationivan
2002-04-24msgcat error for credit card expiration (closes: Bug#407)ivan
2002-04-20working BIND importivan
2002-04-20permsivan
2002-04-20fixup fs-setupivan
2002-04-16further authorize.net description debugging (agent??) and get rid ofivan
bad unique index on cust_bill_event
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-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-10bulk 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-10fix mistake in part_pop_local schema (not used by anyone really so no big deal)ivan
2002-04-07working 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.
2002-04-05- add message catalog table & beginning of web interfaceivan
- add security_phrase and conf option to svc_acct.pm - random other stuff
2002-03-26error message typoivan
2002-03-26further export bugfixingivan
add 10 kid limit to freeside-queued sqlradius_reset now works (closes: Bug#372)
2002-03-24s/icradius/sqlradius/ivan
2002-03-22RADIUS groups on the way!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-18removing backup-freeside script from hereivan
2002-03-04*** empty log message ***ivan
2002-02-27add status and statustext fields to cust_bill_eventivan
2002-02-23report fixes and cruft removaljeff
2002-02-22dohivan
2002-02-21queue.svcnum is nullable too, oopsivan
2002-02-21looks like statustext field is missing NULL flag in fs-setupivan
2002-02-20use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subsivan
queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on view/svc_* pages, closes: Bug#280 s/option/optionname/ schema change, dumb mysql, closes: Bug#334
2002-02-18trading in tar for rsync for improved vpopmail supportjeff
2002-02-15remove arbitary uid requirement for vpasswd generationjeff
2002-02-14fix bug in multiline radiusprependjeff
2002-02-14docs? hahaivan
2002-02-12fixes:ivan
In string, @domain now must be written as \@domain at ./svc_acct.export line 292, near "^append @domain" Global symbol "@domain" requires explicit package name at ./svc_acct.export line 292. Execution of ./svc_acct.export aborted due to compilation errors.
2002-02-12fixes: bug#331ivan
2002-02-12add username_policy "@append domain"ivan
add "select" config type, mmm
2002-02-10use unique tokens to prevent double-submission of payments in the web UIivan
(closes: Bug#320)
2002-02-06doc updates and pod2x fix to skip blib/ filesivan
2002-02-06tyopivan
2002-02-04have fs-setup create the necessary "default" billing eventsivan
documentation on necessary "default" billing events
2002-01-29weight, plan and plandata fields in part_bill_eventivan
2002-01-29- web interface for hourly account charges!ivan
(FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments