1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-26 15:54:14 +01:00

Commit Graph

  • 2b77002988 Update exception message for UNTIL parse error Brian 2017-01-22 13:05:42 -05:00
  • 8d54335802 Add tests rlanvin 2017-01-06 16:42:00 +02:00
  • 0785c6ce7d Make offsetGet throw exception for illegal offset rlanvin 2017-01-06 16:16:44 +02:00
  • 472462e0bb Add comments rlanvin 2017-01-06 16:03:00 +02:00
  • be488ac224 bugfix FREQ check inoise 2016-12-29 13:15:56 +03:00
  • 504077715d фикс проверка FREQ inoise 2016-12-29 13:00:52 +03:00
  • 442f90cc72 Update README rlanvin 2016-12-06 18:40:23 +02:00
  • 23ab9322a7 Update README rlanvin 2016-12-06 18:27:50 +02:00
  • 3e704960df Update changelog (again) rlanvin 2016-11-11 20:44:31 +02:00
  • 7ea89379a0 Update changelog rlanvin 2016-11-11 20:43:55 +02:00
  • 96d5ca4166 Release 1.4 v1.4.0 rlanvin 2016-11-11 20:38:59 +02:00
  • 1c1fb6753e Adding PHP 7.0 to Travis rlanvin 2016-11-11 20:20:52 +02:00
  • dbcff3eb27 Fix a undefined index error in the RFC parser rlanvin 2016-11-11 20:20:09 +02:00
  • 9b8986b954 Add getter methods to RSet rlanvin 2016-08-31 15:56:39 +03:00
  • cd3e8db2ac Updated changelog rlanvin 2016-08-31 15:35:15 +03:00
  • 30a3dad32a Comments and coding style rlanvin 2016-08-31 15:35:01 +03:00
  • 8b5ccbd330 Merge pull request #17 from william1616/master Rémi Lanvin 2016-08-31 15:31:56 +03:00
  • 5fbd1bf78c Add getRule() method to return original rule array = 2016-08-28 17:51:58 +01:00
  • ebd3428314 Merge pull request #16 from toHero/master Rémi Lanvin 2016-08-19 14:20:36 +01:00
  • d7acacad6a Add tests to reveal the to RFC string error - Fix typo in variable of rfcString function of RRule Antoine Chabert 2016-08-17 23:14:38 +02:00
  • 8fbc51e499 Change values of FREQ when get the RFC string to match the convention Antoine Chabert 2016-08-17 17:14:35 +02:00
  • 989ddb9d9d Release 1.3.1 v1.3.1 rlanvin 2016-08-09 15:13:42 +03:00
  • 01d06e576d Fix array syntax for PHP 5.3 rlanvin 2016-08-07 15:08:01 +03:00
  • fe83f6de05 Change timezone names for PHP <= 5.4 rlanvin 2016-08-07 15:05:26 +03:00
  • 0be4b1fb50 Forcing RRule create with a timezone to be in UTC #15 rlanvin 2016-08-07 14:56:39 +03:00
  • 7c041bfb42 Fix a bug in BYDAY rlanvin 2016-07-13 11:08:46 +03:00
  • 06cd709805 Merge pull request #14 from ShoresOfNowhere/patch-1 Rémi Lanvin 2016-07-10 11:48:10 +03:00
  • ca8f8f36b6 Contributing with an italian translation ShoresOfNowhere 2016-07-09 12:12:34 +02:00
  • cef4c34148 Release 1.3.0 v1.3.0 rlanvin 2016-07-08 12:04:09 +03:00
  • 34a282746a Updating CHANGELOG rlanvin 2016-06-30 17:01:32 +03:00
  • c6ea588839 Improving comments rlanvin 2016-06-30 17:01:20 +03:00
  • d3d9c5090c Adding $include_timezone parameter to rfcString() rlanvin 2016-06-30 14:03:10 +03:00
  • cb5735edd9 rfcString() formats DTSTART with a Z rlanvin 2016-06-30 13:27:06 +03:00
  • 97d860e55e Strictier RFC parser for dates (DTSTART and UNTIL) rlanvin 2016-06-30 11:51:47 +03:00
  • e57f6eb0bc Merge pull request #12 from mromero91/patch-1 Rémi Lanvin 2016-04-28 18:18:24 +03:00
  • d47b2eccad es.php Miguel Romero 2016-04-27 11:30:40 -06:00
  • 33fe88ff9e Release 1.2.0 v1.2.0 rlanvin 2016-04-09 18:37:43 +03:00
  • 852f5436f9 Adding timezone-related tests for RSet rlanvin 2016-04-04 16:36:37 +03:00
  • 7ae826d7da Add more tests for humanReadable and i18nLoad rlanvin 2016-04-04 16:34:57 +03:00
  • 2b9b48113f Merge pull request #11 from gustavs-gutmanis/feature/fallback-locale Rémi Lanvin 2016-04-04 15:50:22 +03:00
  • 4857e38d44 Adding support for fallback locale. Gustavs Gūtmanis 2016-04-03 16:41:30 +03:00
  • 20c3390187 Updating changelog rlanvin 2016-03-31 15:42:10 +03:00
  • 832c7b9a77 Merge pull request #9 from britelayer/master Rémi Lanvin 2016-03-31 15:36:36 +03:00
  • 02dcbd9015 Add Dutch (NL) translation Wouter van Dam 2016-03-31 10:01:36 +02:00
  • 8470c6e509 Release 1.1.0 v1.1.0 rlanvin 2016-03-30 12:19:05 +03:00
  • b527621fa5 Always cloning Datetime passed to parseDate to avoid any reference bug rlanvin 2016-03-24 09:27:25 +02:00
  • 3a84bcc6be Fix cache related bug at weekly frequencies rlanvin 2016-03-24 09:22:32 +02:00
  • 3162337ace Merge pull request #8 from gordonzhao/master Rémi Lanvin 2016-03-24 09:10:02 +02:00
  • af1e19e3e2 Updating README rlanvin 2016-03-23 18:49:37 +02:00
  • c52b61f2a5 Keep RDATE and EXDATE ordered in RSet rlanvin 2016-03-23 18:04:10 +02:00
  • 0a46d7cd35 OccursAt for RSet rlanvin 2016-03-23 17:36:24 +02:00
  • ea059ca381 Removing occursOn (use occursAt) rlanvin 2016-03-23 17:23:09 +02:00
  • d949e96c59 getOccurrencesBetween and cache for RSet rlanvin 2016-03-23 17:05:33 +02:00
  • 65886d99a2 Making sure DateTime objects are cloned rlanvin 2016-03-23 15:59:30 +02:00
  • 85d349f438 Updating CHANGELOG rlanvin 2016-03-23 12:07:50 +02:00
  • 76e6698b51 Updating CHANGELOG and README rlanvin 2016-03-23 12:04:41 +02:00
  • e0ca376396 Adding tests for occursAt + timezone rlanvin 2016-03-23 12:03:43 +02:00
  • 98f51863d9 Update occursAt function to handle DateTime in different timezone gordonzhao 2016-03-22 16:16:52 +10:00
  • 0cf1540f85 count, offsetExists and offsetGet for RSet rlanvin 2016-03-21 23:56:35 +02:00
  • d2384c1997 Adding interface to make RSet behave like RRule rlanvin 2016-03-21 22:43:38 +02:00
  • c3213e64fd Using references for easier reading rlanvin 2016-03-21 21:55:40 +02:00
  • 58a8475ba7 First draft implementation for recurrence set rlanvin 2016-03-15 23:31:57 +02:00
  • 9a5cbdf93e Replacing static variables by class variables rlanvin 2016-03-15 23:30:50 +02:00
  • d735154d6f Using PSR-4 autoloader instead of classmap rlanvin 2016-03-15 18:46:31 +02:00
  • 3efef919bd Adding comments rlanvin 2016-03-14 12:29:17 +02:00
  • 7fab9eab83 Updating changelog v1.0.1 rlanvin 2016-03-11 11:57:57 +02:00
  • 56be0e5d76 Updating changelog rlanvin 2016-03-11 11:54:59 +02:00
  • 7b0df39bbe Adding a changelog file rlanvin 2016-03-11 11:20:11 +02:00
  • 2e94688553 Language fix in comment rlanvin 2016-03-11 11:03:11 +02:00
  • 7e312eaf76 Adding a dedicated test for timezone rlanvin 2016-03-11 11:02:40 +02:00
  • c8fedbbb5b Merge pull request #6 from gordonzhao/master Rémi Lanvin 2016-03-11 10:55:11 +02:00
  • 4442384a6f Fix bug with timezone which is not UTC - Add timezone to the Datetime creation - Add timezone to the rfcExample test gordonzhao 2016-03-11 15:42:34 +10:00
  • 93f730e990 Merge pull request #5 from marcorivm/patch-1 Rémi Lanvin 2016-03-10 14:51:25 +00:00
  • 16ea141afc Add composer require command for a more streamlined install Marco Rivadeneyra 2016-03-09 08:29:21 -06:00
  • 16a546f5cd Updating README v1.0.0 rlanvin 2016-03-02 09:48:36 +02:00
  • dc6dc60f65 Explicitely using the namespace for LogicException (#3) rlanvin 2016-02-25 12:35:51 +02:00
  • 897f08d736 Fix a typo in method comment rlanvin 2016-02-18 16:52:41 +02:00
  • 27f6550b33 Adding check for DateTimeInterface to support DateTimeImmutable objects rlanvin 2015-12-09 14:46:39 +02:00
  • 660012a2f1 Improved Finnish translation rlanvin 2015-11-25 14:07:17 +02:00
  • 9aac806f79 Merge pull request #1 from javidalkaruzi/master Rémi Lanvin 2015-11-11 21:24:53 +02:00
  • 41c719feac Changed $opt['locale'] to $locale javidalkaruzi 2015-11-11 14:18:02 -05:00
  • c303be940d Partial Finnish translation rlanvin 2015-07-08 15:05:44 +03:00
  • 13626f66c5 Better string generation & parsing rlanvin 2015-07-08 12:40:45 +03:00
  • fba57c4ef2 Various methods to convert from and to strings rlanvin 2015-07-07 19:16:46 +03:00
  • 38df1fc962 Implement getOccurrencesBetween() rlanvin 2015-07-03 12:25:50 +03:00
  • b1000a4afd Implementing cache, ArrayAccess and Countable rlanvin 2015-07-02 17:12:48 +03:00
  • b3ec2fb271 Fix a bug with year 2038 on 32bits systems rlanvin 2015-07-01 14:13:59 +03:00
  • 5f409deae9 Adding debug for failing test on Travis rlanvin 2015-07-01 12:56:09 +03:00
  • 8de2807d17 More tests, code cleanup rlanvin 2015-07-01 12:23:39 +03:00
  • 66e56cd4f9 Implementing BYSETPOS with freq > DAILY rlanvin 2015-06-30 18:19:09 +03:00
  • 066a97d517 Implementing HOURLY/MINUTELY/SECONDLY frequencies rlanvin 2015-06-29 11:45:39 +03:00
  • fc13d3f8d7 More PHP 5.3 compatibility fixes rlanvin 2015-06-27 14:27:02 +03:00
  • b192c38752 More PHP 5.3 compatibility fixes rlanvin 2015-06-27 14:25:37 +03:00
  • 982357f55a More PHP 5.3 compatibility fixes rlanvin 2015-06-27 14:21:07 +03:00
  • 783a9b5c97 More PHP 5.3 compatibility fixes rlanvin 2015-06-27 14:18:58 +03:00
  • 3cf95e57ef Attempt to lower compatibility to PHP 5.3 rlanvin 2015-06-27 14:12:57 +03:00
  • fd31af6ae4 Adding examples from the RFC as tests rlanvin 2015-06-27 13:50:28 +03:00
  • 1d53a3d49d Updating README, LICENSE and comments rlanvin 2015-06-26 22:10:46 +03:00
  • 089dea906e Update README.md rlanvin 2015-06-26 21:49:52 +03:00
  • 5bc02593fe First implementation of occursAt rlanvin 2015-06-26 21:24:52 +03:00