summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-setup
AgeCommit message (Collapse)Author
2008-08-15allow a full pathname to be specified to freeside-setup for initial configdirivan
2008-05-13better place for initial configuration to be stored and retreived from than ↵ivan
the initial tarball...
2007-10-29forgotton freeside-setup bits of mysql locking workaroundivan
2007-10-25fix error handlingivan
2007-07-12refactor freeside-init-config to module code, compare results of old/new ↵jeff
code, have freeside-upgrade complain and revert to old code/config on failure (#1477)
2007-02-27oops - inappropriate localization was committedjeff
2007-02-27config goes in databasejeff
2006-12-14make the config directory configurableivan
2006-09-06new world ACLsivan
2006-07-14should be able to freeside-setup without a username nowivan
2006-07-12add acl bootstrapping - should be installable again nowivan
2006-03-25successfully correct the spelling of sucessfulivan
2006-02-16automate more of the initial data adding...ivan
2005-12-07for fetching inserted keys without pg_oid_status, look up the actual ↵ivan
sequence name from dbdef rather than assuming ${table}_${column}_seq
2005-08-17infrastructure for easier schema changes, and: add payment_gateway, ↵ivan
payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)
2005-04-07depend on DBIx::DBSchema 0.26 for dbdef-create (for Pg 'public' schema fix) ↵ivan
and 0.25 in freeside-setup and Record.pm (for DBD::Pg 1.40 is bunk fix)
2005-04-02herding elephants: add primary keys to *all* tables for slonyivan
2005-03-18Added encrypted fields for Credit Cards, etc... - PBpbowen
2005-03-12- bring prepaid support into this century (close: Bug#1124)ivan
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
2005-02-08make self-service session cache module configurable, start framework for ↵ivan
in-database session cache
2005-01-29registration codesivan
2004-12-23allow NULL zip in some countriesivan
2004-12-23going with 6 digit misnamed "npa" for nowivan
2004-12-10promo codes not unique...ivan
2004-12-09fix some typos noticed by pbowenivan
2004-11-22promo codes and separate signup addresses for hdnivan
2004-11-20first pass at VoIP ratingivan
2004-10-26modular price plans!ivan
2004-10-16add artera turbo exportivan
2004-07-29add index on cust_main.refnum, speeds up advertising source listivan
2004-07-06add cust_pay_void table and payment voiding web ui part oneivan
2004-06-29add cust_pay_refund table to refund paymentsivan
2004-04-01get sub-countries from Locale::SubCountry nowivan
2004-02-13continue adding svc_forward.src: make svc_forward.srcsvc nullableivan
2004-02-13add svc_forward.srcivan
2004-01-31add pkg_svc.primary_svc flag to enable an explicit first package flagivan
2003-12-24tyopkhoff
2003-12-23add svc_externalivan
2003-12-10add part_referral.disabled, add disabled indices to agent and part_bill_eventivan
2003-10-24cvv!ivan
2003-10-20daily/weekly billingivan
2003-10-15fix agent username and password nullabilityivan
2003-09-29added agent.disabledivan
agent.username agent._password
2003-09-25add setuptax and recurtax fields to cust_main_countyivan
2003-09-05svc_acct._password from 50 to 72 for blowfish passwordsivan
2003-08-05Virtual field mergekhoff
2003-06-14add index on cust_bill._dateivan
2003-06-03use serial for primary keys in new tables tooivan
2003-06-03router.svcnum nullability fixivan
2003-04-23DBD::Pg doesn't handle char types very well.khoff