Sha256: 83dbf9cd6c120a25daabbcadf358a96fa602b7c061ee9964156b1b2680d6bdb1
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 KB
Contents
## 1.3.0 [2011-01-07] Michael Granger <ged@FaerieMUD.org> Enhancements: * Made Treequel::Model act more like an ORM -- changes made to the object aren't synced with the directory until #save is called. New methods: - Treequel::Model#save - Treequel::Model#modifications - Treequel::Model#modifications_ldif - Treequel::Model#validate - Treequel::Model#valid? - Treequel::Model#errors - Treequel::Model#revert - Treequel::Model#modified? New classes: - Treequel::Model::Errors - Treequel::ValidationFailed * Extracted the controls behavior and rewrote the control specs to use it. This is so people who may wish to implement their own controls can ensure that it's compatible with Treequel. * Added a directory-introspection tool (treewhat) * Added Treequel::Model::ObjectClass.create for easy creation of entries that conform to an objectClass mixin's criteria * Treequel::Directory.root_dse now returns Treequel::Branches * Added Treequel::Directory#reconnect. Bugfixes: * Fixed a bug in Treequel::Branch#merge for values that need conversion * Simplified and removed duplication from the logging code * Fixed a bug in the proxy method for single-letter attribute names. * Monkeypatched Date for LDAP time type conversions * Change the return values of unset attributes to distinguish between SINGLE and non-SINGLE attributes * Treequel::Branch - Check for explicit nil DN in .new - Check for nil parent_dn in #parent - Use 'top' instead of :top as objectClass default ## 1.2.2 [2010-12-14] Michael Granger <ged@FaerieMUD.org> Bugfixes for Treequel::Branch, Treequel::Model. ## 1.2.1 [2010-12-13] Michael Granger <ged@FaerieMUD.org> Converted to Hoe. Bugfix: objectClasses listed in Treequel::Model::ObjectClass.model_objectclasses can be Strings, too.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
treequel-1.3.0pre384 | History.md |