horizon/horizon
Thai Tran a31b770bfb Modified hzSelectAll to watch changes in row length
hzSelectAll run once initially and does not know about new rows that are
added. For tables that require adding or removing of rows, this poses a
significant problem.

To solve this issue, we need to watch the changes made to row. However,
watching the entire collection is also very costly. Instead, we will watch
over the change in row length.

Partially Implemenents: blueprint angularize-identity-tables
Change-Id: I2a6718737b6855181f483fc63d42637a0cec548d
2015-03-30 11:03:51 -07:00
..
browsers Fix Flake8 style warnings in horizon/ 2014-07-29 20:38:49 +00:00
conf Set the password_autocomplete default to "off" 2015-02-11 10:52:45 -06:00
contrib Datepicker locale support 2014-09-23 14:24:48 +00:00
forms Fix common misspellings 2015-03-23 14:38:32 +01:00
locale Imported Translations from Transifex 2015-03-30 06:16:11 +00:00
management Updating startpanel for pluggables 2015-01-14 16:11:00 -07:00
static Modified hzSelectAll to watch changes in row length 2015-03-30 11:03:51 -07:00
tables Merge "Change N/A to id in the message" 2015-03-19 11:02:22 +00:00
tabs Merge "Allow to hide tab title bar when only one tab is available" 2015-03-07 00:07:56 +00:00
templates Merge "Fixes double slash problem in Swift Container pseudo folder" 2015-03-30 15:09:38 +00:00
templatetags Merge "Updated overview graph when usage exceeds quota" 2015-03-24 13:27:18 +00:00
test Fixing changing WEBROOT from / 2015-03-23 13:47:22 -06:00
utils Merge "Allow all printable ASCII characters in security group names" 2015-03-14 10:07:58 +00:00
workflows Fix setting Primary Project for new user once the project was created 2015-01-16 20:51:31 +03:00
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py Clean unused code for `supports_tenants` 2015-02-04 10:10:49 +08:00
context_processors.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
decorators.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
exceptions.py Quality of life improvements to APIVersionManager 2015-01-30 21:53:55 -08:00
loaders.py Add Django-1.7 support 2015-03-18 08:42:10 +01:00
messages.py Uniquify horizon messages returned in a single response 2014-09-17 13:45:07 +00:00
middleware.py Horizon login page contains DOS attack mechanism 2014-12-08 16:38:37 -07:00
models.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
site_urls.py Fix E128 errors in horizon/ 2014-10-15 13:50:07 +09:00
version.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
views.py Document and improve PageTitleMixin readability 2015-02-11 16:16:20 +00:00