CRM-7425 events api improvement and joomla event listing bug fix

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.3.2
    • Fix Version/s: 3.4.alpha
    • Component/s: CiviEvent
    • Labels:
      None

      Description

      the joomla menu items listing of available events does not pull the list of current events properly. the issue stems from an inability to pull current/future events from the API, and the max_results limitation for that API (we can't pull "all" events and then filter by current/future). see: http://forum.civicrm.org/index.php?topic=17081

      i propose we extend the events search api to allow for another special parameter – isCurrent – that will retrieve only current and future events.

      the attached patches extend the events api, and fix the joomla menu listing issue – dependent on the API fix. there are other minor fixes to the joomla event listing.

      if the events api improvement is not accepted, let me know as I'll develop a workaround for the joomla events listing so we can get it patched in the next revision if at all possible

        Attachments

        1. api_v2_Event.php.patch
          2 kB
          Brian Shaughnessy
        2. joomla_site_elements_civievents.php.patch
          2 kB
          Brian Shaughnessy
        3. joomla_site_elements_civieventsonline.php.patch
          1 kB
          Brian Shaughnessy

          Activity

          [CRM-7425] events api improvement and joomla event listing bug fix
          Donald A. Lobo added a comment -


          let the API team decide on how they want to handle the API fix before we do the other changes

          Eileen McNaughton added a comment -

          we will use $params['isCurrent']

          Donald A. Lobo added a comment -

          patched

          changed a few things in api/v2/Event.php

          isCurrent is now an input parameter, not a return parameter

          Andrew Hunt added a comment -

          It won't let me attach a patch, but line 49 of joomla/site/elements/civievents.php should read
          'isCurrent' => 1
          instead of
          'return.isCurrent' => 1
          It causes a database error when editing a menu item because the database is trying to retrieve the "isCurrent" field.

          Donald A. Lobo added a comment -


          thanx andrew. made the needed changes

            People

            • Assignee:
              Eileen McNaughton
              Reporter:
              Brian Shaughnessy

              Dates

              • Created:
                Updated:
                Resolved: