You are not logged in Log in Join
You are here: Home » Members » malikz's Home » Corp Calendar » CHANGES.txt

Log in
Name

Password

 

CHANGES.txt

- 1.6

Better TemplateAdder so that it now works with Zope 2.8.0

Removed depency on CheckoutableTemplates

- 1.5

Added import check for CalendarTag to avoid the FAQ.

- 1.4

Added getRecentlyAddedEventsMarshallable() which works like
getRecentlyAddedEvents() except that it returns a list of
dictionaries instead of objects. Useful for XML-RPC.

Installed new addhrefs.py module for better showing URLs in
the description.

Fixed broken HTML4 in addEvent.dtml

Enabled 'this_package_home' attribute to filter use of
showCheckoutableTemplates.

- 1.3

Made it possible to delete events.

- 1.2

It was sometimes not possible to change the end_date when the
event was on the same day.

If an event is on the same day and you move the start_date to
some day in the future, you would get a CrossingDate exception,
now it shifts the end_date with the start_date is on the same
day.

- 1.1

Tidied up some of the HTML4 code.

Added some permissions for adding, viewing and changing events.

- 1.0

Fixed _showTime() so that 11.75 becomes 11:45, not 11:-45.

- 0.9

Fixed a rounding error that could cause problems with editing
events.

Every event object now has a native title attribute to make the
ZMI easier to scan through.

- 0.8

Made it possible to move an event (click to edit an event
and you'll find a link there)

Installed a new TemplateAdder.py that doesn't require
CheckoutableTemplates.

Added a note to Americans in the README.txt

Each day in the month view is now vertically top aligned.

Added a CREDITS.txt file

- 0.7

Changed the version number incrementation because this project is
too small to keep too fine details of changes.

Changed input and editing forms radically. Now records times
separately and also records a location.

- 0.0.6

Added user setting feature for time format.

Improved Add Event form and allowed for more options.

Added method getRecentlyAddedEvents()

- 0.0.5

Release on Zope.org under ZPL.

- 0.0.4

Clicking an event on the calendar gives a summary view instead of
the edit form.

Fixed up some stylesheets.

- 0.0.3

Added colourcodings to calendar index_html

- 0.0.2

Fixed some security checks that never happened.

If you've clicked another month you'll stay there
after adding or editing an event.

- 0.0.1

First internal Fry-IT release.