Branch: Tag:

2000-03-28

2000-03-28 21:09:39 by Johan Sundström <oyasumi@gmail.com>

Configuration Interface => Administration Interface

Rev: CHANGES:1.155
Rev: examples/sqluserdb/documentation.html:1.3
Rev: server/base_server/configuration.pike:1.292
Rev: server/base_server/module.pike:1.89
Rev: server/base_server/roxen.pike:1.470
Rev: server/base_server/roxenloader.pike:1.163
Rev: server/config_interface/standard/themes/README:1.4
Rev: server/config_interface/standard/welcome.txt:1.3
Rev: server/config_interface/standard/whatsnew.html:1.9
Rev: server/etc/include/config.h:1.21
Rev: server/etc/supports:1.81
Rev: server/java/src/com/roxen/roxen/Module.java:1.8
Rev: server/modules/configuration/INFO:1.2
Rev: server/modules/configuration/config_filesystem.pike:1.32
Rev: server/modules/configuration/config_tags.pike:1.70
Rev: server/modules/configuration/config_userdb.pike:1.32
Rev: server/modules/graphics/graphic_text.pike:1.226
Rev: server/modules/ldap/ldapuserauth.pike:1.18
Rev: server/modules/logging/home_logger.pike:1.23
Rev: server/modules/misc/SQLuserdb.pike:1.16
Rev: server/modules/tags/rxmltags.pike:1.107
Rev: server/start:1.104
Rev: server/tools/roxenstarter/roxenstarter.cpp:1.4

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.469 2000/03/28 16:02:27 per Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.470 2000/03/28 20:58:43 jhs Exp $";      object backend_thread;   ArgCache argcache;
1679:      mapping(string:array(int)) error_log=([]);    - // Write a string to the configuration interface error log and to stderr. + // Write a string to the administration interface error log and to stderr.   void nwrite(string s, int|void perr, int|void errtype,    object|void mod, object|void conf)   {
1871:    alarm (60*QUERY(abs_timeout)+10);   }    - // Settings used by the various configuration interface modules etc. + // Settings used by the various administration interface modules etc.   class ConfigIFCache   {    string dir;
1892:    mkdirhier( dir+"/foo" );    if(!f->open( dir + replace( name, "/", "-" ), "wct" ))    { -  report_error("Failed to create configuration interface cache file ("+ +  report_error("Failed to create administration interface cache file ("+    dir + replace( name, "/", "-" )+") "+    strerror( errno() )+"\n");    return to;
3265:    return -1;   }    - // Called from the configuration interface. + // Called from the administration interface.   string check_variable(string name, mixed value)   {    switch(name)