Commit Graph

433 Commits

Author SHA1 Message Date
Frédéric Péters 7378aeaf88 lingo: add basic management of regies (#6702) 2015-12-25 21:18:17 +01:00
Frédéric Péters ec8b79d98e lingo: add French translations 2015-12-25 21:18:17 +01:00
Frédéric Péters f7fca2f99a lingo: hide combo cell types if no regie are defined 2015-12-25 21:18:16 +01:00
Frédéric Péters eda81a82f8 lingo: remove unused imports 2015-12-25 21:18:16 +01:00
Frédéric Péters 839fe0686a lingo: add a "recent transactions" combo cell 2015-12-25 21:18:16 +01:00
Frédéric Péters ad80027ad5 lingo: use timezone.now() instead of datetime.now() 2015-12-25 21:18:16 +01:00
Frédéric Péters 3a19ec0e01 lingo: notify wcs synchronously for now, with a short timeout 2015-12-25 21:18:16 +01:00
Frédéric Péters a1812cd48b lingo: notify wcs of paid items 2015-12-25 21:18:16 +01:00
Frédéric Péters a857abb8d8 lingo: handle posting form and receiving callbacks 2015-12-25 21:18:16 +01:00
Frédéric Péters 6cd32e39b5 lingo: declare ingenico (ogone) service 2015-12-25 21:18:16 +01:00
Frédéric Péters 1d42ebc729 lingo: send request to payment service 2015-12-25 21:18:16 +01:00
Frédéric Péters e11ef16656 lingo: add initial migration 2015-12-25 21:18:16 +01:00
Frédéric Péters 98100a5d20 lingo: turn basket into a form 2015-12-25 21:18:16 +01:00
Frédéric Péters d13d62dd73 lingo: fill basket item with details from request 2015-12-25 21:18:16 +01:00
Frédéric Péters fa45b9b6ab lingo: add i18n to basket template 2015-12-25 21:18:16 +01:00
Frédéric Péters 6bed69145a lingo: mark itself as irrelevant if the basket is empty 2015-12-25 21:18:16 +01:00
Frédéric Péters 0932cbcd6a lingo: add "my basket" combo cell type (#6290) 2015-12-25 21:18:16 +01:00
Frédéric Péters 6c6c5c8635 lingo: add api to add items to basket, with fake values for now 2015-12-25 21:18:16 +01:00
Frédéric Péters 2e510a06e2 lingo: add basketitem model 2015-12-25 21:18:16 +01:00
Frédéric Péters e24b7bac2b lingo: add api view to get list of regies 2015-12-25 21:18:16 +01:00
Frédéric Péters ba24ce9bc8 lingo: add simple model for regies 2015-12-25 21:18:16 +01:00
Frédéric Péters 81a940367d lingo: don't use migrations system for the moment 2015-12-25 21:18:15 +01:00
Frédéric Péters 29c9abc5a2 lingo: hook into combo plugin system 2015-12-25 21:18:15 +01:00
Frédéric Péters b5ceeea21c lingo: start as a standalone module
Lingo was started as a standalone module and the commits where later crafted
onto the combo repository.
2015-12-25 21:18:08 +01:00
Benjamin Dauvergne 5ec656f678 jekins.sh: replace XStatic-Chart.js by XStatic-ChartNew.js 2015-12-23 17:53:55 +01:00
Benjamin Dauvergne 41f2ea69ba debian: update pydist-overrides for ChartNew.js 2015-12-23 16:45:30 +01:00
Thomas NOËL bc44ce7e98 update french translation (#9070) 2015-12-23 16:26:29 +01:00
Benjamin Dauvergne 1adea6ad03 update french translation (#9217) 2015-12-23 10:19:25 +01:00
Benjamin Dauvergne 3e3d892f3e dataviz: replace Chart.js by ChartNew.js for rendering charts (fixes #9217) 2015-12-23 10:18:29 +01:00
Benjamin Dauvergne c206fe11f7 dataviz: use submitted cube value instead of instance value if present (fixes #9218) 2015-12-23 09:27:02 +01:00
Frédéric Péters 2e8e3f9b9b wcs: sign requests done by manager to present forms/categories (#9370) 2015-12-19 19:18:35 +01:00
Frédéric Péters 565d9f5f54 build: add missing sys import 2015-12-19 19:18:35 +01:00
Frédéric Péters 4f32863de0 debian: add missing python-django to build-depends 2015-12-19 19:18:35 +01:00
Frédéric Péters 06b0cb4912 manager: don't update html of cells with a ckeditor (#9367) 2015-12-18 12:55:40 +01:00
Frédéric Péters 8e8f6828b3 wcs: turn "current forms" cell into a "user forms" cell, with options (#9070) 2015-12-18 09:51:06 +01:00
Frédéric Péters f605f88185 misc: fix ajax-loading of empty cell (#9223)
This is a workaround for jQuery .replaceWith() not working with empty strings.
2015-12-16 12:03:21 +01:00
Frédéric Péters ffff0b7462 dataviz: fix jsonp requests for gauge values 2015-12-07 21:31:49 +01:00
Frédéric Péters ee879f80ef jenkins: get latest WebTest version 2015-12-05 23:50:07 +01:00
Frédéric Péters b06b2da707 manager: always update cell form after a click on the save button (#9215) 2015-12-05 23:40:46 +01:00
Frédéric Péters 1c46784055 misc: add a class to cells that failed to load (#9213) 2015-12-05 18:33:51 +01:00
Frédéric Péters a478ee212c misc: fix additional label json view to work on lazy gettext strings (#9212) 2015-12-05 18:33:51 +01:00
Frédéric Péters e732fc0cb7 dataviz: add missing closing bracket in js selector 2015-12-05 12:49:52 +01:00
Frédéric Péters 2299a3376c trivial: fix comment about agent portal cookie duration 2015-12-01 19:04:26 +01:00
Frédéric Péters b7ac62ee28 translation update 2015-11-29 11:10:53 +01:00
Benjamin Dauvergne 4c1fbe696b dataviz: fix typo 2 (#9098) 2015-11-26 18:05:28 +01:00
Benjamin Dauvergne b1e486be56 dataviz: fix typo (#9098 2015-11-26 17:58:59 +01:00
Benjamin Dauvergne 4c43e5f0f7 add jenkins.sh 2015-11-26 17:53:40 +01:00
Frédéric Péters ebe1cce682 debian: fix python-xstatic-chart-js package name 2015-11-26 17:44:46 +01:00
Benjamin Dauvergne 842f700b71 dataviz: add cells to display data from cubes using barcharts and HTML tables (#9098)
It contains two new cells: CubesBarChart and CubesTable. You must have a cubes
server targeted by the CUBES_URL setting for enabling the cells.
2015-11-26 17:20:42 +01:00
Frédéric Péters 85f0906aaf wcs: send an explicitely empty NameID to mark anonymous calls (#9102) 2015-11-25 15:49:01 +01:00