Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to disable triggering controller action #125

Closed
wants to merge 3 commits into from

Commits on Nov 9, 2012

  1. Adding ability to prevent dispatching an action, so events can be use…

    …d to create output - primarily for JSON applications
    Joseph Maxwell committed Nov 9, 2012
    Configuration menu
    Copy the full SHA
    9929588 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2012

  1. Adding in eventObject/Prefix to Mage_Core_Block_Abstract

    Joseph Maxwell committed Nov 14, 2012
    Configuration menu
    Copy the full SHA
    f444354 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2012

  1. Fixing problem in Mage_Tax_Model_Calculation that effectively prevent…

    …s and externally provided rates from being used in the system (externally, like modules providing streamlined sales tax lookups, etc). Before tax_rate_data_fetch, the rate_value section of data is unset, so hasRateValue() is ALWAYS null, as there is no reference to the calculation model passed into the event. Without this fix, one has to override this model to fix the event
    Joseph Maxwell committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    81d6ef6 View commit details
    Browse the repository at this point in the history