[dev] IMP conf.xml

Michael Cochrane mike@graftonhall.co.nz
Thu, 1 Aug 2002 15:44:19 +0100


First go at IMP's conf.xml file. The only major issue is with the hooks... could
someone perhaps move them into a config/hooks.php.dist or something similar and
then this conf.xml file would be complete. 

Also updates for turba and mnemo's conf.xml files to add headers and
descriptions. And a whole bunch of changes to add the extra field types and stuff.

Have fun...

- Mike :-)

http://www.graftonhall.co.nz/mikes/Horde%20Diffs/IMP%20XML%20config/

conf.xml
the imp/config/conf.xml file


turba HEAD.diff
Add header and description fields to conf.xml


mnemo HEAD.diff
Add header and description fields to conf.xml


horde HEAD.diff
Add Three more field types: 
<configcode> used for code like in 
	$conf['mailbox']['deleted_flag'] = Horde::img('deleted.gif', _("Deleted"));
<configarray> a special type of <configcode> see:
	$conf['server']['hierarchies'] = array();
<configinteger> for integers like
	$conf['mailbox']['max_from_chars'] = 40;

Generate random names for <configheader> and <configdescription> fields, if
a name is not specified, so they don't overwrite each other as the
name is used as the array index.

Convert 'true' and 'false' to boolean values for <configstring> fields

Allow required="false" to set optional fields

Stop displaying descriptions in bold

--

-------------------------------------------------------------------------
This mail sent from Mike's CVS HEAD install of IMP: http://horde.org/imp/