freeside.git
26 years agomore documentation updates for new config location
ivan [Fri, 13 Nov 1998 05:15:04 +0000 (05:15 +0000)]
more documentation updates for new config location

26 years agosecrets files are located in /usr/local/etc/freeside, not just default.
ivan [Fri, 13 Nov 1998 04:45:54 +0000 (04:45 +0000)]
secrets files are located in /usr/local/etc/freeside, not just default.

26 years agono default default_dir (ironic)
ivan [Fri, 13 Nov 1998 04:08:44 +0000 (04:08 +0000)]
no default default_dir (ironic)

26 years agoupdate documentation for new config file format
ivan [Fri, 13 Nov 1998 02:43:32 +0000 (02:43 +0000)]
update documentation for new config file format

26 years agoCGI.pm instead of CGI-modules
ivan [Thu, 12 Nov 1998 08:10:22 +0000 (08:10 +0000)]
CGI.pm instead of CGI-modules
relative URLs using popurl
got rid of lots of little tables
s/agrep/String::Approx/;
bubble up packages and services and link (slow)

26 years agoadded svcdb to label
ivan [Thu, 12 Nov 1998 07:58:15 +0000 (07:58 +0000)]
added svcdb to label

26 years ago*** empty log message ***
ivan [Thu, 12 Nov 1998 07:43:54 +0000 (07:43 +0000)]
*** empty log message ***

26 years agouse FS::table_name for all tables qsearch()'ed
ivan [Thu, 12 Nov 1998 03:45:38 +0000 (03:45 +0000)]
use FS::table_name for all tables qsearch()'ed

26 years agoadded label method
ivan [Thu, 12 Nov 1998 03:42:45 +0000 (03:42 +0000)]
added label method

26 years agoadded label method
ivan [Thu, 12 Nov 1998 03:32:46 +0000 (03:32 +0000)]
added label method

26 years agoadded table command
ivan [Thu, 12 Nov 1998 01:53:47 +0000 (01:53 +0000)]
added table command

26 years agodoc clarification
ivan [Tue, 10 Nov 1998 07:45:25 +0000 (07:45 +0000)]
doc clarification

26 years agoqsearch returns `FS::TABLE' objects if that module is loaded (i.e. via
ivan [Tue, 10 Nov 1998 07:44:08 +0000 (07:44 +0000)]
qsearch returns `FS::TABLE' objects if that module is loaded (i.e. via
`use FS::cust_main;') instead of always an FS::Record object

26 years ago*** empty log message ***
ivan [Tue, 10 Nov 1998 02:24:26 +0000 (02:24 +0000)]
*** empty log message ***

26 years agodefault company_on and last_on CHECKED
ivan [Mon, 9 Nov 1998 22:24:03 +0000 (22:24 +0000)]
default company_on and last_on CHECKED

26 years agobug squash
ivan [Mon, 9 Nov 1998 08:51:49 +0000 (08:51 +0000)]
bug squash

26 years agohaha
ivan [Mon, 9 Nov 1998 08:36:05 +0000 (08:36 +0000)]
haha

26 years ago1.2.x
ivan [Mon, 9 Nov 1998 08:29:01 +0000 (08:29 +0000)]
1.2.x

26 years agoupgrade to 1.2.x section
ivan [Mon, 9 Nov 1998 08:25:19 +0000 (08:25 +0000)]
upgrade to 1.2.x section

26 years agos/agrep/String::Approx/
ivan [Mon, 9 Nov 1998 08:18:38 +0000 (08:18 +0000)]
s/agrep/String::Approx/

26 years agoadded sub url
ivan [Mon, 9 Nov 1998 06:10:59 +0000 (06:10 +0000)]
added sub url

26 years ago*** empty log message ***
ivan [Mon, 9 Nov 1998 05:44:20 +0000 (05:44 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
ivan [Mon, 9 Nov 1998 05:23:55 +0000 (05:23 +0000)]
*** empty log message ***

26 years agosupport depriciated CGI::Base as well as CGI.pm (for now)
ivan [Mon, 9 Nov 1998 04:55:42 +0000 (04:55 +0000)]
support depriciated CGI::Base as well as CGI.pm (for now)

26 years agos/CGI::Base/CGI/; etc.
ivan [Sun, 8 Nov 1998 10:50:19 +0000 (10:50 +0000)]
s/CGI::Base/CGI/; etc.

26 years agogot sub cgi for FS::CGI
ivan [Sun, 8 Nov 1998 10:45:42 +0000 (10:45 +0000)]
got sub cgi for FS::CGI

26 years agoCGI.pm
ivan [Sun, 8 Nov 1998 10:11:02 +0000 (10:11 +0000)]
CGI.pm

26 years agocgisuidsetup complains if you pass it a isa CGI::Base instead of an isa CGI
ivan [Sun, 8 Nov 1998 09:38:43 +0000 (09:38 +0000)]
cgisuidsetup complains if you pass it a isa CGI::Base instead of an isa CGI
(first step in migrating from CGI-modules to CGI.pm)

26 years ago1.1.6 release
ivan [Sun, 8 Nov 1998 01:09:23 +0000 (01:09 +0000)]
1.1.6 release

26 years agodon't use depriciated FS::Bill and FS::Invoice, other miscellania
ivan [Sat, 7 Nov 1998 10:24:25 +0000 (10:24 +0000)]
don't use depriciated FS::Bill and FS::Invoice, other miscellania

26 years ago*** empty log message ***
ivan [Sat, 7 Nov 1998 08:25:10 +0000 (08:25 +0000)]
*** empty log message ***

26 years agomissing use
ivan [Sat, 7 Nov 1998 08:21:26 +0000 (08:21 +0000)]
missing use

26 years agostill need to bless into FS::cust_main (for now)
ivan [Sat, 7 Nov 1998 08:19:21 +0000 (08:19 +0000)]
still need to bless into FS::cust_main (for now)

26 years agoRemoved depriciated FS::Bill (now in FS::cust_main)
ivan [Sat, 7 Nov 1998 08:08:12 +0000 (08:08 +0000)]
Removed depriciated FS::Bill (now in FS::cust_main)

26 years agoIn sub new, Pg wrapper for money fields from dbdef (FS::Record::fields $table),
ivan [Sat, 7 Nov 1998 05:17:18 +0000 (05:17 +0000)]
In sub new, Pg wrapper for money fields from dbdef (FS::Record::fields $table),
not keys of supplied hashref.

26 years agogenerated patch with makepatch
ivan [Wed, 4 Nov 1998 02:45:54 +0000 (02:45 +0000)]
generated patch with makepatch

26 years agoalso varchar with no length specified - postgresql fix broke mysql.
ivan [Thu, 22 Oct 1998 15:51:23 +0000 (15:51 +0000)]
also varchar with no length specified - postgresql fix broke mysql.

26 years agonow smallint is illegal, so remove that too.
ivan [Thu, 22 Oct 1998 15:46:28 +0000 (15:46 +0000)]
now smallint is illegal, so remove that too.

26 years agoMore informative error messages and better doc for admin contact email stuff
ivan [Wed, 14 Oct 1998 08:18:21 +0000 (08:18 +0000)]
More informative error messages and better doc for admin contact email stuff

26 years ago1.1.4 release, fix postgresql
ivan [Wed, 14 Oct 1998 07:05:06 +0000 (07:05 +0000)]
1.1.4 release, fix postgresql

26 years ago1,1,4 release, fix postgresql quirks.
ivan [Wed, 14 Oct 1998 06:52:48 +0000 (06:52 +0000)]
1,1,4 release, fix postgresql quirks.

26 years agoSo new installs have some protection (WDWWC).
ivan [Tue, 13 Oct 1998 13:11:01 +0000 (13:11 +0000)]
So new installs have some protection (WDWWC).

26 years agofixed doc to indicate Pg specific syntax too
ivan [Tue, 13 Oct 1998 13:04:17 +0000 (13:04 +0000)]
fixed doc to indicate Pg specific syntax too

26 years ago*** empty log message ***
ivan [Tue, 13 Oct 1998 12:49:50 +0000 (12:49 +0000)]
*** empty log message ***

26 years agoAssigns password from the shadow file for RADIUS password "UNIX"
ivan [Tue, 13 Oct 1998 12:07:51 +0000 (12:07 +0000)]
Assigns password from the shadow file for RADIUS password "UNIX"

26 years ago*** empty log message ***
ivan [Tue, 13 Oct 1998 09:17:20 +0000 (09:17 +0000)]
*** empty log message ***

26 years agoadded Pg-specific behaviour in sub line
ivan [Mon, 12 Oct 1998 23:40:28 +0000 (23:40 +0000)]
added Pg-specific behaviour in sub line

26 years ago*** empty log message ***
ivan [Mon, 12 Oct 1998 21:22:59 +0000 (21:22 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
ivan [Mon, 12 Oct 1998 21:15:28 +0000 (21:15 +0000)]
*** empty log message ***

26 years agoremove adding cvs from the todo
ivan [Mon, 12 Oct 1998 09:12:29 +0000 (09:12 +0000)]
remove adding cvs from the todo

26 years ago*** empty log message ***
ivan [Mon, 12 Oct 1998 09:09:32 +0000 (09:09 +0000)]
*** empty log message ***

26 years agoId to Header
ivan [Mon, 12 Oct 1998 09:09:00 +0000 (09:09 +0000)]
Id to Header

26 years agoTest keyword substitution
ivan [Mon, 12 Oct 1998 09:07:30 +0000 (09:07 +0000)]
Test keyword substitution

26 years agoCommiting sample change.
ivan [Mon, 12 Oct 1998 08:59:22 +0000 (08:59 +0000)]
Commiting sample change.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r218,
ivan [Mon, 12 Oct 1998 07:19:13 +0000 (07:19 +0000)]
This commit was generated by cvs2svn to compensate for changes in r218,
which included commits to RCS files with non-trunk default branches.

26 years agoInitial import into CVS freeside_import start
ivan [Mon, 12 Oct 1998 07:19:13 +0000 (07:19 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Mon, 12 Oct 1998 07:19:12 +0000 (07:19 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Mon, 12 Oct 1998 07:19:11 +0000 (07:19 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Mon, 12 Oct 1998 07:03:11 +0000 (07:03 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Mon, 12 Oct 1998 07:03:10 +0000 (07:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Mon, 12 Oct 1998 07:03:09 +0000 (07:03 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Wed, 7 Oct 1998 02:17:41 +0000 (02:17 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Wed, 7 Oct 1998 02:17:40 +0000 (02:17 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Wed, 7 Oct 1998 02:17:39 +0000 (02:17 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Tue, 29 Sep 1998 18:55:23 +0000 (18:55 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Tue, 29 Sep 1998 18:55:22 +0000 (18:55 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Tue, 29 Sep 1998 18:55:21 +0000 (18:55 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Mon, 28 Sep 1998 05:16:14 +0000 (05:16 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Mon, 28 Sep 1998 05:16:13 +0000 (05:16 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Mon, 28 Sep 1998 05:16:12 +0000 (05:16 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Sun, 27 Sep 1998 23:59:09 +0000 (23:59 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Sun, 27 Sep 1998 23:59:08 +0000 (23:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Sun, 27 Sep 1998 23:59:07 +0000 (23:59 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Sun, 27 Sep 1998 23:52:36 +0000 (23:52 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Sun, 27 Sep 1998 23:52:35 +0000 (23:52 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Sun, 27 Sep 1998 23:52:34 +0000 (23:52 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Fri, 25 Sep 1998 08:52:50 +0000 (08:52 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Fri, 25 Sep 1998 08:52:49 +0000 (08:52 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Fri, 25 Sep 1998 08:52:48 +0000 (08:52 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Fri, 25 Sep 1998 08:30:44 +0000 (08:30 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Fri, 25 Sep 1998 08:30:43 +0000 (08:30 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Fri, 25 Sep 1998 08:30:42 +0000 (08:30 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Fri, 25 Sep 1998 08:03:42 +0000 (08:03 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Fri, 25 Sep 1998 08:03:41 +0000 (08:03 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Fri, 25 Sep 1998 08:03:40 +0000 (08:03 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Fri, 25 Sep 1998 07:53:57 +0000 (07:53 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Fri, 25 Sep 1998 07:53:56 +0000 (07:53 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Fri, 25 Sep 1998 07:53:55 +0000 (07:53 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Fri, 25 Sep 1998 07:47:29 +0000 (07:47 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Fri, 25 Sep 1998 07:47:28 +0000 (07:47 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Fri, 25 Sep 1998 07:47:27 +0000 (07:47 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Thu, 24 Sep 1998 10:18:08 +0000 (10:18 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Thu, 24 Sep 1998 10:18:07 +0000 (10:18 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Thu, 24 Sep 1998 10:18:06 +0000 (10:18 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Thu, 24 Sep 1998 09:27:09 +0000 (09:27 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Thu, 24 Sep 1998 09:27:08 +0000 (09:27 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Thu, 24 Sep 1998 09:27:07 +0000 (09:27 +0000)]
Initial revision

26 years agoInitial import into CVS
ivan [Thu, 24 Sep 1998 08:59:03 +0000 (08:59 +0000)]
Initial import into CVS

26 years agoThis commit was manufactured by cvs2svn to create branch 'freeside_import'.
cvs2git [Thu, 24 Sep 1998 08:59:02 +0000 (08:59 +0000)]
This commit was manufactured by cvs2svn to create branch 'freeside_import'.

26 years agoInitial revision
ivan [Thu, 24 Sep 1998 08:59:01 +0000 (08:59 +0000)]
Initial revision