CHANGES.txt 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. CHANGE LOG
  2. 0.85
  3. First version for Elgg 1.8
  4. 0.84
  5. Fixed tag search so it works for Elgg 1.7.x.
  6. Added French and Spanish language files provided by UNESCO. These are not
  7. quite complete and additions are welcome.
  8. There is now an option to allow group admins to add any existing event to a
  9. group calendar
  10. Fixed a bug which incorrectly removed the ability to change the date and year.
  11. Renamed a date picker view to avoid a conflict with the Profile Manager.
  12. Added unpacked js for ease in customisation and localisation.
  13. Restored the vanished RSS feed link.
  14. Fixed a bug in the region dropdown behaviour on listing pages.
  15. Fixed a case where the page was not properly displayed when clicking on a
  16. pagination link.
  17. Added a sanity check for date formats.
  18. Changed the listing limit from 4 events to a more reasonable 15 events.
  19. Added real_end_time as an internal metadata value to compute collisions.
  20. Added three features that are turned off by default but can be enabled
  21. through plugin settings:
  22. The spots feature allows you to specify how many users can add an event to
  23. their personal calendars. This also adds an "open" filter to the show events page
  24. so that you can see how many events are not full.
  25. The no collisions feature prevents someone from adding an event
  26. if they already have another event on their personal calendar within
  27. the same time period. (This will only work with new events or events that
  28. you have resaved after updating this plugin as it needs the new real_end_time
  29. field.)
  30. The add users feature provides a magic JavaScript field that
  31. allows an event creator to add the event to the personal calendars of other users.
  32. This appears on the event edit form. (Requires the separate autocomplete plugin.)
  33. There is a separate option (turned off by default) to send notifications to
  34. users who have events added to their calendars through the add users feature.
  35. 0.83
  36. Fixed a bug that prevented region filtering with embedded blanks from
  37. working properly (thanks Patrick!).
  38. Added a new paged view for events (not month specific) that allows adding/removing events
  39. to a calendar with one click.
  40. Fixed some issues with the personal event calendar widget.
  41. 0.82
  42. Fixed a bug in displaying dates when the start and end date were the same.
  43. Fixed the form redisplay bug described here:
  44. http://community.elgg.org/mod/groups/topicposts.php?topic=423853&group_guid=263011
  45. Removed an error_log message that was accidentally left in.
  46. Added RSS feeds.
  47. Added the ability to filter events by regions if the region option is turned on.
  48. Added security tokens for Elgg 1.7
  49. 0.81
  50. Fixed a problem with the group "widget" not displaying when it should.
  51. Hid the "Today" link as it was not behaving as most people expected.
  52. Forced the display into Month mode after Prev and Next is clicked.
  53. 0.8
  54. Removed a debugging message left in the event delete action.
  55. Sorted events properly by date/time rather than time created.
  56. Fixed an error in the parameters passed to elgg_view_entity_list that caused
  57. problems with Elgg 1.6.1.
  58. Added an admin toggle to allow event times as well as dates.
  59. Added an admin toggle to show the venue in event listings.
  60. Added an admin toggle for an agenda view which should be useful for conferences
  61. with multiple events on one day.
  62. Added the ability to "lock" the show_events page so that the calendar only
  63. allows navigation between a first date and a last date.
  64. Added an admin toggle for an autogroup function that automatically adds all
  65. group events to a user's calendar for all groups that the user is a member of.
  66. Group events are also automatically removed if the user leaves the group.
  67. Added an admin toggle to add a region drop down to the event form and a field to
  68. enter the allowable regions.
  69. 0.7
  70. Reworked design for Elgg 1.5
  71. Fixed several bugs, including in the list of people who added an event to
  72. their personal calendar (now shows the proper group navigation if this is
  73. a group event).
  74. Added the ability to view all/friends/mine events for logged-in users.
  75. Added numerous configuration options (accessible via event_calendar settings
  76. on the admin tools configuration page). This allows, for example, any logged-in
  77. user to add events to the site calendar, to remove group calendars, etc.
  78. People who create an event now have the event automatically added to their
  79. personal event calendar. This behaviour can be configured via the admin event
  80. calendar settings.
  81. 0.6
  82. Fixed a bug that prevented more than one person adding a given event to
  83. his/her personal calendar.
  84. Fixed a bug that made the page owner the person who created the event. This
  85. is now the group for group events, otherwise the currently logged in user.
  86. Added river support.
  87. 0.51
  88. Fixed event overlap detection
  89. 0.5
  90. Initial release