Commit Graph

265 Commits

Author SHA1 Message Date
Serghei Mihai e026739491 family: improve template to be easily customizable via css (#8125)
French translations also updated
2015-09-23 19:47:03 +02:00
Serghei Mihai 2fe09e6107 family: include app templates 2015-09-21 18:35:33 +02:00
Serghei Mihai ebcd1e70eb family: remove alternate text from context 2015-09-21 18:35:33 +02:00
Serghei Mihai ca44046fae french localizations update 2015-09-21 16:57:09 +02:00
Serghei Mihai f26afe2cb1 basic family information cell (#8125) 2015-09-21 15:05:09 +02:00
Serghei Mihai 4e94b62894 expose cells media in the page (#8167) 2015-09-21 11:20:42 +02:00
Benjamin Dauvergne e97ece9fa3 setup.py: add requests to dependencies (fixes #8294) 2015-09-18 12:26:03 +02:00
Benjamin Dauvergne 52aa9794d0 data: add support for Media class to CellBase (fixes #8293)
You can produce media for a whole page with

  media = sum((cell.media for cell in cells), Media())

The `Media()` is ugly but sum is not able to find itself the base case
for the folding, it defaults to 0 which is not addable to Media.
2015-09-18 12:25:31 +02:00
Frédéric Péters de36956369 gadjo: add progressive rendering of publik menu (#7996) 2015-09-17 14:35:27 +02:00
Serghei Mihai 2b77f08c17 fix urls signing key (#8109) 2015-09-09 12:17:20 +02:00
Frédéric Péters df0a73a08e wcs: render as empty string cells that don't have a category configured (#8211) 2015-09-08 12:22:34 +02:00
Frédéric Péters 4834960e76 momo: spelling fix 2015-09-07 23:24:09 +02:00
Frédéric Péters d87e3e7792 build: limit django-ckeditor version to <4.5.3 (#8180) 2015-09-07 09:51:16 +02:00
Frédéric Péters 7c12f10c73 build: add missing templates from MANIFEST.in 2015-08-31 10:58:44 +02:00
Frédéric Péters 1bb03aee98 momo: add dialog to set a few global options (#8110) 2015-08-26 17:45:15 +02:00
Frédéric Péters 75dfc039ad momo: do not write down manifest if there was no changes (#8120) 2015-08-26 14:05:49 +02:00
Frédéric Péters e9f6936b3a momo: add a icon cell type, to select page icon (#8117) 2015-08-26 11:21:29 +02:00
Frédéric Péters d75ad01397 momo: add a README file documenting things a bit 2015-08-26 10:37:09 +02:00
Frédéric Péters 769d252856 misc: disable momo by default, enable it with ENABLE_MOMO in settings (#8115) 2015-08-26 10:04:32 +02:00
Frédéric Péters 06ff8acdbf momo: change link cells in <seealso> references (#8107) 2015-08-26 08:30:27 +02:00
Frédéric Péters 68f8855f9f build: add missing comma 2015-08-26 08:30:27 +02:00
Frédéric Péters cb8e5e0694 add migration for feed cell 2015-08-25 16:01:28 +02:00
Frédéric Péters cfbf3bf6a7 misc: use "synchronous" as context key to request synchronous rendering (#8108) 2015-08-24 17:17:06 +02:00
Frédéric Péters be513d2166 misc: add a rss/atom feed cell (#6842) 2015-08-24 17:17:06 +02:00
Frédéric Péters 2c1208c8f5 momo: add new application to generate manifest/assets files for momo (#8083) 2015-08-24 09:52:54 +02:00
Frédéric Péters b10e335016 publik: adapt to change in authentic user api endpoint url (#7769) 2015-07-16 09:59:22 +02:00
Frédéric Péters b98bedebec publik: look deeper for relevant wcs instance (#7769)
If there are several instances of wcs deployed (which is typical of a
multi-collectivity deployment) we ask authentic for user details so we
know where the user has been given roles, we can then get the relevant
wcs.
2015-07-15 16:02:20 +02:00
Frédéric Péters 517918060a doc: mention manage.py migrate and runserver 2015-07-01 19:15:50 +02:00
Frédéric Péters ad48116028 wcs: don't display "forms of a category" until it's configured (#7705) 2015-06-30 10:32:27 +02:00
Frédéric Péters 09278b7383 debian: distribute themes 2015-06-29 13:58:05 +02:00
Frédéric Péters 122fcb4a65 public: avoid spaces in generated menu html (#7689) 2015-06-26 16:18:38 +02:00
Frédéric Péters a4211c2992 publik.js: don't include any wcs if there is more than one (#7479) 2015-06-26 11:56:58 +02:00
Frédéric Péters f9819158f5 front of portal agent (#7497) 2015-06-26 11:56:58 +02:00
Frédéric Péters d92ccaa31b manager: put breadcrumbs in the appropriate block (#7485) 2015-06-26 11:56:58 +02:00
Frédéric Péters f2d92078cc publik.js: fix ordering of sidebar menu items (#7685) 2015-06-26 11:25:09 +02:00
Frédéric Péters dea9ab0b7d wcs: handle more errors from blurp (#7675) 2015-06-24 16:15:14 +02:00
Frédéric Péters 54a976eb4a misc: make sure link to /manage/ is on top of empty site content 2015-06-24 16:08:54 +02:00
Frédéric Péters 244e9c668f manager: fix root label of breadcrumb (#7502) 2015-06-24 16:07:50 +02:00
Frédéric Péters 16677c0126 manager: use flat and bigger blocks in object lists (#7561) 2015-06-15 10:15:16 +02:00
Thomas NOËL e59d661567 debian: init start after postgresql (#7548) 2015-06-11 19:08:10 +02:00
Thomas NOËL 2bfad4356b debian: init required syslog to be started (#7547) 2015-06-11 18:46:48 +02:00
Frédéric Péters e4a9da041b wcs: fix display of category cell in situation of blurp error (#7439) 2015-06-09 12:21:50 +02:00
Frédéric Péters b2168d8af0 wcs: fix renderer name to use in case of an error (#7426) 2015-06-09 12:21:50 +02:00
Frédéric Péters 50a8619721 public: add a generic togglable event to combo.public.js 2015-06-06 19:27:48 +02:00
Thomas NOËL dfac40936e wcs: always sign api url (#7404) 2015-06-03 13:45:30 +02:00
Frédéric Péters df9793d68f wcs: make sure there's a / after the domain name (#7320) 2015-06-01 09:08:27 +02:00
Frédéric Péters 2b8550af7b misc: add migration for linkcell change 2015-05-29 22:47:44 +02:00
Thomas NOËL 9371caf58c translation update 2015-05-29 19:06:36 +02:00
Thomas NOËL 839c21715c i18n: verbose_name for link_page in link cell 2015-05-29 19:02:17 +02:00
Thomas NOËL fbbf96fe3c additional-label json view: outputs '' instead of 'null' 2015-05-29 18:53:14 +02:00