Commit Graph

534 Commits

Author SHA1 Message Date
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
Frédéric Péters 6525e58851 misc: change get_parents_and_self to always return a list (#10041) 2016-02-21 12:41:33 +01:00
Frédéric Péters a4f25ed391 manager: add styles for more page levels 2016-02-20 14:13:53 +01:00
Serghei Mihai edb19948fa lingo: raise 404 if transaction does not exist (#10033) 2016-02-19 11:28:29 +01:00
Frédéric Péters 93bc57d526 lingo: add migration with uptodate eopayment backend choices 2016-02-18 15:55:13 +01:00
Frédéric Péters 2e87f43066 misc: only meddle with browser history if there's a ParametersCell (#10024) 2016-02-18 15:00:01 +01:00
Frédéric Péters 465729829e lingo: use new eopayment common options for return/callback URLs (#9910) 2016-02-16 20:44:50 +01:00
Serghei Mihai 967a9c0681 lingo: return url redirects to the page that initiated the payment (#9854) 2016-02-16 19:35:57 +01:00
Frédéric Péters 72c4b68247 publik: add support for chrono in menu (#9977) 2016-02-13 10:25:04 +01:00
Frédéric Péters b6e7778eca general: add a new "recent documents" cell (#9973) 2016-02-12 19:26:23 +01:00
Serghei Mihai f99183ca1c newsletters: include templates in the MANIFEST (#9748) 2016-02-12 16:47:47 +01:00
Serghei Mihai 538497f58f tests: fix newsletters cell tests 2016-02-12 09:39:20 +01:00
Serghei Mihai a3f1ff3960 jenkins.sh: install mock for tests 2016-02-11 16:15:59 +01:00
Frédéric Péters a31720575d misc: don't float cubes charts when printing 2016-02-11 16:12:19 +01:00
Serghei Mihai 8aa3c56290 translation update 2016-02-11 16:07:31 +01:00
Serghei Mihai caee98f075 newsletters cell (#9748) 2016-02-10 22:48:31 +01:00
Frédéric Péters 42fa3daea8 lingo: add back possibility to select sips1 backend (#9832) 2016-02-09 11:15:43 +01:00
Frédéric Péters e7200ec612 translation update 2016-02-09 09:45:43 +01:00
Frédéric Péters 9708ecfbe5 misc: translate template and placeholder names (#9043) 2016-02-09 09:45:20 +01:00
Benjamin Dauvergne 2286faf445 use replaceState() to intialize popstate (fixes #9917) 2016-02-09 09:25:49 +01:00
Frédéric Péters 1682c763a9 lingo: replace SIPS by SIPS2 backend 2016-02-08 15:50:58 +01:00
Frédéric Péters 3bf296c54a misc: style cubes charts on two columns in portal agent (#9842) 2016-02-08 15:29:00 +01:00
Frédéric Péters b8a8b94a77 misc: fix French translation of gauge 2016-02-08 15:29:00 +01:00