Comment 2 for bug 1008799

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/8466
Committed: http://github.com/openstack/horizon/commit/a5a1e4013542c64ebdbe7a01e43a773c7a8d3f21
Submitter: Jenkins
Branch: master

commit a5a1e4013542c64ebdbe7a01e43a773c7a8d3f21
Author: Gabriel Hurley <email address hidden>
Date: Tue Jun 12 19:30:45 2012 -0700

    Improved message handling.

      * Login page no longer displays user messages
        inappropriately. Instead, login errors are handled
        as form errors. Fixes bug 1012467.
      * Messages triggered during an AJAX call are no longer
        added to the standard message queue (which causes
        them to appear on subsequent unrelated requests).
        Instead, they are encoded and sent back with the AJAX
        response, allowing them to be displayed to the user
        client-side when they are relevant.
        Fixes bug 1008799.
      * Adds the last couple "compress" tags to the
        _scripts.html template to completely implement
        blueprint asset-compression.

    Change-Id: I967f32b44603ded7ec95bd0b86e7d997c6a8b352