Statistics
| Branch: | Tag: | Revision:

root / snf-webproject @ 693bebea

# Date Author Comment
693bebea 02/26/2013 02:11 pm Stratos Psomadakis

Make docs (devflow) version-'aware'

6a8d05b4 02/14/2013 05:21 pm Christos Stavrakakis

Rewrite logging settings

5adcc57e 02/07/2013 02:14 pm Christos Stavrakakis

Fixes to setup.py

Update author/maintainer name/email of all synnefo projects. Also fix
short description and some whitespace issues.

778081b0 01/29/2013 06:19 pm Christos Stavrakakis

Do not automatically update version files

Do not automatically update version files from setup.py. From now
on, version files are updated using 'update_version.py' script and
'devflow'.

Also removed autopkg.conf and created devflow.conf configuration file.

e43ac298 01/17/2013 04:38 pm Christos Stavrakakis

Check subcommand for encoding stdout

Dummy check, forced by bug in builtin `isatty` method:
https://bugzilla.redhat.com/show_bug.cgi?id=841152

473e2b08 01/17/2013 04:37 pm Christos Stavrakakis

Remove devflow form build dependency

600222f6 01/16/2013 03:54 pm Christos Stavrakakis

Remove celery dependency

5d3daee1 01/16/2013 01:01 pm Christos Stavrakakis

Remove devtools and rename to devflow

c9b113ac 01/14/2013 06:54 pm Vangelis Koukis

WIP commit for the devtools build system

e399faa2 01/09/2013 03:12 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
snf-webproject/synnefo/webproject/manage.py

c9284fad 01/07/2013 02:39 pm Christos Stavrakakis

Fix bug in encoding stdout

Propagate attribute access to original sys.stdout. Also fix corner case where
sys.stdout does not have encoding attribute.

23ded2df 01/04/2013 02:43 pm Christos Stavrakakis

Fix typo

95663bf4 01/04/2013 02:42 pm Christos Stavrakakis

Avoid the use of sys__stdout__

65e4e685 01/04/2013 02:20 pm Christos Stavrakakis

Fix typo

21ce46e9 01/04/2013 02:09 pm Christos Stavrakakis

Avoid the use of sys__stdout__

e44de63f 01/04/2013 01:58 pm Christos Stavrakakis

Fix UnicodeError when writing to sys.stdout

Due to a bug the was fixed in Python-2.7, in Python-2.6 unicode strings
that are written to sys.stdout (using sys.stdout.write) are not
converted to bytestrings using the file.encoding. Instead
sys.stdout.encoding is set to None, and the default encoding is used. We...

a45fc1ae 01/04/2013 01:28 pm Christos Stavrakakis

Fix UnicodeError when writing to sys.stdout

Due to a bug the was fixed in Python-2.7, in Python-2.6 unicode strings
that are written to sys.stdout (using sys.stdout.write) are not
converted to bytestrings using the file.encoding. Instead
sys.stdout.encoding is set to None, and the default encoding is used. We...

6d20b7f3 12/11/2012 02:17 pm Vangelis Koukis

Migrate default settings to files under conf/

Migrate default settings to files under conf/ for every
Synnefo component.

TODO: Obliterate snf-cyclades-app/synnefo/appt_settings/default/*
and similar files. Make import of synnefo settings common throughout...

d80813fb 10/25/2012 05:29 pm Stratos Psomadakis

Minor changes

f12085fa 10/24/2012 10:58 pm Stratos Psomadakis

Cleanse sensitive settings in debug output

In case of server errors prevent django from printing or emailing sensitive
settings.

bdff90d3 10/24/2012 11:55 am Christos Stavrakakis

Move LOGGING_SETUP from common to webproject

d01cd522 10/10/2012 03:19 pm Christos Stavrakakis

Various fixes about logging

Fix logging from snf-manage commands. Modify snf-manage implementation
in order to setup the loggers for all snf-manage commands. Configuration
is based on SNF_MANAGE_LOGGING_SETUP setting from snf-common or on
basicConfig if that setting is missing....

ab133e68 09/07/2012 01:25 pm Vangelis Koukis

Move pooling psycopg2 wrapper to synnefo.lib.db

Move pooling psycopg2 wrapper to synnefo.lib.db,
please see commit e83ed1fb8fb4d0d19c2d3f86152fde60b3cadfd9 for all the
details on how to use the pooling wrapper for psycopg2.

e83ed1fb 08/25/2012 03:53 pm Vangelis Koukis

Add pooling synnefo.db.pooled_psycopg2 DBAPI drv

Add DBAPI driver synnefo.db.pooled_psycopg2, which is a
thin, pooling wrapper around psycopg2.

To use, first monkey-patch psycopg2:

from synnefo.db.pooled_psycopg2 import monkey_patch_psycopg2
monkey_patch_psycopg2()...

e5c17381 07/18/2012 02:09 pm Kostas Papadimitriou

Update Changelogs for v0.10.0

6f284708 07/16/2012 07:48 pm Kostas Papadimitriou

Fix default cyclades ui UI_MEDIA_URL setting

e82a761a 07/16/2012 07:20 pm Kostas Papadimitriou

Update snf-manage bash completion documentation

b29a81b1 07/16/2012 07:18 pm Kostas Papadimitriou

Bash completion script for snf-manage

6ac8eb5b 07/16/2012 07:18 pm Kostas Papadimitriou

Include extras dir in python package

e17a08fe 05/02/2012 04:17 pm Kostas Papadimitriou

Update subprojects documentation

include Changelog chapter in main document for cyclades-app and
webproject

55bb3258 05/02/2012 03:32 pm Kostas Papadimitriou

Update webproject Changelog

b85ac316 04/03/2012 05:38 pm Kostas Papadimitriou

Enable USE_X_FORWARDED_HOST by default in webproject

a90834fb 03/30/2012 05:05 pm Kostas Papadimitriou

Update snf-webproject Changelog

b24907d1 03/30/2012 05:05 pm Kostas Papadimitriou

Set SESSION_SECURE_COOKIE to True by default

5505e60c 03/30/2012 03:33 pm Kostas Papadimitriou

Update webproject default settings

- Removed settings that change based on entry_point hooks
- Other minor default values improvements

715ca8d0 03/15/2012 02:30 pm Kostas Papadimitriou

Update webprojet setup.py

to include html templates in package

0abd88d6 03/15/2012 01:30 pm Kostas Papadimitriou

Updated MANIFEST.in

e953fca5 03/15/2012 01:21 pm Kostas Papadimitriou

Updated webproject Changelog

bfbdb021 03/12/2012 06:42 pm Kostas Papadimitriou

Improve webproject static files serve views

25762387 03/12/2012 06:42 pm Kostas Papadimitriou

Update snf-webproject documentation

dde1dd17 03/08/2012 01:43 pm Kostas Papadimitriou

Updated webproject changelog

8bd44142 02/24/2012 08:25 pm Kostas Papadimitriou

Proper snf-common version spec

b0f564cb 02/24/2012 05:29 pm Kostas Papadimitriou

New version requirements for snf-webproject

8e176bdf 02/23/2012 04:58 pm Kostas Papadimitriou

snf-webproject fixes

d60dc9d4 02/23/2012 03:13 pm Kostas Papadimitriou

Logging config and entry_points in snf-webproject

1b9af82c 02/23/2012 12:42 pm Kostas Papadimitriou

Default configuration changes

- cached_db as default session backend
- removed default SITE_ID setting (not required by all synnefo
components)

62a0fc36 02/21/2012 02:46 pm Kostas Papadimitriou

Serve MEDIA_ROOT path from MEDIA_URL url

b3ae4dd1 02/15/2012 05:18 pm Kostas Papadimitriou

Serve static files view from django project

- Disabled if DEBUG is set to False
- Configurable using WEBPROJECT_SERVE_STATIC
- To avoid the need of each synnefo django application to add new url
entries for serving its own static files.

55b1e11f 02/15/2012 02:16 pm Kostas Papadimitriou

Move link_static management command in webproject

88506db0 02/14/2012 07:20 pm Kostas Papadimitriou

Updated changelogs for snf-common and snf-webproject

426d375b 02/14/2012 06:52 pm Kostas Papadimitriou

Add default 404 and 500 templates in webproject

2483793d 02/14/2012 06:16 pm Kostas Papadimitriou

Updated snf-webproject changelog

0aecdbd8 02/14/2012 06:14 pm Kostas Papadimitriou

Moved set_language view in webproject

since the url that changes the user session language was moved in webproject
as an app wide url, the view that gets bind to the url should exist also
in webproject.

6f1fcf10 02/14/2012 02:05 pm Kostas Papadimitriou

New entry point for TEMPLATE_CONTEXT_PROCESSORS

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app

b1996c81 01/30/2012 06:40 pm Kostas Papadimitriou

Updated documentation with new packages names

b332dfee 01/27/2012 04:34 pm Kostas Papadimitriou

Change DEBUG setting to False

4c099520 01/27/2012 11:21 am Kostas Papadimitriou

Some additional documentation

- database initialization with south
- additional virtualenv docs
- changed pip install package discovery links

9940eacf 01/27/2012 11:16 am Kostas Papadimitriou

Initial split of documentation

- Moved synnefo documentation in docs dir
- Added documentation files for each synnefo package seperately
- Moved dispatcher, admin logging settings in snf-app

1c9a0076 01/23/2012 04:37 pm Kostas Papadimitriou

Moved default database settings in webproject

21dc099b 01/20/2012 07:51 pm Kostas Papadimitriou

Changed Django version

4c6e6e6b 01/20/2012 06:41 pm Kostas Papadimitriou

Removed python comments from COPYRIGHT files

27847250 01/20/2012 05:56 pm Kostas Papadimitriou

Added COPYRIGHT files for each project

eeda4702 01/19/2012 12:23 pm Kostas Papadimitriou

Moved database default config in snf-app

18c15348 01/18/2012 06:03 pm Kostas Papadimitriou

Fix management commands imports for namespace packages

9a32d894 01/18/2012 02:23 pm Kostas Papadimitriou

Updated setup.py

- catch synnefo.util import errors
- added snf packages dependencies
- added dependency_link for snf-* package discovery

7df4ecdc 01/16/2012 02:05 pm Kostas Papadimitriou

Added snf-app entry points for static files

18a544f5 01/16/2012 01:56 pm Kostas Papadimitriou

Management utility fix

Handle command discovery of namespaced application modules.

cc11c0dd 01/16/2012 12:55 pm Kostas Papadimitriou

Exclude version modules from repository

66e7b0ae 01/13/2012 06:51 pm Kostas Papadimitriou

Added django as requirement in snf-webproject

07d104d8 01/13/2012 02:11 pm Kostas Papadimitriou

Improved packaging

- Improved automatic version tagging from git repo.
- Added auto generated synnefo.<package>.version module to contain each
package version.

2ce0636e 01/12/2012 03:06 pm Kostas Papadimitriou

Initial commit for snf-webproject

- new package snf-webproject
- moved basic django related settings in snf-webproject
- added new entry point utils to ease the extension mechanism of
snf-webproject (urlpatterns, middleware, static_files, installed_apps)...