[commits] Horde annotated tag horde_alarm-2.2.8 created. 77159596351b9cac7d6a560cf24839491cf6c04f

Jan Schneider jan at horde.org
Wed Aug 31 19:56:09 UTC 2016


The annotated tag "horde_alarm-2.2.8" has been created.
        at  77159596351b9cac7d6a560cf24839491cf6c04f (tag)
   tagging  f6fffa3aaf62170eb21fea3bd5fffe7f0e39555b (commit)
  replaces  horde_mime_viewer-2.2.0
 tagged by  Jan Schneider
        on  Wed Aug 31 18:52:21 2016 +0200

-----------------------------------------------------------------------
Released Horde_Alarm-2.2.8.

Jan Schneider (44):
      Development mode for Horde_Mime_Viewer-2.2.1
      phpdoc
      Optimize removing all user preferences at once.
      [jan] Fix and optimize removing preferences for a single application.
      [jan] Continue removing user data if a source doesn't have an __owner field.
      Only pop from application stack if we successfully pushed.
      [jan] Optimize deleting or moving a large number of messages.
      Update de translation.
      Updated
      Typo
      Merge branch 'join-type-support' of https://github.com/oakey-b1/horde
      Style
      [jan] Make the JOIN type settable by mapper relationships (Neal Thomas Oakey <oakey at b1-systems.de>).
      Merge branch 'filled-entities-only' of https://github.com/oakey-b1/horde
      Grammar
      Remove accidentally added file.
      Fix exception name.
      Block exceptions are not displayed.
      Use translated country names.
      Style
      Close tags.
      We don't have a default value for log_timestamp.
      Fix parameter count.
      Revert "Fix parameter count."
      Revert "We don't have a default value for log_timestamp."
      Check if Horde_Db_Adapter is still there. Todo.
      [jan] Allow to specify user DN search parameters for LDAP with all bind methods (Request #11697, heinz at htl-steyr.ac.at).
      [jan] Fix using ingo-convert-prefs-to-sql for multiple users.
      uid is no longer required (Request #11697).
      Fix logic typo; phpdoc
      Undeprecate
      Empty preference factory cache too.
      Don't overwrite $rows.
      Use delete().
      [jan] Fix deleting retrieved tasks from SQL storage.
      Use select() instead of selectAll() where applicable.
      Add base class for Sieve script items.
      There should be 7.1, now that nightly is 7.2.
      Sort
      Allow 7.1 to fail, the test sometimes coredumps.
      Wrong syntax, try this.
      Make sure we really don't try to receive the last id if we don't have a sequence name. See https://bugs.php.net/bug.php?id=72759.
      [jan] Make sure to return NULL values in result sets from Oracle.
      Released Horde_Alarm-2.2.8

Michael J Rubinsky (110):
      'number' can hold double values.
      Fix phpdoc
      Update test for fix of Bug: 14275
      Bug: 14429 Escape mailbox before converting to utf7imap.
      Bug: 14397 Cannot specify the 'h' flag when using an action block.
      Update existing entries instead of DELETE/INSERT.
      Don't use the raw $vars data, get it from the form.
      Don't need the escapeshellcmd here, and it can break utf7-imap encoding.
      Support UTF7-IMAP encoding when using mbox format as well.
      Bug: 14403 Take recurring tasks into account when sorting.
      simplify
      Add METAR/TAF data source support.
      not used
      Fix constant names.
      Simplify
      Use full date string for validity period.
      Typo
      Add the time property.
      Temporary handling of station data.
      Mapping for Taf periods.
      Prevent fataling out if station data is not found.
      Don't assume we have an icon.
      spacing
      Refactor parser classes out.
      Add methods to be more compatible with old Metar classes.
      Add migration for adding the NOAA METAR database.
      Allow setting the tablename, phpdoc.
      package.xml
      Merge branch 'weather'
      CHANGES
      Don't add the qualifier, this property is strictly numeric.
      Round when converting.
      Fix unit map.
      Don't continue to iterate after match is found.
      First pass at converting the METAR weather block.
      Bump required version.
      PEAR Services_Weather is no longer required/recommened.
      Convert the result too.
      Remove commented out code.
      Fix method name.
      Pass the database handle if we are using Metar weather driver.
      Don't fatal out if we don't pass a http_client object for Metar weather.
      Allow locally sourced METAR and TAF data.
      Look up the station data in the NOAA database.
      Fix conversion.
      Throw exception if we don't have a valid path.
      Use mb, not mm for Metric units, like the other weather drivers.
      Round these values.
      Generate some sensible text for the conditions property.
      Add test.
      This property really should be 'conditions', like in the Period class.
      Don't require an icon to view current conditions.
      Implement autocompletLocation for Metar driver.
      Reduce to minimum of 3 characters.
      Um..without a db handle, we don't HAVE a result set...
      Catch exceptions
      @todo--
      phpdoc
      Use _getStation()
      First pass at refactoring the metar block.
      Catch when station is not found.
      Unused.
      Implement location autocompleter for the metar block.
      Implement ajax-y updating of metar block.
      Use the station object.
      Iterate in the template, and improve layout while we are at it.
      Update package.xml, and bump version/requirements.
      CHANGES
      Only bold the label.
      Add this phpdoc here too, so it's visible when built on dev.horde.org.
      Fix parse error.
      Translate the pressure tendency code into human readable description.
      Display pressure tendency.
      ws
      Remove debug output.
      Comment typo
      ws
      Don't overwrite the $response array.
      Don't add fb if attendee tab isn't visible.
      this.attendees is an array, not a hash.
      Clear the autocompleter before clearing the attendees cache.
      Return after finding attendee.
      Fix infite loop when month ends on last day of the week.
      Fix month block too.
      phpdoc
      Use Horde_Date, ensure everything is UTC, and use full date as array key.
      Tweak metar block:
      Bug: 14301  Fix CardDav syncing of email fields in certain cases.
      Only set the hash values is we have an entry in the map.
      Fix detecting preferred email.
      Simplify, and fix, _ensureEmail.
      EAS 16 does not allow setting attendee status from client.
      Parse the EAS 16-style meetingresponse properties.
      Only fetch the end tag if it's not an empty tag.
      Typo
      Implement sending iTip response for EAS 16
      Fix decoding the AirSyncBase body element.
      Honor any comments sent with the response.
      This is mnemo, not nag.
      Request: 14178 Refactor list view, and first pass at adding tag browsing.
      Fix variable name.
      Add "tags" to search form.
      Remove commented out code.
      CHANGES
      Bug: 14453 Limit addCoverDates to the $endDate.
      Revert "Bug: 14453 Limit addCoverDates to the $endDate."
      Remove PEAR/Services_Weather from test.php
      Revert "Revert "Bug: 14453 Limit addCoverDates to the $endDate.""
      Take 2 on fix for Bug: 14453.
      Avoid reference warning on PHP7.

Neal Thomas Oakey (2):
      check if relationship is empty (LEFT JOIN)
      make join_type setable over $_relationships array




More information about the commits mailing list