[Pkg-owncloud-commits] [php-sabre-vobject] annotated tag 3.1.2 created (now 9eb80fe)

David Prévot taffit at moszumanska.debian.org
Sat Nov 30 14:13:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to annotated tag 3.1.2
in repository php-sabre-vobject.

        at  9eb80fe   (tag)
   tagging  0b44e0c3f1d60b8c2aa9f9850b8d6f9cbd7301f7 (commit)
 tagged by  Armin Hackmann
        on  Tue Aug 13 14:10:41 2013 +0200

- Log -----------------------------------------------------------------

Armin Hackmann (5):
      typos
      unity of php code blocks
      typos and more consequential order
      DateTimeParser no longer fails on dates with years < 1000 & > 4999
      Setting correct property group on VCard conversion

Dominik (1):
      fixed a few typos

Dominik Tobschall (27):
      added readme.md
      typo and formatting
      Merge remote-tracking branch 'upstream/master'
      Merge remote-tracking branch 'upstream/master'
      changed unittest to expect correct serialization order and added another serialization order unittest
      typo
      fixed Issue 219: serialize() now reorders correctly
      now using uksort for serialize() reordering
      extended sorting unittest to test if ordering works for >10 elements
      sortScore cleanup and documentation
      making sure that sortScore always returns unambiguous scores
      added some comments to $sortScore
      added vobject/splitter
      getting uri correctly
      simplyfied VObject/Splitter/VCard quite a bit, thanks @evert
      added docblocks
      testing if objects are valid
      handling timezones and made tests a bit stricter
      adding base properties to Splitter\VObject\ICalendar objects
      added VObject\StringUtil tests
      vcard splitter tweak, thanks @staabm
      hopefully improved memory usage of iCalendar splitter a bit
      simplified getNext() in iCalendar splitter
      typo
      cleaned readme a bit
      Fix for recurring events where RRULE:UNTIL < DTSTART
      Merge remote-tracking branch 'upstream/master'

Evert Pot (611):
      Initial directory structure.
      merge
      Merge
      Merged changes
      Initial, simple vcalendar reader.
      Reading attributes
      Added magic methods and iterators
      * Added version class
      mege
      Correctly parsing nested components
      Reader skips empty lines
      Many VObject improvements.
      More VObject fixes
      Added includes file
      VObject Improvements to make ArrayAccess work better everywhere
      Bumped versions
      Bumped version to 1.0
      Happy new year\!
      Added test for version class
      Now using assertInternalType, assertInstanceOf instead of assertType, which is now deprecated (which is a bit silly if you ask me)
      Merging CardDAV work
      merged changes from default branch
      Fixed docblocks
      Bumped version
      Merging changes from main branch to carddav branch
      Bumped version to ensure PEAR dependency
      Merge
      Aded DateTime element to VObject package
      Merge
      Merge
      Updated VObject reader to automatically map properties with custom classes.
      Made the parsing for DATETIME-values static, so it can be more easily reused.
      Added VOBject element for properties containing multiple dates.
      Added 'EXDATE' to the element map
      Bumped VObject version, and added MultiDateTime to includes
      Merged default branch into carddav branch
      Setting parameters in the VObject library now overwrites the previous value
      Added __unset to VObject_Component
      Merging CardDAV branch
      Support for 'groups', which is useful for VCARD parsing
      VObject uppercase bug
      More VObject fixes
      Support for vcard groups
      Fixed reading of empty parameters
      Supporting 'empty' parameters
      Added Sabre_VObject_Property::add()
      Merge
      Support for mixed newlines. Fixes Issue 153.
      Added Sabre_VObject_Component::getComponents()
      Merged from default branch
      Merging in caldav-sched branch in default branch
      Moved functions from Sabre_CalDAV_XMLUtil to Sabre_VObject_DateTimeParser
      Pushed version to 1.3.0
      Completed most of the time-range filter support, with the exception of FREEBUSY filters and Recurrence rules.
      Merged the calendar-query refactoring branch
      First, untested version of the FreeBusy Generator script
      Added FreeBusy generator
      First (incomplete) version of the recurrence iterator
      Fixed some iterator bugs, added some tests
      Making progress with the montly-bymonthday rule
      The byDay filter / expander for monthly recurrences is working
      Support for a all the RRULE's iCal may use
      Added 'fastForward' function
      Integrated recurrence rules into the FreeBusyGenerator
      Support for EXDATE
      Fixed some bugs. Free-busy info is now showing up in iCal
      Fixed encoding of DATE-TIME (was DATETIME before)
      Bumped version, updated changelog
      Merge branch '1.5'
      Set versions to 'alpha'
      Support for FREQ=DAILY;BYDAYS= which is what Thunderbird may use
      Docblocks
      Updated tests
      Correctly handling time-range calendar-query filters with RRULE's. Fixes
      Fixed serializing of parameters with no value (such as BASE64 in
      Merge branch 'caldav-sched'
      100% code coverage in VObject
      Updated includes file. Now using PHPincludes
      Correct paths
      Nicer paths
      Added includes files
      Merge branch '1.5'
      Better parsing of timezone information for Evolution client. Fixes Issue #95.
      Merge branch '1.5'
      Fixed test for updated classname
      Merge branch '1.5'
      Added missing classes
      Merge branch '1.5'
      Merge branch '1.5'
      Merge branch '1.5'
      Merge branch '1.5'
      Merge branch '1.5'
      Added preliminary VCalendar component
      Added VEvent component
      Automatically mapping properties and components, and a bit of
      Created VJournal and VTodo components, and refactored time-range
      Docblock
      Removed ending ?>
      expand() work in progress
      expand() appears functional
      Better cloning behaviour
      Removed MultiDateTime for now. Only used by EXDATE, which was already
      Added test for Issue 174.
      Correctly line folding on UTF-8 strings. Fixes Issue #174.
      Merge branch '1.5'
      Updated changelog, bumped versions
      Merge branch '1.5'
      Happy 2012!
      Merge branch '1.5'
      Happy 2012!
      Correctly handling overriden events in recurrence.
      Tying loose ends together for CALDAV:expand
      Small typo
      Correctly recurring after handling an overridden event.
      Fixed property name
      Correctly sorting vobject properties and components
      Bumped versions, updated changelog
      Merge branch '1.5'
      Fixed sorting
      Fixed sorting
      Added another test (just in case)
      Fixed an E_NOTICE, and some code cleanup
      Merge branch '1.5'
      Merge branch '1.5'
      Merge branch 'master' into itip-hack
      Renamed TimeZoneMap
      Renames
      Using the default timezone if all else fails
      Renamed to their correct locations
      Testing the default fallback
      Merge branch 'master' into itip-hack
      Merge branch 'master' into itip-hack
      Added test for empty filter
      Merge branch '1.5'
      Merge branch 'master' into itip-hack
      Merge branch 'master' into itip-hack
      Merge branch '1.5'
      Merge branch 'itip-hack'
      Testing character escaping better, and now supporting \N for newline.
      TimezoneMap -> WindowsTimezoneMap
      Updated includes files
      Fixed a bug where the RecurrenceIterator would infinitely loop, if a
      Added a new test for the infinite loop issue
      Forgot that the client has complete freedom in deciding when to start
      Added a test for VObject parameter reading
      Correctly listening to COUNT and UNTIL.
      A better way to check if the current date is still within range.
      Merge branch '1.5'
      Marked SabreDAV 1.6.0 as 'stable'
      Fixed a bug where an infinite loop could occur in the recurrence iterator if the recurrence was YEARLY, with a BYMONTH rule, and either BYDAY or BYMONTHDAY match the first day of the month.
      Events that are excluded using EXDATE are still counted towards COUNT
      Slightly better test
      Bumped versions
      When checking if an event overlaps a certain time-range, all-day event
      Merge branch '1.5' into 1.6
      Merge branch '1.6'
      Merge branch 'master' into calendar-query-optimize
      Making sure the recurrence iterator works, even if there's no RRULE
      Merge branch 'master' into calendar-query-optimize
      Made the parent property public (as it should)
      Bumped versions
      Refactored VAlarm time-filtering code to Sabre_VObject
      Fixed some bugs and added a whole bunch of tests to VALARM time-range
      Allowing other scalar values to be used as property values.
      Recurrence rules of events are now taken into consideration when doing
      Merge branch '1.6'
      Merge branch 'master' of github.com:evert/SabreDAV
      Added a workaround for the fact that php's DateInterval doesn't parse
      Merge branch '1.6'
      Merge branch 'master' into calendar-query-optimize
      Merge branch 'master' of github.com:evert/SabreDAV
      Fixed time-range inclusivity bug.
      Merge branch 'master' of github.com:evert/SabreDAV
      Fixed micheals much sought-after issue.
      Fixed time-range inclusivity bug.
      Fixed micheals much sought-after issue.
      Merge branch '1.6'
      Retaining time for weekly byday recurrences. Fixes Issue 200.
      Retaining time for weekly byday recurrences. Fixes Issue 200.
      Getting closer to the end result. VObjects are now parsed when added to
      Added a test for the mighty iterator
      Added VAlarm to includes file
      Merge branch '1.6'
      Merge branch 'master' of github.com:evert/SabreDAV
      Fixed a problem with overridden events in a recurrence set happening on
      Fixed a problem with overridden events in a recurrence set happening on
      Quick test for EMClient
      Fixed the 'fifth tuesday of the month' problem.
      Merge branch '1.6'
      Merge branch '1.5' into 1.6
      Merge branch '1.6'
      Removed a bunch of classes and interfaces that have been deprecated for
      Updated includes file
      Fixed parsing +PT0S. Fixes Issue 205.
      Merge branch '1.6'
      Actually, we're working on a new version!
      Added a small test for the freebusy generator
      Merge branch '1.6'
      Merge branch 'master' of github.com:evert/SabreDAV
      Merge branch 'master' of github.com:evert/SabreDAV
      Merge branch '1.6'
      Merge branch '1.6'
      Removed executable bit
      Merge branch '1.6'
      Merge branch '1.6'
      Merge branch '1.6'
      Merge branch '1.6'
      Merge branch '1.6'
      Added a lot of timezone mappings for Microsoft Exhcange
      Merge branch '1.6'
      Correct casing to fix the travis build
      Migrated all VObject classes to PHP 5.3 namespaces
      Merge branch 'master' into namespaces
      Merge branch 'master' into namespaces
      More migrations
      Set some versions to 'alpha'
      Removed executable bit
      Support for MS exchange CDO timezone ids
      Merge branch 'master' into 2.0
      Casing
      temporary rename
      Now correctly cases the filenames too
      Merge branch '1.6'
      Merge branch 'master' into dav-notifications
      Merge branch 'master' into dav-notifications
      Merge branch '1.6'
      Merge branch 'master' into dav-notifications
      Merge branch '1.6'
      Merge branch 'dav-notifications'
      Fixed an issue with the recurrenceiterator with yearly rules on leap
      Added a check for checking if an event falls within a timerange for
      Another recurrence rule bug
      Merge branch '1.6'
      Fixed another time-range filter bug.
      Merge branch '1.6'
      Added a basic validation framework, and added validation methods for the
      Merge branch '1.6'
      Fixed all-day time-range checks. Fixes Issue 228.
      Merge branch '1.6'
      Merge branch '1.6'
      Added readme
      Merge branch 'master' into 2.0
      Migration to namespaces
      Another batch moved to namespaces
      Merge remote-tracking branch 'sabredav/2.0'
      We no longer need to specify the package/subpackage
      Added phpunit configuration, gitignore and composer info
      Removed SabreDAV dependencies. Fixed tests to work on non-UTC timezone
      Added a new changelog
      Added travis ci config
      Added 3-clause BSD license
      Making sure travis initializes composer
      Added travis build status to README
      Now we can easily specify parameters when we're creating properties.
      A lot more documentation
      Missing backtick
      Fixed numbering
      Added additional docs with more features
      Allowing a single object to be set.
      Added a constructor to the freebusy generator
      Fixed links
      Added a unittest for new constructor thingy
      Changelog note
      Now referencing dev-master
      Release date
      Updated readme to reference current release
      Adding some functionality to automatically repair vcards with no VERSION
      Falling back to ORG if N and FS don't exist
      Moved validation constants from Compnent to Node class.
      Removed the Element class. It wasn't really used anyway
      Testing vendor bins
      Testing vendor bins
      Updated changelog
      Bumped version
      Now checking for valid UTF-8 sequences.
      We can now repair non-UTF-8 data and strip control characters
      Breaking the loop as soon as we have the composer autoloader.
      Cosmetic fix. thnx @staabm
      Fixed an infinite loop problem
      Merge branch 'master' of github.com:evert/sabre-vobject
      Updated missing items from changelog
      Forward-ported fix from @PHPGangsta
      Fixed test
      25% faster parsing
      Splitter fixes.
      Updated changelog
      Updated changelog with some credz
      Some tweaks.
      Correctly encoding DTEND for freebusy reports
      Updated changelog
      Added the VFreeBusy component.
      Updated changelog
      Forgiving mode for Reader class.
      The reader now has an option to completely ignore invalid lines.
      Updated changelog
      Ignoring closing braces for php unittest coverage, as they will never be
      Consistency fixes.
      Simplified the Compound property a great deal.
      One more test. Now really 100%
      Updated changelog for 2.0.1 release
      Added includes file
      Updated changelog
      Bumped version
      Updated changelog
      Merged a bugfix from 1.3 vobject.
      Small correction
      Merge branch 'master' of github.com:evert/sabre-vobject
      Removed some duplicate code. Updated changelog.
      Support for GMT+0100, GMT-0500, etc..
      Support for "SystemV/EST5EDT" tzid.
      Merge branch 'master' of github.com:evert/sabre-vobject
      Slightly better comments. Need to remember the why, not just the what.
      Merge branch 'master' of github.com:evert/sabre-vobject
      Updated changelog
      Small docblock change
      Releasing the new vobject.
      Lotus domino timezones.
      Releasing 2.0.4.
      The freebusygenerator is now using the factory methods.
      Updated changelog
      Bumped version
      Small tweak. Thanks @tanghus.
      Happy new year!
      Bumped copyright year.
      Now testing php 5.5
      Adding a test for testing empty parameter serialization.
      Correctly parsing empty parameters now.
      Microsoft re-uses their magic numbers for different timezones.
      Updated changelog and bumped version
      Set release date.
      Not sure how I missed these CS problems.
      Added a Text property
      Updated changelog
      Bumped version
      Revert "Bumped version"
      Revert "Updated changelog"
      Revert "Added a Text property"
      Added design doc.
      One more small fix
      Making sure unittests can also run when vobject is a composer
      We are still on PHP 5.3 here.
      Updated copyright statements to fruux, and changed my homepage.
      Updated readme
      Added a simple benchmark script
      Added a script to generate test data
      Fixed link
      New github location
      New travis location
      Fixed the second one
      Added a test for Issue #32.
      First steps towards the new parser.
      Refactored the parameter reader into its own function.
      Some work on quoted printable. Currently stuck :)
      Reader is now using the new parser.
      Bench is executable
      Merge branch 'master' into 3.0parser
      Another parser concept
      Parameter not used.
      Another parser concept.
      Passing most tests now..
      Skipping invalid lines.
      Using strtr instead of preg_replace_callback
      Quoted printable WIP
      quoted-printable support. (whew)
      Simplified tokenizer
      Added unittests for quoted-printable support
      preg_replace_callback is a LOT faster than strtr.
      Slightly faster.
      Tiny steps
      Recursion is faster than stack management
      Detail
      Version 3.0
      Updated includes file
      A fresh look at the API, and fixing a whole bunch of bothersome things.
      Forgot to add the node factory
      I actually have no good reason to keep these protected.
      Fixing a few tests for PHP 5.3
      Added get/setValue
      Added 2.0 build status
      Added the text property.
      Removed old build status indicator
      Forcing a travis build
      Merge branch '2.0'
      Added getDocumentType
      Added the validator back in
      Added some documentation about escaping
      Documenting escaping mechanisms for every supported format.
      Decoding rfc6868-escaped parameter values.
      Updated changelog
      Fixed parameter parsing.
      Using rfc6868 for encoding as well.
      Caching the version number
      Document version tweaks
      The Document is now responsible for creating components, properties and
      First properties with a correct escaping mechanism.
      Most of date-time stuff is working again.
      @staabm's suggesstions.
      Most recurrence functions appear to be working
      VCalendar tests are passing
      vCard validation works again.
      Most tests are working again.
      You can now set multi-part values using magic __set on components.
      Couple more tests.
      Early return..
      Nicer parameter behavior. Removed support for mac newlines.
      More tests.. going home.. bye!
      Parameter fully tested.
      Tests for Document
      Created the full propertyMap. Still missing a few value types.
      Missing value types..
      Added Integer and Recur property classes.
      Thnx @DominikTO
      Unused import.
      Added Binary and Uri properties.
      Bunch more items in the changelog.
      Allowing much easier creation of components and sub-components.
      Support for floating time.
      DateTime::setParts and DateTime::setValue now also allow \DateTime
      Automatically adding CALSCALE, PRODID and VERSION.
      Removed some unneeded stuff
      Added first version of migration doc.
      Few bugs
      More stuff.
      A bunch of documentation additions.
      Marking this version as 3.0.0-alpha1
      Includes file is up to date.
      Added stuff that was missing from the changelog.
      Uri properties were referenced as Url
      Aliasing dev-master as 3.0.x.dev
      Bumped version
      STABILITY constant had been removed
      Added DateTime::hasTime
      Bumped version.
      Added Property::getValue()
      Added a Document class.
      Added a Document class.
      Merge branch '2.1'
      Making the test work again.
      Set release date.
      Added parameter::getValue()
      Tweaks from @tanghus
      component/value/propertyMap are all now statically accessed.
      Few extra unittests.
      Updated changelog
      Splitters more efficiently use streams.
      Forgot to commit EofException.
      Updated the migration docs
      oops.
      Fixed vobjectvalidate.php
      Stripping \r
      Delegating quoted-printable decoding to property classes.
      Proper vCard 2.1 quoted printable encoding and decoding
      Updated changelog
      Testing quoted-printable encoding.
      Updated changelog, preparing for an alpha release
      typo
      Defaulting to vCard 2.1 if no VERSION is set.
      Updated changelog
      MOre unittests and tiny tweaks
      More tests.
      Splitters now allow overriding of parser options.
      Most of jCal serialization done.
      The top-level iCalendar object may be omitted, so we will..
      Some changes for jCard.
      Missing properties for vCards.
      Corrected a few value types.
      Testing all iCalendar properties.
      Retaining default property order.
      vCard date/time parser.
      Insane code to generate jCard date-times
      Some jCard tests. To be continued.
      Oops!
      Using empty()
      array_map ftw.
      Removed CommaSeparatedText and instead using Text for all text-values.
      Differentiating between structured and multi-values for jCard.
      Few API tweaks, and marking a new release.
      Merge remote-tracking branch 'origin/master' into json
      Added a json parser.
      Making sure structured values are also correctly parsed.
      Added a bunch more tests.
      'timestamp' and 'date-and-or-time' do not exist in jCard.
      Revert "'timestamp' and 'date-and-or-time' do not exist in jCard."
      Correct interpretation of vCard dates.
      json serialization is now correct.
      Using the parent's constructor.
      Correctly encoding TIMESTAMP in jCard.
      Test for float values.
      Removing the json parser for this release.
      Revert "Removing the json parser for this release."
      A bunch more tests and corrections.
      Correctly encoding parameters.
      Added the 'unknown' value type.
      Also added 'unknown' to valueMap.
      Updated version and changelog
      PHP 5.3 compat.
      Correctly encoding multi-valued structured text components. Issue #40.
      Also enclosing parameters in double-quotes when a value contains a
      Simplified parameters a great deal.
      Fixing iterating parameter values. Issue #39.
      Merge branch '2.1'
      Created v3 documentation
      A few tweaks.
      A few tweaks and a link to the API docs.
      Caching the array object.
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Support for nameless parameters. Fixes Issue #34.
      100% coverage for the parameter class.
      Added documentation for the Splitter classes.
      valueMap, componentMap, propertyMap now use FQ class names.
      Updated changelog
      Fixed changing the VALUE type from DATE-TIME to DATE.
      Updated changelog
      We're gonna call it beta.
      ironically, I suck at reading out dates.
      More efficiently unsetting TZID.
      Updated includes file.
      Bumped version
      Support for extended-format dates.
      Fixed problems with vCard / jCard dates and times.
      Avoiding the possiblity of a recursive loop.
      Updated changelog
      This was the actual recursive loop. The statement was unneeded anyway.
      Fixed unittest.
      More extensive docs for parameter access. See Issue #42.
      3.0.0beta2
      Allowing slashes in property names when FORGIVING is turned on.
      Added mbstring dependency.
      Merge branch '2.1'
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Added workaround for Issue #36.
      More jCard tests and fixed TIME encoding.
      jCal fixes.
      100% code coverage again.
      Releasing beta3.
      PHP 5.3 syntax.
      Strict testing.
      Releasing vobject 2.1.0
      Merge branch '2.1'
      Fixed includes file, and marked this as beta4.
      Correct includes file again. Our includes file generator was broken :(
      Updated changelog
      Releasing vobject 3.
      Updated docs.
      Migration document.
      Missing new features.
      URI values should never be escaped.
      Adding a bit more flexibility to the creation and mapping of properties.
      PHOTO, SOUND, LOGO should be URI in vCard 4.
      Missing docblock. thnx @staabm.
      Adding a utility to convert 3.0 vCard to 4.0.
      Updated changelog
      CS.
      Missing visibility for some properties.
      Adding a bunch of docblocks.
      Small tweaks
      Converting to vCard 3.
      Minor bugfixes and 100% coverage.
      $duration property should be public
      New debugging utlity.
      Colorizing help output.
      Dropping the extension.
      Improvements from @staabm
      Correctly working with - input.
      Merge branch 'master' into parsing-json
      jCard parsing works.
      jCal parsing.
      PHP 5.3 -_-
      Adding parseJson to the Reader object.
      Updated includes file.
      This release is significant enough to warrant a 3.1.
      Lame...
      Added Parameter::has and VCard::preferred
      Cli tests.
      Only supporting pretty-print on PHP 5.4 and up.
      Showing vobject output to see it works well on PHP 5.3.
      Skipping the pretty-print test on old php..
      Hopefully this will run both scripts.
      I don't know yml
      Cli is mostly tested.
      Fixed method signature.
      A few VCalendar validators.
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Converting X-ABShowAs:COMPANY <-> KIND:org
      Also converting KIND:group <-> X-ADDRESSBOOKSERVER-KIND
      Tweaks.
      Added a test to confirm Issue #50.
      Fixes Issue #50.
      Updated changelog, bumped version.
      Merge branch '2.1'
      Confirmed Issue #48 with a unittest.
      ::valid is corrected, but ::next is still behaving incorrectly.
      Fix for Issue #48.
      Merge branch '2.1'
      Updated changelog
      Added getDuration(). Fixes Issue #47 and Issue #46.
      Updated changelog.
      Set release date.
      Set release date.
      Merge branch 'master' of github.com:fruux/sabre-vobject
      Merge branch '2.1'
      Documentation updates.
      Simplified the migration document.
      Fixed link
      Another bug slipped through.
      Removed the design document.
      Fixed Issue #53.
      Bumped version and set release date.
      Merge branch '2.1'
      Minor fixes in unittests.
      English

Frank Edelhaeuser (1):
      Added support for well-known (but unknown to PHP DateTimeZone) time zone names

Lars Kneschke (2):
      RECURRENCE-ID is DateTime too
      renamed class from VObject_Element_* to VObject_Property_*

Michael Holm (16):
      Changed composer.json file.
      Added support for hourly events.
      Added hourly checks.
      Removed a reference to a hourlymap, no need for this.
      Found an issue with the format, now we use hours.
      Added tests.
      Chenged the hour output format.
      Added byhour support to daily freq.
      Merge branch 'hourly'
      Merge git://github.com/evert/sabre-vobject
      Some code cleanup
      Use date object in the nextWeekly object.
      Added support for weekly byday and byhour.
      Submitted tests to prove me right.
      Reverted composer file to original.
      Added test for hourly frequences, and removed the byHour in the hourly run.

Michael Kliewe (12):
      Many small fixes
      fixing some spelling mistakes
      fixed some phpDoc
      introduced Sabre_DAV_Server::$exposeVersion to hide the version in production environment
      Merge branch 'master' of https://github.com/evert/SabreDAV into versionswitch
      added a testcase for DTSTART problem with recurring events (failing at the moment)
      this fixes the test Sabre_CalDAV_GetEventsByTimerangeTest::testQueryTimerange()
      fixed small typo in Sabre_VObject_Component_VEventTest::timeRangeTestData()
      added a testcase for DTSTART problem with recurring events (failing at the moment)
      introduced Sabre_DAV_Server::$exposeVersion to hide the version in production environment
      this fixes the test Sabre_CalDAV_GetEventsByTimerangeTest::testQueryTimerange()
      removed some PHP closing tags

Pascal Borreli (1):
      Fixed key in X-MICROSOFT-CDO-TZID mapping

Ryan Kadwell (1):
      Add missing input/output to data provider

Steve Tauber (1):
      Adding changes to README so that the expand example works with copy-paste

Thomas Tanghus (20):
      Added Compound property and test.
      Added N, ADR, ORG and CATEGORIES to classMap to use compound property class.
      Don't strip slashes before comma and semi-colon to be able to unserialize compound values.
      Remove getValue() method.
      Don't use stripSlashes(), instead omit commas and semi-colons from the regex.
      Merge git://github.com/evert/sabre-vobject
      Make Travis happier.
      Removed ownCloud reference that had snook in.
      Reference latest RFC.
      Correcting copyright statement.
      Don't use SabreDav exceptions.
      *Array() -> *Parts().
      *Array() -> *Parts() in tests as well.
      *Array() -> *Parts() again because apparently I'm blind :-P
      Make internal value protected.
      Use strtr() instead of str_replace().
      Removed unnecessary count().
      array_map() strtr(). Knit-picking can be fun ;)
      Don't keep internal parsed data. This also obsoletes serialize().
      And also on setParts().

Vedmak (1):
      - fixed multiple nameless parameters can be lost

evert (40):
      Merge pull request #1 from lkneschke/master
      Merge pull request #3 from PHPGangsta/SpellingAndPHPDoc
      Merge pull request #4 from andreaswolf/master
      Merge pull request #6 from mrpace2/master
      Merge pull request #8 from willdurand/add-composer
      Merge pull request #9 from gharlan/carddav-etag
      Merge pull request #10 from PHPGangsta/AddSomeAfterEvents
      Merge pull request #11 from hernst42/master
      Merge pull request #12 from PHPGangsta/spelling
      Merge pull request #17 from PHPGangsta/DTSTARTtest
      Merge pull request #14 from PHPGangsta/versionswitch
      Merge pull request #13 from PHPGangsta/smallfixes
      Merge pull request #18 from PHPGangsta/TimeRangeInclStart
      Merge pull request #19 from PHPGangsta/SomeMorePHPDoc
      Merge pull request #22 from PHPGangsta/ExpandByDayTest
      Merge pull request #23 from PHPGangsta/ClosingTags
      Merge pull request #25 from PHPGangsta/Issue_203
      Merge pull request #26 from PHPGangsta/Issue205
      Merge pull request #21 from jtlebi/patch
      Merge pull request #29 from PHPGangsta/Issue220
      Merge pull request #31 from armin-hackmann/master
      Merge pull request #37 from DominikTo/master
      Merge pull request #38 from DominikTo/master
      Update README.md
      Update README.md
      Merge pull request #1 from tanghus/master
      Merge pull request #2 from pborreli/patch-1
      Merge pull request #3 from DominikTo/import
      Merge pull request #4 from DominikTo/master
      Merge pull request #6 from DominikTo/splitter-tweaks
      Merge pull request #5 from DominikTo/stringUtilTests
      Merge pull request #7 from DominikTo/master
      Merge pull request #8 from DominikTo/master
      Merge pull request #12 from clubmaster/hourly
      Merge pull request #17 from DominikTo/master
      Merge pull request #16 from clubmaster/hourly
      Merge pull request #25 from DominikTo/patch-1
      Merge pull request #30 from stevetauber/master
      Merge pull request #49 from Pause-Inc/master
      Merge pull request #52 from Vedmak/master

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list