~ubuntu-branches/ubuntu/trusty/horizon/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chris Johnston, Corey Bryant
  • Date: 2014-10-06 09:00:21 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20141006090021-qg416hpcit1oh3im
Tags: 1:2014.1.3-0ubuntu1
[ Chris Johnston ]
* Fix Ubuntu theme dropdown and confirmation button (LP: #1308651).

[ Corey Bryant ]
* Resynchronize with stable/icehouse (dc8e46f) (LP: #1377136):
  - [ba524b0] template to rely on the the "id" attribute
  - [ad2d428] Rename add_error methods: Django 1.7 conflict
  - [8dfe113] Replace Ceilometer ClientException with HTTPException
  - [f5e1ff4] Add missing "load url from future" in a container template
  - [839c53d] Add OS_REGION_NAME to openrc
  - [737fe40] Set the correct min_disk size when creating volume from image
  - [a8eeed9] Allow forms to disable autofill in all browsers
  - [e32a00d] Fix endpoint error when running keystone on apache
  - [faac9e7] Not able to delete a pseudo-folder via horizon
  - [b6d6e15] Set python hash seed to 0 in tox.ini
  - [ba908ae] Fix XSS issue with the unordered_list filter
  - [9a5894b] Long container names no longer break the page
  - [c9cb128] TEMPLATE_DIRS must be a tuple
  - [95dcdae] Proper port for LBaaS members
  - [dc8e46f] Use default_project_id as user project for keystone v3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
horizon (1:2014.1.3-0ubuntu1) trusty; urgency=medium
 
2
 
 
3
  [ Chris Johnston ]
 
4
  * Fix Ubuntu theme dropdown and confirmation button (LP: #1308651).
 
5
 
 
6
  [ Corey Bryant ]
 
7
  * Resynchronize with stable/icehouse (dc8e46f) (LP: #1377136):
 
8
    - [ba524b0] template to rely on the the "id" attribute
 
9
    - [ad2d428] Rename add_error methods: Django 1.7 conflict
 
10
    - [8dfe113] Replace Ceilometer ClientException with HTTPException
 
11
    - [f5e1ff4] Add missing "load url from future" in a container template
 
12
    - [839c53d] Add OS_REGION_NAME to openrc
 
13
    - [737fe40] Set the correct min_disk size when creating volume from image
 
14
    - [a8eeed9] Allow forms to disable autofill in all browsers
 
15
    - [e32a00d] Fix endpoint error when running keystone on apache
 
16
    - [faac9e7] Not able to delete a pseudo-folder via horizon
 
17
    - [b6d6e15] Set python hash seed to 0 in tox.ini
 
18
    - [ba908ae] Fix XSS issue with the unordered_list filter
 
19
    - [9a5894b] Long container names no longer break the page
 
20
    - [c9cb128] TEMPLATE_DIRS must be a tuple
 
21
    - [95dcdae] Proper port for LBaaS members
 
22
    - [dc8e46f] Use default_project_id as user project for keystone v3
 
23
 
 
24
 -- Chuck Short <zulcss@ubuntu.com>  Mon, 06 Oct 2014 09:00:21 -0400
 
25
 
1
26
horizon (1:2014.1.2-0ubuntu1) trusty; urgency=medium
2
27
 
3
28
  [ Corey Bryant ]