80 Commits

Author SHA1 Message Date
simshaun
2b34d56355 Fixes #47 v0.3.5 2014-12-01 04:04:02 -05:00
James
90745c2bd9 Merge #45
commit 99e1982c78842a291975f3ca4dcfc150e7ac36d8
Author: James <james@jarofgreen.co.uk>
Date:   Sun Nov 23 13:20:43 2014 +0000

    Make test work by passing timezones

commit 2ef18a61d666093bd0ce20edc18ab1aa434345fb
Author: James <james@jarofgreen.co.uk>
Date:   Sun Nov 23 09:31:26 2014 +0000

    New broken test

commit bd4f608d5326b1087bae52c8c769bf3c51751d7b
Author: James <james@jarofgreen.co.uk>
Date:   Mon Nov 17 15:39:48 2014 +0000

    Add a different method of loading the rule - as well as by string, you can now load by array.
2014-12-01 03:46:23 -05:00
simshaun
b1fab720cc Fixes #41 v0.3.4 v0.3.3 2014-12-01 03:24:24 -05:00
Shaun Simmons
11174941c9 Fixes #39 v0.3.2 2014-09-29 17:23:39 -04:00
Shaun Simmons
5901cb3c95 Fixes both #16 and #35 (two birds, one stone!) v0.3.1 2014-09-08 19:54:07 -04:00
simshaun
6a7159cf00 Change applicable assertEquals assertions to assertCount for consistency v0.3 2014-06-18 01:24:26 -04:00
simshaun
3024e27465 Add transformation constraints. Completes #26 2014-06-18 01:22:53 -04:00
simshaun
87b497b12b Transformer no longer applies garbaged DateTimes towards the virtualLimit. Fixes #30 v0.2.2 2014-06-17 23:10:37 -04:00
simshaun
c44af10e0b Clean up EXDATE test v0.2.1 2014-06-09 23:32:46 -04:00
Shaun
91084a5902 Merge pull request #29 from dVaffection/master
Fixed simshaun/recurr#27
2014-06-09 23:19:56 -04:00
dV
62c462d493 Fixed simshaun/recurr#27: Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct() expects parameter 1 to be string, object given' in .../vendor/simshaun/recurr/src/Recurr/Rule.php:1072 2014-06-09 17:12:14 -07:00
simshaun
5990a5f900 Add poser badges 2014-06-08 00:58:47 -04:00
simshaun
efced613de Remove composer.lock 2014-06-08 00:53:55 -04:00
simshaun
c36738cb69 Fix dev-master alias 2014-06-08 00:47:17 -04:00
simshaun
92688259c2 Fix potential bug in Rule::getString with a UTC EXDATE and PHP set to UTC timezone v0.2 2014-06-08 00:38:41 -04:00
simshaun
c95e9f9275 Use a fixed timezone to test UTC conversion 2014-06-07 18:52:26 -04:00
simshaun
dacd0a1145 Let Travis build all branches 2014-06-07 18:43:27 -04:00
simshaun
10504729b0 Merge branch 'v0.2-dev'
Conflicts:
	src/Recurr/Rule.php
	src/Recurr/Transformer/ArrayTransformer.php
	tests/Recurr/Test/RecurrenceRuleTest.php
	tests/Recurr/Test/RecurrenceRuleTransformerTest.php
2014-06-07 18:24:53 -04:00
simshaun
71f53e3741 Remove invalid 0.2 changelog. Changelogs will be provided after 1.0 2014-06-07 18:06:15 -04:00
simshaun
b7003c5f7d Add support for EXDATE 2014-06-07 17:55:07 -04:00
simshaun
dcd3b7ff2d Add a notice about virtual limit to the README 2014-06-06 01:28:17 -04:00
simshaun
cecec51d72 ArrayTransformer now returns RecurrenceCollection. Provides between, before, and after helper methods for both the start and end dates in a Recurrence 2014-06-06 01:09:20 -04:00
simshaun
b0dd050955 Bump phpunit version constraint 2014-06-06 01:06:30 -04:00
Shaun
bbc6fff25f Merge pull request #21 from dVaffection/v0.2-dev
replace strftime with date/DateTime::format in the TextTransformer
2014-04-10 14:31:30 -04:00
dV
8098737b47 give up on strftime and use date/DateTime::format instead for text rules transformations 2014-04-10 10:41:01 -07:00
simshaun
4854d989b0 Add proper DTEND support 2014-04-09 23:06:50 -04:00
simshaun
f98e37031e Renamed ArrayTransformer::getComputedArray method to transform 2014-04-01 23:32:09 -04:00
simshaun
a47408f41f Add $virtualLimit arg to getComputedArray method 2014-04-01 23:23:17 -04:00
simshaun
41688c283c Add $rule argument to ArrayTransformer::getComputedArray. ArrayTransformer::__construct no longer accepts a Rule 2014-04-01 23:18:19 -04:00
simshaun
832f4cccd1 Rename RuleTransformer to Transformer\ArrayTransformer 2014-04-01 23:03:14 -04:00
simshaun
32904eda48 Made createFromString static. Old createFromString becomes loadFromString 2014-04-01 22:48:04 -04:00
simshaun
335240a213 Add transformer DTEND test 2014-04-01 22:33:52 -04:00
simshaun
62a547c9f0 Add transformer UNTIL test 2014-04-01 22:33:31 -04:00
simshaun
182542a2a0 Add support for DTEND 2014-04-01 22:26:34 -04:00
simshaun
cede5c7629 Fix minor wording and grammar issue 2014-03-16 06:19:32 -04:00
simshaun
9769d2c3a5 Fix custom virtualLimit not being utilized 2014-03-16 06:05:20 -04:00
simshaun
c900275641 Fix custom virtualLimit not being utilized v0.1.9 2014-03-16 06:02:08 -04:00
simshaun
52b10fb450 Add TextTransformer 2014-03-16 05:53:28 -04:00
simshaun
d965037d01 Let Rule timezone be obtained from startDate if not explicitly set 2014-02-22 22:19:29 -05:00
simshaun
399b942824 Let Rule be constructed with a string for startDate arg 2014-02-22 22:13:54 -05:00
simshaun
45c2b57cf8 Add DTSTART support v0.1.8 2014-02-22 22:11:53 -05:00
simshaun
61e0e2fe67 Add DTSTART support 2014-02-22 21:56:54 -05:00
simshaun
7817a75fd3 Add WeeklyByDay test 2014-01-29 01:50:55 -05:00
simshaun
db03955039 Merge branch 'master' into v0.2-dev 2014-01-15 00:02:25 -05:00
simshaun
095552d9d2 Ignore JetBrains project folder 2014-01-14 23:59:00 -05:00
simshaun
be6f2fef4e Fixes #10 2014-01-14 23:42:58 -05:00
simshaun
ddd1690624 Fixes #10 v0.1.7 2014-01-14 23:41:28 -05:00
simshaun
72e4f89991 Refactoring 2014-01-14 23:38:07 -05:00
Shaun
60deaec32f Merge pull request #9 from pborreli/patch-1
Fixed typo
2014-01-10 13:08:35 -08:00
Pascal Borreli
269561a771 Fixed typo 2014-01-10 20:29:43 +00:00