Day job

By Chuck Hagenbuch (25.8.2008, 20:41 UTC)
I was surprised and flattered to see Horde get a little mention in this Linux Journal article about Barack Obama and my day job: http://www.linuxjournal.com/content/obamas-secret-weapon-geeks-lots-them

Xml_Element 0.3.0 (beta)

By Horde PEAR Channel (25.8.2008, 15:41 UTC)
* Add explicit getter overrides (getXxx() will be invoked when getting a value for property xxx), instead of having to do case statements in __call.

Perms 0.1.0 (beta)

By Horde PEAR Channel (21.8.2008, 01:02 UTC)
* Cache permissions with Horde_Cache (duck@obala.net). * Fixed special permissions with more than one user or group (Bug #2058). * Added a getParent() call instead of accessing the _datatree member directly. (duck@obala.net, Request #6150). * Added beta SQL Permissions driver (duck@obala.net, Request #6150). * Automatically expand the node of the currently open permission. * Only show Add Permission icons if there are sub-permissions to add. * Make sure Horde_Array is available. * Handle and display errors if they occur in the Perms backend.

Distributing resources with Horde_Support_ConsistentHash

By Chuck Hagenbuch (2.8.2008, 17:29 UTC)
If you need to distribute resources across multiple servers, consistent hashing is an essential technique. Horde now provides an implementation that allows for different node weights, hashing of any kind of object as a node, and tuning the number of point

Support 0.1.0 (beta)

By Horde PEAR Channel (1.8.2008, 15:58 UTC)
* Initial horde/support package * Initial Horde_Support_Array object * Initial Horde_Support_ConsistentHash object * Initial Horde_Support_Inflector object * Initial Horde_Support_Stub object * Initial Horde_Support_Timer object * Initial Horde_Support_Uuid object

Kolab_Server 0.1.1 (alpha)

By Horde PEAR Channel (1.8.2008, 15:50 UTC)
* Renamed package to Kolab_Server. * Removed an unnecessary translation. * Added dnForMailOrAlias function to Horde_Kolab_Server. * Fixed experimental KOLAB_ATTR_IMAPHOST attribute.

Kolab_Format 0.1.2 (alpha)

By Horde PEAR Channel (1.8.2008, 15:50 UTC)
* Renamed package to Kolab_Format. * Removed some unnecessary translations.

Feed 0.3.0 (beta)

By Horde PEAR Channel (29.7.2008, 15:58 UTC)
* Rename OPML classes to Blogroll to be clear about their limited purpose. * Update horde/xml_element dependency.

Xml_Element 0.2.0 (beta)

By Horde PEAR Channel (29.7.2008, 15:57 UTC)
* Fix license (should have always been BSD). * Fix a bug that caused an element to be unusable after it had been serialized * Introduce Horde_Xml_Element_List for iterating over elements

Horde_Kolab_Server-0.1.0 and Horde_Kolab_Format-0.1.1 have been released!

By Gunnar Wrobel (29.7.2008, 15:00 UTC)

The Horde project released the second PHP PEAR package representing a small subpart of the Kolab functionality within the Horde framework: Horde_Kolab_Server.

The package allows to access the Kolab LDAP database. Some examples are being given on a page in the Kolab wiki.

The package is the second in a series of five packages that will be released over the next few months. The full set of packages will allow you to easily deal with data stored on a Kolab server within your own web applications.

In addition the Horde_Kolab_Format-0.1.1 has been released. This is a bug fix release.