- Mar 01, 2012
-
-
Gabriel Hurley authored
Change-Id: I43c90755db4f9dfa4202d57b80f0b674e9a8a670
-
- Feb 29, 2012
-
-
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
-
- Feb 21, 2012
-
-
Paul McMillan authored
Added compatibility for Django 1.4, and removed an unused workaround. Change-Id: I11d3ed85408ddde4367dd611d8cc240da3a03292
-
- Feb 10, 2012
-
-
Emma Steimann authored
* fixes bug 916953 Change-Id: I44bdbb735fa1ac068c38997844591c8f256c62fb
-
- Dec 04, 2011
-
-
Gabriel Hurley authored
See issue Django issue 15900 for details of the bug. Change-Id: I90407ae962e33dbceb9a5ea641c759b6b1aada08
-
- Nov 07, 2011
-
-
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
-