[Pkg-owncloud-commits] [php-sabre-vobject] annotated tag upstream/3.3.0 created (now 9299304)
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:11:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/3.3.0
in repository php-sabre-vobject.
at 9299304 (tag)
tagging c8ba1850c93fa45f7e6cdb1766120138b5962c34 (commit)
replaces upstream/3.2.4
tagged by David Prévot
on Fri Aug 8 21:51:44 2014 -0400
- Log -----------------------------------------------------------------
Upstream version 3.3.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJT5X6wAAoJELgqIXr9/gnyyAoQALw31c3D/0VG4rCnr3nCldT2
cP5tZwQdDw4V9wQ5Qbuhr8t5jKLp/Tx4d9y5TH+3cL/+eyZbNH0xrU2zqqsuj2QB
w/Q8YeFNIbicXtOQPyBcmAvw/XKthpnxo1FuGSngTTrmykw6p6GjIDoGXd3tUYWg
nakmuP5mrsbxt/N7BiIjXI8DCK6rPeUgyQyQs6+lNFamZ0eEglis07EloKFo9Mt5
l8UdGQLSwd+FiyxXlg6HVWJOGjZhgmLBUgvxukyGx5xWqxaU2g6DUmlYyNjiXqH/
h0+6Mhli6e94BY5F1p+/XJpJikfPdHn2F4nB7DmpHvTQ4AY68DixcH8fud2s0gaP
XCSY0T86RNZD9qZLpaUXEcz+pDTCg5e8P+wdxcdJ/fF0GdKxu9WIfDNX9lPy2+Xg
z0VKslKpExRoBE/gaPLyrGcp/jVakRLGxQxtPJY3npH11yqsEsVc6eH1qvUFpIlJ
NXDvFAI9g5sG8t63m8L7s5vIEGn3Uw6a4z4tGLiHwGvHW5tXX9/v+q2O/r8SvJd0
/Xn7wF6Yr9AlLjh7kKQWrp6n+xroHE8YUiMrKayojvmKp5N1lqRS9akUoDTkkMGB
ZS6OjZpEOoafo7rn08RTTGhxrPPLTDHim4vw2w3sbSbmxQSHc0jpm3toCX0PKJCt
49fu12C9rju6kHWH8xTF
=bslC
-----END PGP SIGNATURE-----
Armin Hackmann (1):
keep time & timezone information for recurring events, fix for #101
David Prévot (2):
Fix comment for phpcs
Imported Upstream version 3.3.0
Evert Pot (77):
Thnx @DominikTo
First strides into iTip related functionality.
The broker can now process updates of events.
Support for the SCHEDULE-AGENT parameter.
Wrong property name.
Started work on parsing iTip messages.
Incorrect indentation.
Compact output for phpcs.
Merge pull request #99 from staabm/patch-1
An organizer may not exist in an old object.
Merge branch 'itip' of github.com:fruux/sabre-vobject into itip
Support for upgrading from non-scheduling to scheduling object.
Creating one endpoint for parsing events.
The function for updating events can also deal with new events.
Figuring out attendee replies.
Generating attendee replies.
php 5.3
Parsing replies. Currently untested.
Fixed test.
Merge pull request #100 from DavidPrevot/phpcs
Another PHP 5.3 fix.
Merge pull request #102 from armin-hackmann/master
Updated changelog, bumped version.
Some refactoring.
Merge branch 'itip' of github.com:fruux/sabre-vobject into itip
Some refactoring.
Processing replies.
Merge branch 'master' into itip
Typo.
Suggestions from @staabm
Making return values consistent.
If clause before loop makes more sense.
foreach on separate line.
Fixed issues related to attendees accepting specific instances of
Merge pull request #105 from staabm/patch-2
Merge pull request #104 from staabm/patch-1
ITip broker can now handle deletes.
Merge branch 'itip' of github.com:fruux/sabre-vobject into itip
PHP 5.3
Initializing the messages array.
Added SameOrganizerForAllComponentsException.
Bumped version, updated changelog.
Merge pull request #103 from fruux/itip
New RRULE parser.
Whitespace error.
Ripping the heart out of the old recurrence iterator.
Lots more passing tests.
Fixed another bug.
fastForward takes the end time into consideration.
More passing tests.
Freebusy-related tests work again. Lots of other tiny bugs.
Multiple overridden events now behave correctly.
This unittest no longer makes sense.
Comments fixes. thnx @dominikTo
The first event can now be overwritten.
PHP 5.3
Merge pull request #106 from fruux/new-rrule-parser
Updated changelog.
Moving recurrence-related code to Recur/ directory.
Switched to psr-4
Added the RDate iterator. Currently untested.
Don't like the 'unit' directory name.
Fixed unittests.
Testing RDate.
Testing RDate.
More RDATE tests.
Updated changelog.
This hopefully fixes hhvm.
Extra semi-colon
Fast finish on =)
Add a few periods.
Merge pull request #107 from fruux/rdate-support
Backwards compatibility class for RecurrenceIterator.
There will be no 3.2.5 release.
Removed includes.php
99.68% code coverage is good enough for now.
Changelog and readme tweaks.
Markus Staab (3):
Fixed typo
fixed phpdoc
fixed phpdoc
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 450750a Thnx @DominikTo
new da85f69 First strides into iTip related functionality.
new c8bb624 The broker can now process updates of events.
new 318c482 Support for the SCHEDULE-AGENT parameter.
new 7b4ba7f Wrong property name.
new 64c3ca7 Started work on parsing iTip messages.
new dc44f21 Incorrect indentation.
new ffb7c31 Compact output for phpcs.
new 2695c31 Fixed typo
new a010017 Merge pull request #99 from staabm/patch-1
new 380e204 An organizer may not exist in an old object.
new 487567e Merge branch 'itip' of github.com:fruux/sabre-vobject into itip
new f345702 Support for upgrading from non-scheduling to scheduling object.
new 76ac25e Creating one endpoint for parsing events.
new 624c8ba The function for updating events can also deal with new events.
new 18c86bc Figuring out attendee replies.
new ba222d2 Generating attendee replies.
new 3ec5585 php 5.3
new 4a23edf Parsing replies. Currently untested.
new e2a1a39 Fixed test.
new 1ad0029 Fix comment for phpcs
new d88b59b Merge pull request #100 from DavidPrevot/phpcs
new 017deff keep time & timezone information for recurring events, fix for #101
new 29f2ed1 Another PHP 5.3 fix.
new f96d3ee Merge pull request #102 from armin-hackmann/master
new 2339be7 Updated changelog, bumped version.
new 89a9fba Some refactoring.
new 3b71403 Merge branch 'itip' of github.com:fruux/sabre-vobject into itip
new bbe9b0e Some refactoring.
new abc5bd9 Processing replies.
new 19fa019 Merge branch 'master' into itip
new aa95101 Typo.
new f7931c9 Suggestions from @staabm
new 38b10ab Making return values consistent.
new e488af7 If clause before loop makes more sense.
new 97d3765 foreach on separate line.
new 26ad1db Fixed issues related to attendees accepting specific instances of recurring events.
new ef62a67 fixed phpdoc
new 1bfa863 fixed phpdoc
new 8ee61ba Merge pull request #105 from staabm/patch-2
new 1d286bf Merge pull request #104 from staabm/patch-1
new 9f96d16 ITip broker can now handle deletes.
new 4faad0d Merge branch 'itip' of github.com:fruux/sabre-vobject into itip
new 3ecaf6f PHP 5.3
new 47e94e8 Initializing the messages array.
new e5f7fff Added SameOrganizerForAllComponentsException.
new b02ade2 Bumped version, updated changelog.
new 42d1000 Merge pull request #103 from fruux/itip
new bc0cbfb New RRULE parser.
new b49454e Whitespace error.
new 8fcd0b2 Ripping the heart out of the old recurrence iterator.
new 5b233a3 Lots more passing tests.
new a9450c5 Fixed another bug.
new 45537ab fastForward takes the end time into consideration.
new bfc8714 More passing tests.
new df98ff1 Freebusy-related tests work again. Lots of other tiny bugs.
new bfd4229 Multiple overridden events now behave correctly.
new 3dc3cbe This unittest no longer makes sense.
new fcb97a9 Comments fixes. thnx @dominikTo
new 1aab7d4 The first event can now be overwritten.
new 975a515 PHP 5.3
new e1f3f8c Merge pull request #106 from fruux/new-rrule-parser
new 03501d9 Updated changelog.
new b61c366 Moving recurrence-related code to Recur/ directory.
new 219935b Switched to psr-4
new 53192cf Added the RDate iterator. Currently untested.
new 20c9494 Don't like the 'unit' directory name.
new 4b6c2bb Fixed unittests.
new dad9a8f Testing RDate.
new e2e6ed5 Testing RDate.
new 4bc1ed7 More RDATE tests.
new 81972af Updated changelog.
new 1f61649 This hopefully fixes hhvm.
new 5942d8b Extra semi-colon
new 7284f41 Fast finish on =)
new d926b68 Add a few periods.
new 41d699c Merge pull request #107 from fruux/rdate-support
new 01ffb68 Backwards compatibility class for RecurrenceIterator.
new 25307af There will be no 3.2.5 release.
new d4571b8 Removed includes.php
new 29cd405 99.68% code coverage is good enough for now.
new 9581f4b Changelog and readme tweaks.
new c8ba185 Imported Upstream version 3.3.0
The 83 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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