Statistics
| Branch: | Tag: | Revision:

root @ 09166ef0

Latest revisions

# Date Author Comment
a6d167c1 02/26/2014 06:03 pm Giorgos Korfiatis

astakos: Use SynnefoCommand to handle unicode

Replace BaseCommand with SynnefoCommand in mngt commands. The latter
properly handles unicode strings.

62a4a5ae 02/26/2014 06:03 pm Giorgos Korfiatis

astakos: Include unicode strings in tests

09166ef0 02/26/2014 06:03 pm Giorgos Korfiatis

astakos: Use pprint_table for expired projects

18304586 02/26/2014 05:53 pm Giorgos Korfiatis

astakos: Replace str with unicode

Define unicode in astakos models rather than str.

9a94c0f1 02/26/2014 05:53 pm Giorgos Korfiatis

astakos: Remove unused lazy_string

d1c9cf66 02/26/2014 12:57 pm Christos Stavrakakis

webproject: Encoded stderr together with stdout

4267cb32 02/26/2014 12:43 pm Christos Stavrakakis

snf_django: Fix alignment in pprint_table command

Alignment was broken from new code that decoded table fields using
user's encoding, since len() function will count length of bytes and not
characters. This commit fixes by making pprint_table work only with...

857f8a2f 02/25/2014 05:58 pm Christos Stavrakakis

snf_django: Fix unicode decoding in SynnefoCommand

Some options of snf-manage commands maybe list or tuples. Applying
'smart_unicode' to them will convert them to unicode object. Instead
of recursively converting data, we convert the arguments to unicodes...

4e571185 02/25/2014 03:01 pm Dionysis Grigoropoulos

plankton: Handle a potential 500 error in plankton

  • Catch a potential 500 error, when registering a file as an Image, while
    trying to decode "Image name" into unicode.
  • Add corresponding test case
51e5aa11 02/24/2014 02:12 pm Christos Stavrakakis

snf_django: Fix typo

View all revisions | View revisions

Also available in: Atom