Changes between Version 41 and Version 42 of Document/Development/Design/LdapBackend

Show
Ignore:
Timestamp:
11/08/08 14:53:00 (5 years ago)
Author:
jgarcia@… (IP: 83.138.249.50)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/LdapBackend

    v41 v42  
    250250 * '''Stuff done''' 
    251251   * 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. 
    253253   * Removed ''selectOptions()'' method because it was deprecated. 
    254254   * Removed ''_hashFromDir()'' and ''_removeHasManyTables()'', not used anymore. 
     
    268268             * 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. 
    269269        * ~~b) As parameter in the new()~~ 
    270  * '''ToDo''' 
     270 * '''__TODO__''' 
    271271   * Rename xxxTypedRow to xxxRow, removing the actual xxxRow methods. 
    272272      * Should we allow the actual xxxRow interface?