Skip to content
Snippets Groups Projects
  1. Mar 01, 2012
  2. 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
  3. Feb 21, 2012
    • Paul McMillan's avatar
      Updated for Django 1.4. · 3441088a
      Paul McMillan authored
      Added compatibility for Django 1.4, and removed an unused workaround.
      Change-Id: I11d3ed85408ddde4367dd611d8cc240da3a03292
      3441088a
  4. Feb 10, 2012
  5. Dec 04, 2011
  6. Nov 07, 2011
    • Gabriel Hurley's avatar
      Re-architects the OpenStack Dashboard for modularity and extensibility. · 97428427
      Gabriel Hurley authored
      Implements blueprint extensible-architecture.
      Implements blueprint improve-dev-documentation.
      Implements blueprint gettext-everywhere.
      Implements blueprint sphinx-docs.
      
      Complete re-architecture of the dashboard to transform it from a standalone django-openstack app to a Horizon framework for building dashboards. See the docs for more information.
      
      Incidentally fixes the following bugs:
      
      Fixes bug 845868 -- no PEP8 violations.
      Fixes bug 766096 -- the dashboard can now be installed at any arbitrary URL.
      Fixes bug 879111 -- tenant id is now controlled solely by the tenant switcher, not the url (which was disregarded anyway)
      Fixes bug 794754 -- output of venv installation is considerably reduced.
      
      Due to the scale and scope of this patch I recommend reviewing it on github: https://github.com/gabrielhurley/horizon/tree/extensible_architecture
      
      Change-Id: I8e63f7ea235f904247df40c33cb66338d973df9e
      97428427
Loading