Skip to content
Snippets Groups Projects
  1. Mar 19, 2012
    • Andy Chong's avatar
      Add a select all checkbox at table header dynamically · b3c70356
      Andy Chong authored
       * implements wishlist at bug 959017
      
      Change-Id: I22a1fc3007dcf69e5f3f0d9eac48adbe62ad8035
      b3c70356
    • Gabriel Hurley's avatar
      Added AJAX updating error handling. · 3a6ffe81
      Gabriel Hurley authored
        * Splits the AJAX complete method into complete, success, and error.
        * Cleans up 404 (e.g. gone/deleted) handling.
        * Adds 5XX error handling.
        * Adds client-side alert message templating.
        * Adds client-side conf (debug and static_url) loaded from backend.
      
      Fixes bug 957461.
      
      Change-Id: I5114430d35e2d20603e817651540b2db1f8a4d07
      3a6ffe81
  2. Mar 17, 2012
  3. Mar 16, 2012
  4. Mar 14, 2012
    • 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
  5. Mar 13, 2012
  6. Mar 11, 2012
  7. Mar 07, 2012
  8. Mar 03, 2012
  9. Mar 02, 2012
    • Tihomir Trifonov's avatar
      Prevents fade-in of modal forms in case of · 5d22379f
      Tihomir Trifonov authored
      existing previous modal form.
      Note: This is just a quick fix for the problem specified in the bug.
      In general there are problems with using overlaying modals.
      Each subsequent modal form doesn't 'backdrop' the previous one,
      and the first modal could be closed without closing the last one.
      
      Fixes bug 944502
      
      Change-Id: I8086dcd14f5fbfb3c9d69a7f2f20e62e012b294e
      5d22379f
  10. 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