[commits] Horde annotated tag horde_activesync-2.24.1 created. c93600e1b6fac4ba6faad0b8b801d8bb4438e8a9

Michael J. Rubinsky mrubinsk at horde.org
Thu Feb 5 17:43:16 UTC 2015


The annotated tag "horde_activesync-2.24.1" has been created.
        at  c93600e1b6fac4ba6faad0b8b801d8bb4438e8a9 (tag)
   tagging  ca9a4b8f05a240e14e598146b7fac3ad2e2b1a3c (commit)
  replaces  horde_imap_client-2.26.1
 tagged by  Michael J Rubinsky
        on  Thu Feb 5 12:39:06 2015 -0500

-----------------------------------------------------------------------
Released Horde_ActiveSync-2.24.1.

Jan Schneider (84):
      Table setting removed.
      Fall back to sort by name.
      Import Net_Sieve.
      Convert to PHP 5.
      Convert from PEAR_Error to exceptions.
      phpdoc
      Rename constants to be more intuitive and to more closely match RFC wording.
      Use distinguishable exception classes.
      Start documentation to convert from Net_Sieve.
      Import tests.
      Update to \Horde\ManageSieve.
      Fix error detected by unit testing.
      Fix comment.
      Horde-style test configuration.
      Style
      Rename
      Remove useless helper method.
      Wrapping
      This was added in PHP 5.1.0.
      Add package.xml.
      Change variable name.
      Extend assertions.
      Revert "This was added in PHP 5.1.0."
      Add and document the most important $_stream property.
      Use \Horde\Socket\Client instead of Net_Socket.
      Fix phpdoc.
      Require 5.4.
      Fix STARTTLS.
      Replace debug handler with setLogger().
      Simplify ctor, use authentication constants.
      Reuse
      Re-add bypassauth parameter.
      Could as well implement those methods directly in Socket\Client.
      Require Socket\Client.
      Re-add option to pass logger in contructor.
      Convert Ingo to use Horde\ManageSieve.
      Table setting removed.
      Fall back to sort by name.
      Merge branch 'horde-managesieve'
      Fix viral parse error.
      Auth_SASL is still optionally required.
      [jan] Match simple markup spanning a complete line too.
      Document new methods.
      Bump major version to avoid conflicts with existing read() implementations.
      Add workaround for broken DBMail versions.
      Add myself.
      Variable and property deferencing has been changed to left-to-right in PHP 7.
      Need to check for mongo ext here too.
      Fix skip messages.
      Those queries no longer silently munge columns values anymore, in recent MySQL versions.
      Default values for blobs are not allowed.
      Match PDO error message too.
      Fix configuration loading.
      Try to really close connections.
      Not required.
      Bad idea to silence potentially fatal calls.
      No reason to skip this. No assertion but still tests if it runs without error.
      This is no longer an autoincrement column here.
      Don't use unencoded binary data.
      Fix MongoDB cache configuration.
      THIS is the correct order.
      Those are incomplete.
      This is useless.
      oci8 config was missing.
      Don't include binary data unencoded.
      Fix locale-dependency.
      Fix 'Missing argument 2 for Horde_Mail_Autoconfig_AutoconfigTest::testGetMsaConfigWithoutAuth()'.
      These comparisons won't work with PHP7.
      Not sure why this was disabled.
      Add 'localhost', fix credentials configration.
      [jan] Fix notice if server doesn't support ENHANCEDSTATUSCODES.
      Make these still pass on older MySQL versions.
      Replace 'usetls' setting with 'secure' setting.
      Add parameter for stream context settings (Request #13730).
      Make timeout configurable.
      Timeout parameter.
      Hardcode gpg path like in PgpTest.php
      LANGUAGE is the environment variable that GnuPG uses.
      Bump version, 'context' parameter has been added.
      [jan] Add 'timeout' parameter.
      [jan] Allow to configure multiple LDAP servers and timeout value.
      [jan] Fix exists() with multivalued RDNs.
      [jan] Fix casefolding option not being passed to multivalued RDNs.
      [jan] Fix error when using custom separators in Horde_Ldap_Utils::canonicalDN().

João Machado (1):
      Fix OSX text copy

Lukas Weiss (1):
      Request: 13688 Add a rough removeUserData method to trean.

Michael J Rubinsky (49):
      Add some logging to help debug some issues.
      phpdoc/comments.
      Sigh. Fix the fix to the fix for the logging fix.
      More refactoring.
      Fix property access.
      Add start of a test for iTip replies embedded in TNEF files.
      Add missing constants.
      Parse error
      Fix property id for subject.
      More improvements to TNEF/Icalendar parsing:
      phpdoc
      Add RSVP parameter.
      Add a basic "doesn't die" unit test. Will fill out more later.
      Merge branch 'tnef'
      Update package.xml filelist.
      Add "stylesheet" to the non-plain list.
      Make this test useful.
      Fix test name.
      Skip tests if bcmath isn't installed.
      Catch and log exceptions from parsing MAPI.
      BFN
      Correct file header.
      Don't think this will be needed.
      Use phpunit's annotations for this.
      Revert "Don't think this will be needed."
      Decode the initial OEMCODEPAGE and TNEFVERSION values.
      Get the PRIORITY value correctly.
      Fix constant name.
      OEMCODEPAGE can occur multiple times evidently.
      Decode (or at least detect) more TNEF properties.
      Looks like at least some TNEF files don't contain the VERSION data.
      Send all attributes to the currentObject.
      Use the helper method for this.
      This MAPI property is actually mapped to the attBODY TNEF attribute.
      Add some more useful information when this fails.
      Add passing tests for Bug: 13573
      Add note about "failing" use case.
      Skip this test until vTodo support is finalized.
      Simplify.
      cs, phpdoc
      Parse error.
      CHANGES
      Protect against zero length fread attempts.
      Bug: 13839  Fix moving a mailbox via ActiveSync.
      [mjr] Fix moving a mailbox to a new parent (Bug #13839).
      Revert "Protect against zero length fread attempts."
      Revert "Revert "Protect against zero length fread attempts.""
      Update package.xml
      Released Horde_ActiveSync-2.24.1

Michael M Slusarz (21):
      Development mode for Horde_Imap_Client-2.26.2
      Sanity checking for incorrect input.
      simplify
      [mms] Add resent information to message header display.
      [mms] Fix possible infinite loop when reading from a combined stream.
      Fix missing icon
      [mms] Fix decoding of Unicode Strings in TNEF MAPI attributes.
      Null stripping needs to be done after we do unicode conversion, since it's null bytes is 2 bytes in length
      Fix adding duplicate attachments on all browsers other than Firefox
      Fix displaying favicon unseen count when folder list is not yet loaded
      Fixes for when to display the quicksearch box
      Fix positioning of slider count
      [mms] Add 'localhost' parameter to Horde_Smtp (Request #13832).
      Use phpunit annotation
      Fixes for RTE loading overlay
      Passing unit tests for Bug #13825
      [mms] Fix fatal errors when stored alarm data cannot be unserialized.
      Clean up search screen generation/presentation
      Fix test
      [mms] Make dynamic context menus scrollable if taller than the browser screen height (Bug #13833).
      More fixes to ctrl-c behavior in HTML message display data

Niklas Forsdahl (1):
      Fix for ActiveSync without e-mail on Android 5.




More information about the commits mailing list