Commit Graph

977 Commits

Author SHA1 Message Date
Frédéric Péters 403a1a400e fargo: add support for multiple fargo setup (#16853) 2017-08-08 15:07:43 +02:00
Frédéric Péters 76382cc4b2 misc: use <button> for form buttons (#17845) 2017-07-31 09:55:45 +02:00
Frédéric Péters df7d1de7fc debian: add cron job to clear sessions (#17809) 2017-07-29 14:42:00 +02:00
Thomas NOËL c6cf29c988 json cell: add log_errors parameter (#17826) 2017-07-28 10:46:15 +02:00
Thomas NOËL 1f0eaa3057 utils: consider all 2xx HTTP request results as success (#17827) 2017-07-28 10:03:12 +02:00
Thomas NOËL 5cf7d09d3f lingo: do not cache requests.get results (#17828) 2017-07-28 10:02:15 +02:00
Thomas NOËL 109cccf656 json cell: add url, status and error in context (#17688) 2017-07-20 16:19:07 +02:00
Frédéric Péters f9204229f2 tests: adapt to change in default colour of map icons 2017-07-20 13:43:06 +02:00
Frédéric Péters 23735bfa3c tests: add missing test template file 2017-07-20 13:39:08 +02:00
Frédéric Péters 88052430dd json cell: add possibility to retrieve data from multiple URLs (#17185)
ex:
  "metro": {
    "url": "https://.../stops?identifier=[identifier]",
    "additional-data": [
       {"key": "schedule",
        "url": "https://.../schedule?stop_identifier=[identifier]"
       }
    ]
  }
2017-07-20 10:53:36 +02:00
Frédéric Péters 4b140eb372 maps: hide leaflet base marker (#17542) 2017-07-20 09:31:09 +02:00
Frédéric Péters 87dee7235f maps: restyle map markers (#17542) 2017-07-20 09:31:09 +02:00
Frédéric Péters 6260d3aedc maps: adapt marker size relative to the map font size (#17542) 2017-07-20 09:31:09 +02:00
Frédéric Péters ab86579592 maps: add book icon to possible markers (#17541) 2017-07-20 09:31:02 +02:00
Thomas NOËL bc3d98a83b general: consider typeless parameters in json cells as strings (#17550) 2017-07-11 22:00:02 +02:00
Frédéric Péters 7603f89c08 maps: trigger combo:map-ready once the map is done (#17494) 2017-07-11 13:41:17 +02:00
Frédéric Péters 0d5216ee38 dataviz: don't render unconfigured gauge cells (#17456) 2017-07-10 10:56:48 +02:00
Frédéric Péters 0b401e42f3 general: use "bool" as type name for booleans, to match wcs (#17433) 2017-07-07 14:11:15 +02:00
Frédéric Péters d32a09c832 dataviz: set an arbirary max value for gauges without a value (#17120) 2017-07-07 13:18:58 +02:00
Frédéric Péters 819066421e general: add support for boolean json cell parameters (#17433)
"foobar": {
      "url": "https://...",
      "cache_duration": 86400,
      "name": "Test",
      "form": [
        {
          "varname": "identifier",
          "type": "string",
          "label": "Identifier"
        },
        {
          "varname": "details",
          "type": "bool",
          "label": "Include details",
          "required": false
        }
      ]
    },
2017-07-07 13:18:58 +02:00
Frédéric Péters e2dbaa52fc dashboard: return json for ajax calls to add/remove tile URLs (#17308) 2017-07-07 09:05:14 +02:00
Frédéric Péters 5f34724597 dashboard: add uniform star/unstar mechanism (#17313) 2017-07-07 09:02:44 +02:00
Frédéric Péters 271c46fd13 dataviz: allow variables in gauge URLs (#17361) 2017-07-06 16:10:00 +02:00
Frédéric Péters 25317caee3 wcs: use formdef keywords to add classes to list of forms (#17349) 2017-07-05 15:51:19 +02:00
Frédéric Péters 69be638c77 misc: return badges with correct mime type (#17307) 2017-07-02 18:00:03 +02:00
Frédéric Péters 9ed9fdc3a1 translation update 2017-06-30 18:58:39 +02:00
Frédéric Péters 67a8779d2c tests: adapt dashboard tile remove test after #17258 2017-06-30 17:30:19 +02:00
Frédéric Péters 79a94b0aeb dashboard: add view to reorder tiles (#17258) 2017-06-30 17:16:32 +02:00
Thomas NOËL 06f3a8690e add group templatetag (for regroup objects) (#17285) 2017-06-30 17:03:56 +02:00
Thomas NOËL df88df87a4 add get templatetag (#17284) 2017-06-30 16:43:15 +02:00
Frédéric Péters 4118b6a0ca manager: fix HTTP status code of reorder call (#17261) 2017-06-30 11:51:16 +02:00
Frédéric Péters 86eaab46d9 lingo: do not hardcode a test key (#17260) 2017-06-29 19:08:02 +02:00
Frédéric Péters b1b80dc97c misc: always use a fresh copy of parameters (#17173)
(this is required for tests)
2017-06-29 09:14:55 +02:00
Frédéric Péters a353802d12 utils: make sure user_nameid/user_email cannot be forged (#17173) 2017-06-29 08:50:38 +02:00
Frédéric Péters 12659ae52e config json cell: add auto refresh capability (#17229) 2017-06-29 08:50:04 +02:00
Frédéric Péters ae0741b0a0 misc: restore possibility to set effective external links in link cell (#17204) 2017-06-28 12:42:43 +02:00
Frédéric Péters 572e064a3b post: allow using submitted data in url substitution (#17172) 2017-06-24 22:04:07 +02:00
Frédéric Péters 0e5d85fe49 general: add POST support on json cells (#16901) 2017-06-23 16:44:37 +02:00
Frédéric Péters 3eb6d93882 general: add import/export of map layers (#16706) 2017-06-23 16:29:03 +02:00
Frédéric Péters 0e44c38f0c maps: order map layers alphabetically (#16907) 2017-06-23 15:33:08 +02:00
Frédéric Péters 3437832be3 maps: move geojson layer code to its own method (#17082) 2017-06-23 15:33:08 +02:00
Frédéric Péters e558f02b6f maps: add possibility to filter geojson data (#16977) 2017-06-23 15:33:08 +02:00
Frédéric Péters 584a4473e1 notifications: refresh cell every 2 minutes (#17116) 2017-06-23 13:08:15 +02:00
Frédéric Péters bf9a54b8dc notifications: add new_notifications to context variables (#17111) 2017-06-23 13:08:15 +02:00
Frédéric Péters 71f0dd7b14 notifications: turn notification cell synchronous (#17109) 2017-06-23 13:08:15 +02:00
Frédéric Péters 27f9a5e7dd notifications: add an origin attribute to notifications (#17106) 2017-06-23 13:08:15 +02:00
Frédéric Péters 934f310fb2 utils: add invalidate_cache to force a new request to be made (#17056) 2017-06-23 13:08:15 +02:00
Frédéric Péters 1f0b71edc6 json cell: do not send empty user info in query string (#17033) 2017-06-20 19:12:27 +02:00
Frédéric Péters d2942a86e4 debian: add dh-systemd to make sure service gets enabled (#16985) 2017-06-19 17:54:48 +02:00
Frédéric Péters afbdd392ee misc: ship combo.apps.calendar template files (#16964) 2017-06-19 05:05:01 +02:00