Commit Graph

1107 Commits

Author SHA1 Message Date
Raphael Michel
b53ef744ec Fixed a bug in I18nFormField (thanks @JRodDynamite) 2016-08-14 10:44:55 +02:00
Flavia Bastos
95159d2af5 Support markdown on frontpage
Expanding on #51
2016-08-13 21:19:36 +02:00
Raphael Michel
5031393136 Force isort to treat typing in the py3.5 style, not py3.4 2016-08-13 21:19:36 +02:00
Tobias Kunze
34212841e2 Fixed typos and a little phrasing. (#175)
Mostly in German translation, some small fixes in English text, too.
2016-08-13 21:16:16 +02:00
Raphael Michel
2ad5565db5 Merge pull request #178 from rixx/order_fixes
Add comment field to Orders
2016-08-13 21:01:05 +02:00
Raphael Michel
ee2463c1ce Merge pull request #169 from rixx/mail_errors
Make mail() raise an exception on obvious failures
2016-08-13 16:51:39 +03:00
Tobias Kunze
6fcf393aba Include comment field in OrderDetail view 2016-08-12 15:13:53 +02:00
Tobias Kunze
3eb581e55a Add comment field to Orders
refs #177
2016-08-12 10:30:23 +02:00
Tobias Kunze
509b2e4f3e Document mail testing setup for devs (#157) 2016-08-10 22:17:16 +02:00
Tobias Kunze
980e0f5eb3 Make mail() raise an exception on obvious failures
As per #164. Should also work for #69.
2016-08-10 21:06:10 +02:00
FlaviaBastos
04ab016d91 Fix #51 -- Allow rich text in product and category descriptions
* Allow rich text in product descriptions

#51

* Allow rich text in category descriptions, update requirements to support fix.

#51

* Change line break (aesthetic only)
#51

* Add markdown to requirements. Update authors file
2016-08-05 23:53:41 +02:00
Raphael Michel
bd01d6b74a Updated German translation 2016-08-05 12:19:41 +02:00
Raphael Michel
72408c012d Refs #131 -- Add exporter to download invoices 2016-08-05 11:49:21 +02:00
Raphael Michel
5ffe2963dd Move core exporters to their own package 2016-08-05 11:37:00 +02:00
Raphael Michel
47682fd243 Refs #131 -- Allow manual reissuing of invoices 2016-08-05 11:34:02 +02:00
Raphael Michel
a22262aa30 Refs #131 -- Allow to regenerate an invoice 2016-08-05 11:26:13 +02:00
Raphael Michel
a61792ed4e Do not issue invoices for free payments 2016-08-05 11:06:22 +02:00
Raphael Michel
f93b2211a6 Fixed a bug that lead to payment fees on free items 2016-08-05 10:40:00 +02:00
Raphael Michel
a056ee732a Added voucher list download as CSV 2016-08-05 10:32:06 +02:00
Raphael Michel
ce6e8d0f5c Refs #105 -- Check quota before blocking it with a voucher 2016-08-05 10:18:24 +02:00
Raphael Michel
58e706b721 Fixed bug in quota calculation (thanks @rixx!) 2016-08-04 18:00:28 +02:00
Raphael Michel
17d5221579 Sendmail: Allow manual payment reminders 2016-08-04 17:56:07 +02:00
Raphael Michel
39ada8954e Added optional links to the order in emails 2016-08-04 17:56:07 +02:00
Tobias Kunze
43b10a4f12 Add missing nav_event signal to docs (#158) 2016-08-04 11:02:43 +02:00
Raphael Michel
8dcb8193fa Added deprecation warning for old-style urlconfigs in plugins 2016-08-03 09:43:43 +02:00
Raphael Michel
01fff14152 Improved documentation 2016-08-03 09:43:43 +02:00
Raphael Michel
221ce9f0ae Added configuration options for some secret lengths 2016-08-03 00:18:04 +02:00
Raphael Michel
d976d8d26d Added some database indices 2016-08-03 00:18:04 +02:00
Raphael Michel
565c74c980 Fixed typo 2016-08-01 09:16:40 +02:00
Raphael Michel
6cea2f8ce5 Clarify configmation request 2016-07-31 21:12:26 +02:00
Raphael Michel
d682b8121d Fixed saving boolean fields in SettingsForm 2016-07-31 20:42:29 +02:00
Raphael Michel
ff6ef16672 Updated README 2016-07-31 19:45:39 +02:00
Raphael Michel
b0d3f0926a Added guide for manual installation 2016-07-31 15:43:17 +02:00
Raphael Michel
caa6e74c0a Settings: Use RawConfigParser 2016-07-31 14:57:43 +02:00
Raphael Michel
d2f1bd6b63 Fixed bug in EventMiddleware 2016-07-31 13:58:48 +02:00
Raphael Michel
ba5d871197 Added process_response URL hook 2016-07-31 13:45:42 +02:00
Raphael Michel
dd7f9c952f Fixed plugins with event URLs only 2016-07-31 13:43:42 +02:00
Raphael Michel
31ed5876df Re-order plugin tutorials 2016-07-31 13:37:51 +02:00
Raphael Michel
eab356da53 Re-order signal reference 2016-07-31 13:34:47 +02:00
Raphael Michel
505d3624b3 Added documentation on logging 2016-07-31 13:31:57 +02:00
Raphael Michel
f8392db16c Added a mainreverse equivalent to eventreverse 2016-07-31 13:06:20 +02:00
Raphael Michel
1fbb1352d9 Moved core plugins to the new URL API 2016-07-31 13:06:06 +02:00
Raphael Michel
c744ee93b9 Simplify the API for custom URLs 2016-07-31 13:04:17 +02:00
Raphael Michel
3a96ec78f0 Fixed overriding of primary color 2016-07-30 23:03:50 +02:00
Raphael Michel
694c3143a5 Fixed typos and updated translation 2016-07-30 22:46:07 +02:00
Raphael Michel
8d01e092b3 Fixed test that broke in 9b573b9 2016-07-30 15:50:12 +02:00
Raphael Michel
168288e98a Added voucher tag statistics 2016-07-30 15:41:59 +02:00
Raphael Michel
650f2412c2 Added filtering to the voucher list 2016-07-30 13:56:43 +02:00
Raphael Michel
b7ad2cdc39 Fixed problems when plugins extend LoggedModel 2016-07-30 13:39:41 +02:00
Raphael Michel
60c10485d1 Added a custom welcome text 2016-07-30 13:06:41 +02:00