Raphael Michel
505d3624b3
Added documentation on logging
2016-07-31 13:31:57 +02:00
Raphael Michel
c744ee93b9
Simplify the API for custom URLs
2016-07-31 13:04:17 +02:00
Raphael Michel
d32c1bd9c8
Added runtime SASS compliation and color settings
2016-07-29 20:15:13 +02:00
Raphael Michel
7514b9bab2
Added a signal for processing event requests
2016-07-28 21:02:29 +02:00
Raphael Michel
03a56f81ca
Added documentation on custom views
2016-07-26 12:16:09 +02:00
Tobias Kunze
310a14a393
Move middleware functionality to utils.py ( #154 )
...
This simplifies providing an `event_view` method which works as
decorator for presale/ views (e.g. for plugins), providing passing
requests with event and organizer context if possible, and re-routing or
failing appropriately otherwise.
2016-07-26 10:27:59 +02:00
Tobias Kunze
bfc721978d
Fixed minor documentation errors and mistakes ( #151 )
2016-07-14 20:01:38 +02:00
Raphael Michel
af8e017b07
Added signals to extend the order detail page
2016-07-11 19:48:05 +02:00
Raphael Michel
35a9ab8f62
Added signals that allow to modify the voucher form
2016-07-03 16:52:56 +02:00
Raphael Michel
7b456a620d
Added voucher_redeem_info signal and improved signal documentation
2016-07-03 15:51:09 +02:00
Raphael Michel
e09f213f0c
Fixed developer documentation for Python 3.4
2016-06-27 18:55:23 +02:00
Raphael Michel
0c4368170f
Added hook for links in the footer
2016-06-14 13:05:47 +02:00
Raphael Michel
a7647d8de2
Allow to disable login/password reset
2016-06-06 23:07:49 +02:00
Raphael Michel
e4b1cf8d6f
Document setting storage and mail sending
2016-05-29 20:34:20 +02:00
Raphael Michel
ead7d8ed78
Improved and documented i18n and background tasks
2016-05-29 20:02:31 +02:00
Raphael Michel
8369ad291e
Added a reference to the documentation
2016-05-29 18:53:08 +02:00
Raphael Michel
93502777b5
Documented pretix' URL layer
2016-05-29 18:49:04 +02:00
Raphael Michel
6ce5fadee1
Improved documentation on plugins
2016-05-29 14:56:17 +02:00
Raphael Michel
f999b9ffd9
Updated standalone docker file and install guide
2016-05-09 11:11:25 +02:00
Raphael Michel
9433c76a4c
Removed a temporary file
2016-05-08 13:48:09 +02:00
Raphael Michel
a51f8b1f9b
Added a code of conduct
2016-05-08 12:53:16 +02:00
Raphael Michel
fe7a91970c
More docs on contributing
2016-05-08 12:47:19 +02:00
Raphael Michel
e2febb2979
Removed less from documentation
2016-05-08 12:37:02 +02:00
Raphael Michel
eea90a9066
Updated models and signals documentation
2016-05-08 12:35:04 +02:00
Raphael Michel
f40efc0304
Removed goals from docs because they were highly out of date
2016-05-08 12:12:08 +02:00
Raphael Michel
fdff5e7a98
Switched from LESS to SASS
2016-03-31 20:08:27 +02:00
Raphael Michel
1011893543
Fixed #107 and fixed #125 -- Periodic cleanup tasks
2016-03-26 19:10:31 +01:00
Raphael Michel
7a9930954c
Added voucher data model [backwards incompatible]
2016-02-09 10:42:35 +01:00
Raphael Michel
f748752391
Removed multi-dimensional item variations [backwards-incompatible]
2015-12-13 15:03:56 +01:00
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