You are here

CHANGELOG.txt in Event 5

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
17. December 2006
-----------------
Update for Drupal 5


25. May 2005
-----------------
[Aaron Welch]
- add ical export support, ical.inc is now in the event directory. thanks to rorris
- cleanup rss and ical feed routines
- add filter functions for individual and groups of nodes

23. May 2005
-----------------
[Aaron Welch]
- daylight savings time support added
- database change, please run update-event.php
- db field name changes
- display using event timezone, user timezone, or site timezone
- node access sql fix by thehunmonkgroup
- empty upcoming event block patch by Cvbge
- add setting for upcoming event block limit
- event_type url construction bug fix by luksedj
- add event/dst to view daylight savings time region status

15. April 2005
-----------------
[Aaron Welch]
- Update for drupal 4.6
- Removed event node type and replace with nodeapi model
- Add month, week, day and table views
- Rework timezone handling
- Support for start and end dates
- Moved all output rendering to event.theme file
- Add filtering of event views by content type and taxonomy
- Update event.css file for new views
- General navigation and calendar block updates
- Update settings for default event page view type and timezone handling

09. November 2003
-----------------
[Kjartan Mannes]
- Fixed bugs due to Drupal menu callback changes.
- Fixed default event page to show future events instead of calendar.
- Added advanced event search form. Only extra fields in their own database
  field are searchable.

27. October 2003
----------------
[Kjartan Mannes]
- Fixed events on the last day of the month not showing in the calendar.
- Fixed event start date to compensate for bug in format_date().

26. October 2003
----------------
[Gerhard Killesreiter]
- re-added search function, extrafields with extra db fields will by searched
- moved extra fields to fields.inc

26. October 2003
----------------
[Kjartan Mannes]
- Fixed week day names not being translated.
- Changed #calendar to .event-calendar.
- Changed to form_allowed_tags_text() instead of replicating code.
- Added support for modules/event/fields.inc for extra fields.
- Changed calendar breadcrumbs to use month name instead of number.
- Fixed wrong number of parameters passed to event_calendar in block.

26. October 2003
----------------
[Kjartan Mannes]
- Refactored the extra fields to not require an extra database field by
  storing extra fields in a data field (requires MySQL update).
- Improved timezone handling.
- Improved calendar.
- Removed "date picker".
- Renamed posting permission to 'maintain events' to be more consistent
  with other modules.
- Removed 'access events' and 'administer events' permissions.
- Added support for user updating of events.
- Removed dead code, cleaned up other code, no stone left unturned.
- Added event.css to style calendar and other output.
- Updated INSTALL and TODO.

18. October 2003
----------------
event.module [Moshe Weitzman]
- updated for new help and menu and content hooks
- able to add custom fields by editing top of source file
- refactored event_page() enabling easier code re-use
- removed some cruft from event_access()
- no error when taxonomy is disabled
- refactored 'view' to use simple list of fields.

12. October 2003
----------------
event.module [Moshe Weitzman]
- now showing current month's nodes on main page when no other date
  was specified.
- added paging to this display.
- refactored event_page() enabling easier code re-use

13. June 2003
-------------
Major overhaul by Craig Courtney

WARNING: This breaks compatibility with all prior versions of
         event.module!

- removed image stuff
- removed parent stuff
- made more css and theme friendly
- ...

23. September 2002
------------------
event.module [Gerhard Killesreiter]
- changed "post content" to "post events"
- changed "access content" to "access events"

6. September 2002
-----------------
event.module [Gerhard Killesreiter]
- applied patch by Robin Elfrink <robin@a1.nl>

01. June 2002
-------------
event.module [Kjartan Mannes]
- updated module to 4.0.0.

08. Feburary 2002
-----------------
event.module [Kjartan Mannes]
- fixed parent nodes showing up as sub events on node preview.

30. October 2001
----------------
event.module [Gerhard Killesreiter]
- fixed the time selector
- fixed SQL-query

29. October 2001
----------------
event.module [Gerhard Killesreiter]
- added search
- made block-calendar more configurable
  - choose first dayof week to be monday or sunday
  - display days with events with configurable colour
  - display today's date with another configurable colour
- small changes

24. October 2001
----------------
event.module [Gerhard Killesreiter]
- added missing user_access() check.
- fixed calender.

22. October 2001
----------------
event.module [Kjartan Mannes]
- fixed a problem with meta collections when editing a node.

event.mysql [Kjartan Mannes]
- fixed a problem with the SQL definitions reported by Alexander.

19. October 2001
----------------
- initial release.

File

CHANGELOG.txt
View source
  1. 17. December 2006
  2. -----------------
  3. Update for Drupal 5
  4. 25. May 2005
  5. -----------------
  6. [Aaron Welch]
  7. - add ical export support, ical.inc is now in the event directory. thanks to rorris
  8. - cleanup rss and ical feed routines
  9. - add filter functions for individual and groups of nodes
  10. 23. May 2005
  11. -----------------
  12. [Aaron Welch]
  13. - daylight savings time support added
  14. - database change, please run update-event.php
  15. - db field name changes
  16. - display using event timezone, user timezone, or site timezone
  17. - node access sql fix by thehunmonkgroup
  18. - empty upcoming event block patch by Cvbge
  19. - add setting for upcoming event block limit
  20. - event_type url construction bug fix by luksedj
  21. - add event/dst to view daylight savings time region status
  22. 15. April 2005
  23. -----------------
  24. [Aaron Welch]
  25. - Update for drupal 4.6
  26. - Removed event node type and replace with nodeapi model
  27. - Add month, week, day and table views
  28. - Rework timezone handling
  29. - Support for start and end dates
  30. - Moved all output rendering to event.theme file
  31. - Add filtering of event views by content type and taxonomy
  32. - Update event.css file for new views
  33. - General navigation and calendar block updates
  34. - Update settings for default event page view type and timezone handling
  35. 09. November 2003
  36. -----------------
  37. [Kjartan Mannes]
  38. - Fixed bugs due to Drupal menu callback changes.
  39. - Fixed default event page to show future events instead of calendar.
  40. - Added advanced event search form. Only extra fields in their own database
  41. field are searchable.
  42. 27. October 2003
  43. ----------------
  44. [Kjartan Mannes]
  45. - Fixed events on the last day of the month not showing in the calendar.
  46. - Fixed event start date to compensate for bug in format_date().
  47. 26. October 2003
  48. ----------------
  49. [Gerhard Killesreiter]
  50. - re-added search function, extrafields with extra db fields will by searched
  51. - moved extra fields to fields.inc
  52. 26. October 2003
  53. ----------------
  54. [Kjartan Mannes]
  55. - Fixed week day names not being translated.
  56. - Changed #calendar to .event-calendar.
  57. - Changed to form_allowed_tags_text() instead of replicating code.
  58. - Added support for modules/event/fields.inc for extra fields.
  59. - Changed calendar breadcrumbs to use month name instead of number.
  60. - Fixed wrong number of parameters passed to event_calendar in block.
  61. 26. October 2003
  62. ----------------
  63. [Kjartan Mannes]
  64. - Refactored the extra fields to not require an extra database field by
  65. storing extra fields in a data field (requires MySQL update).
  66. - Improved timezone handling.
  67. - Improved calendar.
  68. - Removed "date picker".
  69. - Renamed posting permission to 'maintain events' to be more consistent
  70. with other modules.
  71. - Removed 'access events' and 'administer events' permissions.
  72. - Added support for user updating of events.
  73. - Removed dead code, cleaned up other code, no stone left unturned.
  74. - Added event.css to style calendar and other output.
  75. - Updated INSTALL and TODO.
  76. 18. October 2003
  77. ----------------
  78. event.module [Moshe Weitzman]
  79. - updated for new help and menu and content hooks
  80. - able to add custom fields by editing top of source file
  81. - refactored event_page() enabling easier code re-use
  82. - removed some cruft from event_access()
  83. - no error when taxonomy is disabled
  84. - refactored 'view' to use simple list of fields.
  85. 12. October 2003
  86. ----------------
  87. event.module [Moshe Weitzman]
  88. - now showing current month's nodes on main page when no other date
  89. was specified.
  90. - added paging to this display.
  91. - refactored event_page() enabling easier code re-use
  92. 13. June 2003
  93. -------------
  94. Major overhaul by Craig Courtney
  95. WARNING: This breaks compatibility with all prior versions of
  96. event.module!
  97. - removed image stuff
  98. - removed parent stuff
  99. - made more css and theme friendly
  100. - ...
  101. 23. September 2002
  102. ------------------
  103. event.module [Gerhard Killesreiter]
  104. - changed "post content" to "post events"
  105. - changed "access content" to "access events"
  106. 6. September 2002
  107. -----------------
  108. event.module [Gerhard Killesreiter]
  109. - applied patch by Robin Elfrink
  110. 01. June 2002
  111. -------------
  112. event.module [Kjartan Mannes]
  113. - updated module to 4.0.0.
  114. 08. Feburary 2002
  115. -----------------
  116. event.module [Kjartan Mannes]
  117. - fixed parent nodes showing up as sub events on node preview.
  118. 30. October 2001
  119. ----------------
  120. event.module [Gerhard Killesreiter]
  121. - fixed the time selector
  122. - fixed SQL-query
  123. 29. October 2001
  124. ----------------
  125. event.module [Gerhard Killesreiter]
  126. - added search
  127. - made block-calendar more configurable
  128. - choose first dayof week to be monday or sunday
  129. - display days with events with configurable colour
  130. - display today's date with another configurable colour
  131. - small changes
  132. 24. October 2001
  133. ----------------
  134. event.module [Gerhard Killesreiter]
  135. - added missing user_access() check.
  136. - fixed calender.
  137. 22. October 2001
  138. ----------------
  139. event.module [Kjartan Mannes]
  140. - fixed a problem with meta collections when editing a node.
  141. event.mysql [Kjartan Mannes]
  142. - fixed a problem with the SQL definitions reported by Alexander.
  143. 19. October 2001
  144. ----------------
  145. - initial release.