summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-01-21include txt, mako, xml, htmlChris McDonough
2011-01-21- Add a ``MANIFEST.in`` file to each paster template. SeeChris McDonough
2011-01-21- Slightly improved interface docs for ``IAuthorizationPolicy``.Chris McDonough
2011-01-21- ``testing.setUp`` now adds a ``settings`` attribute to the registry (bothChris McDonough
2011-01-21Merge branch 'wild_domains' of https://github.com/mmerickel/pyramid into mmer...Chris McDonough
2011-01-20Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-01-20Fixed webob link in request, thanks raydeoBlaise Laflamme
2011-01-20configure tm in production.ini with default_commit_vetoChris McDonough
2011-01-19Added a production.ini file in each paster templates, added logging stanza fo...Blaise Laflamme
2011-01-19- Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config``Chris McDonough
2011-01-19- The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy``Chris McDonough
2011-01-19- The default value for the ``cookie_on_exception`` parameter toChris McDonough
2011-01-19Merge git://github.com/wichert/pyramid into wichert-masterChris McDonough
2011-01-19Include tokens when reissueing a ticket.Wichert Akkerman
2011-01-19docsChris McDonough
2011-01-19Merge branch 'tokens'Wichert Akkerman
2011-01-19Validate tokens to prevent problems.Wichert Akkerman
2011-01-19- When a ``pyramid.exceptions.Forbidden`` error is raised, its status codeChris McDonough
2011-01-18chameleon needs a threadlocal registry for looking up translationsChris McDonough
2011-01-18readd coverage for code that was only exercised by zcml integration testsChris McDonough
2011-01-18- The ``make_app`` function has been removed from the ``pyramid.router``Chris McDonough
2011-01-16remove references to pylons paster templatesChris McDonough
2011-01-16- The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` pasterChris McDonough
2011-01-16Remove configurator.add_handler, handler-related functions and methods from p...Chris McDonough
2011-01-16- When ``Configurator.include`` is passed a *module* as an argument, itChris McDonough
2011-01-16simplify slightlyChris McDonough
2011-01-15Merge branch 'config_extend' of git://github.com/gawel/pyramid into gawel-con...Chris McDonough
2011-01-15- URL Dispatch properly handles a '.*' or '*' appearing in a regex matchBen Bangert
2011-01-14- Add ``charset`` attribute to ``pyramid.testing.DummyRequest``Chris McDonough
2011-01-12Changed google font link in paster templatesBlaise Laflamme
2011-01-12Changed some references from pylonshq.com to pylonsproject.orgBlaise Laflamme
2011-01-12improve code linesGael Pasgrimaud
2011-01-12Typo: neednt -> needn't.Marius Gedminas
2011-01-12store extends in context and add attributes to instanceGael Pasgrimaud
2011-01-12add Configurator.extend featureGael Pasgrimaud
2011-01-12Added documentation and unit tests for wild_domain in AuthTkt.Michael Merickel
2011-01-12Updated AuthTkt policy to support turning off wildcard domain cookies.Michael Merickel
2011-01-12- Deprecation warnings related to import of the following API functions wereChris McDonough
2011-01-12FeaturesChris McDonough
2011-01-09collapse 2 paragraphs into oneChris McDonough
2011-01-09remove TMI from scan method docstring (it confused graham)Chris McDonough
2011-01-08- ``pyramid.interfaces.ISession.get_csrf_token`` now mandates that anChris McDonough
2011-01-07- Allow ``decorator`` and ``mapper`` arguments to view ZCML directive.Chris McDonough
2011-01-07comment about sphinxChris McDonough
2011-01-07- Rename ``view_mapper`` argument to add_view to ``mapper``.Chris McDonough
2011-01-07preserve method signatures of @action_method-decorated methods in sphinx docsChris McDonough
2011-01-06Merge branch 'master' of https://github.com/csenger/pyramid into csenger-masterChris McDonough
2011-01-06Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-01-06Added missing imagesBlaise Laflamme
2011-01-06Added small header support to css paster templates, using small header for wi...Blaise Laflamme