Branch: Tag:

1996-12-07

1996-12-07 11:37:54 by David Hedbor <david@hedbor.org>

Makefile.in
Fixat lite buggar.


CHANGES INSTALLING README:

Uppdaterade, release specifika (speciellt INSTALLING). Måste
uppdateras innan varje ny release.


server/base_server/configuration.pike

Bignum buggade om man använde Mpz. Vet inte varför. Ett
projekt att fixa tills nästa release.

server/base_server/disk_cache.pike

Bugfixar. Funkar nu.

server/base_server/mainconfig.pike

<blockquote> nu del av BODY

server/base_server/privs.pike server/base_server/roxen.pike

Buggade vid uppgradering, eftersom roxen->variables->audit
inte fanns.

server/base_server/roxenlib.pike

Ingen aning om vad jag gjorde här...

server/base_server/config/describers.pike

Ändrade ...More till More Documentation. Snyggare så.

server/bin/garbagecollector.pike

stdin gick inte att få non-blocking. Använde
object st = File("stdin");
istället.

server/bin/install.pike

add_constant(roxen, this_object()) - privs.pike ville inte
kompilera annars.

server/etc/config.html server/etc/restart.html server/etc/welcome.html

bugfixar (blockquote...).

server/modules/filesystems/userfs.pike

bugfix i real_file - se CHANGES

server/modules/filters/htaccess.pike

Stavfel rättat + pekare till NCSAs htaccess dokumentation
adderad

server/modules/graphics/graphic_text.pike

bugfix i bevel();

server/modules/logging/home_logger.pike

bugfix, se CHANGES

server/modules/proxies/proxy.pike

bugfixar

server/modules/tags/indirect_href.pike

-stavfel, +syntax exempel

server/fonts/32/urw_itc_avant_garde-demi-r

används ju at graphics_text.pike

Rev: CHANGES:1.13
Rev: INSTALLING:1.3
Rev: Makefile.in:1.3
Rev: README:1.4
Rev: server/base_server/config/describers.pike:1.12
Rev: server/base_server/configuration.pike:1.9
Rev: server/base_server/disk_cache.pike:1.10
Rev: server/base_server/mainconfig.pike:1.26
Rev: server/base_server/privs.pike:1.2
Rev: server/base_server/roxen.pike:1.20
Rev: server/base_server/roxenlib.pike:1.6
Rev: server/bin/garbagecollector.pike:1.5
Rev: server/bin/install.pike:1.7
Rev: server/etc/config.html:1.4
Rev: server/etc/restart.html:1.6
Rev: server/etc/welcome.html:1.3
Rev: server/fonts/32/urw_itc_avant_garde-demi-r:1.1
Rev: server/modules/filesystems/userfs.pike:1.7
Rev: server/modules/filters/htaccess.pike:1.7
Rev: server/modules/graphics/graphic_text.pike:1.6
Rev: server/modules/logging/home_logger.pike:1.6
Rev: server/modules/proxies/proxy.pike:1.10
Rev: server/modules/tags/indirect_href.pike:1.5

1:   inherit "config/builders"; - string cvs_version = "$Id: mainconfig.pike,v 1.25 1996/12/06 23:01:16 per Exp $"; + string cvs_version = "$Id: mainconfig.pike,v 1.26 1996/12/07 11:37:42 neotron Exp $";   inherit "roxenlib";   inherit "config/draw_things";   
15:   #define bdB "90"       - #define BODY "<body "+(roxen->QUERY(BG)?"background=/image/background.gif ":"")+"bgcolor=#"+dR+dG+dB+" text=#ffffff link=#ffffaa vlink=#ffffaa alink=#f0e0f0>" + #define BODY "<body "+(roxen->QUERY(BG)?"background=/image/background.gif ":"")+"bgcolor=#"+dR+dG+dB+" text=#ffffff link=#ffffaa vlink=#ffffaa alink=#f0e0f0><blockquote>"      #define TABLEP(x, y) (id->supports->tables ? x : y)   #define PUSH(X) do{res+=({(X)});}while(0)
419:      string new_configuration_form()   { -  return replace(default_head("")+"<blockquote>"+read_bytes("etc/newconfig.html"), ({"$COPIES","$configurl"}), +  return replace(default_head("")+read_bytes("etc/newconfig.html"), ({"$COPIES","$configurl"}),    ({configuration_list(),CONFIG_URL})) +    "\n\n</blockquote></body>";   }
517:    }, a);       res = ({default_head("Add a module")+"\n\n"+ -  "<blockquote><table width=500><tr><td width=500>" +  "<table width=500><tr><td width=500>"    "<h2>Select a module to add from the list below</h2>" });       foreach(mods, q)
689:       if(!id->variables->name)    return stores(default_head("Bad luck")+ -  "<blockquote><h1>No configuration name?</h1>" +  "<h1>No configuration name?</h1>"    "Either you entered no name, or your WWW-browser "    "failed to include it in the request</blockquote>");       id->variables->name=(replace(id->variables->name,"\000"," ")/" "-({""}))*" ";    if(!low_enable_configuration(id->variables->name, id->variables->type))    return stores(default_head("Bad luck") + -  "<blockquote><h1>Illegal configuration name</h1>" +  "<h1>Illegal configuration name</h1>"    "The name of the configuration must contain characters"    " other than space and tab, it should not end with "    "~, and it must not be 'CVS', 'Global Variables' or "
761:    }    }    -  res = default_head("Welcome to Roxen Challenger") + "<blockquote>"; +  res = default_head("Welcome to Roxen Challenger");       res += read_bytes("etc/welcome.html");    if(error && strlen(error))
1009:    // The URL is http://config-url/, not one of the top nodes, but    // _above_ them. This is supposed to be some nice introductory    // text about the configuration interface... -  return http_string_answer(default_head("")+display_tabular_header(root)+read_bytes("etc/config.html"),"text/html"); +  return http_string_answer(default_head("Roxen Challenger")+ +  display_tabular_header(root)+read_bytes("etc/config.html"),"text/html");    }       if(sizeof(id->prestate))