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