The branch "master" has been updated. The following is a summary of the commits.
from: b3e40812e74c1aa4d894f23528fa058b3cb6d06b c421d37 Update Horde_Histories table for IMP_Maillog entries. ----------------------------------------------------------------------- commit c421d37d3f5ad41ae9971d6fab7e8880701fd60d Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 20 00:28:28 2013 -0400 Update Horde_Histories table for IMP_Maillog entries. Must use ':' as the delimiter in order for change detection to work sanely. Using a DB migration for the Horde_Histories table from within IMP is a bit ugly, but because of the History API requiring this delimiter, it's impossible to perform these changes using either the IMP_Maillog or the Horde_History API. The History API should eventually be refactored to build the object_uid values internally, but that would be impossible before H6. Placing this in master since I consider this a bug fix, and not a new feature. imp/lib/Maillog.php | 2 +- imp/migration/3_imp_maillog_update.php | 55 ++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletions(-) create mode 100644 imp/migration/3_imp_maillog_update.php http://git.horde.org/horde-git/-/commit/c421d37d3f5ad41ae9971d6fab7e8880701fd60d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
