Skip to content
Snippets Groups Projects
  1. Mar 19, 2012
  2. Mar 14, 2012
    • Gabriel Hurley's avatar
      Added IDs and identifiable classes to all action buttons. · cb8f3ddf
      Gabriel Hurley authored
      Fixes bug 953483.
      
      Change-Id: Ie6b858a9a595d024f71ca372a11b97a454b3b1e8
      cb8f3ddf
    • Gabriel Hurley's avatar
      Moved ajax updating from Action to Row. · 753ebd67
      Gabriel Hurley authored
      This fixes the problem of having to "hide" the update action
      in the row's actions column. Fixes bug 948397.
      
      Additionally, added some protection for spillover between
      the attrs dictionary on action instances. Fixes bug 954592.
      
      FWIW, the code involved in the AJAX updating is largely identical,
      it's just been moved from Action to Row and had few data accessors
      renamed to account for the differing relation to Table and Row.
      This also allowed the javascript to be significantly cleaner.
      
      Change-Id: Ic8932a33ca6956a56c8eee09bb0a4d1f59e0ab3a
      753ebd67
  3. Mar 13, 2012
  4. Mar 12, 2012
  5. Mar 08, 2012
  6. Mar 07, 2012
  7. Mar 05, 2012
  8. Feb 29, 2012
    • Gabriel Hurley's avatar
      Unifies the project packaging into one set of modules. · 052aa55d
      Gabriel Hurley authored
      There are no longer two separate projects living inside the horizon
      repository. There is a single project now with a single setup.py,
      single README, etc.
      
      The openstack-dashboard/dashboard django project is now named
      "openstack_dashboard" and lives as an example project in the
      topmost horizon directory.
      
      The "horizon/horizon" directory has been bumped up a level and now
      is directly on the path when the root horizon directory is on
      your python path.
      
      Javascript media which the horizon module directly relies upon
      now ships in the horizon/static dir rather than
      openstack-dashboard/dashboard/static.
      
      All the corresponding setup, installation, build, and env scripts
      have been updated accordingly.
      
      Implements blueprint unified-packaging.
      
      Change-Id: Ieed8e3c777432cd046c3e0298869a9428756ab62
      052aa55d
Loading