Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im @ a442c81d

Name Size
  fixtures
  management
  migrations
  static
  templates
  templatetags
  tests
  views
__init__.py 0 Bytes
activation_backends.py 19.8 kB
astakos_resources.py 1.6 kB
auth.py 3.3 kB
auth_backends.py 3.3 kB
auth_providers.py 22.7 kB
context_processors.py 4.1 kB
cookie.py 4.2 kB
fields.py 3.7 kB
forms.py 42.3 kB
functions.py 41 kB
messages.py 17.9 kB
models.py 69.7 kB
notifications.py 3.1 kB
presentation.py 10.3 kB
project_notif.py 5.6 kB
quotas.py 11.3 kB
register.py 7 kB
settings.py 10.4 kB
tables.py 14.3 kB
urls.py 8.9 kB
util.py 11.5 kB
weblogin_urls.py 1.6 kB
widgets.py 2.7 kB

Latest revisions

# Date Author Comment
a442c81d 03/04/2014 12:23 pm Ilias Tsitsimpis

Fix console output for management commands

From Django's documentation:
When you are using management commands and wish to provide console
output, you should write to self.stdout and self.stderr, instead of
printing to stdout and stderr directly.

This patch fixes the managements commands to use the proper...

ed7e736e 02/28/2014 02:50 pm Giorgos Korfiatis

astakos: Always display projects in menu

Since now we cannot do without projects, we remove the option to hide
projects from Astakos UI.

ff5edb80 02/28/2014 01:00 pm Giorgos Korfiatis

Update Copyright for project-related changes

Update Copyright for files merged into develop in 2014 concerning the new
projects mechanism.

5d3a191e 02/28/2014 11:10 am Giorgos Korfiatis

astakos: Some more project tests

def409e0 02/26/2014 05:38 pm Giorgos Korfiatis

astakos: Fix unbound reference

65c37e16 02/25/2014 04:36 pm Giorgos Korfiatis

astakos: Set limits at enable time in migration

0486dc60 02/25/2014 01:15 pm Giorgos Korfiatis

astakos: Fix/disable form tests

Fix test_ui_visible; disable test_applications until the development of the
new project views has matured.

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.

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.

9c6d629f 02/19/2014 06:19 pm Giorgos Korfiatis

Remove keypath, use common dict operations instead

Replace get_path with dict indexing. Remove unused setting
`CYCLADES_CUSTOMIZE_SERVICES' that used set_path. Remove the util/keypath.py
module.

View revisions

Also available in: Atom