Fix PHP deprecation errors and slightly overhaul the manual.
This version should be 100% compatible to the previous version and updates are generally considered safe.
Fix a common problem with weekly recurring events ("Must not be here"). Fix sorting of dates in the upcoming view.
br
WARNING: Events are 1 hour off on Mar 27 2005 due to DST. Please use a workaround for now: enter the event with 1 hour off in the
1.1.2
Add Targetgroups. Special thanks to Ingo Renner for the icon sets.
Fix a bug with weekly recurring events, where the start_date has a higher weekday number than the latest "On weekday" setting.
Fix a bug in the Upcoming view introducted with 1.1.
1.1.1
Fix a minor bug in the "event" and "upcoming" view introduced by last update.
1.1.3
Fix a common problem with weekly recurring events ("Must not be here"). Fix sorting of dates in the upcoming view.
br
WARNING: Events are 1 hour off on Mar 27 2005 due to DST. Please use a workaround for now: enter the event with 1 hour off in the
1.1.2
Add Targetgroups. Special thanks to Ingo Renner for the icon sets.
Fix a bug with weekly recurring events, where the start_date has a higher weekday number than the latest "On weekday" setting.
Fix a bug in the Upcoming view introducted with 1.1.
1.1.1
Fix a minor bug in the "event" and "upcoming" view introduced by last update.
1.1.0
Add the ability to add arbitrary content to the calendar, such as tt_news News, perfectly rendered in the month-view/week/day view etc.
All you need to do is to add a small PHP script that selects the objects in a given range, and "calendar" will the
1.0.6
Add a flag to FlexForms to set, if GET vars shall be ignored. This is useful if you want to have e.g. a mini-month-view on every page of your site, but itll clutter up the view if the GET params are used for the event view etc.
1.0.5
- Add a new recurring events series type: Every X. given weekday in a month, and evey last X. given weekday in a month, such as "every first monday in a month" or "every last friday". Thanks to Martin Klaus for this. Fix a few bugs, e.g. in Upcoming view
1.0.4
- Add a new recurring events series type: Every X. given weekday in a month, and evey last X. given weekday in a month, such as "every first monday in a month" or "every last friday". Thanks to Martin Klaus for this. Fix a few bugs, e.g. in Upcoming vie
1.0.3
Fix template upload. Fix "Upcoming View" which would loop forever if there are not enough events (you now need to specify max num of days to go into future). Change Week-num to date() and to "W", as strftimes "%V" doesnt work in Windows.