New release 0.83

A number of people have asked for a list of upcoming events that does not use the monthly calendar, and here it is!

There are also a few bug fixes as described below.

From the Change log:

Fixed a bug that prevented region filtering with embedded blanks from working properly (thanks Patrick!).

Added a new paged view for events (not month specific) that allows adding/removing events to a calendar with one click.

Fixed some issues with the personal event calendar widget.

  • I am having the same problem with my local server.

    DatabaseException

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND v.string <= 2592000) OR ( v2.string >= AND v2.string <= 2592000) OR (v.stri' at line 1

    QUERY: SELECT count(distinct e.guid) as total from elgg_entities e JOIN elgg_metadata m on e.guid = m.entity_guid JOIN elgg_metadata m2 on e.guid = m2.entity_guid JOIN elgg_metastrings v on v.id = m.value_id JOIN elgg_metastrings v2 on v2.id = m2.value_id where e.type='object' and m.name_id='' and m2.name_id='' and ((v.string >= AND v.string <= 2592000) OR ( v2.string >= AND v2.string <= 2592000) OR (v.string <= AND v2.string >= ) OR ( v2.string <= 2592000 AND v2.string >= 2592000)) and e.site_guid = 1 and ( (1 = 1) and e.enabled='yes') and ( (1 = 1) and m.enabled='yes') and ( (1 = 1) and m2.enabled='yes')

     

    And, this appears without having the profile_manager installed.

     

  • Anyone able to add images to the event_calendar yet??