log

age author description
2014-05-07 souliane core, memory, bridge: added profile password + password encryption:
2014-05-10 souliane memory: add class ProfileSessions based on Sessions
2014-05-07 souliane memory, test: added module crypto to hash passwords and encrypt/decrypt passwords or blocks
2014-05-15 Goffi core: fixed typo
2014-05-15 Goffi core: getReady and asyncConnect now wait full initialisation, not only memory
2014-05-15 Goffi plugin text commands: added /me command to avoid the need to escape the /
2014-05-15 Goffi bridge (constructor): fixed D-Bus frontend generator for async method without sig_in + fixed --debug option + regenerated bridge to fix bad frontend D-Bus bridge.
2014-05-15 Goffi core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect
2014-05-14 souliane test: fix the tests after the changes of logging system
2014-05-14 Goffi core (log): moved configuration to core.log_config; this avoid import issues with pyjamas.
2014-05-13 souliane plugin misc_static_blog: renamed from tmp_blog_banner, now also with page's title, meta keywords and description
2014-05-07 souliane better PEP-8 compliance
2014-05-08 Goffi core (i18n): use logging system instead of print
2014-05-08 Goffi core (log): added "custom" backend
2014-05-08 Goffi core (logs): workaround for pyjamas bug
2014-05-04 souliane memory, jp: added jp commands to load/save parameters template
2014-05-05 Goffi core: if in debug mode and ipdb is present, use ipdb instead of pdb
2014-05-05 Goffi core (log/standard backend): added "%(profile)s" format management
2014-05-05 Goffi core(log): standard backend: colors are now checked on a per handler basis
2014-05-05 Goffi wix: use of new logging system
2014-05-05 Goffi primitivus: use of new logging system:
2014-05-05 Goffi quick_frontend: use of new logging system
2014-05-05 Goffi core (log): added magic %(profile)s key to log_fmt:
2014-05-05 Goffi core (log): refactoring + twisted backend:
2014-05-05 Goffi core (log): added advanced feature to basic backend (colors/formatting/level and logger filtering)
2014-05-05 Goffi core (logs): added formatting, name filter and outputs management:
2014-05-01 souliane core (constants): use realpath instead of abspath + do not import it when building libervia
2014-04-30 souliane memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as default