Commit Graph

193 Commits

Author SHA1 Message Date
Sebastian Lohff a4c308af6f Add requirements.txt 2019-12-03 20:49:15 +01:00
Sebastian Lohff 91f549b69e Use userprofile directly instead of userprofile_set 2019-11-20 00:49:23 +01:00
Sebastian Lohff 63b3f71141 Migration to Django 1.10 2018-10-24 01:03:53 +02:00
tkroenert 03e6178fd3 *fix: [#369] buying from item page doesn't work 2012-11-16 21:12:01 +01:00
Florian Streibelt e7043e2f08 When user is already logged in redirect to the startpage 2012-09-25 19:58:49 +02:00
Konrad Mohrfeldt 552dcc6edf added new payment/deposit icons 2012-07-11 18:42:50 +02:00
Konrad Mohrfeldt 24c0cc5c07 fixed access rights for assets 2012-07-11 18:36:10 +02:00
MasterofJOKers 59a9e43675 'true' is 'True' in python 2012-06-16 20:14:35 +02:00
MasterofJOKers 64d0e879c7 use tabs, not spaces 2012-06-16 20:00:45 +02:00
MasterofJOKers 17d3b37e64 remove a forgotten print statement 2012-06-16 20:00:45 +02:00
MasterofJOKers edc81ca1e1 Change some deprecated code
Python docs say:
"Test for the presence of key in the dictionary. has_key() is
deprecated in favor of key in d."
2012-06-16 20:00:45 +02:00
MasterofJOKers a7ec8bc5fa fix bug: variable would be unknown 2012-06-16 20:00:45 +02:00
MasterofJOKers 4b0d637a79 remove commented and unused code 2012-06-16 20:00:45 +02:00
MasterofJOKers b6f99b07ec some pep8 cleanups for readability 2012-06-16 20:00:45 +02:00
MasterofJOKers a059e69dff clean up imports 2012-06-16 20:00:45 +02:00
tkroenert 16cd3639c1 *fix: views.py: (hope it) will fix issues with sql's case-insensitives LIKE 2012-06-09 18:12:56 +02:00
Sebastian Lohff d04135c74c Added missing self in CSRF-Resource ctor 2012-05-26 18:47:12 +02:00
Sebastian Lohff b98648db19 Rewrote parts with licensing issues 2012-05-26 17:55:46 +02:00
Sebastian Lohff 06ce64172e Minor text update for FAQ 2012-05-24 13:19:43 +02:00
tkroenert d4f263b1a5 *fix: payout not defined 2012-04-17 17:59:06 +02:00
tkroenert 442665fbfd transaction/ - cleanup
transaction/  * fix ticket Ticket #25
2012-04-05 23:31:03 +02:00
tkroenert 4317bde253 *fix: Ticket #88 (use RPG for transactions) 2012-04-05 22:25:44 +02:00
tkroenert 3df2c2e122 Merge branch 'master' of git.someserver.de:k4ever 2012-04-03 14:23:46 +02:00
Sebastian Lohff f31ef83965 faq: add useful information 2012-04-03 14:22:25 +02:00
Sebastian Lohff 51996ee210 Fixed "treasurer" template 2012-03-19 18:55:41 +01:00
Konrad Mohrfeldt 5bc1124edc refactored navbar so it fits on screens with at least 910px width 2012-02-06 01:42:20 +01:00
Konrad Mohrfeldt 184b7c0504 switched order of tabs for settings 2012-02-06 01:12:07 +01:00
Konrad Mohrfeldt 4c1241b096 use tabbed views for pages with large amounts of content 2012-02-06 01:06:30 +01:00
Konrad Mohrfeldt a7510dc0ec prevent admin.css from override body padding 2012-02-06 00:38:33 +01:00
Konrad Mohrfeldt 2d1b9faeca hide search and buy form when user is not authenticated 2012-02-06 00:25:38 +01:00
Konrad Mohrfeldt d050ef9c13 restyled loginform 2012-02-06 00:23:15 +01:00
Konrad Mohrfeldt e721756121 moved default settings from template to settings_default.py. my fault. sorry :( 2012-02-06 00:19:08 +01:00
Konrad Mohrfeldt 3c0df6aba0 removed treasurer.html from versioning 2012-02-05 23:56:35 +01:00
Konrad Mohrfeldt 8c276644f5 template refactoring the first. fixes #6, #84, 75 2012-02-05 23:54:26 +01:00
Konrad Mohrfeldt 771d5db9ec added bootstrap 2012-02-05 19:39:59 +01:00
Konrad Mohrfeldt a3a364b9c7 added local font replacements for google webfont directory imports. fixes #3 2012-02-05 14:07:34 +01:00
Sebastian Lohff c9c9357afa Added MEDA_ROOT to settings.py.template 2012-02-02 02:03:24 +01:00
Sebastian Lohff 551c8641d3 Merge branch 'morejson' 2012-02-01 23:01:20 +01:00
Sebastian Lohff d6bcb172fb Docs: Install documentation for k4ever and barcode-plugin 2012-01-29 04:39:06 +01:00
Sebastian Lohff bef462a86d K4ever install documentation 2012-01-28 20:31:09 +01:00
Sebastian Lohff 5c480e452f Merge branch 'master' of git.someserver.de:k4ever into morejson 2012-01-27 20:20:41 +01:00
Sebastian Lohff cadeffec3a Merge branch 'morejson' of git.someserver.de:k4ever into morejson 2012-01-27 17:39:11 +01:00
Sebastian Lohff b06995f893 Added hooks to provide initial data for some Models 2012-01-27 17:38:14 +01:00
Sebastian Lohff d8d40415bd Merge branch 'master' of git.someserver.de:k4ever into morejson 2012-01-26 23:46:55 +01:00
Konrad Mohrfeldt 3be9d20a58 remove Freitagsrunden-specific content from template 2012-01-23 00:50:35 +01:00
Konrad Mohrfeldt 63ac10aad4 added exception templates. fixes #74 2012-01-23 00:49:53 +01:00
Sebastian Lohff b82053d797 Merge branch 'master' of git.someserver.de:k4ever 2012-01-23 00:35:44 +01:00
Sebastian Lohff b41ebac6e5 Cleaned up settings for release, fixes #9 2012-01-23 00:34:25 +01:00
Konrad Mohrfeldt 9b18c4508e update balance when buying items via javascript. fixes #10 2012-01-23 00:10:32 +01:00
Sebastian Lohff 1b7aaca19f getProfile ==> get_profile... 2012-01-21 22:07:13 +01:00