SocialEngine Event Plugin Version Changes

This file contains a list of each file that was modified in each new version as well as any language variables that were added or changed.

Version 3.06

  1. admin/install_event.php - Incremented version
  2. event.php - Corrected the number of members awaiting response and overall total member count
  3. templates/admin_event.tpl - Changed pt font definition to px to ensure Windows DPI does not affect layout
  4. templates/browse_events.tpl - Fixed missing subdirectory url support; Changed pt font definition to px to ensure Windows DPI does not affect layout
  5. templates/event.tpl - Corrected total member count
  6. templates/event_album_file.tpl - Changed pt font definition to px to ensure Windows DPI does not affect layout
  7. templates/styles_event.css - Changed pt font definition to px to ensure Windows DPI does not affect layout
  8. templates/user_event.tpl - Fixed bug allowing non-priveledged users from creating events
  9. user_event_add.php - Fixed bug allowing non-priveledged users from creating events
  10. user_event_edit_members.php - Corrected the number of members awaiting response


Version 3.05

  1. event_ajax.php - Fixed bug with pagination for event media
  2. header_event.php - Added code to utilize hooked template includes
  3. user_event_upload.php - Fixed problem where sessions started by third-party plugins would conflict with and prevent upload (for <=3.07 only); action media path and link will now use relative URL
  4. admin/install_event.php - Incremented version.
  5. include/class_event.php - Fixed very minor security issue where at the most a private user's username could be viewed; fixed a problem with html being displayed in event descriptions
  6. templates/browse_events.tpl - Added a strip tags to the event descriptions
  7. templates/event.tpl - Fixed rare bug related to action media where incorrect images would be displayed; fixed a small bug with the total member count; fixed reporting bug
  8. templates/event_album_file.tpl - Fixed reporting bug
  9. templates/header_event.tpl - No longer included (provided for backwards compatibility)


Version 3.04

  1. browse_events.php - Add handling for total comments and members columns; fixed security issue with event category ID
  2. event.php - Add handling for total comments and members columns; fixed HTML in event description
  3. event_ajax.php - Add handling for total comments column; fixed bugs with being able to do actions if user doesn't exist
  4. event_album_file.php - Add handling for total files columns
  5. header_event.php - Added code to handle list view; added site statistics hook
  6. user_event.php - Fixed bug with displaying month name in month view
  7. user_event_add.php - Popup calendar now tries to use the correct date format order as set in the admin panel; added the ability to create events in the past (as allowed by admin)
  8. user_event_edit.php - Popup calendar now tries to use the correct date format order as set in the admin panel; added the ability to create events in the past (as allowed by admin)
  9. user_event_upload.php - Session compatibility fix for SE 3.10; added handling for total files columns; added support for client-side max size limit; fixed the missing filename in result message
  10. admin/admin_header_event.php - Added site statistics hook
  11. admin/admin_levels_eventsettings.php - Fixed bug in privacy handling that would update users in other levels; fixed checking no privacy options, will now replace it with only the most public; added the missing event description allowed HTML tags; added the ability to allow users to create past events
  12. admin/admin_viewevents.php - Add handling for total comments and members columns
  13. admin/install_event.php - Fixed bad link in group media comment action type (Requires SE 3.10); Incremented version; added columns for total comments and members, total media comments, and total album files and space; new installations will use static language vars for actiontypes, notifytypes, and systememails to ease importing
  14. include/class_event.php - Added handling for new columns added in install_event.php; fixed some bugs with notifications; added the ability to create events in the past (as allowed by admin)
  15. include/functions_event.php - Added site statistics generation function; fixed some privacy handling bugs in the action feed
  16. templates/admin_levels_eventsettings.tpl - Made plugin loop in menu fully compatible with 3.10 (is backwards compatible with all v3 as well); added the missing event description allowed HTML tags; added the ability to allow users to create past events
  17. templates/browse_events.tpl - Add handling for total comments and members columns; fixed bug with event date; fixed bug where changing order or view would lose selected category
  18. templates/event.tpl - Fixed bad link in event media comment action type (Requires SE 3.10, you can skip this file if you have <= 3.07); added handling for total comments and members columns
  19. templates/event_album_file.tpl - Add handling for total comments column
  20. templates/profile_event_list.tpl - Added
  21. templates/style_event_calendar.css - Fixed popup calendar images
  22. templates/user_event_add.tpl - Fixed incorrect image source; popup calendar now tries to use the correct date format order as set in the admin panel
  23. templates/user_event_edit.tpl - Popup calendar now tries to use the correct date format order as set in the admin panel


Version 3.03

  1. browse_events.php - Made upcoming events default selection
  2. event.php - Fixed bug with privacy and custom styles
  3. user_event_upload.php - Fixed bug in getting photo size
  4. admin/install_event.php - Incremented version; modified installer to fix db structure problems caused by bugs in events 3.01 installer
  5. include/class_event.php - Fixed num_members for event listing
  6. include/functions_event.php - Fixed bug with media tag query
  7. templates/admin_levels_eventsettings.tpl - Fixed typo preventing disabling of events
  8. templates/browse_events.tpl - Made upcoming events default selection; added missing display of event date
  9. templates/user_edit_event_settings.tpl - Fixed bug with level settings and custom styles


Version 3.02

  1. user_event_add.php - Languagified some things for the popup calendar; fixed parse error in run-time created function
  2. user_event_edit.php - Languagified some things for the popup calendar; fixed parse error in run-time created function
  3. admin/install_event.php - Incremented version; fixed a a couple bugs related to fresh installs; added search-related language variables; fixed problem with upgrade from v2 (privacy); now adds default category if none exist; fixed bogus event media url (regular)
  4. include/functions_event.php - Fixed search feature
  5. include/js/calendar.compat.js - Added some code to support language for day and year suffixes (th, nd, rd, Japanese/Chinese year and day suffixes)
  6. include/js/class_event_files.js - Fixed bug with empty titles
  7. templates/user_event_add.tpl - Languagified some things for the popup calendar
  8. templates/user_event_edit.tpl - Languagified some things for the popup calendar


Version 3.00alpha/3.01

The upgrade to 3.00alpha/3. involves replacing all of your PHP, TPL, and CSS files. This means that you will lose any changes you have made to these files. Unfortunately there is no easy way to avoid this since we've made so many changes to the platform. If possible, make a note about each change you've made in your current installation so that you can reapply them after the upgrade process.



Version 2.20

  1. header_event.php - Fixed minor security bug.
  2. admin/admin_header_event.php - Fixed minor security bug.
  3. templates/event.tpl - Fixed stylistic issues.
  4. templates/profile_event.tpl - Calendar now works properly when SE is installed in a subdirectory and when adsense is at the top of the page.
  5. templates/profile_event_calendar.tpl - Fixed stylistic issues, bug with changing months.
  6. templates/user_event.tpl - Fixed stylistic issues, bug with clicking on event image.
  7. templates/user_event_browse.tpl - Fixed stylistic issues.
  8. templates/user_event_edit.tpl - Fixed incorrect link to invites page.
  9. templates/user_event_edit_members.tpl - Inserted language variable in file.
  10. lang_english_event.php -
    $event[51] = "&#0102;&#0114;&#0111;&#0109;";
    $profile_event_calendar[13] = "&#0102;&#0114;&#0111;&#0109;";
    $user_event[36] = "&#0102;&#0114;&#0111;&#0109;";
    $user_event_browse[22] = "&#0102;&#0114;&#0111;&#0109;";
    $user_event_edit_members[43] = "Guest List";


Version 2.10

  1. event.php - Fixed privacy bug.
  2. event_album.php - Fixed privacy bug.
  3. event_album_file.php - Fixed privacy bug.
  4. event_comments.php - Fixed privacy bug.
  5. event_members.php - Fixed privacy bug.
  6. profile_event_calendar.php - Fixed date language bug.
  7. user_event.php - Fixed date language bug.
  8. user_event_browse.php - Future events (only) are displayed in ascending chronological order.
  9. user_event_rsvp.php - Fixed bug with recent activity action "attendevent".
  10. include/class_event.php - Fixed privacy bug.
  11. templates/event.tpl - "View All Comments" link only displays when there are comments.
  12. templates/profile_event_calendar.tpl - Fixed date language bug.
  13. templates/user_event.tpl - Fixed date language bug.
  14. lang_english_event.php -
    $user_event_browse[4] = "Browse Upcoming Events";
    $user_event_browse[10] = "No upcoming events were found in this category.";

©2007 Webligo Developments