Wykres commitów

  • 18275f0d87 Merge pull request #6 from ecentinela/master master Morten Fangel 2012-01-18 00:28:20 -0800
  • dc4eb8c80d Merge pull request #9 from foaly-nr1/patch-1 Morten Fangel 2012-01-18 00:27:09 -0800
  • 6e864910c0 check if open_basedir is set before setting CURLOPT_FOLLOWLOCATION. foaly-nr1 2012-01-17 21:03:17 +0100
  • 32fb5aa288 BYYEARNO doesn't exist in RFC 2445. I suppose that BYWEEKNO is the right specification. Javier Martinez Fernandez 2011-02-10 06:45:20 -0800
  • c4042c1628 Merged tpruvot's fork PHP-iCal (http://github.com/tpruvot/PHP-iCal). Great work tpruvot! Morten Fangel 2010-11-01 19:56:01 +0100
  • 1ae7b2978e RDATE support Tanguy Pruvot 2010-10-31 20:06:16 +0100
  • 953662254d updated demo code Tanguy Pruvot 2010-10-31 17:44:08 +0100
  • 8079db3ac3 add support for EXDATE arrays : EXDATE;VALUE=DATE:20100909,20100910 Tanguy Pruvot 2010-10-31 17:19:19 +0100
  • b04943334a multiple keys like exdate set in an array Tanguy Pruvot 2010-10-31 17:03:05 +0100
  • b7c6351504 spaces cleanup Tanguy Pruvot 2010-10-31 16:59:40 +0100
  • 30d1dfa4a9 fix excluded first dates Tanguy Pruvot 2010-10-31 16:23:56 +0100
  • ff9c8e202c updated README Tanguy Pruvot 2010-10-31 15:29:19 +0100
  • d1561547d8 some tests for cache Tanguy Pruvot 2010-10-31 00:23:00 +0200
  • 1a63569868 fix and reenable cache creation when possible Tanguy Pruvot 2010-10-30 23:56:37 +0200
  • 768197bd34 README v0.7.0 Tanguy Pruvot 2010-10-30 23:22:16 +0200
  • de4a9e8fe8 v0.7.0 Tanguy Pruvot 2010-10-30 22:47:53 +0200
  • 5743c6221e implement EXDATE exclusions Tanguy Pruvot 2010-10-30 22:44:07 +0200
  • 642115b1cc new getAllOccurrences() method which also set cache, now use cache in findNext() Tanguy Pruvot 2010-10-30 21:31:49 +0200
  • ca0dcc1af0 implement frequency cache, actually only set in some cases : count recurrence or using lastOccurrence() Tanguy Pruvot 2010-10-30 20:54:42 +0200
  • dd982d53f9 fix bad test and link iCalFreq in event to get last occurrence date Tanguy Pruvot 2010-10-30 19:40:16 +0200
  • e03b95f43d code cleanup Tanguy Pruvot 2010-10-30 17:36:40 +0200
  • f9e8612eb6 add event method : isWholeDay() Tanguy Pruvot 2010-10-30 16:32:39 +0200
  • 8f7f806293 DateTimeZone class removed, using date_default_timezone_set Tanguy Pruvot 2010-10-30 15:38:02 +0200
  • 7ddf89af77 fix last occurrence of an event (one was missing) Tanguy Pruvot 2010-10-30 14:19:08 +0200
  • e81a439d4f nextOccurrence < start check Tanguy Pruvot 2010-10-29 14:04:21 +0200
  • 90db32ce7f Fullcalendar demo with a sample google iCal file Tanguy Pruvot 2010-10-29 13:43:13 +0200
  • 93a165fb82 set until on unlimited repeats, to be included in Between() Tanguy Pruvot 2010-10-29 13:37:42 +0200
  • 5b81d5e906 fix nextOccurrence() loop Tanguy Pruvot 2010-10-29 13:36:34 +0200
  • bd10ff1266 add setUntil() method Tanguy Pruvot 2010-10-29 12:58:19 +0200
  • d36357770c keep full string to parse Freq Tanguy Pruvot 2010-10-29 12:13:16 +0200
  • 3d4447fffb fix duration parsing if regexp fails - added some Duration Unit Tests Tanguy Pruvot 2010-10-29 09:59:59 +0200
  • 233c4d9ffc update test, event getEnd() was modified Tanguy Pruvot 2010-10-29 09:57:09 +0200
  • 8719799e9e added test.sh for unit tests Tanguy Pruvot 2010-10-29 09:46:57 +0200
  • 911a6b6080 check duration regexp result and ignore only common warning Tanguy Pruvot 2010-10-29 09:17:58 +0200
  • 0cd26e11a2 public objects, they are protected themself Tanguy Pruvot 2010-10-29 09:09:20 +0200
  • 8ddf2c8b9a change order of requires Tanguy Pruvot 2010-10-29 08:46:03 +0200
  • 9c3d8d9fec fix date format modifier Tanguy Pruvot 2010-10-29 08:45:35 +0200
  • 43661c4d85 comment header : added github url and fixed sample Tanguy Pruvot 2010-10-29 06:52:19 +0200
  • ab7336d9d0 - new method getRangeEnd() to get end of recurrence of event, fixed Between() and After() - recurrence object and data array members are now public Tanguy Pruvot 2010-10-29 06:21:12 +0200
  • d7bc4dfbca ignore built file Tanguy Pruvot 2010-10-29 06:17:22 +0200
  • 67bf66c910 i hate private $vars :p replaced by protected Tanguy Pruvot 2010-10-29 05:17:55 +0200
  • 107781fe43 fix recurrent events Between() query, could break $evt->getEnd() but not in these classes Tanguy Pruvot 2010-10-29 05:02:17 +0200
  • 3181917e2c variable for build output Tanguy Pruvot 2010-10-29 04:49:18 +0200
  • 5b5012f71d fix remaining $evs Tanguy Pruvot 2010-10-29 03:54:57 +0200
  • f28be0bc55 fix warnings for optional regexp blocks Tanguy Pruvot 2010-10-29 03:26:02 +0200
  • decebcd3b5 build.cmd (need gnuwin32) Tanguy Pruvot 2010-10-29 03:07:06 +0200
  • f1ca86fc1c fix to build Recurrence Tanguy Pruvot 2010-10-29 03:05:17 +0200
  • 760418f6b4 add missing requires Tanguy Pruvot 2010-10-29 03:03:19 +0200
  • 8b5be46c25 use PHP 5.2+ DateTimeZone objects if available to get active daylight state Tanguy Pruvot 2010-10-29 02:57:37 +0200
  • e0d25803d2 Changed the Fetch-method on the Parser so it supports local files Morten Fangel 2010-02-10 13:00:50 +0100
  • d5f52a297a Added a method for find the very last occurrence of an event. Steven Oxley 2009-10-28 17:02:05 -0400
  • 8ca1c0297f Added a test to the FreqTest.php tests. Steven Oxley 2009-10-28 17:00:08 -0400
  • 6496c4f1f9 Changed the name of the 'lastOccurrence' method to 'previousOccurrence' so that it describes the actual behavior. Steven Oxley 2009-10-27 17:42:14 -0400
  • f8d988b4b6 Added test suites so that regression testing is easier. Steven Oxley 2009-10-27 12:14:14 -0400
  • 7464dfbef5 Fixed a bug with calculating the offset for a timezone. Previously, it was just checking to see if daylight savings time had started for that year. Now it checks to see which happened last - the switch to daylight savings or the switch back to standard time. Steven Oxley 2009-10-27 12:07:10 -0400
  • 1e3147ecb2 Added 'until' support for figuring out the end date of an event. Steven Oxley 2009-10-27 12:05:04 -0400
  • bff0c9b08c Fixed a bug that was introduced with the removal of the hasParam() method. Steven Oxley 2009-10-27 10:29:56 -0400
  • 14f4772efe Created tests for the VEvent class. Steven Oxley 2009-10-27 09:44:57 -0400
  • c5b1402ab9 Fixed what I believe was a bug involving timezones and timestamp parsing. It now works as I would expect it to. Steven Oxley 2009-10-27 09:44:01 -0400
  • b7ecdff2ab Added a class for parsing RRULE lines. Steven Oxley 2009-10-22 18:04:00 -0400
  • 097b861a4e Changed SG_iCalReader.php to SG_iCal.php in build.sh to accomodate the name change. Steven Oxley 2009-10-21 17:56:14 -0400
  • 7146d1cf6a Fixed some problems with the unit tests - specifically a mis-named file and a timezone problem (not everyone lives in Copenhagen :P ). U-PRECISION-T3500\sajo 2009-10-21 16:59:04 -0400
  • 047ea8e7b3 Added a method for parsing strings instead of urls (on suggestion from A. Obrero) fangel 2009-02-28 09:21:07 +0000
  • 56b590b06a Renamed SG_iCalReader.php to SG_iCal.php fangel 2009-01-10 11:12:56 +0000
  • 4a0982f9fd Renamed SG_iCalReader to SG_iCal. Moved the parsing to a separate class. fangel 2009-01-10 11:10:45 +0000
  • f702b4a79b First few tests added. Freq-tests are from the RFC's list of rules and known recurrences. fangel 2008-04-18 20:19:44 +0000
  • c64e54fcc5 First working draft of Freq-calculation. Needs reworking, but sure work for most rules now. SETPOS and WKST not supported, and has issues when more than one multi-rule fangel 2008-04-18 20:18:53 +0000
  • f6c9aae241 Added check for safe-mode before trying to set curlopt follow location fangel 2008-04-09 11:59:56 +0000
  • 57b118ef98 Added implicit call to getData when getting section-names.. fangel 2008-04-09 11:57:55 +0000
  • c306da79f4 Fixed issue with SG_iCal_Query and supplying the SG_iCalReader directly, instead of the Events array. fangel 2008-03-25 18:36:18 +0000
  • b17871f72d Added comments to SG_iCal_Query::Sort fangel 2008-03-25 18:28:25 +0000
  • 3129a15965 Improved SG_iCal_Query and added run-time inclusion of it. fangel 2008-03-25 18:26:52 +0000
  • 9a6ac5a6fa Added getProperty functionality to VEvent. Fixed bug relating to TZs. (I so I hope) fangel 2008-03-25 18:26:16 +0000
  • 9bd65c634d Added another replacement: \" -> ". fangel 2008-03-25 18:25:33 +0000
  • 2c4dc52c76 Changed build-script to first take SG_iCalReader, then the helpers then the blocks fangel 2008-03-19 09:42:45 +0000
  • db3e10f5a2 Changed VEvent.isConfirmed to return VEvent.DEFAULT_CONFIRMED when no status is defined. This is because alot of calendars doesn't have the status field, and returning false isn't always what's wanted. No sure what the RFC says, couldn't find the default value for STATUS fangel 2008-03-19 09:35:14 +0000
  • 87bf23b6d0 Added replacement for ':', in SG_iCal_Line fangel 2008-03-01 09:25:13 +0000
  • e6878d3281 Added a getDuration method to SG_iCal_VEvent fangel 2008-03-01 08:59:29 +0000
  • 4b306bf68d Added the SG_iCal_Query class with a collection of functions to query a calendar for events. Updated road-map. fangel 2008-03-01 08:53:15 +0000
  • 1ba645df03 Changed version to hardcoded since the keyword doesnt seem to kick in. fangel 2008-02-29 13:34:46 +0000
  • 006186450e Second shot at doing the Id-keyword fangel 2008-02-29 13:32:46 +0000
  • 5b063229b0 Added Version line (and checking auto-prop-set) fangel 2008-02-29 13:30:33 +0000
  • 4d15eab1a5 Various typos and cleanups fangel 2008-02-27 11:40:13 +0000
  • efe8d82bb0 Added getLocation to VEvent fangel 2008-02-27 11:39:52 +0000
  • ba4734ae61 Updated VEvent. Duration instead of DTEnd now works. Added query-methods for start and end of event fangel 2008-02-27 08:50:57 +0000
  • c8d651de06 Fixed bug in line unfolding fangel 2008-02-27 08:50:08 +0000
  • f2a47ad8bf Fixed a few issues that could/would raise E_NOTICEs.. fangel 2008-02-24 12:16:55 +0000
  • 12b0ab0f26 Removed _more_ misspellings of duration.. For the record: it's not spelled duraction.. fangel 2008-02-24 11:53:20 +0000
  • e2b966c059 Added the SG_iCal_Duraction helper. Not used yet, but will be.. fangel 2008-02-24 11:50:08 +0000
  • 55fc94f743 Updated @license tag since I discovered that it's @license link name, not @licence name (link) fangel 2008-02-24 11:05:01 +0000
  • fd5e8fa825 Added a missing remove-line fangel 2008-02-23 13:31:31 +0000
  • 4361cbf5b1 Fixed build-script to ignore svn-files.. fangel 2008-02-23 13:24:03 +0000
  • 6a544d0aaf Updated the comments in the files. Now 100% php-doc coverage.. fangel 2008-02-23 13:01:19 +0000
  • 478f3e91d0 Initial import of SG_iCalReader fangel 2008-02-23 10:49:16 +0000