Revision:

Revisions

# Date Author Comment
74c8da56 02/21/2014 05:10 pm Olga Brani

uinext: Various fixes

a4e9c19c 02/21/2014 04:11 pm Christos Stavrakakis

plankton: Fix handling of HTTP headers

Handle properly image properties that are passed through HTTP headers.
We convert the request headers to image properties by unquoting them and
then decoding them to Unicode objects using 'utf-8' encoding. Image keys...

01c660b6 02/21/2014 04:07 pm Christos Stavrakakis

snf_django: Replace uenc with smart_unicode

f259c6d9 02/21/2014 04:07 pm Christos Stavrakakis

cyclades: Make all DB models return unicode repr

c4e22972 02/21/2014 04:05 pm Christos Stavrakakis

snf_django: Explicitly set encoding of requests

Explicitly set request encoding to UTF-8 instead of relying
DEFAULT_CHARSET setting. See:
https://docs.djangoproject.com/en/1.4/ref/unicode/#form-submission

df455d57 02/21/2014 04:05 pm Christos Stavrakakis

cyclades: Replace 'uenc' with 'smart_unicode'

Replace use of 'synnefo.util.text.uenc' function with
'django.utils.encoding.smart_unicode'.

'uenc' function depends on the locale category LC_CTYPE, which is not
appropriate for Cyclades API. We explicitly use 'smart_unicode' and...

9ff114c3 02/21/2014 04:05 pm Christos Stavrakakis

stats: Replace uenc with smart_unicode

5a6cee09 02/21/2014 04:05 pm Christos Stavrakakis

snf_django: Handle unicode errors in JSON bodies

Catch unicode errors when JSON deserializing the body of a request.
Also, rename 'get_request_dict' function to 'get_json_body', as it is a
more represenative name for what the function is doing.

49fb00cc 02/21/2014 04:05 pm Ilias Tsitsimpis

snf-ci: Search all public networks

When creating a new floating IP try all public networks
until we find one that is not full.

d2db2d69 02/21/2014 03:55 pm Sofia Papagiannaki

docs: Update Changelog

a6c6857c 02/21/2014 12:36 pm Olga Brani

uinext: One ItemsItemController

21387cf4 02/21/2014 12:10 pm Kostas Papadimitriou

ui: Escape vm metadata keys in vm list item views (icon/single)

69c64a4c 02/21/2014 11:15 am Olga Brani

uinext: Clean-up models

cd84cd34 02/20/2014 07:22 pm Athina Bekakou

new ui: reset wizard when it closes

cc5d0e0e 02/20/2014 07:14 pm Athina Bekakou

new ui: add the submenus of the wizard

0c6ab9df 02/20/2014 06:40 pm Sofia Papagiannaki

pithos: Fix TypeError when listing over-populated containers

Update tests

Refs: #5119

dd759d76 02/20/2014 04:41 pm Giorgos Korfiatis

astakos: Fix states in project migration

Denying an application does not set the project deleted. It must still be
visible until the application is dismissed.

c8922d01 02/20/2014 04:41 pm Giorgos Korfiatis

snf_django: Properly chain `exclude' queries

Although chained filters, e.g. filter(p1).filter(p2), can be summed up as
filter(p1, p2), this is not the case with exclude. If you want to exclude
those selected by p1 as well as those selected by p2, you need...

c2a78208 02/20/2014 04:41 pm Giorgos Korfiatis

astakos: Omit base projects by default in listing

Add option `--base-projects' to include base projects in the output of
project-list management command.

f3bdab04 02/20/2014 04:41 pm Giorgos Korfiatis

cyclades: Fix list objects in enforce

Convert set back to list, because the code further down requires an
indexable object.

86860c5e 02/20/2014 01:51 pm Olga Brani

uinext: Improved colorpicker functionality

60c6bb5e 02/20/2014 01:20 pm Constantinos Venetsanopoulos

docs: Regions, Zones, Clusters and VM mobility

Add a section in the Admin Guide documenting mobility and failure
domains: Regions, Zones, Clusters.

2a4126d7 02/20/2014 12:06 am Kostas Papadimitriou

Tag create form handling

5f071b6f 02/19/2014 07:20 pm Athina Bekakou

new ui: merge modifications

Conflicts:
snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember.js
snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/components.js
snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/controllers.js...

1933ffd6 02/19/2014 06:42 pm Athina Bekakou

new ui: set the structure of vm-wizard using ember features

« Previous 1 ... 4 5 6 7 8 ... 584 Next » (126-150/14585) | Per page: 25, 50, 100

Also available in: Atom