[Vbox4php-develop] Changelog
Status: Pre-Alpha
Brought to you by:
philippmueller
|
From: Philipp <phi...@gm...> - 2001-11-11 16:26:24
|
First the changelog entry: - Moved the format definition to cvboxconf.inc.php - Reenabled the format information in the login screen in both skins - Changed render function to allow more than one block (serial only, not nested) - Changed HOST_LIST to an array. You MUST adjust your local configuration again Please see the localconfig.inc.bak for the designchange - Adjusted the login templates to use the HOST_LIST again - Added a default HOST to the HOST_LIST Or in words: I reenabled the possibilty for more than 1 host. To use it, you must update your local config. Chris: I changed the render function, to be able to have more than 1 block. The new one relies on serial blocks (so no nested blocks are allowed) and that each variable in a block has always the same amount of data as the "leading" variable. Is this okay with you? Philipp |