freeside.git
20 years ago_default_ default now sets GECOS like the OS-defaults
ivan [Thu, 12 Jun 2003 12:57:44 +0000 (12:57 +0000)]
_default_ default now sets GECOS like the OS-defaults

20 years agosqlradius doc update; don't need to allow null OP columns
ivan [Thu, 12 Jun 2003 12:43:27 +0000 (12:43 +0000)]
sqlradius doc update; don't need to allow null OP columns

20 years agoIn scalar context, smtpsend returns the number of addresses that the message was...
khoff [Wed, 11 Jun 2003 20:27:18 +0000 (20:27 +0000)]
In scalar context, smtpsend returns the number of addresses that the message was successfully delivered to.  I'm assuming 'Debug' causes Net::SMTP to warn the debug output, not return it.

20 years agoWe're passing a list here, not one argument.
khoff [Wed, 11 Jun 2003 19:13:43 +0000 (19:13 +0000)]
We're passing a list here, not one argument.

20 years agoadd "$ignore_quantity" bypass
ivan [Mon, 9 Jun 2003 11:11:21 +0000 (11:11 +0000)]
add "$ignore_quantity" bypass

20 years agodocumentation update from "Jesse D. Guardiani" <jesse@wingnet.net>, thanks
ivan [Mon, 9 Jun 2003 00:59:21 +0000 (00:59 +0000)]
documentation update from "Jesse D. Guardiani" <jesse@wingnet.net>, thanks

20 years agoand fix the error message
ivan [Sat, 7 Jun 2003 01:58:45 +0000 (01:58 +0000)]
and fix the error message

20 years agoreally, really give a better error message when used under 5.005 now. really.
ivan [Sat, 7 Jun 2003 01:57:33 +0000 (01:57 +0000)]
really, really give a better error message when used under 5.005 now.  really.

20 years agogive a better error message regarding Time::Local on old perls. really.
ivan [Sat, 7 Jun 2003 01:47:23 +0000 (01:47 +0000)]
give a better error message regarding Time::Local on old perls.  really.

20 years agorequire Time::Local 1.04 on perls before 5.6
ivan [Sat, 7 Jun 2003 01:42:52 +0000 (01:42 +0000)]
require Time::Local 1.04 on perls before 5.6

20 years agoadd suspend/unsuspend capability to CP export
ivan [Fri, 6 Jun 2003 10:49:59 +0000 (10:49 +0000)]
add suspend/unsuspend capability to CP export

20 years agodatabase profiling bs
ivan [Fri, 6 Jun 2003 04:42:04 +0000 (04:42 +0000)]
database profiling bs
i should just switch to mason

20 years agoorder/cancel packages rewritten
khoff [Thu, 5 Jun 2003 00:22:48 +0000 (00:22 +0000)]
order/cancel packages rewritten

20 years agoallow empty slipip's
ivan [Wed, 4 Jun 2003 16:14:38 +0000 (16:14 +0000)]
allow empty slipip's

20 years agofix last bill label
ivan [Wed, 4 Jun 2003 12:44:57 +0000 (12:44 +0000)]
fix last bill label

20 years agofix provision links
ivan [Tue, 3 Jun 2003 13:53:28 +0000 (13:53 +0000)]
fix provision links

20 years agominor update to cp export - eliminate redundant "host" parameter
ivan [Tue, 3 Jun 2003 12:41:50 +0000 (12:41 +0000)]
minor update to cp export - eliminate redundant "host" parameter

20 years ago1.5.0pre2 (too late, hehe)
ivan [Tue, 3 Jun 2003 12:40:59 +0000 (12:40 +0000)]
1.5.0pre2 (too late, hehe)

20 years agoremoving (very) deprecated import
ivan [Tue, 3 Jun 2003 09:34:09 +0000 (09:34 +0000)]
removing (very) deprecated import

20 years agoupgrade docs
ivan [Tue, 3 Jun 2003 07:54:57 +0000 (07:54 +0000)]
upgrade docs

20 years agoslightly better upgrade docs
ivan [Tue, 3 Jun 2003 06:10:07 +0000 (06:10 +0000)]
slightly better upgrade docs

20 years agouse serial for primary keys in new tables too
ivan [Tue, 3 Jun 2003 06:09:52 +0000 (06:09 +0000)]
use serial for primary keys in new tables too

20 years agorouter.svcnum nullability fix
ivan [Tue, 3 Jun 2003 05:49:16 +0000 (05:49 +0000)]
router.svcnum nullability fix

20 years agoUI nit
ivan [Mon, 2 Jun 2003 14:51:30 +0000 (14:51 +0000)]
UI nit

20 years agoadd last_bill field to manpage
ivan [Mon, 2 Jun 2003 12:22:44 +0000 (12:22 +0000)]
add last_bill field to manpage

20 years agoforce inclusion of httemplate/docs/man hierarchy
ivan [Fri, 30 May 2003 09:40:54 +0000 (09:40 +0000)]
force inclusion of httemplate/docs/man hierarchy

20 years agosqlradius exports include "op" field
ivan [Fri, 30 May 2003 09:22:53 +0000 (09:22 +0000)]
sqlradius exports include "op" field

20 years agodoc
ivan [Fri, 30 May 2003 08:45:33 +0000 (08:45 +0000)]
doc

20 years agoworking self-service self-payments!
ivan [Tue, 20 May 2003 05:43:47 +0000 (05:43 +0000)]
working self-service self-payments!

20 years agofix up some bugs in processing payments via self-service... appears to be
ivan [Mon, 19 May 2003 13:54:55 +0000 (13:54 +0000)]
fix up some bugs in processing payments via self-service... appears to be
working so far

20 years agofirst crack at payment processing with self-service (step two of the process)
ivan [Mon, 19 May 2003 13:38:41 +0000 (13:38 +0000)]
first crack at payment processing with self-service (step two of the process)

20 years agomaintenance:
ivan [Mon, 19 May 2003 12:00:45 +0000 (12:00 +0000)]
maintenance:
  - add FS::Misc with send_email subroutine, remove all duplicate code from
    various modules
  - move the realtime_bop from cust_bill to cust_main & change usage slightly.
    invnum is no longer required.  FS::cust_bill::realtime_bop remains as a
    wrapper.
self-service:
  - fix some syntax errors, make payment UI (step one) really should be
    working now

20 years agoprocessing payments...
ivan [Mon, 19 May 2003 00:15:20 +0000 (00:15 +0000)]
processing payments...

20 years agointerface for making payments all done
ivan [Sun, 18 May 2003 11:44:37 +0000 (11:44 +0000)]
interface for making payments all done

20 years agoforgot this file
ivan [Sun, 18 May 2003 08:09:41 +0000 (08:09 +0000)]
forgot this file

20 years agomore self-service make payment UI work
ivan [Sun, 18 May 2003 08:08:12 +0000 (08:08 +0000)]
more self-service make payment UI work

20 years agoself-service: make payment UI done
ivan [Sun, 18 May 2003 06:20:21 +0000 (06:20 +0000)]
self-service: make payment UI done

20 years agodisplay recurring custom line items on invoices as well as one-shot ones
ivan [Wed, 14 May 2003 16:51:43 +0000 (16:51 +0000)]
display recurring custom line items on invoices as well as one-shot ones

20 years ago- document missing fields in cust_bill_event
ivan [Tue, 13 May 2003 06:01:53 +0000 (06:01 +0000)]
- document missing fields in cust_bill_event

20 years agomissing pod =cut at end
ivan [Tue, 13 May 2003 05:47:25 +0000 (05:47 +0000)]
missing pod =cut at end

20 years ago- self-service updates: cleanup and beginnings of "make a payment"
ivan [Tue, 13 May 2003 03:22:35 +0000 (03:22 +0000)]
- self-service updates: cleanup and beginnings of "make a payment"
- fix pod masking FS::svc_acct::cust_svc

20 years agosetbuf call doesn't appear to be working...
ivan [Mon, 12 May 2003 07:34:15 +0000 (07:34 +0000)]
setbuf call doesn't appear to be working...

20 years agofix service links
ivan [Mon, 12 May 2003 07:33:47 +0000 (07:33 +0000)]
fix service links

20 years agomail forward search not yet implemented
ivan [Sun, 11 May 2003 22:55:07 +0000 (22:55 +0000)]
mail forward search not yet implemented

20 years agopatch from Richard Siddall for strict vars
ivan [Sun, 11 May 2003 22:53:49 +0000 (22:53 +0000)]
patch from Richard Siddall for strict vars

20 years agored here is too confusing
ivan [Sun, 11 May 2003 22:34:05 +0000 (22:34 +0000)]
red here is too confusing

20 years agohandler.pl updates from Richard Siddall <richard.siddall@elirion.net>
ivan [Sun, 11 May 2003 22:25:08 +0000 (22:25 +0000)]
handler.pl updates from Richard Siddall <richard.siddall@elirion.net>

20 years agofirst pass at new package list UI
ivan [Sat, 10 May 2003 06:45:45 +0000 (06:45 +0000)]
first pass at new package list UI

20 years agofix bug in last_bill method which prevented last_bill dates from being set
ivan [Sat, 10 May 2003 05:41:20 +0000 (05:41 +0000)]
fix bug in last_bill method which prevented last_bill dates from being set

20 years ago- substitute '0' for existing blank setup/recur fees
ivan [Sat, 10 May 2003 05:40:53 +0000 (05:40 +0000)]
- substitute '0' for existing blank setup/recur fees
- use timelocal_nocheck instead of timelocal for proper wraparound

20 years agoCleaned-up package view code and added CSS tags.
khoff [Fri, 9 May 2003 19:30:57 +0000 (19:30 +0000)]
Cleaned-up package view code and added CSS tags.

20 years agomod_ssl before mod_perl so mod_perl picks up EAPI
ivan [Fri, 9 May 2003 07:17:54 +0000 (07:17 +0000)]
mod_ssl before mod_perl so mod_perl picks up EAPI

20 years agolittle bit more fbsd install automation
ivan [Fri, 9 May 2003 07:05:07 +0000 (07:05 +0000)]
little bit more fbsd install automation

20 years agofreebsd install
ivan [Fri, 9 May 2003 06:14:55 +0000 (06:14 +0000)]
freebsd install

20 years agoupdated freebsd install
ivan [Fri, 9 May 2003 06:03:53 +0000 (06:03 +0000)]
updated freebsd install

20 years agoNet::SSH and Net::SCP are in ports
ivan [Fri, 9 May 2003 01:18:02 +0000 (01:18 +0000)]
Net::SSH and Net::SCP are in ports

20 years agoredhat install foo
ivan [Fri, 9 May 2003 00:10:53 +0000 (00:10 +0000)]
redhat install foo

20 years agoautomated install foo
ivan [Fri, 9 May 2003 00:10:07 +0000 (00:10 +0000)]
automated install foo

20 years agocredit where credit's due
ivan [Thu, 8 May 2003 10:28:39 +0000 (10:28 +0000)]
credit where credit's due

20 years agogeneral Pg 7.3 fix for setting int columns to '' / NULL
ivan [Thu, 8 May 2003 09:34:39 +0000 (09:34 +0000)]
general Pg 7.3 fix for setting int columns to '' / NULL

20 years agodon't create new files in lieu of branches
ivan [Tue, 6 May 2003 21:15:55 +0000 (21:15 +0000)]
don't create new files in lieu of branches

20 years agoCan't pull out of thin air.
khoff [Tue, 6 May 2003 20:33:03 +0000 (20:33 +0000)]
Can't pull  out of thin air.

20 years agoproposed cust_main.cgi
khoff [Sun, 4 May 2003 20:58:01 +0000 (20:58 +0000)]
proposed cust_main.cgi

20 years agoenable quota maintenance in infostreet export
ivan [Sat, 3 May 2003 02:06:56 +0000 (02:06 +0000)]
enable quota maintenance in infostreet export

20 years agotypo in usage instructions
ivan [Sat, 3 May 2003 02:03:48 +0000 (02:03 +0000)]
typo in usage instructions

20 years agoclean up CVS cruft
ivan [Sat, 3 May 2003 01:30:35 +0000 (01:30 +0000)]
clean up CVS cruft

20 years agoCARD && DCRD?
khoff [Fri, 2 May 2003 23:51:06 +0000 (23:51 +0000)]
CARD && DCRD?

20 years ago0 has a hash key looks like svcnum = 0. Suprisingly, '' works.
khoff [Tue, 29 Apr 2003 19:49:37 +0000 (19:49 +0000)]
0 has a hash key looks like svcnum = 0.  Suprisingly, '' works.

20 years agoBetter SOA checking
khoff [Tue, 29 Apr 2003 18:28:50 +0000 (18:28 +0000)]
Better SOA checking

20 years agoIt helps if you can edit the ip_addr field.
khoff [Tue, 29 Apr 2003 16:59:10 +0000 (16:59 +0000)]
It helps if you can edit the ip_addr field.

20 years agoI don't like FS::Record warnings
khoff [Sat, 26 Apr 2003 02:01:09 +0000 (02:01 +0000)]
I don't like FS::Record warnings

20 years agoTyop
khoff [Sat, 26 Apr 2003 00:28:47 +0000 (00:28 +0000)]
Tyop

20 years agofix for bug triggered by nonexistant referring customer numbers
ivan [Thu, 24 Apr 2003 23:02:16 +0000 (23:02 +0000)]
fix for bug triggered by nonexistant referring customer numbers

20 years agoMySQL returns zero on an update when no values change. We would insert on an rv...
khoff [Thu, 24 Apr 2003 18:46:36 +0000 (18:46 +0000)]
MySQL returns zero on an update when no values change.  We would insert on an rv of zero, so now we select count(*)... instead of relying on the rv of the update.

20 years agoSupport for nWnDnHnMnS time format
khoff [Thu, 24 Apr 2003 18:45:03 +0000 (18:45 +0000)]
Support for nWnDnHnMnS time format

20 years agobetter shellcommands documentation of all sorts
ivan [Thu, 24 Apr 2003 02:46:41 +0000 (02:46 +0000)]
better shellcommands documentation of all sorts

20 years agoSupport for exporting to an ISC BIND9 name server
khoff [Thu, 24 Apr 2003 01:43:10 +0000 (01:43 +0000)]
Support for exporting to an ISC BIND9 name server

20 years agoApparently deleting elements from svc_Common->hashref is bad.
khoff [Thu, 24 Apr 2003 01:00:42 +0000 (01:00 +0000)]
Apparently deleting elements from svc_Common->hashref is bad.

20 years agocompatible with mason 1.1! closes: bug#492
ivan [Wed, 23 Apr 2003 23:12:57 +0000 (23:12 +0000)]
compatible with mason 1.1!  closes: bug#492

20 years agomight not be necessary, but to be safe...
ivan [Wed, 23 Apr 2003 22:16:55 +0000 (22:16 +0000)]
might not be necessary, but to be safe...

20 years agoMissing comma.
khoff [Wed, 23 Apr 2003 05:36:24 +0000 (05:36 +0000)]
Missing comma.

20 years agoDBD::Pg doesn't handle char types very well.
khoff [Wed, 23 Apr 2003 04:53:17 +0000 (04:53 +0000)]
DBD::Pg doesn't handle char types very well.

20 years agoproperly deprecate ancient apache & sendmail config options
ivan [Tue, 22 Apr 2003 18:46:52 +0000 (18:46 +0000)]
properly deprecate ancient apache & sendmail config options

20 years agomason is more strict about variables - patch from Richard Siddall, thanks
ivan [Tue, 22 Apr 2003 17:55:09 +0000 (17:55 +0000)]
mason is more strict about variables - patch from Richard Siddall, thanks

21 years ago- mysql 4.1 is available; update documentation
ivan [Tue, 22 Apr 2003 04:39:40 +0000 (04:39 +0000)]
- mysql 4.1 is available; update documentation
- remove last vestiges of 1.3-style qmail/vpopmail exports from svc_domain and
  svc_forward; add appropriate exports (closes: Bug#299)

21 years agotypo
ivan [Mon, 21 Apr 2003 22:40:37 +0000 (22:40 +0000)]
typo

21 years agorenamed config option excludeaddr
khoff [Mon, 21 Apr 2003 21:42:24 +0000 (21:42 +0000)]
renamed config option excludeaddr

21 years agorenamed/clarified exclude_ip_addr option.
khoff [Mon, 21 Apr 2003 21:40:00 +0000 (21:40 +0000)]
renamed/clarified exclude_ip_addr option.

21 years agoNavigation fixes.
khoff [Mon, 21 Apr 2003 21:29:35 +0000 (21:29 +0000)]
Navigation fixes.

21 years agoFixed bug with $routernum and new routers. Navigation cleanup.
khoff [Mon, 21 Apr 2003 21:13:20 +0000 (21:13 +0000)]
Fixed bug with $routernum and new routers.  Navigation cleanup.

21 years agoLines added for clairity
khoff [Mon, 21 Apr 2003 21:12:09 +0000 (21:12 +0000)]
Lines added for clairity

21 years agoon-demand vs. automatic cards & checks: added DCRD and DCHK payment types
ivan [Mon, 21 Apr 2003 20:53:57 +0000 (20:53 +0000)]
on-demand vs. automatic cards & checks: added DCRD and DCHK payment types

21 years agoBug fixes for sqlmail. Added support for courier and dovecot authentication.
khoff [Mon, 21 Apr 2003 20:31:20 +0000 (20:31 +0000)]
Bug fixes for sqlmail.  Added support for courier and dovecot authentication.

21 years agoexcludeaddr option for svc_broadband
khoff [Mon, 21 Apr 2003 20:27:10 +0000 (20:27 +0000)]
excludeaddr option for svc_broadband

21 years ago/^\s*$/ setup/recur expressions now failsafe to 0 (closes: Bug#498)
ivan [Sat, 19 Apr 2003 17:51:27 +0000 (17:51 +0000)]
/^\s*$/ setup/recur expressions now failsafe to 0 (closes: Bug#498)
deprecate old 1.3-style qmail integration

21 years agoYA pg7.3 fix
ivan [Fri, 18 Apr 2003 03:29:24 +0000 (03:29 +0000)]
YA pg7.3 fix

21 years agoadded order_pkgs sub
ivan [Wed, 2 Apr 2003 14:52:01 +0000 (14:52 +0000)]
added order_pkgs sub

21 years agobetter callbacks
ivan [Wed, 2 Apr 2003 11:38:51 +0000 (11:38 +0000)]
better callbacks

21 years agoupdated meta-import web UI to allow duplicate import tables
ivan [Wed, 2 Apr 2003 09:46:50 +0000 (09:46 +0000)]
updated meta-import web UI to allow duplicate import tables

21 years agofix disappearing email invoice on errors, finally (closes: Bug#35)
ivan [Wed, 2 Apr 2003 03:25:15 +0000 (03:25 +0000)]
fix disappearing email invoice on errors, finally (closes: Bug#35)