Yosh de Vos
71de77b339
Change test for leapyearbug by extracting dayofyear in place of setting dayofyear.
2015-01-07 12:11:54 +01:00
Ander Goñi
ad6cb3403e
basque translation file added
2014-12-18 16:33:10 +01:00
Shaun
9c89f80e0f
Merge pull request #51 from shinesoftware/master
...
little improvement of the Italian translation
v0.4.2
2014-12-17 15:14:23 -05:00
Michelangelo Turillo
40b83157c9
little improvement of the Italian translation
2014-12-16 23:05:59 +01:00
Shaun
f52648cd5a
Merge pull request #50 from shinesoftware/master
...
Italian translation has been added!
v0.4.1
2014-12-16 16:43:31 -05:00
Michelangelo Turillo
e16fd6ff46
Italian translation has been added!
2014-12-16 22:34:24 +01:00
Shaun
b472b6f3b6
Merge pull request #49 from Seldaek/translations
...
Make TextTransformer translateable
v0.4
2014-12-16 13:03:39 -05:00
Jordi Boggiano
b5e6f5f142
Make TextTransformer translateable, fixes #43
2014-12-16 10:08:08 +00:00
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