From 6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 16:33:16 +0000 Subject: - web interface for hourly account charges! (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 --- httemplate/docs/man/FS/Conf.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'httemplate/docs/man/FS/Conf.html') diff --git a/httemplate/docs/man/FS/Conf.html b/httemplate/docs/man/FS/Conf.html index 7b1613efd..be49be31f 100644 --- a/httemplate/docs/man/FS/Conf.html +++ b/httemplate/docs/man/FS/Conf.html @@ -1,6 +1,6 @@ -FS::Conf - Read access to Freeside configuration values +FS::Conf - Freeside configuration values @@ -23,7 +23,7 @@

NAME

-

FS::Conf - Read access to Freeside configuration values

+

FS::Conf - Freeside configuration values


SYNOPSIS

@@ -40,10 +40,12 @@ $value = $conf->config('key'); @list = $conf->config('key'); $bool = $conf->exists('key'); +
+  @config_items = $conf->config_items;


DESCRIPTION

-

Read access to Freeside configuration values. Keys currently map to filenames, +

Read and write Freeside configuration values. Keys currently map to filenames, but this may change in the future.


@@ -66,15 +68,29 @@ Returns the configuration value or values (depending on context) for key.
Returns true if the specified key exists, even if the corresponding value is undefined. +

+
touch
+
+
set
+
+
delete
+
+
config_items
+
+Returns all of the possible configuration items as FS::ConfItem objects. See +the FS::ConfItem manpage.


BUGS

-

Write access (with locking) should be implemented.

+

Write access (touch, set, delete) should be documented.

+

If this was more than just crud that will never be useful outside Freeside I'd +worry that config_items is freeside-specific and icky.


SEE ALSO

-

config.html from the base documentation contains a list of configuration files.

+

``Configuration'' in the web interface (config/config.cgi).

+

httemplate/docs/config.html

-- cgit v1.2.1