CHANGELOG

0.5.0 (2016-01-07)

  • [ADD] pyramid_pm and zope.sqlalchemy to isolate each controller call

0.4.1 (2015-10-9)

  • [ADD] console script, implementation with gunicorn only
  • [ADD] wsgi script to give un app for wsgi server

0.4.0 (2015-08-25)

Warning

this version can not be capable with the previous version

Note

Works only with AnyBlok 0.5.1 and after

  • [REF] Add entry point to add new pyramid includeme and settings
  • [DEL] properties decorator, it is useless because pyramid have a better behaviour
  • [REF] add workingset to define overwritable callback used for application, no for the blok, add first callback, get_registry
  • [REF] unit test cause of new version of AnyBlok 0.5.0
  • [FIX] unit test case, update controller to unload the declaration when BlokManager are unloaded

0.3.2 (2015-06-22)

  • [REF] cause of upgrade version of AnyBlok 0.4.0

0.3.1 (2015-05-04)

  • [FIX] default value for beaker, None is better than ‘’

0.3.0 (2015-05-04)

  • [IMP] console script argsparse for pyramid and beaker
  • [ADD] MANIFEST.in
  • [FIX] script cause of remove logging configuration from AnyBlok

0.2.0 (2015-03-15)

  • [ADD] configurator callable
  • [REF] Adapt the import of python module of the blok, cause of the change in AnyBlok version 0.2.2

0.1.0 (2015-02-07)

Main version of AnyBlok / Pyramid. You can with this version

  • Declare Views / Routes for application

  • Declare controller (Views / Routes) which depend of the installation of bloks
    • XHR
    • JsonRPC
    • XmlRPC
  • Possibility to check some property as authentification

  • Possibility to define properties check