Commit Graph

162 Commits

Author SHA1 Message Date
Thomas NOËL c7b37e48a4 plugins: INSTALLED_APPS and MIDDLEWARE_CLASSES are tuples (#6911) 2015-04-07 14:19:34 +02:00
Thomas NOËL e776c8b8ba plugins: insert middlewares in the correct order (#6908)
also, accepts lists and tuples indifferently fand INSTALLED_APPS and
MIDDLEWARE_CLASSES.
2015-04-04 13:09:15 +02:00
Frédéric Péters 098b2bd197 tests: add testing of WcsFormsOfCategoryCell 2015-04-03 17:33:18 +02:00
Frédéric Péters de5a91eef9 tests: test setting up a wcs current forms cell 2015-04-03 17:33:18 +02:00
Frédéric Péters 2c4d30fbcc tests: check wcs additional labels are correctly set 2015-04-03 16:45:37 +02:00
Frédéric Péters 54d244e778 tests: check wcs current forms cell with several wcs sites 2015-04-03 16:43:18 +02:00
Thomas NOËL 0e1ac2b67b debian: debian_config.py now use hobo/debian_config_common.py (#6838) 2015-04-03 15:47:19 +02:00
Thomas NOËL 605b210ec4 debian: tenant settings: use SettingsJSON by default 2015-04-03 15:47:16 +02:00
Thomas NOËL 6cfcf4f345 debian: fix last commit (debian_config.py: 'VAR_DIR' is not defined, #6297) 2015-04-03 15:47:14 +02:00
Thomas NOËL d73d4d859c debian: repackaging, multitenant only (#6297) 2015-04-03 15:47:10 +02:00
Jérôme Schneider b8ef5e8429 debian: multitenant: update nginx example to support media by tenant 2015-04-03 15:47:08 +02:00
Jérôme Schneider 04690da897 debian: fixes TEMPLATE_DIRS and STATICFILES_DIRS 2015-04-03 15:47:03 +02:00
Frédéric Péters fefb2e36c7 debian: multitenant: add more middlewares to default config 2015-04-03 15:47:00 +02:00
Frédéric Péters 159d2e59d7 debian: fix nginx serving of static files from tenants 2015-04-03 15:46:54 +02:00
Frédéric Péters 7805d3fff8 debian: use adapter for mellon authentication (see #6547) 2015-04-03 15:46:49 +02:00
Jérôme Schneider 4dd4181b94 debian: add mellon and hobo.agent.common to multitenant config 2015-04-03 15:45:54 +02:00
Jérôme Schneider 70a4e523bd debian: combo-multitenant depends on gunicorn 2015-04-03 15:45:50 +02:00
Jérôme Schneider 5426d9188d debian: initial packaging 2015-04-03 15:45:47 +02:00
Serghei Mihai 3898b94551 better check if session exists in current context 2015-04-03 12:08:59 +02:00
Serghei Mihai 25f9f1b6c8 cell, displaying the list of form categories (#6884) 2015-04-03 11:35:21 +02:00
Serghei Mihai e55ad89b5f NameID with username value used when calling wcs webservices (#6872) 2015-04-03 11:34:30 +02:00
Serghei Mihai 38d1f75198 current forms cell able to display forms from all wcs instances (#6855)
current drafts template also updated because impacted by model changes
2015-04-03 11:34:30 +02:00
Frédéric Péters 592e4c6ad2 document how to run wcs cells tests 2015-04-02 11:23:26 +02:00
Frédéric Péters 59cac244ca misc: limit django version to 1.7 2015-04-02 11:01:04 +02:00
Frédéric Péters 490194be33 tests: test wcs current forms cell 2015-04-02 10:46:54 +02:00
Frédéric Péters 42a5e0313a tests: start testing wcs cells 2015-04-01 23:18:20 +02:00
Frédéric Péters 58394a4e15 don't use a permanent redirect after adding a cell (#6591) 2015-03-27 10:48:47 +01:00
Frédéric Péters 58e9154311 settings: remove erroneous reference to sekizai (#6834) 2015-03-26 13:18:47 +01:00
Frédéric Péters da299d3477 use '/' as URL for the root index page 2015-03-17 16:53:22 +01:00
Frédéric Péters 240d2e992a update cell additional label after cell has been saved 2015-03-15 16:35:05 +01:00
Frédéric Péters e24991ad2c translation: change "Template" to "Modèle de page" 2015-03-15 11:36:26 +01:00
Frédéric Péters ab0bef3a10 public: remove duplicated </li> 2015-03-15 10:46:17 +01:00
Frédéric Péters b9c3013d91 misc: unescape html entities (#6631) 2015-03-14 19:39:56 +01:00
Frédéric Péters 34b6c333a0 manager: make it possible to be extended by plugins (#6704) 2015-03-11 15:49:54 +01:00
Frédéric Péters a4e5d1ec72 manager: align delete buttons to the right 2015-03-11 15:49:37 +01:00
Frédéric Péters 21bf712a1f manager: generic class for listing objects 2015-03-11 15:29:26 +01:00
Frédéric Péters 94d3552020 add "import site" command to appbar menu 2015-03-11 15:07:27 +01:00
Frédéric Péters 14635f71f1 add appbar menu (#6703) 2015-03-11 15:06:31 +01:00
Frédéric Péters 80645cfb5b wcs: properly quote query parameter 2015-03-10 14:17:55 +01:00
Frédéric Péters f5f09c14a3 update French translation 2015-03-10 11:02:40 +01:00
Frédéric Péters 735e1f76ec general: use app_label/model as key for content types (#6660)
Using content_type.id will fail in multitenant situations where the
content_type table is not shared across tenants, it would get cached for one
tenant and used in another, resulting in catastrophic failures.
2015-03-10 10:44:22 +01:00
Frédéric Péters 9355926745 setup: fix build of translations, refer to correct dirname 2015-03-10 09:51:35 +01:00
Frédéric Péters 92ddebb876 setup: build translations during 'build' phase 2015-03-09 17:34:11 +01:00
Frédéric Péters edd2dddeb2 misc: ship .mo file in tarball 2015-03-09 17:33:37 +01:00
Frédéric Péters 447294bdac misc: add template_vars context processor 2015-03-09 14:39:32 +01:00
Frédéric Péters 68db5485a1 misc: import signature utility functions from cmsplugin_blurp 2015-03-06 12:06:57 +01:00
Frédéric Péters 10cb7e64c9 tests: enable wcs 2015-03-02 09:05:21 +01:00
Frédéric Péters d890a4a73d handle settings.APPEND_SLASH 2015-03-01 17:15:40 +01:00
Frédéric Péters 542b948ce9 limit FortuneCell to debug environments 2015-03-01 14:49:35 +01:00
Frédéric Péters c28354e7ed public: redirect to login page if private page and unlogged user 2015-02-27 14:05:49 +01:00