summaryrefslogtreecommitdiff
path: root/docs/api/config.rst
AgeCommit message (Expand)Author
2019-06-23Make sure Configator.set_security_policy is in docs.Theron Luhn
2018-10-15add route_prefix_context to api docsMichael Merickel
2018-10-15fix whatsnew syntaxMichael Merickel
2018-10-03remove deprecated set_request_propertyMichael Merickel
2017-04-12Use the webob CookieProfile in the Cookie implementation, rename some impleme...Matthew Wilkes
2017-02-25add an IExecutionPolicy that can wrap the routerMichael Merickel
2016-12-24expose the new exception view apisMichael Merickel
2016-04-19replace pyramid.require_default_csrf setting with config.set_default_csrf_opt...Michael Merickel
2016-03-14add a docstring for add_view_deriver and expose the method to the api docsMichael Merickel
2015-02-17expose public config phases in pyramid.configMichael Merickel
2013-09-08- The ``renderer_globals_factory`` argument to theChris McDonough
2013-07-24add not_ predicate featureChris McDonough
2013-01-23pyramid.config: take advantage of some Sphinx directivesTshepang Lekhonkhobe
2013-01-15another grammar fixTshepang Lekhonkhobe
2012-09-09rename set_request_method to add_request_method. closes #683Chris McDonough
2012-08-16readd set_request_property to docs (just so when people run across it in in-t...Chris McDonough
2012-08-16docs-deprecated set_request_propertyMichael Merickel
2012-08-15- An ``add_permission`` directive method was added to the Configurator. ThisChris McDonough
2012-08-06add docs for third-party view predicatesChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is aChris McDonough
2012-02-22- New API: ``pyramid.config.Configurator.add_notfound_view``. This is aChris McDonough
2012-02-20recategorize a couple of methodsChris McDonough
2012-02-20remove untruthChris McDonough
2012-02-18categorized configurator methodsChris McDonough
2012-02-17docs rearranging / fixingChris McDonough
2012-02-17FeaturesChris McDonough
2012-02-15- Add ``pyramid.config.Configurator.set_traverser`` API method. See theChris McDonough
2012-01-21Added set_request_property to the docs.Michael Merickel
2011-11-30docs; todo; coverage for IntrospectorChris McDonough
2011-11-28docsChris McDonough
2011-08-19review and fix configurator docs in random placesChris McDonough
2011-08-18- Pyramid no longer eagerly commits some default configuration statements atChris McDonough
2011-08-15- New methods of the ``pyramid.config.Configurator`` class:Chris McDonough
2011-08-09Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.Michael Merickel
2011-08-06add tweens module, add docs for ptweens and tweens to hooksChris McDonough
2011-07-24first cutChris McDonough
2011-07-15remove bogus information about route_name, refer to the right method of Confi...Chris McDonough
2011-07-15- get_root2 -> prepareChris McDonough
2011-07-14Added some docs for make_request and global_registries.Michael Merickel
2011-07-01- Deprecated the ``set_renderer_globals_factory`` method of the ConfiguratorChris McDonough
2011-06-14- Added new add_response_adapter method to Configurator.Chris McDonough
2011-04-13- Add missing docs reference toChris McDonough
2011-03-28branch coverageChris McDonough
2011-01-19- Added "Adding Methods to the Configurator via ``add_directive``" section toChris McDonough
2011-01-18- The ``make_app`` function has been removed from the ``pyramid.router``Chris McDonough
2011-01-16Remove configurator.add_handler, handler-related functions and methods from p...Chris McDonough
2011-01-16simplify slightlyChris McDonough
2010-12-19unnecessary static arglistsChris McDonough
2010-12-18resource/asset normalizationChris McDonough
2010-12-18resource -> assetChris McDonough