Oskar Hahn
|
5c6f7a41a8
|
Merge branch 'stable/1.6.x'
Conflicts:
tests/assignment/test_views.py
|
2014-10-18 08:53:51 +02:00 |
|
Oskar Hahn
|
cb03908a1b
|
Returns a 404 response if a requested poll does not exist.
fixes #1355
|
2014-10-17 07:55:41 +02:00 |
|
Oskar Hahn
|
3527b0a75b
|
Refactory of the participant app
* New user model (used Django's AbstractBaseUser)
* Renamed the app to users
* removed person api
See #861
Fixed #576 #478
|
2014-10-12 10:06:54 +02:00 |
|
Emanuel Schuetze
|
2a389b4a7f
|
Fixed #1326: Assignment PDF fails when having a lot of posts.
Print always 7 signature lines in assingment pdf.
Added test.
|
2014-10-10 22:24:28 +02:00 |
|
Oskar Hahn
|
32137b6523
|
Use python3
python3.3 and python3.4 are supported
|
2014-08-24 21:21:11 +02:00 |
|
Emanuel Schuetze
|
f651ccf3b9
|
Fixed #1275 (Creating assignment pdf failed)
|
2014-05-13 21:39:27 +02:00 |
|
Norman Jäckel
|
9f99ef8a38
|
Fixed error when creating an assignment poll. Fixed #1203.
|
2014-05-12 22:58:23 +02:00 |
|
Norman Jäckel
|
4b63f3a288
|
Coupled assignment candidates with list of speakers. Fixed #1092.
|
2014-01-13 15:22:46 +01:00 |
|
Oskar Hahn
|
0752d476e4
|
Change to MIT Licence
* Remove headers
* Changed lineendings to linux style in AUTHORS and CHANGELOG
|
2013-11-04 14:57:30 +01:00 |
|
Oskar Hahn
|
d937262d28
|
Use flake8 instead of pep8. Orderd the imports with isort
* changed the fab-command pep8 to check
* checked and fixed any code with flake8. Also the urls.py
* checkt the projector app with pylint
|
2013-10-14 18:43:12 +02:00 |
|
Norman Jäckel
|
26607da154
|
Fix delete of assignments with related agenda items.
|
2013-09-07 16:33:10 +02:00 |
|
Norman Jäckel
|
834851acbd
|
Typo in assignment view (fixed #805)
|
2013-07-04 15:40:47 +02:00 |
|
Oskar Hahn
|
64af0b162f
|
Create admin-user after syncdb
|
2013-06-16 17:07:55 +02:00 |
|
Oskar Hahn
|
efd10eaecc
|
Fixed #718
An string argument was not used in the assignment app
|
2013-06-13 16:47:35 +02:00 |
|