» Version | » Information |
---|---|
0.5.5 |
Easy InstallNot sure? Get more info. pear install Calendar-0.5.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.5.5 Release date: 2010-06-24 13:46 UTC Release state: beta Release uploaded by: quipo Changelog: * fixed bug #17182: fixed Calendar_Month_Weeks' empty day handling (bug introduced in v.0.5.4) * PHP5 fixes Dependencies:
|
0.5.4 |
Easy InstallNot sure? Get more info. pear install Calendar-0.5.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.5.4 Release date: 2008-12-12 14:20 UTC Release state: beta Release uploaded by: dufuz Changelog: QA Release * fixed return by reference NOTICE in Decorator * fixed bug #8758: fixed Calendar_Week::thisYear() according the ISO-8601 standard * fixed bug #12542: Calendar_Util_Textual::orderedWeekdays() doesn't consider $firstDay * added new tests and fixed test to consider the CALENDAR_FIRST_DAY_OF_WEEK constant * fixed getWeekNInYear() in the PearDate engine with new Date package * request #2642: added Calendar::isToday() method * switched to package.xml v.2 * updated header comment blocks according to the Coding Standards Dependencies:
|
0.5.3 |
Easy InstallNot sure? Get more info. pear install Calendar-0.5.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.5.3 Release date: 2005-11-06 13:19 UTC Release state: beta Release uploaded by: hfuecks Changelog: * fixed bug #3073, Calendar_Month_Weekdays: invalid empty days at year change * fixed bug #3445, thisWeek('n_in_month') off by one in some cases * use CALENDAR_FIRST_DAY_OF_WEEK constant throughout the package * fixed return by reference NOTICEs * added new tests Dependencies:
|
0.5.2 |
Easy InstallNot sure? Get more info. pear install Calendar-0.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.5.2 Release date: 2004-08-16 09:28 UTC Release state: beta Release uploaded by: hfuecks Changelog: * Small refactoring in the date engines to significantly reduce the number of date() calls * make url default separator xhtml compliant * fix bug #1798 with week selection * fix bug #1995: thisWeek, prevWeek, nextWeek were not affected when a new timestamp was set (thanks to johnschaefer at gmx dot de) * fix bug in return value from Calendar_Week::thisWeek and n_in_month * getMinYears() returned 1970 on all platforms (thanks to Andy Crain) * added some new examples * Moved logic from Calendar_Decorator_Uri and Calendar_Decorator_Textual to Calendar_Util_Uri and Calendar_Util_Textual (BC preserved) - offers better performance, reducing number of decorators required * extended engine interface for week related methods to meet rare use cases with (not yet implemented) calendar engines Dependencies:
|
0.5.1 |
Easy InstallNot sure? Get more info. pear install Calendar-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.5.1 Release date: 2004-05-24 16:06 UTC Release state: beta Release uploaded by: hfuecks Changelog: * Fixed bug in Calendar_Week::setSelection(): the "selected" property was set, but not the decorated object. * Fixed bug in Calendar_Month_[Weekdays|Weeks]: the number of empty days at the beginning of the month could be wrong when the adjust() method was called to fix an invalid date. Dependencies:
|
0.5 |
Easy InstallNot sure? Get more info. pear install Calendar-0.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.5 Release date: 2004-01-29 07:02 UTC Release state: beta Release uploaded by: hfuecks Changelog: * Added new return-value-formats for each [prev|this|next]*() method Allowed formats are: 'int', 'timestamp' , 'array' and 'object'. Returns data of specified type e.g. $Day = $Hour->prevDay('object'); * Added factory for creating calendar objects (in conjunction with above change) * Added decorator to determine the day of the week for any calendar object * Minor bug fix in Decorator Dependencies:
|
0.4 |
Easy InstallNot sure? Get more info. pear install Calendar-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.4 Release date: 2003-11-22 18:22 UTC Release state: beta Release uploaded by: hfuecks Changelog: * Fixed bug in setTimeStamp where year wasn't set * Fixed bugs and changed API for Calendar_Week * Added Calendar::adjust method to adjust invalid dates * Added Calendar_Decorator_Uri to help with building links * Added Calendar_Decorator_Textual to help fetching month and weekday names * Added Calendar_Decorator_Wrapper to help apply decorators to built calendar objects |
0.3 |
Easy InstallNot sure? Get more info. pear install Calendar-0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.3 Release date: 2003-10-30 10:10 UTC Release state: beta Release uploaded by: hfuecks Changelog: * Fixed bugs in Calendar_Validator for day and month ranges * Fixed bug with first day of week as 0 * Modified weeks to extend beyond current month with prevWeek() and nextWeek() * More unit tests * Example of paging through weeks |
0.2 |
Easy InstallNot sure? Get more info. pear install Calendar-0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Calendar-0.2 Release date: 2003-10-30 09:41 UTC Release state: beta Release uploaded by: hfuecks Changelog: First release |