xnet
10 years agogroups/home: add a link to subscribe to a group master
Nicolas Iooss [Thu, 8 Aug 2013 16:38:43 +0000 (18:38 +0200)]
groups/home: add a link to subscribe to a group

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix some things in groups.views
Nicolas Iooss [Tue, 28 May 2013 17:36:03 +0000 (19:36 +0200)]
Fix some things in groups.views

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agogroups/directory: display a nice message when there is nobody in a group
Nicolas Iooss [Tue, 28 May 2013 17:19:45 +0000 (19:19 +0200)]
groups/directory: display a nice message when there is nobody in a group

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agogroups: make superuser have access to everything
Nicolas Iooss [Tue, 28 May 2013 17:11:56 +0000 (19:11 +0200)]
groups: make superuser have access to everything

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix Bootstrap CSS
Nicolas Iooss [Fri, 10 May 2013 09:56:32 +0000 (11:56 +0200)]
Fix Bootstrap CSS

* Sidebar: use normal font for titles
* Navigation bar: use position:absolute to be able to click on the logout link

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agotemplates/base: add missing mailto: before contact link
Nicolas Iooss [Fri, 10 May 2013 09:50:02 +0000 (11:50 +0200)]
templates/base: add missing mailto: before contact link

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoFix empty 403 page in group_required decorator
Nicolas Iooss [Sat, 6 Apr 2013 19:00:18 +0000 (21:00 +0200)]
Fix empty 403 page in group_required decorator

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoImprove docs.
Raphaël Barrois [Sun, 31 Mar 2013 01:00:25 +0000 (03:00 +0200)]
Improve docs.

11 years agodoc: Don't use sphinx.ext.viewcode.
Raphaël Barrois [Sun, 31 Mar 2013 00:02:39 +0000 (01:02 +0100)]
doc: Don't use sphinx.ext.viewcode.

11 years agoShow navigation toolbar for non-logged users
Nicolas Iooss [Sat, 30 Mar 2013 21:19:33 +0000 (22:19 +0100)]
Show navigation toolbar for non-logged users

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd links in page footer
Nicolas Iooss [Sat, 30 Mar 2013 21:18:54 +0000 (22:18 +0100)]
Add links in page footer

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd logout page (view, template, link)
Nicolas Iooss [Sat, 30 Mar 2013 21:09:04 +0000 (22:09 +0100)]
Add logout page (view, template, link)

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agogroups.decorators.group_required: redirect to login when user is not authenticated
Nicolas Iooss [Sat, 30 Mar 2013 19:58:35 +0000 (20:58 +0100)]
groups.decorators.group_required: redirect to login when user is not authenticated

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd 403, 404 and 500 pages
Nicolas Iooss [Sat, 30 Mar 2013 19:56:59 +0000 (20:56 +0100)]
Add 403, 404 and 500 pages

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd contact email setting
Nicolas Iooss [Sat, 30 Mar 2013 19:14:15 +0000 (20:14 +0100)]
Add contact email setting

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd ::1 and localhost in settings.dev.ALLOWED_HOSTS
Nicolas Iooss [Sat, 30 Mar 2013 16:44:14 +0000 (17:44 +0100)]
Add ::1 and localhost in settings.dev.ALLOWED_HOSTS

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoRemove template directory from base settings
Nicolas Iooss [Sat, 30 Mar 2013 16:31:27 +0000 (17:31 +0100)]
Remove template directory from base settings

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd ALLOWED_HOSTS in dev settings
Nicolas Iooss [Sat, 30 Mar 2013 16:27:04 +0000 (17:27 +0100)]
Add ALLOWED_HOSTS in dev settings

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd factories for events (there might be a factoryboy bug for Xelnor in here)
Corentin Wallez [Sat, 30 Mar 2013 01:38:13 +0000 (02:38 +0100)]
Add factories for events (there might be a factoryboy bug for Xelnor in here)

11 years agoFixe the events models, again
Corentin Wallez [Sat, 30 Mar 2013 01:37:35 +0000 (02:37 +0100)]
Fixe the events models, again

11 years agoFix the events models
Corentin Wallez [Sat, 30 Mar 2013 01:18:48 +0000 (02:18 +0100)]
Fix the events models

11 years agoAdd xnet.profiles.
Raphaël Barrois [Sat, 30 Mar 2013 00:06:19 +0000 (01:06 +0100)]
Add xnet.profiles.

11 years agoRemove unused imports
Raphaël Barrois [Sat, 30 Mar 2013 00:06:00 +0000 (01:06 +0100)]
Remove unused imports

11 years agoRename Membership.xuser to Membership.user
Raphaël Barrois [Fri, 29 Mar 2013 23:13:10 +0000 (00:13 +0100)]
Rename Membership.xuser to Membership.user

11 years agoStop using deprecated urls.defaults.
Raphaël Barrois [Fri, 29 Mar 2013 22:38:11 +0000 (23:38 +0100)]
Stop using deprecated urls.defaults.

11 years agoMove xnet/accounts to xnet/groups
Raphaël Barrois [Fri, 29 Mar 2013 22:33:24 +0000 (23:33 +0100)]
Move xnet/accounts to xnet/groups

11 years agoFix typos and improve English in doc/events.rst
Nicolas Iooss [Fri, 29 Mar 2013 22:28:23 +0000 (23:28 +0100)]
Fix typos and improve English in doc/events.rst

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoFix 500 in account.decorators.group_required for anonymous user
Nicolas Iooss [Fri, 29 Mar 2013 22:23:03 +0000 (23:23 +0100)]
Fix 500 in account.decorators.group_required for anonymous user

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoAdd some doc on the structure of events
Corentin Wallez [Fri, 29 Mar 2013 23:16:47 +0000 (00:16 +0100)]
Add some doc on the structure of events

11 years agoRename EventDescription to EventPart
Corentin Wallez [Fri, 29 Mar 2013 23:05:41 +0000 (00:05 +0100)]
Rename EventDescription to EventPart

11 years agoRemove example app
Nicolas Iooss [Fri, 29 Mar 2013 21:55:04 +0000 (22:55 +0100)]
Remove example app

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoMade the notification recipients more explicit
Corentin Wallez [Fri, 29 Mar 2013 21:53:01 +0000 (22:53 +0100)]
Made the notification recipients more explicit

11 years agoevents: tune models.
Raphaël Barrois [Fri, 29 Mar 2013 20:50:34 +0000 (21:50 +0100)]
events: tune models.

11 years agoFix missing self. in events.models.__unicode__
Nicolas Iooss [Fri, 29 Mar 2013 20:47:13 +0000 (21:47 +0100)]
Fix missing self. in events.models.__unicode__

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoMove groups templates to accounts/ app.
Raphaël Barrois [Fri, 29 Mar 2013 20:31:57 +0000 (21:31 +0100)]
Move groups templates to accounts/ app.

11 years agoDocument loading dev dataset.
Raphaël Barrois [Fri, 29 Mar 2013 20:30:09 +0000 (21:30 +0100)]
Document loading dev dataset.

11 years agoAdd datasets module.
Raphaël Barrois [Fri, 29 Mar 2013 20:29:29 +0000 (21:29 +0100)]
Add datasets module.

11 years agoSaner layout of templates.
Raphaël Barrois [Fri, 29 Mar 2013 20:17:25 +0000 (21:17 +0100)]
Saner layout of templates.

11 years agoAdd appconf requirement.
Raphaël Barrois [Fri, 29 Mar 2013 20:13:34 +0000 (21:13 +0100)]
Add appconf requirement.

11 years agoFix xorg auth url
Nicolas Iooss [Fri, 29 Mar 2013 20:13:20 +0000 (21:13 +0100)]
Fix xorg auth url

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoUpdate django_authgroupex version.
Raphaël Barrois [Thu, 28 Mar 2013 23:45:40 +0000 (00:45 +0100)]
Update django_authgroupex version.

11 years agoAdd doc.
Raphaël Barrois [Thu, 28 Mar 2013 23:45:26 +0000 (00:45 +0100)]
Add doc.

11 years agonews - Removing promo range fields
Pierre-Alain Dupont [Sat, 2 Feb 2013 16:54:51 +0000 (16:54 +0000)]
news - Removing promo range fields

Signed-off-by: Pierre-Alain Dupont <pad@melix.net>
11 years agoBetter Makefile.
Raphaël Barrois [Wed, 6 Feb 2013 22:08:33 +0000 (23:08 +0100)]
Better Makefile.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoRemove django.contrib.auth.models.Group from the admin site
Arthur Darcet [Tue, 5 Feb 2013 17:17:25 +0000 (18:17 +0100)]
Remove django.contrib.auth.models.Group from the admin site

11 years agoSplit settings in base/dev/personal
Arthur Darcet [Sat, 2 Feb 2013 20:39:13 +0000 (21:39 +0100)]
Split settings in base/dev/personal

11 years agoaccounts: Add context_processor and middleware.
Raphaël Barrois [Sat, 2 Feb 2013 20:32:57 +0000 (21:32 +0100)]
accounts: Add context_processor and middleware.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoImproves event template.
Thomas [Sat, 2 Feb 2013 19:46:27 +0000 (20:46 +0100)]
Improves event template.

Signed-off-by: Thomas <thomas@MBPThomas.local>
11 years agolists: first MailingList abstraction.
Raphaël Barrois [Sat, 2 Feb 2013 19:23:54 +0000 (20:23 +0100)]
lists: first MailingList abstraction.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoFix Membership.__unicode__.
Raphaël Barrois [Sat, 2 Feb 2013 19:23:38 +0000 (20:23 +0100)]
Fix Membership.__unicode__.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoNicer urls for groups
Arthur Darcet [Sat, 2 Feb 2013 19:14:38 +0000 (20:14 +0100)]
Nicer urls for groups

11 years agoGroup directory view
Arthur Darcet [Sat, 2 Feb 2013 18:57:19 +0000 (19:57 +0100)]
Group directory view

11 years agouse crispy_forms
Corentin Wallez [Sat, 2 Feb 2013 18:49:02 +0000 (18:49 +0000)]
use crispy_forms

11 years agoevents - fix models
Corentin Wallez [Sat, 2 Feb 2013 18:29:30 +0000 (18:29 +0000)]
events - fix models

* do not translate related_name
* an Event is linked to a group

11 years agoevents - use XWorkflows
Corentin Wallez [Sat, 2 Feb 2013 18:03:11 +0000 (18:03 +0000)]
events - use XWorkflows

11 years agoevents - update the model
Corentin Wallez [Sat, 2 Feb 2013 17:45:00 +0000 (17:45 +0000)]
events - update the model

11 years agoevents - add basic views for events
Corentin Wallez [Sat, 2 Feb 2013 16:58:35 +0000 (16:58 +0000)]
events - add basic views for events

11 years agoevents - Update models
Corentin Wallez [Sat, 2 Feb 2013 16:55:51 +0000 (16:55 +0000)]
events - Update models

* Add a Foreign key from Event to it's main dsc
* Add __unicode__
* Add a missing Meta class

11 years agonews - Adds an optionnal linked event to the model
Pierre-Alain Dupont [Sat, 2 Feb 2013 16:41:00 +0000 (16:41 +0000)]
news - Adds an optionnal linked event to the model

Signed-off-by: Pierre-Alain Dupont <pad@melix.net>
11 years agogroup_required decorator
Arthur Darcet [Sat, 2 Feb 2013 16:05:28 +0000 (17:05 +0100)]
group_required decorator

11 years agoAdd test for news
Cyprien Mangin [Sat, 2 Feb 2013 15:59:59 +0000 (16:59 +0100)]
Add test for news

Signed-off-by: Cyprien Mangin <cyprien.mangin@m4x.org>
11 years agoMakes group's logo non-compulsory
Pierre-Alain Dupont [Sat, 2 Feb 2013 15:28:52 +0000 (15:28 +0000)]
Makes group's logo non-compulsory

Signed-off-by: Pierre-Alain Dupont <pad@melix.net>
11 years agoevents - add models
Corentin Wallez [Sat, 2 Feb 2013 15:04:21 +0000 (15:04 +0000)]
events - add models

11 years agoBasic group profile and web/logo/description fields of the Group model
Arthur Darcet [Sat, 2 Feb 2013 14:34:25 +0000 (15:34 +0100)]
Basic group profile and web/logo/description fields of the Group model

11 years agoadd Meta and unicode to classes
Brice Gelineau [Sat, 2 Feb 2013 14:53:12 +0000 (15:53 +0100)]
add Meta and unicode to classes

11 years agoAdd basic news model
Cyprien Mangin [Sat, 2 Feb 2013 14:12:12 +0000 (15:12 +0100)]
Add basic news model

Signed-off-by: Cyprien Mangin <cyprien.mangin@m4x.org>
11 years agoaccounts - add user models
Brice Gelineau [Sat, 2 Feb 2013 14:02:42 +0000 (15:02 +0100)]
accounts - add user models

11 years agoBasic group list
Arthur Darcet [Sat, 2 Feb 2013 13:36:23 +0000 (14:36 +0100)]
Basic group list

11 years agoRemove logout link from home template
Arthur Darcet [Sat, 2 Feb 2013 12:34:22 +0000 (13:34 +0100)]
Remove logout link from home template

11 years agoadd base template
Brice Gelineau [Sat, 2 Feb 2013 12:28:03 +0000 (13:28 +0100)]
add base template

11 years agoAdd make shell command
Arthur Darcet [Sat, 2 Feb 2013 12:23:50 +0000 (13:23 +0100)]
Add make shell command

11 years agogroup: add __unicode__.
Raphaël Barrois [Sat, 2 Feb 2013 12:17:21 +0000 (13:17 +0100)]
group: add __unicode__.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoRemove locales.
Raphaël Barrois [Sat, 2 Feb 2013 12:16:53 +0000 (13:16 +0100)]
Remove locales.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoIntroduce factory_boy
Raphaël Barrois [Sat, 2 Feb 2013 12:16:38 +0000 (13:16 +0100)]
Introduce factory_boy

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years ago4 spaces indentation in base templates
Arthur Darcet [Sat, 2 Feb 2013 12:11:47 +0000 (13:11 +0100)]
4 spaces indentation in base templates

11 years agogroup: make dns optional.
Raphaël Barrois [Sat, 2 Feb 2013 11:52:11 +0000 (12:52 +0100)]
group: make dns optional.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoAdd group model.
Raphaël Barrois [Sat, 2 Feb 2013 11:46:27 +0000 (12:46 +0100)]
Add group model.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoDjango 1.5rc1 in requirements
Arthur Darcet [Sat, 2 Feb 2013 11:33:58 +0000 (12:33 +0100)]
Django 1.5rc1 in requirements

11 years agoadd templates settings
Brice Gelineau [Sat, 2 Feb 2013 11:11:21 +0000 (12:11 +0100)]
add templates settings

11 years agotemplates should be app-independent
Brice Gelineau [Sat, 2 Feb 2013 10:56:34 +0000 (11:56 +0100)]
templates should be app-independent

11 years agoUse python2 in manage.py and Makefile
Arthur Darcet [Sat, 2 Feb 2013 10:56:01 +0000 (11:56 +0100)]
Use python2 in manage.py and Makefile

11 years agoAdd (empty) xnet/private/.
Raphaël Barrois [Sat, 2 Feb 2013 10:42:27 +0000 (11:42 +0100)]
Add (empty) xnet/private/.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoAdd resetdb command.
Raphaël Barrois [Sat, 2 Feb 2013 10:37:18 +0000 (11:37 +0100)]
Add resetdb command.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoAdd first project draft.
Raphaël Barrois [Sat, 2 Feb 2013 01:15:04 +0000 (02:15 +0100)]
Add first project draft.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoUpdate requirements.
Raphaël Barrois [Sat, 2 Feb 2013 01:03:51 +0000 (02:03 +0100)]
Update requirements.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoInitial commit.
Raphaël Barrois [Sat, 2 Feb 2013 00:51:36 +0000 (01:51 +0100)]
Initial commit.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>