Changes between Version 33 and Version 34 of Document/Development/Design/LdapBackend
- Timestamp:
- 11/04/08 12:20:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/LdapBackend
v33 v34 251 251 * name or nameFromClass '''¿?''' 252 252 * a) nameFromClass (let's automate as much as possible) 253 * b) name (let's the programmer choose the name) 254 * index() could (and must) be implemented in !DataTable (it will be the one which is used to be part of the DN in Ldap) 255 * but, printableIndex() '''¿?''' 256 * a) is_number() ? return $_; : return __($_); 253 * ~~b) name (let's the programmer choose the name)~~ 257 254 * Remove gconfModule 258 255 * How can we obtain the ''Module'' 's name? '''¿?''' 259 256 * a) it's the ->modelDomain(), isn't it? (EBox::DNS::Model::!DomainTable has not the 'modelDomain' key, WTF?) 260 * b) As parameter in the new()261 * setIndexField '''¿?''' remove method?257 * It seems ''$self->{'gconfmodule'}->name()'' [source:/trunk/client/ebox/src/EBox/Model/DataTable.pm#L299 is used] for getting [[source:/trunk/client/ebox/src/EBox/Model/DataTable.pm#L321 the module] name as well 258 * ~~b) As parameter in the new()~~ 262 259 263 260 === Ldap !#7 ===