c030a31e2b
Pinned Django on < 2.0 for better compatibility. Mainlined traslation code for better DRY workflow. Fixed the EventDetail Mixin.
Xeniac2017-12-07 22:54:18 +01:00
b20b988e5d
Pinned Django on < 2.0 for better compatibility. Mainlined traslation code for better DRY workflow. Fixed the EventDetail Mixin.
Xeniac2017-12-07 22:54:18 +01:00
ade2a568f7
added on_delete in models an migrations for django 2.0 compatibility.
Xeniac2017-12-07 22:08:47 +01:00
cf0e5e778c
added on_delete in models an migrations for django 2.0 compatibility.
Xeniac2017-12-07 22:08:47 +01:00
c5781246fe
Added a setting where the exported excel files should be stored. Added a option to send the exported excel as mail attachment.
Xeniac2017-12-07 09:40:35 +01:00
c7b714c41b
Added a setting where the exported excel files should be stored. Added a option to send the exported excel as mail attachment.
Xeniac2017-12-07 09:40:35 +01:00
4bd017ec4f
Fixed queryset so that EventDetailView will work too.
Xeniac2017-11-24 19:48:21 +01:00
f51155cfac
Fixed queryset so that EventDetailView will work too.
Xeniac2017-11-24 19:48:21 +01:00
52ec7d42b7
Fixed Hanchan count and filter from last merge.
Xeniac2017-11-24 19:47:28 +01:00
1315bc4225
Fixed Hanchan count and filter from last merge.
Xeniac2017-11-24 19:47:28 +01:00
d62f549a30
Squashed commit of the following:
Xeniac2017-11-23 22:26:22 +01:00
97749bfd2e
Squashed commit of the following:
Xeniac2017-11-23 22:26:22 +01:00
bb5081a78b
Added a setting where the exported excel files should be stored. Added a option to send the exported excel as mail attachment.
Xeniac2017-11-23 22:02:40 +01:00
84880281c6
Added a setting where the exported excel files should be stored. Added a option to send the exported excel as mail attachment.
Xeniac2017-11-23 22:02:40 +01:00
854fd38740
Fixed: enumerate the Seasonrankings starting with 1 Fixed: Logging error when a value changed from/to None
Xeniac2017-11-23 22:01:38 +01:00
cffbd30d7e
Fixed: enumerate the Seasonrankings starting with 1 Fixed: Logging error when a value changed from/to None
Xeniac2017-11-23 22:01:38 +01:00
6de1ecb102
add a latest method to query the latest x events
Christian Berg2017-11-23 14:15:36 +01:00
3a611ca9da
add a latest method to query the latest x events
Christian Berg2017-11-23 14:15:36 +01:00
bf12060c3b
add a latest method to query the latest x events
Christian Berg2017-11-23 14:15:12 +01:00
68c484afc9
add a latest method to query the latest x events
Christian Berg2017-11-23 14:15:12 +01:00
5ad628f33a
Changed PlayerDanScore to only list non-legacy hanchans
Christian Berg2017-11-20 07:47:47 +01:00
92470514c4
Changed PlayerDanScore to only list non-legacy hanchans
Christian Berg2017-11-20 07:47:47 +01:00
36272c60d6
fixed import of MIN_HANCHANS_FOR_LADDER that moved to settings
Christian Berg2017-11-20 07:42:44 +01:00
d33e5fc8c6
fixed import of MIN_HANCHANS_FOR_LADDER that moved to settings
Christian Berg2017-11-20 07:42:44 +01:00
c428f6ed1f
Updated docstrings for new since and until kwargs
Christian Berg2017-11-20 07:41:04 +01:00
bb110da5a2
Updated docstrings for new since and until kwargs
Christian Berg2017-11-20 07:41:04 +01:00
9276e97c36
added a since parameter to the hanchan queries to return only hanchans since the give date and time
Christian Berg2017-11-20 07:33:54 +01:00
35a51091bf
added a since parameter to the hanchan queries to return only hanchans since the give date and time
Christian Berg2017-11-20 07:33:54 +01:00
fd244f10e8
new command: resetdanranking YYYY-MM-DD, sets every dan player to 1st dan with zero dan_points at the given date.
Christian Berg2017-11-19 16:55:10 +01:00
c0c48f950a
new command: resetdanranking YYYY-MM-DD, sets every dan player to 1st dan with zero dan_points at the given date.
Christian Berg2017-11-19 16:55:10 +01:00
0a45cf1fd8
added new fields to KyuDanRanking that allow to pick up the calculation from the last state of the KyuDanRanking. last_hanchan_date: it contains the start of the latest hanchan content for this players ranking. wins_in_row: to save the currents wins in a row
Christian Berg2017-11-19 16:14:59 +01:00
d9e0d5596c
added new fields to KyuDanRanking that allow to pick up the calculation from the last state of the KyuDanRanking. last_hanchan_date: it contains the start of the latest hanchan content for this players ranking. wins_in_row: to save the currents wins in a row
Christian Berg2017-11-19 16:14:59 +01:00
fa6a81c710
FIXED: DateTimeField Hanchan.start received a naive datetime
Xeniac2017-11-13 22:59:13 +01:00
a3c02ae73a
FIXED: DateTimeField Hanchan.start received a naive datetime
Xeniac2017-11-13 22:59:13 +01:00
3f26ad3617
Code cleanup some small changes in the formatting.
Christian Berg2017-11-07 06:52:55 +01:00
638ec96c25
Code cleanup some small changes in the formatting.
Christian Berg2017-11-07 06:52:55 +01:00
fd8c8510c8
Code cleanup some small changes in the formatting.
Christian Berg2017-11-03 07:49:21 +01:00
34d327f183
Code cleanup some small changes in the formatting.
Christian Berg2017-11-03 07:49:21 +01:00
f571f44995
Fixed: SplitDateTime Widgets always complains about the date/time format.
Xeniac2017-11-05 21:58:12 +01:00
002eb40ea5
Fixed: SplitDateTime Widgets always complains about the date/time format.
Xeniac2017-11-05 21:58:12 +01:00
50b520caae
Fixed Typer Error "can't compare datetime.datetime to datetime.date". Add a datetime to the hanchan queue instead of an date.
Xeniac2017-11-05 10:22:39 +01:00
d97c9db539
Fixed Typer Error "can't compare datetime.datetime to datetime.date". Add a datetime to the hanchan queue instead of an date.
Xeniac2017-11-05 10:22:39 +01:00
7c08ead392
Sitemaps for page that should be public viewable
Xeniac2017-11-03 07:16:47 +01:00
7ef69849a4
Sitemaps for page that should be public viewable
Xeniac2017-11-03 07:16:47 +01:00
d5b67ffe0c
export_ranking now exports KyuDanRankings and SeasonRankings.
Xeniac2017-11-03 07:15:28 +01:00
8719c2377a
export_ranking now exports KyuDanRankings and SeasonRankings.
Xeniac2017-11-03 07:15:28 +01:00
f3d44b743b
recalculating only the new hanchans shoud do the trick now. the racalc cronjob reports erronous partly recalculations now. A lot of code cleanups
Xeniac2017-11-01 09:53:52 +01:00
abeb86d48f
recalculating only the new hanchans shoud do the trick now. the racalc cronjob reports erronous partly recalculations now. A lot of code cleanups
Xeniac2017-11-01 09:53:52 +01:00
ec8761b868
TODO ergänzt mit meldungen von coala.io scripte nach bin/ verschoben
Xeniac2017-09-08 07:51:07 +02:00
42a6ebedf9
TODO ergänzt mit meldungen von coala.io scripte nach bin/ verschoben
Xeniac2017-09-08 07:51:07 +02:00
6e2240ed5f
Another Step in the Quest to clean up the code base.
Xeniac2017-09-08 07:19:50 +02:00
b3ab9798b5
Another Step in the Quest to clean up the code base.
Xeniac2017-09-08 07:19:50 +02:00
8f4bdec701
Removed manual references on the CKEditor, they will be injected by django-ckeditor
Xeniac2017-06-26 17:12:57 +02:00
ce218080b2
Removed manual references on the CKEditor, they will be injected by django-ckeditor
Xeniac2017-06-26 17:12:57 +02:00
7a54e55931
Coala .coafile hinzugefügt für einfache überwachung der Codestandards.
Xeniac2017-06-09 17:19:44 +02:00
63e099b7c5
Coala .coafile hinzugefügt für einfache überwachung der Codestandards.
Xeniac2017-06-09 17:19:44 +02:00
3e9689c04a
Eine Menge Aufräumarbeiten. * Eine Testsuite um Mahrjong Ranking Berechnungen zu testen * Erste Arbeiten um die Workarounds aus dem "utils" Paket los zu werden. * Vieles am Code umformatiert für PEP8 conformität
Xeniac2017-06-07 13:25:30 +02:00
a26a91c360
Eine Menge Aufräumarbeiten. * Eine Testsuite um Mahrjong Ranking Berechnungen zu testen * Erste Arbeiten um die Workarounds aus dem "utils" Paket los zu werden. * Vieles am Code umformatiert für PEP8 conformität
Xeniac2017-06-07 13:25:30 +02:00
690ebec3b0
Abhängikeiten aktualisiert. Social Auth Module haben den Eigentümer verändert,die Paketnamen wurden angepasst Abhängigkeiten für Python 3 kompatible Module aktualisiert Versionseinschränkungen für Django Update entfernt.
Xeniac2017-05-10 10:21:38 +02:00
cf0bbb4c8f
Abhängikeiten aktualisiert. Social Auth Module haben den Eigentümer verändert,die Paketnamen wurden angepasst Abhängigkeiten für Python 3 kompatible Module aktualisiert Versionseinschränkungen für Django Update entfernt.
Xeniac2017-05-10 10:21:38 +02:00
400aa95005
Anpassungen des Codes an Django 1.11 mit Python 3 Grapelli wurde entfernt, das neue Django Admin ist hübsch genug.
Xeniac2017-05-10 10:15:39 +02:00
321531c160
Anpassungen des Codes an Django 1.11 mit Python 3 Grapelli wurde entfernt, das neue Django Admin ist hübsch genug.
Xeniac2017-05-10 10:15:39 +02:00
636c76fd78
Neues Kommando: update-ranking Aktualisiert alle Kyu-/Dan Rankings mit einem einfachen Befehl in der Shell.
Xeniac2017-05-10 10:13:23 +02:00
5437b7b8de
Neues Kommando: update-ranking Aktualisiert alle Kyu-/Dan Rankings mit einem einfachen Befehl in der Shell.
Xeniac2017-05-10 10:13:23 +02:00
5882bb213d
Adapted Code for Django 1.11 and Python 3, updated the CKEditor
Xeniac2017-05-10 10:10:10 +02:00
10bdaaa98c
Adapted Code for Django 1.11 and Python 3, updated the CKEditor
Xeniac2017-05-10 10:10:10 +02:00
60bc7fcf7b
Auswahl wird auf aktivierte Accounts mit aktiver Mitgliedschaft beschränkt.
Christian Berg2017-03-13 09:33:27 +01:00
9b4ab374c6
Auswahl wird auf aktivierte Accounts mit aktiver Mitgliedschaft beschränkt.
Christian Berg2017-03-13 09:33:27 +01:00
07db651002
Added "Host: Directive" for Yandex. This line is useless, but prevents their "webmaster central" to send me unneccesary "warnings". "Host: kasu.at" literaly says that this site is available under kasu.at, not www.kasu.at
Christian Berg2016-09-17 10:39:01 +02:00
8595959872
Added "Host: Directive" for Yandex. This line is useless, but prevents their "webmaster central" to send me unneccesary "warnings". "Host: kasu.at" literaly says that this site is available under kasu.at, not www.kasu.at
Christian Berg2016-09-17 10:39:01 +02:00
4252a1ae66
Some changes that the settings to reduce the logic in the local_settings.py
Christian Berg2016-09-16 19:37:37 +02:00
9b0967adc8
Some changes that the settings to reduce the logic in the local_settings.py
Christian Berg2016-09-16 19:37:37 +02:00
7ee935d5dd
Helptext now appears beside a Checkbox/Circle, not as a prargraph below anymore.
Christian Berg2016-09-16 19:36:13 +02:00
ac78dc3d75
Helptext now appears beside a Checkbox/Circle, not as a prargraph below anymore.
Christian Berg2016-09-16 19:36:13 +02:00
834fcfef8c
Added database migrations for the previous changes.
Christian Berg2016-09-16 19:34:24 +02:00
57b7d5a84b
Added database migrations for the previous changes.
Christian Berg2016-09-16 19:34:24 +02:00