horizon/openstack_dashboard/dashboards/admin
Sam Betts a8eeed91fd Allow forms to disable autofill in all browsers
New variable added to form to specify whether it should autofill or
not. This updates the modal forms autocomplete attribute. Hidden
fields are required because Chromium v34+ based browsers ignore the
autocomplete=off form attribute, so the hidden fields catch autofill
data. Any form without self.no_autocomplete = True will just act
like before.

Conflicts:
	horizon/templates/horizon/common/_modal_form.html
	openstack_dashboard/dashboards/admin/users/forms.py

Change-Id: Ibb1722023eea8f57312e1133939d1f75cd909467
Closes-Bug: 1352459
(cherry picked from commit e79af0ac1e)
2014-09-11 10:16:30 -05:00
..
aggregates Fix XSS issue with the unordered_list filter 2014-08-19 15:28:52 +01:00
domains Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
flavors Allow translator to control the word order (update extra spec) 2014-03-13 02:49:24 +09:00
groups Fix multiple Cross-Site Scripting (XSS) vulnerabilities. 2014-07-08 13:08:15 +01:00
hypervisors Enhance pie chart capabilities 2014-02-27 17:05:13 +01:00
images Merge "List all tenant images/snapshots on admin images view" 2014-02-25 12:21:17 +00:00
info Add missing mock for cinder.default_quota_get 2014-04-24 17:43:23 +01:00
instances Merge "Live Migration should not contain current host in the new host list" 2014-03-14 14:32:51 +00:00
metering Add Daily Usage tab to Resource Usage panel 2014-02-20 21:16:27 -07:00
networks Make hardcoded fields translatable 2014-01-22 14:25:25 -06:00
overview Refactor CSV generation code to utils 2014-03-03 10:05:23 -07:00
projects Make "Gigabytes" quotas description more meaningful 2014-03-29 21:59:58 +09:00
roles Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
routers Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
users Allow forms to disable autofill in all browsers 2014-09-11 10:16:30 -05:00
volumes Basic support for Cinder v2 2014-03-03 15:42:23 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Remove the update default quotas feature 2014-03-26 12:19:21 -03:00
models.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00