Commit Graph

606 Commits

Author SHA1 Message Date
Thomas NOËL 462aada3f8 utils: explicit user in requests (#10530) 2016-04-05 17:57:52 +02:00
Frédéric Péters 8917bdc597 trivial: add a <span> to menu items 2016-04-04 12:13:03 +02:00
Frédéric Péters 827cd70576 general: add a new "root page" attribute to menu cells (#10537) 2016-04-04 12:12:57 +02:00
Frédéric Péters 0061a2a1c6 fargo: use the generic way to do signed requests (#10492) 2016-03-30 22:17:54 +02:00
Frédéric Péters 47f9f7c8ca wcs: implement and use a generic way to do signed requests (#10492) 2016-03-30 22:17:44 +02:00
Frédéric Péters b663799b49 translation update 2016-03-29 18:38:29 +02:00
Frédéric Péters 89914f883e lingo: add classes to invoice table cells (#10465) 2016-03-29 11:50:58 +02:00
Frédéric Péters 3843eae814 lingo: handle invoice payment date (#10464) 2016-03-29 10:58:21 +02:00
Frédéric Péters 22ca41af96 general: add option to limit the number of displayed feed entries (#10389) 2016-03-28 15:07:39 +02:00
Frédéric Péters 8480bae3b5 wcs: add a class to finished forms in list of all forms (#10180) 2016-03-28 14:54:28 +02:00
Frédéric Péters ea55247799 lingo: add a description text field to invoice cells (#10453) 2016-03-27 10:38:24 +02:00
Frédéric Péters 1b10f83a76 lingo: don't use ckeditor for invoices cells title (#10350) 2016-03-27 10:28:46 +02:00
Frédéric Péters 0ae0e75e53 lingo: don't insert <h3> when the title is empty (#10350) 2016-03-27 10:28:46 +02:00
Frédéric Péters 2d210bbd7f lingo: always display title parameter of invoices cells (#10350) 2016-03-27 10:28:46 +02:00
Frédéric Péters a2b8fab5b1 lingo: error out if there's no amount parameter passed to basket API (#10160) 2016-03-27 10:28:46 +02:00
Frédéric Péters a2299d423a wcs: allow setting up a manual order of forms of a category (#8914) 2016-03-27 10:28:46 +02:00
Frédéric Péters 12f9987f5e lingo: give invoice links on their own line (#10349) 2016-03-25 12:04:58 +01:00
Frédéric Péters 79eddfbf48 lingo: improve translations of strings of invoice popup (#10342) 2016-03-24 20:57:12 +01:00
Frédéric Péters 452e956ce6 lingo: include dates in invoice popup in <span> (#10342) 2016-03-24 20:57:12 +01:00
Frédéric Péters a9a334e1dd lingo: include amounts in invoice popup in <span> (#10342) 2016-03-24 20:57:12 +01:00
Frédéric Péters bc5981fd4c lingo: use proper markup around invoice popup button (#10342) 2016-03-24 20:57:12 +01:00
Frédéric Péters 4a7d8e6e68 lingo: use two decimals in invoice popup (#10342) 2016-03-24 20:57:12 +01:00
Frédéric Péters 1f386fe2ff translation update 2016-03-20 19:07:41 +01:00
Frédéric Péters 130a6c70ec general: make sure context processors are applied in ajax rendering (#10345)
As Django 1.8 now supports several template engines the template context
processors are only applied when the context is bound to an actual template;
trick it here as a stopgap measure as we continue to support both Django 1.7
and 1.8.
2016-03-20 18:46:24 +01:00
Frédéric Péters 4f68665bcf jenkins: use latest pylint, and get pylint-django 2016-03-20 12:53:27 +01:00
Frédéric Péters dea29f02a5 general: make it possible to set initial level of menu cells (#10040) 2016-03-20 10:54:24 +01:00
Frédéric Péters f2ec4031a1 jenkins: install django-webtest 2016-03-20 10:54:24 +01:00
Frédéric Péters a140d0ffd0 lingo: remove webservice URL trailing slash if necessary (#10347) 2016-03-20 10:47:46 +01:00
Frédéric Péters 9f62013af4 general: add compatibility with Django 1.8 (#10288) 2016-03-20 10:47:46 +01:00
Frédéric Péters 93603bc96d lingo: fix "basket link" cell to point to the page with the basket (#9038) 2016-03-20 10:47:46 +01:00
Frédéric Péters 2c1ea797b5 lingo: return to basket page if there are still items to pay (#10254) 2016-03-20 10:47:46 +01:00
Frédéric Péters b6b26477fe general: add title support to feed cells (#10241) 2016-03-20 10:47:46 +01:00
Frédéric Péters 7b31d6bfe8 lingo: make it possible to cancel a basket item (#10236) 2016-03-20 10:47:46 +01:00
Frédéric Péters 6abb1b30c0 general: fix site import when link cells refer to future cells (#8598) 2016-03-20 10:47:46 +01:00
Frédéric Péters e674108bee settings: provide four template variants (#10213) 2016-03-20 10:47:46 +01:00
Frédéric Péters cb453d7c4b manager: don't let missing templates be selected (#10212) 2016-03-17 17:00:06 +01:00
Frédéric Péters 07127dbac6 misc: don't display userdata cells if there's no logged-in user (#10035) 2016-03-17 10:11:41 +01:00
Frédéric Péters 5e9f93cd65 feed cell: use entry summary attribute, which is safe html (#10325) 2016-03-17 10:11:41 +01:00
Frédéric Péters 1076d58e71 lingo: increase max length of basket item subject (#10257) 2016-03-13 19:36:05 +01:00
Frédéric Péters 84c20ff22c lingo: display a message after successful payment (#10161) 2016-03-09 15:29:39 +01:00
Frédéric Péters 0ba6f90df1 lingo: simply use "Pay" as button label (#10234) 2016-03-09 15:29:39 +01:00
Benjamin Dauvergne 61b9147347 dataviz: set responsiveMinHeight to 300px (fixes #10221) 2016-03-07 12:46:07 +01:00
Frédéric Péters 47de1d79bc debian: declare custom hobo agent module (#10122) 2016-03-02 16:49:11 +01:00
Frédéric Péters 41df67c15c lingo: fix singular form in "basket link" cell (#10163) 2016-03-02 16:49:11 +01:00
Serghei Mihai 8e538c4636 lingo: internationalisation fix (#10079) 2016-02-25 14:42:41 +01:00
Serghei Mihai 43cd7bee09 lingo: use unicode for minimal payment amount warning (#10079)
Update tests
2016-02-25 11:51:29 +01:00
Serghei Mihai b7eb006263 lingo: return to basket cell page if no item to pay selected (#9992) 2016-02-25 11:28:16 +01:00
Serghei Mihai 822eb20cee warn user when minimal payment amount is not reached (#10079) 2016-02-25 11:26:24 +01:00
Serghei Mihai a3ce154e71 lingo: cron for updating transactions status (#9744) 2016-02-24 18:54:53 +01:00
Frédéric Péters c39f9d31e9 misc: don't put two graphs on the same line below a certain size 2016-02-24 14:58:35 +01:00