Commit Graph

20 Commits

Author SHA1 Message Date
Jérôme Schneider 5294fd40c4 backends: implement a new ldap storage backend
Closes #5425
2014-09-16 09:37:08 +02:00
Jérôme Schneider c62aae3856 backends: complete rewrite of the interface
The old interface was to specific for sqlalchemy this new one allow to
write new backends

WARNING: this commit could break compability for some filter which uses
the old interface
2014-09-10 18:51:54 +02:00
Jérôme Schneider 8f7e157d6d toolbar: manage offline toolbar 2014-09-05 19:20:02 +02:00
Jérôme Schneider 5c28c4afc6 session: always use / for session 2014-09-03 10:32:15 +02:00
Jérôme Schneider 7cb1120902 mandaye: manage template vars 2014-08-29 19:16:14 +02:00
Jérôme Schneider c87f87c1b3 templates: manage multi templates directories in the configuration 2014-08-27 15:34:11 +02:00
Jérôme Schneider 1219b4d8aa mandaye: manage automatic login with Authentic2 2014-07-09 14:32:07 +02:00
Jérôme Schneider a674931030 mandaye improved default filters to manage a toolbar
Refs #5048
2014-06-27 14:09:11 +02:00
Jérôme Schneider 7499c6bc0d logging: improve default formatter for syslog 2014-05-30 16:11:14 +02:00
Jérôme Schneider 52f95e9765 logging: don't use TimedRotatingFileHandler anymore
Replace it by entrouvert.logging.handlers.SysLogHandler
2014-05-28 09:46:53 +02:00
Jérôme Schneider 8946f5e40d now using logging.config.dictConfig
Fixes #4853
2014-05-27 18:38:44 +02:00
Jérôme Schneider e66e0f6a28 add raven support only for exception
Fixes #3889
2014-05-27 13:20:27 +02:00
Jérôme Schneider de6e5967b5 initial import for branch 0.8
This is a complete rewrite of the configuration system

Fixes #4666
2014-05-21 13:15:40 +02:00
Jérôme Schneider 5c65415c46 add support for new project creation
Closes #3524
2014-04-27 13:11:59 +02:00
Jérôme Schneider 0f9db82c08 mandaye/global_config.py: use /mandaye/static as default static url 2014-04-10 09:16:41 +02:00
Jérôme Schneider 6f21e0519e add an email prefix in configuration 2013-10-31 12:10:10 +01:00
Jérôme Schneider e27d0d127e support static_url option
This option allows to manage static with a classical http server like
apache or nginx
2013-10-23 17:50:54 +02:00
Jérôme Schneider 6ac8e1c63e alembic: add alembic into mandaye module 2013-05-27 14:57:47 +02:00
Jérôme Schneider 17184c6fdc config: fixes global config 2013-05-23 11:06:46 +02:00
Jérôme Schneider b5f19ef9c7 config: allow external application to modify config 2013-05-22 18:46:50 +02:00