logo       

[ANNOUNCEMENT] Calendar-0.4 (beta) Released.: msg#00387

php.pear.general

Subject: [ANNOUNCEMENT] Calendar-0.4 (beta) Released.

The new PEAR package Calendar-0.4 (beta) has been released at
http://pear.php.net/.

Release notes
-------------
* 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

Package Info
-------------
Calendar provides an API for building Calendar data structures. Using the
simple iterator and it's "query" API, a user interface can easily be built on
top of the calendar data structure, at the same time easily connecting it to
some kind of underlying data store, where "event" information is being held.

It provides different calculation "engines" the default being based on Unix
timestamps (offering fastest performance) with an alternative using PEAR::Date
which extends the calendar past the limitations of Unix timestamps. Other
engines should be implementable for other types of calendar (e.g. a Chinese
Calendar based on lunar cycles).

Related Links
-------------
Package home: http://pear.php.net/package/Calendar
Changelog: http://pear.php.net/package-changelog.php?package=Calendar
Download: http://pear.php.net/get/Calendar-0.4.tgz

Authors
-------------
Harry Fuecks <hfuecks@xxxxxxxxxxxxxxx> (lead)
Lorenzo Alberton <l.alberton@xxxxxxxx> (developer)
Greg Beaver (helper)

--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise