1
I Use This!
Inactive

News

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Posted almost 14 years ago
Posted over 15 years ago
Posted over 18 years ago
Posted over 18 years ago
* 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
Posted over 19 years ago
Posted over 19 years ago
* 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 ... [More] 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 [Less]
Posted almost 20 years ago
Posted almost 20 years ago
* 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.
Posted over 20 years ago
* 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 ... [More] objects (in conjunction with above change) * Added decorator to determine the day of the week for any calendar object * Minor bug fix in Decorator [Less]
Posted over 20 years ago