Raphael Michel
|
83b5fa2fa6
|
Added a model for logging actions
|
2015-12-12 15:41:48 +01:00 |
|
Raphael Michel
|
d133d2abff
|
Removed CleanerVersion layer [backwards-incompatible!]
|
2015-12-12 13:08:33 +01:00 |
|
Raphael Michel
|
4a1122a862
|
Fixed #108 -- Removed the restrictions system
|
2015-12-06 17:49:02 +01:00 |
|
Raphael Michel
|
6c9e8ae3a7
|
Fixed cookie domain behaviour
|
2015-11-09 21:13:02 +01:00 |
|
Raphael Michel
|
f348000dff
|
Fixed a documentation typo
|
2015-10-18 23:14:36 +02:00 |
|
Raphael Michel
|
6e46b6fddb
|
Updated requirements documentation
|
2015-10-18 19:54:57 +02:00 |
|
Raphael Michel
|
f7011abfd4
|
Re-structured requirements files
|
2015-10-18 19:47:16 +02:00 |
|
Raphael Michel
|
3fa0cfb077
|
Added multi-domain capabilities
|
2015-10-18 14:01:28 +02:00 |
|
Raphael Michel
|
93d027cec6
|
Make all orders "guest orders"
|
2015-10-05 11:24:00 +02:00 |
|
Raphael Michel
|
7def097dcd
|
Refs #96 -- Completely removed local users
|
2015-09-17 00:55:00 +02:00 |
|
Raphael Michel
|
101f1c77e0
|
Refs #44 -- Added optional celery background queue for mails
|
2015-09-09 23:42:16 +02:00 |
|
Raphael Michel
|
6279540372
|
Added a default set of active plugins
|
2015-09-08 21:12:56 +02:00 |
|
Raphael Michel
|
9ab6cc52c7
|
Refs #40 -- Removed Python 3.2/3.3 support
|
2015-08-22 14:23:11 +02:00 |
|
Raphael Michel
|
8b4addde1e
|
Added first steps of installation documentation
|
2015-08-15 17:39:02 +02:00 |
|
Raphael Michel
|
ae35bdbd18
|
Refs #88 -- Document that utf-8 should be set for MySQL
|
2015-08-15 17:31:17 +02:00 |
|
Raphael Michel
|
8e086f1f3f
|
Added dispatch_uid argument to all receivers to prevent duplicate
execution
|
2015-08-15 14:36:29 +02:00 |
|
Raphael Michel
|
c928864477
|
Added a basic framework for data exporters
|
2015-08-14 22:44:07 +02:00 |
|
Raphael Michel
|
b2d7e09a10
|
Fixed two failing tests
|
2015-08-14 21:30:06 +02:00 |
|
Raphael Michel
|
d87106ee67
|
Fixed #85 -- Fixed logic of time restrictions
|
2015-08-14 21:17:28 +02:00 |
|
Raphael Michel
|
8732e92cde
|
Refs #80 -- Moved static files to a top-level directory
|
2015-07-20 11:19:43 +02:00 |
|
Raphael Michel
|
e828d711bd
|
Used isort to order all import statements
|
2015-07-19 20:46:34 +02:00 |
|
Raphael Michel
|
1dbce9db24
|
Merge pull request #81 from abrock/master
Spelling corrections
|
2015-07-19 12:46:51 +02:00 |
|
Raphael Michel
|
509d8b8f08
|
Fixed #80 -- Documented that we do not have a front page yet.
|
2015-07-19 12:46:19 +02:00 |
|
Alexander Brock
|
e81bdbfd92
|
Spelling corrections
|
2015-07-18 00:47:18 +02:00 |
|
Raphael Michel
|
478b900ab3
|
Fixed #46 -- Added a plugin to send out emails
|
2015-07-12 18:45:22 +02:00 |
|
Raphael Michel
|
235769ce4f
|
Added the possibility to use Redis for quota locks
|
2015-06-30 17:29:34 +02:00 |
|
Raphael Michel
|
9adb5c3e12
|
Added ADMINS setting
|
2015-06-29 19:53:35 +02:00 |
|
Raphael Michel
|
765076540a
|
Fixed a bug introduced in 1f08dfd
|
2015-06-28 17:41:20 +02:00 |
|
Raphael Michel
|
12b81449a3
|
Fixed a typo
|
2015-06-28 17:32:51 +02:00 |
|
Raphael Michel
|
bf6dca3e93
|
Reduced maximum McCabe function complexity by one
|
2015-06-28 17:12:27 +02:00 |
|
Raphael Michel
|
e419b9a99d
|
Updated documentation
|
2015-06-28 16:28:24 +02:00 |
|
Raphael Michel
|
6ceb061205
|
Improve documentation formatting
|
2015-06-28 16:23:28 +02:00 |
|
Raphael Michel
|
f04c43abdc
|
Refs #33 -- Added UI and Stripe support for retrying failed payments
|
2015-06-25 15:50:46 +02:00 |
|
Raphael Michel
|
c4789fb9a4
|
Fixed #73 -- Add memcached configuration options
|
2015-06-23 19:57:34 +02:00 |
|
Raphael Michel
|
bef9e05e0b
|
Added a payment provider for free products
|
2015-06-23 10:08:23 +02:00 |
|
Raphael Michel
|
4adea8ccd0
|
Fixed a documentation error
|
2015-06-16 21:02:42 +02:00 |
|
Raphael Michel
|
423dc9f0aa
|
Refactor: separate forms from view, improve code style
|
2015-06-03 13:19:59 +02:00 |
|
Raphael Michel
|
f68132f006
|
Fix data directory settings
|
2015-06-03 00:29:36 +02:00 |
|
Raphael Michel
|
cc057e8b96
|
Change URL configuration
|
2015-06-02 20:43:54 +02:00 |
|
Raphael Michel
|
10373838f1
|
Add a user settings form
|
2015-05-22 09:15:38 +02:00 |
|
Raphael Michel
|
18a83d7e38
|
Re-use official static3 package as 0.6.1 fixed the bug we found
Use own dj-static fork as long as our patch is in review
Remove setting for FORCE_SCRIPT_NAME
|
2015-05-20 10:22:45 +02:00 |
|
Raphael Michel
|
73169b78b6
|
Further improve settings
|
2015-05-16 11:02:50 +02:00 |
|
Raphael Michel
|
62b5d1c6eb
|
Improved dockerfile, config file usage and documentation
|
2015-05-16 00:56:09 +02:00 |
|
Raphael Michel
|
5b3b1bba32
|
Fix typo
|
2015-04-19 18:27:05 +02:00 |
|
Raphael Michel
|
8b88878b8d
|
Add a plugin API for ticket outputs
|
2015-04-19 18:11:15 +02:00 |
|
Raphael Michel
|
d17bf6a874
|
Make plugin dependencies optional by allowing plugins to report errors
|
2015-04-19 17:35:42 +02:00 |
|
Raphael Michel
|
462ff5c9ac
|
Add tool for creating testdata
|
2015-04-19 13:12:30 +02:00 |
|
Raphael Michel
|
1532b3f1ee
|
Stripe: Refund webhook implemented (#32)
|
2015-04-16 10:18:49 +02:00 |
|
Raphael Michel
|
d981998a40
|
Proper namespaces for plugin URLs
|
2015-04-16 09:35:18 +02:00 |
|
Raphael Michel
|
6d73267912
|
Refund process (closes #26)
|
2015-04-06 16:23:51 +02:00 |
|