Changes between Version 41 and Version 42 of Document/Development/Design/LdapBackend
- Timestamp:
- 11/08/08 14:53:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/LdapBackend
v41 v42 250 250 * '''Stuff done''' 251 251 * Fixed issue when you have an enabled field and also set to true the enableProperty. 252 * Refactored notify related methods to another file ('' DataTable/Notificator.pm''), ''DataTable.pm'' inherit from it.252 * Refactored notify related methods to another file (''!DataTable/Notificator.pm''), ''!DataTable.pm'' inherit from it. 253 253 * Removed ''selectOptions()'' method because it was deprecated. 254 254 * Removed ''_hashFromDir()'' and ''_removeHasManyTables()'', not used anymore. … … 268 268 * We are going to get the module's name from ''$self->{'ldapmodule'}->name()''. This way is not longer necessary to specified ''modelDomain'' key in the tableDescription of a model. 269 269 * ~~b) As parameter in the new()~~ 270 * ''' ToDo'''270 * '''__TODO__''' 271 271 * Rename xxxTypedRow to xxxRow, removing the actual xxxRow methods. 272 272 * Should we allow the actual xxxRow interface?