- Mar 19, 2012
-
-
Gabriel Hurley authored
Change-Id: I1c292f741349a2e82a871432fbba0edd9d62044c
-
- Mar 14, 2012
-
-
Gabriel Hurley authored
Fixes bug 953483. Change-Id: Ie6b858a9a595d024f71ca372a11b97a454b3b1e8
-
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
-
- Mar 13, 2012
-
-
Gabriel Hurley authored
Fixes bug 953583. Change-Id: Ie7a5e0bef12372debb3fa1b3837488b5609b58c8
-
- Mar 12, 2012
-
-
Gabriel Hurley authored
Instances table handles both status columns correctly now. Fixes bug 948419. Syspanel instances table no longer has "launch instance" action. Fixes bug 952609. Allows ajax-updating for volumes table. Fixes bug 948396. Change-Id: I8657c79d0ab7ec5972cc7c4886d7f009a1710876
-
- Mar 08, 2012
-
-
Andy Chong authored
* name include "Actions", "Status", "Fingerprint" * updated all locale .po files * related strings for network panel is removed in .po due to updates Change-Id: I664aa79555f52150c24ced8568a685496a1f2727
-
- Mar 07, 2012
-
-
Gabriel Hurley authored
Also moved some logic that pertained to BatchAction from BaseAction to BatchAction where it belonged. Fixes bug 944853. Change-Id: I24f590f0b4320a0cc58d954398673a8fa75a49b6
-
- Mar 05, 2012
-
-
Gabriel Hurley authored
Fixed a problem with the batch action translation strings preventing translations from working properly. Renamed the zh-cn and zh-tw translations to zh-CN and zh-TW as is correct. Fixed bug 947027. Change-Id: Ifa5704d5c9664d6c4af8ef3fca83a5a81148a82e
-
- 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
-