Skip to content
  1. Mar 11, 2011
  2. Mar 07, 2011
  3. Mar 03, 2011
  4. Mar 01, 2011
  5. Feb 28, 2011
  6. Feb 27, 2011
  7. Feb 25, 2011
  8. Feb 24, 2011
    • darrick's avatar
      Fixed issue #1072280. · 09382c12
      darrick authored
      09382c12
    • darrick's avatar
      Completed task #1045820. · 7f09ff28
      darrick authored
      Added alert as a database for admins to check the permissions.  Better then changing it for them as they should know what they are doing.
      7f09ff28
    • darrick's avatar
      Moved node->reservation_items to node->merci_reservation_items. · 1abd1c82
      darrick authored
      Moved form['existing_items'] to from['merci_reservation_items'].
      Moved form['choices'] to form['merci_reservation_items'].
      Removed drupal_access_denied() from the validation functions for deleting types and items.  Changed to just removing the Delete submit on the confirm buttons.
      The choice select box is now part of the reservation_table_form instead of seperated out.
      Got rid of merci/datefilter menu callback as merci/js callback is exactly the same.
      Removed mercistaff/js and mercistaff/datefilter as the merci/js callback does the same.
      Added merci_ahah_get_form to help with the ahah callback functions.
      Since the form fields now match the node fields all the ahah callbacks are done properly as in they rebuild and cache the entire form and then return the requested element for rendering.
      Changed permission for merci_staff from adminster MERCI or manage MERCI to just manage reservations.
      Added regression test for issue #1070662. Also fixed the issue.
      Added regression test for issue #1070658. Also fixed the issue.
      1abd1c82
  9. Feb 23, 2011