https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
2b9c566 Import translations for Icehouse stable update Note that this patch is proposed directly because strings are different from Juno development codebase. Change-Id: I74e18e9fdd5d77054e9057daacdd70f1725219a5 01 August 2014, 06:33:47 UTC
18a47ba Merge "Sort security group rules by protocol and port" into stable/icehouse 31 July 2014, 20:48:36 UTC
e665d6b Merge "Disable broken unit test (related to "Change Password")" into stable/icehouse 31 July 2014, 18:52:53 UTC
97e6fda Merge "Avoid AttributeError: SecurityGroup error handle" into stable/icehouse 31 July 2014, 18:28:16 UTC
015f24c Fix security group modal header overflow If you go to Edit Instance > Security Group The two headers "All Security Groups" and "Instance Security Groups" overflow when translated Change-Id: I5acd0e4670a6595e6f38ba7f17371b6329ed5836 Closes-Bug:#1288402 (cherry picked from commit 0048dfc6a84c1e6c22c99d01a448b3ed8cf2de14) 29 July 2014, 16:33:52 UTC
785a526 Disable broken unit test (related to "Change Password") The new django_openstack_auth 1.1.6 library surfaced a defect in this test, whereby the test client does not properly log out the user. This only affects the test, the functionality otherwise works fine. This temporarily disables the test in order to repair the gate, while waiting to replace it with a new unit test more reduced in scope and/or an integration test. Change-Id: I8779666c053a4835e22038a39a530fe5fc84b6a3 Closes-Bug: #1333144 (cherry picked from commit 5455b8f6f595633513b6521449ebc1985d5b9070) 28 July 2014, 16:37:27 UTC
f196cde Merge "Prevent error message when creating a user" into stable/icehouse 25 July 2014, 13:36:59 UTC
2bcaa03 Merge "Updated from global requirements" into stable/icehouse 25 July 2014, 00:31:25 UTC
eb3a40a Replace UserManager with None in tests Don't access keystoneclient's UserManager in tests. This should be considered private data of keystoneclient and is not actually used by horizon tests. Change-Id: I261e79b31dfc7388adb3dc63a3a5e54042f05e54 Closes-Bug: #1347236 (cherry picked from commit 821619fff324ba1bc3f697f585a0c350573f24a2) 24 July 2014, 13:10:35 UTC
d7b1878 Updated from global requirements Change-Id: I884778c1168a8b4a3d307914faadebe8a2361e8e 22 July 2014, 16:47:26 UTC
e66fbc3 Sort security group rules by protocol and port When adding new rules to a security group, it is useful to have the rules sorted consistently across page reloads. This patch ensures that the rules are sorted by protocol first, then by port. It is still possible to manually sort the table using the client side capabilities, but by default the table is now sorted by protocol and port, server side. Change-Id: I36d29461a8437f5689425706a7faae3399c6bf23 Closes-bug: #1326132 (cherry picked from commit e8c1f60eae7e3a76fd271dd5f14c80d06dfe6ebd) 18 July 2014, 15:04:02 UTC
a855b0c Avoid AttributeError: SecurityGroup error handle On the project/access_and_security/security_groups/<detail> page, some errors inside the openstack_dashboard/dashboards/ project/access_and_security/security_groups/views DetailView._get_data method are still resulting in a None being returned. This causes an error in the DetailView.get_data method as NoneTypes clearly don't have a .rules attribute. I'm not sure why the error is sneaking through the exceptions.handle above, but they most definitely are. Perhaps Ana Krivokapic's changes here: https://review.openstack.org/#/c/84109/ may eventually solve this, but it's unclear. In the mean time, and potentially correct overall, if a None is returned, the get_data method should return an empty list instead of throwing an exception. Change-Id: Ibc3bbb8c1302fca0c8a134abee8b7c649ad8c315 Closes-Bug: 1312192 (cherry picked from commit d8bafff484b6ed264af913af3709e61976bc2177) 18 July 2014, 13:01:24 UTC
937436f adapt to python-novaclient-2.18.0 Novaclient renamed HTTPNotImplemented to HttpNotImplemented and changed the attribute code to status in exceptions This change should make the code work on newer and older versions. Closes-Bug: #1340596 (cherry picked from commit 322004f8480e40af5e77ed843ff803005d5af27c) Conflicts: openstack_dashboard/dashboards/project/instances/console.py openstack_dashboard/test/test_data/exceptions.py Change-Id: Ifef6c4c1b2924b03df00f427cfe3e6a7f415e569 14 July 2014, 10:11:43 UTC
32a7b71 Fix multiple Cross-Site Scripting (XSS) vulnerabilities. * Ensure user emails are properly escaped User emails in the Users and Groups panel are being passed through the urlize filter to transform them into clickable links. However, urlize expects input to be already escaped and safe. We should make sure to escape the strings first as email addresses are not validated and can contain any type of string. Closes-Bug: #1320235 * Ensure network names are properly escaped in the Launch Instance menu Closes-Bug: #1322197 * Escape the URLs generated for the Horizon tables When generating the Horizon tables, there was an assumption that only the anchor text needed to be escaped. However some URLs are generated based on user-provided data and should be escaped as well. Also escape the link attributes for good measure. * Use 'reverse' to generate the Resource URLs in the stacks tables Closes-Bug: #1308727 Change-Id: Ic8a92e69f66c2d265a802f350e30f091181aa42e 08 July 2014, 12:08:15 UTC
43ac907 add httplib2 explicitly to requirements.txt On Ubuntu 14.04+ whatever dark magic was installing httplib2 into the venv for unit testing, is no longer doing it, as httplib2 was not an explicit requirement. It is clearly used in the code, and a dependency, so be explicit about it. Change-Id: I373b87dd4af414d58680d34c4de626ffa953cf57 (cherry picked from commit f712ed04ccb49e832142944d579e89fb7c14d394) 03 July 2014, 03:15:52 UTC
0b2352e Prevent error message when creating a user keystone changed behaviour and didn't add the user to the specified role. Now it does; this patch prevents an exception popping up without breaking with previous versions. Change-Id: I115a5126b70ae3c7733aa065bf55104f88cc42e5 Closes-Bug: #1260439 (cherry picked from commit f5ded29d9a73db4c225cbfb664e7d85e5aa0996b) 25 June 2014, 03:03:50 UTC
21eaefb Merge "Fix issues with importing the Login form" into stable/icehouse 24 June 2014, 09:41:13 UTC
1cffe83 Bump stable/icehouse next version to 2014.1.2 Change-Id: Id7181755d3609c0ae91c2402b34f2de02c06a1f0 23 June 2014, 23:59:12 UTC
765e6d3 Fix issues with importing the Login form The Login form lives in openstack_auth.forms and should be directly imported from that file. Change-Id: I42808530024bebb01604adbf4828769812856bf3 Closes-Bug: #1332149 (cherry picked from commit 345ccc9d503e6e55fe46d7813958c0081cc1cffe) 23 June 2014, 17:18:10 UTC
d9ed5c4 Updated from global requirements Change-Id: Iacd2e003769f832bdf9f287dd6c827fd0d8584a6 22 June 2014, 15:24:59 UTC
a29cdbc Fix formatting of heat exceptions Heat now consistently formats error messages in returned HTTP json and heatclient HTTPException makes every attempt to capture these messages. This means that the safest way to display an error or validation message from Heat is to rely on the existing behaviour of Horizon's exceptions.handle. Change-Id: I80cdb67df87cb5192f220bc78a156d6e4113112f Closes-Bug: #1241395 (cherry picked from commit 2c7db077b265c25573bfef73586a539fa639f65f) 17 June 2014, 04:48:17 UTC
35f2617 Merge "Fix the dot overlaps with the table border in Availability Zones table" into stable/icehouse 16 June 2014, 02:18:01 UTC
b527f22 Image uploads should always happen in the background Sufficiently large image uploads into Glance from Horizon can cause timeout errors, since the image upload needs to complete before the view can render, and such activities can cause browser timeouts. Since the webserver already has the file, and close-to-open semantics should prevent cleanups from losing any data, just send it in a background thread, the same way as if you told Horizon to fetch it from a remote location. Change-Id: Ia056367032e0d08edf6f36a8e9f900fddba85fdf Closes-Bug: 1322399 Closes-Bug: 1325787 10 June 2014, 18:20:48 UTC
4a70f4c Fix the dot overlaps with the table border in Availability Zones table Add space between the dot and table border in Availability Zones table. Change-Id: Ic4107c446b015eb72a54496a7a7ef6e2b0a53554 Closes-bug:#1309381 (cherry picked from commit 9456d69e02139c5cf891069a997ae03def0d242a) 04 June 2014, 10:03:32 UTC
e492c7e Updated from global requirements Change-Id: I133c26e6e879a3dc407bc687005828fe4130043a 22 May 2014, 18:06:52 UTC
feeb37a Merge "Add logging handler for openstack_auth in the tests" into stable/icehouse 16 May 2014, 06:14:23 UTC
d9dcb74 Merge "add missing references to policy files" into stable/icehouse 15 May 2014, 21:20:49 UTC
7099d28 Merge "Use escapejs filter on JavaScript strings" into stable/icehouse 15 May 2014, 19:11:55 UTC
e5f04c2 Fix pseudo-folder content listing Change-Id: Ib01eaea0493a294daed7032e6f9f82c2a0e8798a Closes-Bug: #1312222 Closes-Bug: rhbz#1094783 (cherry picked from commit dceb2cc8d6f0f02e1f741d82097861a950cd951b) 09 May 2014, 08:43:28 UTC
cd2f7dc add missing references to policy files In local_settings.py.example, there were references to policy files missing. When changing policy file location, those are required. Change-Id: I60e2271bb9d323f484524a448d28e40a5ace69b3 Closes-Bug: #1315739 (cherry picked from commit 8d020e9f771f912cb8e54344d6c6f278e53117cf) 07 May 2014, 11:34:25 UTC
232b712 Use escapejs filter on JavaScript strings The escapejs filter will correctly escape single quotes from JavaScript strings which may otherwise trigger syntax errors. In this case, the issue was visible using the French translation. Also removed a trailing paranthesis coming out of nowhere. Change-Id: I25001815e17be5afa8eb28cc28c5423e3dcd973c Closes-Bug: #1311047 (cherry picked from commit bc6f40b51d53682054cc4ba28b55b5045d6c8605) 04 May 2014, 12:09:36 UTC
0c3b710 Add missing mock for cinder.default_quota_get When running tests, I get the following logs: INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): public.nova.example.com DEBUG:cinderclient.client:Connection refused: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v1/os-quota-sets/1/defaults (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known) Which signify, that there is a mock missing in the tests. This patch adds that missing mock. Change-Id: I4f79f533b729112d11c7165adde2ac751d49f46b Closes-Bug: #1300141 (cherry picked from commit e019ed140e31f4a25b843429b70c3e28d48a8628) 24 April 2014, 16:43:23 UTC
7c47ec5 Add logging handler for openstack_auth in the tests Without it, log output below ERROR level can also be displayed in the tests output. Change-Id: I342b20fc26468a41843496f11db3e0079b50505c Closes-Bug: #1218462 (cherry picked from commit 8665768523f0afa057a485a7b0194c4b71e3a627) 24 April 2014, 16:41:17 UTC
8fc8887 Merge "Check host is not none in host aggregate page" into stable/icehouse 22 April 2014, 01:42:25 UTC
4304d57 Merge "Add missing comma in Volume ResourceWrapper class" into stable/icehouse 20 April 2014, 20:18:48 UTC
306c5ca Check host is not none in host aggregate page Check that host is not none before trying to parse the services that are up in each availability zone Change-Id: I757f35ca2fa84da3441b544280c1c430bf3e8fb8 Closes-Bug: #1297920 (cherry picked from commit 7f30ab5124618c5b11eebf9c6d69bcfd8a47adc3) 18 April 2014, 14:42:43 UTC
fbd5b2e Add missing comma in Volume ResourceWrapper class Change-Id: Ie0b0f40966f6bf98f693a971fdb498537842b21e Closes-Bug: #1308642 (cherry picked from commit c45449c3a979c15ae414934fe162fbb4f0502ba0) 17 April 2014, 16:02:43 UTC
47e2406 Opening stable/icehouse Bump version to next stable release on icehouse branch, and set defaultbranch in .gitreview for convenience. Change-Id: I7e873a29ec26890e0ef21b97ec33feb78eadac5b 17 April 2014, 13:35:19 UTC
1b0106e Introduces escaping in Horizon/Orchestration 1) Escape help_text a second time to avoid bootstrap tooltip XSS issue The "Description" parameter in a Heat template is used to populate a help_text tooltip in the dynamically generated Heat form. Bootstrap inserts this tooltip into the DOM using .html() which undoes any escaping we do in Django (it should be using .text()). This was fixed by forcing the help_text content to be escaped a second time. The issue itself is mitigated in bootstrap.js release 2.0.3 (ours is currently 2.0.1). 2) Properly escape untrusted Heat template 'outputs' The 'outputs' parameter in a Heat template was included in a Django template with HTML autoescaping turned off. Malicious HTML content could be included in a Heat template and would be rendered by Horizon when details about a created stack were displayed. This was fixed by not disabling autoescaping and explicitly escaping untrusted values in any strings that are later marked "safe" to render without further escaping. Change-Id: Icd9f9d9ca77068b12227d77469773a325c840001 Closes-Bug: #1289033 Co-Authored-By: Kieran Spear <kispear@gmail.com> 08 April 2014, 15:04:39 UTC
d566f62 Merge "Cardinal interpolation error" into milestone-proposed 08 April 2014, 09:24:27 UTC
a9cf547 Import translations from Transifex for Icehouse * Import ~100% completed translations We have three languages: German, Serbian and Hindi in Icehouse :-) * Update language list in openstack_dashboard settings.py * Update English POT files This commit also updates compiled PO files (.mo). There is a discussion compiled PO files should be included in the repo or not, but it is better to be unchanged in this release. Update Transifex resource name in .tx/config for Icehouse. Closes-Bug: #1300290 Change-Id: I0c378e885efc4ecdafdd5d6b027a514a5af5bb2f 07 April 2014, 07:32:34 UTC
6826c57 Cardinal interpolation error -Seems like for the big numbers, d3 is interpolating data badly and it is creating loops in the chart. So quick fix is to switch to linear interpolation as default. -Other interpolation can be set with settings. Change-Id: I82c1514dce6034b3cbc7f95682356a08301482b7 Fixes-bug: #1295537 (cherry picked from commit 8bcc5e9703fa4db5e702685a584d2e91fbea7b4a) 07 April 2014, 04:41:14 UTC
cdec521 Merge "Improve Host Aggregates handle method." into milestone-proposed 04 April 2014, 19:21:31 UTC
7bb7529 Merge "Remove duplicate colon from Size string" into milestone-proposed 04 April 2014, 18:15:51 UTC
09981bd Improve Host Aggregates handle method. Added update conditions to the handle method (remove and add hosts). Previously, to perform an update, first all existing hosts were removed and then all new hosts were added. Now, the update method only remove or add the changed hosts. Added missing unit tests for the update. Change-Id: I52acdd1226be504cf2d0cf029353dbf80e4aa01a Closes-bug: #1287192 (cherry picked from commit 8f4331a6bdc12bb7632f2d170cc94176e0897fbf) 04 April 2014, 08:24:00 UTC
57bc46b Don't ignore the HORIZON_CONFIG['user_home'] setting Dashboard has its own splash, with a hardcoded get_user_home that igonres HORIZON_CONFIG. This patch makes it use horiozn.get_user_home which actually checks the user_home setting, and with the default settings.py, uses dashboard's get_user_home anyways, but allows for changing that default behavior. Change-Id: Id2d957f0cd8fbbbbb8f2c053f0c5df4be177e18c Closes-bug: #1301935 (cherry picked from commit ef2f59f09dd9c27b202a65b38ccf77165f7363a4) 04 April 2014, 07:50:02 UTC
9c5c2d0 Remove duplicate colon from Size string Change-Id: I23354aae9427183bb79e4b51b2c8c29b3519e7ae Closes-bug: #1298991 (cherry picked from commit e1f32355cd57b82d69ce78ca88af88e4a937316e) 31 March 2014, 18:35:21 UTC
23aea6a Merge "Added network's api mocking for the servers_update_addresses method" 31 March 2014, 14:59:49 UTC
a6a169d Merge "Handle "null" time values for Stacks" 31 March 2014, 14:59:46 UTC
2053801 Merge "Make "Gigabytes" quotas description more meaningful" 31 March 2014, 07:42:36 UTC
ea1a39d Merge "Enable settings/change password on keystone v3" 31 March 2014, 07:42:34 UTC
8516945 Added network's api mocking for the servers_update_addresses method Change-Id: Idd6ec125ac4c256c1edae445a7bc6a3a70ba4962 Closes-Bug: #1296321 30 March 2014, 09:30:59 UTC
ebf8a25 Make "Gigabytes" quotas description more meaningful "Gigabytes" quota entry comes from Cinder, but Horizon displays quotas from various projects and "Gigabytes" is hard to understand. This commit changes it to "Total Size of Volumes and Snapshots (GB)". From the same reason, "Snapshots" is renamed to "Volume Snapshots". LUKS Volume quotas are also renamed for consistency. Change-Id: I7289783b75d324980c0ca80b71835ab602efc354 Closes-Bug: #1298934 29 March 2014, 12:59:58 UTC
d7f33e1 Merge "Plugin-based panel group configuration" 29 March 2014, 03:06:56 UTC
463fbec Merge "Fix Exceptions doc page generation" 29 March 2014, 00:43:10 UTC
39ce275 Merge "Adding missing system dependencies to quickstart" 28 March 2014, 18:32:35 UTC
e1080cb Plugin-based panel group configuration Panels can be added through plugin configuration, but it is broken if the user can only use existing panel groups. This adds the capability to create an empty panel group that can be used by panel configuration to add itself to the group. Change-Id: I28d6072fc05b3a4ef5a41cd68337a7864c560525 Closes-Bug: #1287981 28 March 2014, 16:05:03 UTC
79088c8 Merge "Updated from global requirements" 28 March 2014, 08:46:25 UTC
8a237ea Fix Exceptions doc page generation The problem caused by circular import of django.contrib.auth by both horizon.exceptions and openstack_auth.utils (through openstack_dashboard.settings) Change-Id: I7ad178f5dd7f43bf95a3b2091113725c3415533f Closes-Bug: #1276243 28 March 2014, 05:32:31 UTC
9e9a41b Merge "Remove the update default quotas feature" 28 March 2014, 04:28:11 UTC
eb722de Updated from global requirements Change-Id: I456a0cba747d14a2c3b6d11a15ea9b8a40cd80eb 28 March 2014, 02:18:12 UTC
5c6ca40 Merge "Switch over to oslosphinx" 27 March 2014, 21:24:50 UTC
ea0ba69 Adding missing system dependencies to quickstart libffi-dev(el) recently became a system dependency and is not documented in the quickstart guide. Closes-bug: #1298587 Change-Id: I6722f9c600335213408f53b81d4a2915a0dc3bf5 27 March 2014, 20:22:49 UTC
bbd59bf Merge "Remove English compiled catalogs after compilemessages" 27 March 2014, 20:15:36 UTC
56ce8b0 Merge "Clarify description string for image metric" 27 March 2014, 19:18:48 UTC
a56db2f Merge "Make makemessage ignore option work with Django 1.6" 27 March 2014, 16:53:45 UTC
e027878 Enable settings/change password on keystone v3 There is a new API in v3 for users to update their own password. Change-Id: I30e1f4682dab6e29968f38f04fa71e0e3720d5e1 Closes-Bug: #1239757 27 March 2014, 12:24:25 UTC
01133b7 Remove non dev dependency on mox Change-Id: I49267ebbf11b1898ab14216046369ff4720dbd82 Closes-Bug: 1288245 26 March 2014, 16:51:54 UTC
ed586a0 Remove the update default quotas feature The default quota panel has been moved to a tab in the system info panel. The update default quotas feature has been removed. The cinder quota-class methods have been removed to keep consistency. The test cases and the apis for nova and cinder have been modified according the change. This change is done to support the change: I1110022d6f628d03aaf363da707f2d2ef1600437 Change-Id: I193c7209d9681b6d69afe0d996153ac86850d243 Closes-Bug: #1292589 26 March 2014, 15:19:21 UTC
ff70494 Handle "null" time values for Stacks The timesince filter expects a date or datetime object, and would fail when receiving an empty string. Create a new filter that returns the string value "Never" under these circumstances. Change-Id: I73f4dbb608fc143c3ac60d753e9e222762579e51 Closes-Bug: #1286959 26 March 2014, 12:00:53 UTC
857ccf9 Merge "Add dependencies on Quick Start page." 25 March 2014, 17:37:50 UTC
39098ff Clarify description string for image metric This metric seems to have an existential crisis. Change to more succinct "Image existence check" Change-Id: I953c55214e73bb93c452b25f97960e9637f1008c Closes-Bug: #1292937 25 March 2014, 14:59:18 UTC
c3a6c79 Remove English compiled catalogs after compilemessages ./run_tests.sh --compilemessages compiles all languages including English, but English is the source language and there is no need to have compiled message catalogs for English. Also this commit update the description of --makemessages. Change-Id: I30cf4336cc796e8e3bea71120b6c75ce40aaf888 Closes-Bug: #1261290 25 March 2014, 13:27:55 UTC
0af48ac Merge "Sync default OPENSTACK_KEYSTONE_DEFAULT_ROLE with keystone" 25 March 2014, 06:30:46 UTC
3554c02 Merge "Pre-select the network when there's only one." 24 March 2014, 17:46:41 UTC
d320258 Merge "Fix wrong links to volume detail" 24 March 2014, 14:12:43 UTC
9d99de9 Merge "Enforce length checking for instance name field" 24 March 2014, 14:08:00 UTC
0faeb80 Sync default OPENSTACK_KEYSTONE_DEFAULT_ROLE with keystone bug 1264228 changes OPENSTACK_KEYSTONE_DEFAULT_ROLE in example local_settings.py and the document from "Member" to "_member_" which is the default config value in keystone. However, OPENSTACK_KEYSTONE_DEFAULT_ROLE in settings.py is not changed and the default value is still "Member". Change-Id: I4bd4e2388bb2678f80e4f744682699f69252a732 Closes-Bug: #1296429 23 March 2014, 21:54:12 UTC
2139fe9 Fix wrong links to volume detail instance detail page and stack mapping has wrong links to volume details (They point to volume snapshot by mistake) Change-Id: I2c067941034d6a75f5d99fc663fe07515705afe7 Closes-Bug: #1296356 23 March 2014, 18:56:29 UTC
ca0e1e0 Merge "Add missing trunk segment type option for profile create" 22 March 2014, 16:08:08 UTC
a5a0544 Make makemessage ignore option work with Django 1.6 In run_tests.sh --makemessages, files under openstack/common are excluded and "--ignore=openstack/common" option to manage.py makemessages is used to exclude these files. However, after the default version of Django is switched to 1.6, "--ignore" option works does not work as previously it does and strings from openstack/common are included in translation strings. The reason of this is that ignore pattern is checked against basename of each file/directory in Django 1.6. We need to specify basename in ignore patterns: i.e. --ignore=openstack. At now we don't have directories named as "openstack" other than openstack_dashboard/openstack/common, so it works. This works both with Django 1.6 and 1.5. Change-Id: I547be679c2f4ce49bd439b8f629e8720eebdb896 Closes-Bug: #1295920 22 March 2014, 01:59:20 UTC
693ac5e Merge "Update .tx/config with type of files" 21 March 2014, 20:59:53 UTC
72b2d86 Add missing trunk segment type option for profile create The Cisco N1K plugin allows for 'trunk' type network profiles to be created in addition to existing 'vlan' and 'overlay' types. This fix is to add to the segment_type choices in forms.py to include the missing 'trunk' choice. Additionally the description message has been updated to make sure strings are uniform in all locations. The help string for the multicast range has also been updated to reflect a valid mcast IP and finally new unit tests have been added. Closes-bug: #1285298 Change-Id: Ifc6d2952f2e37d6757fe7a432cffdb8fe36ffc61 21 March 2014, 16:41:21 UTC
9dba2cf Merge "Selected instances are not deleted with pagination" 21 March 2014, 14:43:10 UTC
f5660fa Update .tx/config with type of files The Jenkins job for horizon-upstream-translation-update expects that .tx/config is setup properly. .tx/config is the transifex configuration file that is used for interaction with transifix.com for translation of the strings. If you run the commands from the slave-script, it will update .tx/config with information about the type of the files (PO-files). This change is not needed and will break the periodic import script for horizon (which does not exist). Note that the slave-script needs a fix to work as well, will fix it in the config repository. Also, the import script needs to be done. Reference for jenkins job: https://jenkins.openstack.org/view/All/job/horizon-upstream-translation-update/lastBuild/ Reference to slave-script: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/jenkins/files/slave_scripts/upstream_translation_horizon.sh Change-Id: I9fb6799c8555487941967c2102e1d89c2530b60b 21 March 2014, 14:30:03 UTC
96df098 Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: I4cebcffb36724d699147a26eb1132b122cfe669c 21 March 2014, 14:23:44 UTC
537dbac Merge "Disables the clear text password UI by default" 21 March 2014, 06:30:39 UTC
dc982e3 Pre-select the network when there's only one. Change-Id: I3eb7fd65188212a17f63d2c38bba179a4c767442 Closes-Bug: #1260227 20 March 2014, 06:54:34 UTC
b848459 Merge "Fix middleware to not access session fields without user auth" 19 March 2014, 22:31:50 UTC
19e09f6 Merge "Fix distribution pie chart" 18 March 2014, 22:58:37 UTC
0c54217 Merge "Fix project name in the table for Cisco N1K profiles" 18 March 2014, 08:43:05 UTC
cc262e8 Merge "Remove get_resource_or_fake method in VPN panel" 18 March 2014, 02:32:32 UTC
e29edf1 Fix project name in the table for Cisco N1K profiles This is a fix to ensure that the project names for the projects that use the Cisco N1K profiles are correctly displayed in the tables for the Cisco profiles. This essentially entails changing "tenant"/"project_id" to "project" in the forms.py and views.py files; and changing "project_id" to just "id" in the tables.py file. Additionally removing the lines of code for class EditPolicyProfile from the tables.py file. This class is not in any use anywhere and also Policy profiles are uneditable right now. The url it was referring to was also the wrong one. Made sense to just do away with it. Closes-bug: #1229811 Change-Id: Ib7fb79ba5bef8a50cdb500db6e62694aca6aa640 17 March 2014, 18:38:06 UTC
cd2665b Merge "Allow 'Manage Host' to show membership action" 17 March 2014, 17:22:16 UTC
5404103 Merge "Changed the label from Edit Rules to Manage Rules" 17 March 2014, 17:16:35 UTC
f9203c1 Merge "I18N: Fix untranslatable strings in LBaaS workflow" 17 March 2014, 16:22:58 UTC
5d6fe4b Disables the clear text password UI by default The old way of assigning passwords in clear text to instances has been superseded by the nova get-password feature. A corresponding UI feature has been recently included in Horizon (see blueprint "decrypt-and-display-vm-generated-password"). This commit disables the visualization of the old password UI by default. Change-Id: Ia9a8b5c1c398054fb3d726b93f7fecc332b02efe Closes-bug: #1291006 17 March 2014, 13:50:02 UTC
ca985b6 Merge "Fix unbound local error in instance DetailView" 16 March 2014, 17:31:57 UTC
22c09a8 I18N: Fix untranslatable strings in LBaaS workflow Closes-Bug: #1292995 Change-Id: Ic5a9d4e42c1320658ca47250979639f66e0da5e0 16 March 2014, 13:10:35 UTC
2a45797 Merge "Fix Membership list loading bug" 16 March 2014, 09:59:38 UTC
back to top