summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-03s/term// (thanks to Chris W).Chris McDonough
2010-03-03Off-by-one (thanks to Chris W.)Chris McDonough
2010-03-02Note presence of ZF copyright, PSF license.Tres Seaver
2010-03-02Coverage for missing 'pkgutil'.Tres Seaver
2010-03-02normalize case for http_only zcml directive defaultDaniel Holth
2010-02-22Fixes from withers.Chris McDonough
2010-02-22remove duplicate conjunctionsReed OBrien
2010-02-22Fix introduction spellings.Chris McDonough
2010-02-22Add epub configuration options.Chris McDonough
2010-02-22Add epub target.Chris McDonough
2010-02-22Typo noticed by Douglas Cerna.Paul Everitt
2010-02-20removed extra wordCarlos de la Guardia
2010-02-20removed extra wordCarlos de la Guardia
2010-02-10Skip raw nodes.Chris McDonough
2010-02-10Prep for 1.2 final.Chris McDonough
2010-02-10Prep for release.Chris McDonough
2010-02-10Add target.Chris McDonough
2010-02-07Prep for 1.2b6.Chris McDonough
2010-02-07Fix bug in resolve_resource_spec caused by a refactoring.Chris McDonough
Coverage.
2010-02-06- Remove magical feature of ``repoze.bfg.url.model_url`` whichChris McDonough
prepended a fully-expanded urldispatch route URL before a the model's path if it was noticed that the request had matched a route. This feature was ill-conceived, and didn't work in all scenarios.
2010-02-05Modernize.Chris McDonough
2010-02-05- More correct conversion of provided ``renderer`` values to resourceChris McDonough
specification values (internal).
2010-02-04Prep for 1.2b5.Chris McDonough
2010-02-04- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``Chris McDonough
decorator that provided a package-relative template filename might not have been resolved properly. Symptom: inappropriate ``Missing template resource`` errors.
2010-02-04Pimp.Chris McDonough
2010-02-04- 1.2b4 introduced a bug whereby views added via a route configurationChris McDonough
that named a view callable and also a ``view_attr`` became broken. Symptom: ``MyViewClass is not callable`` or the ``__call__`` of a class was being called instead of the method named via ``view_attr``.
2010-02-03Meh.Chris McDonough
2010-02-03Prep for 1.2b4.Chris McDonough
2010-02-03Late.Chris McDonough
2010-02-03Renderings.Chris McDonough
2010-02-03Index.Chris McDonough
2010-02-03Add Wiggy.Chris McDonough
2010-02-03Correct references to Chameleon not running on GAE.Chris McDonough
2010-02-03- Update GAE tutorial to use Chameleon instead of Jinja2 (now thatChris McDonough
it's possible).
2010-02-03Normalize.Chris McDonough
2010-02-03Bug FixesChris McDonough
--------- - Ensure that ``secure`` flag for AuthTktAuthenticationPolicy constructor does what it's documented to do (merge Daniel Holth's fancy-cookies-2 branch). New Features ------------ - Add ``path`` and ``http_only`` options to AuthTktAuthenticationPolicy constructor (merge Daniel Holth's fancy-cookies-2 branch).
2010-02-03Make the hybrid chapter represent reality.Chris McDonough
2010-02-02- Remove ``view_header``, ``view_accept``, ``view_xhr``,Chris McDonough
``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the ``Configurator.add_route`` argument list. These arguments were speculative. If you need the features exposed by these arguments, add a view associated with a route using the ``route_name`` argument to the ``add_view`` method instead. - Remove ``view_header``, ``view_accept``, ``view_xhr``, ``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the ``route`` ZCML directive attribute set. These attributes were speculative. If you need the features exposed by these attributes, add a view associated with a route using the ``route_name`` attribute of the ``view`` ZCML directive instead.
2010-02-02Missed checkin.Chris McDonough
2010-01-27Update index with Chameleon 1.1.1.Chris McDonough
2010-01-25Use attrs rather than setattr.Chris McDonough
2010-01-25Unused import.Chris McDonough
2010-01-24Don't repeat a chapter.Chris McDonough
2010-01-24Next release...Chris McDonough
2010-01-24Prep for 1.2b3.Chris McDonough
2010-01-24Add more errata.Chris McDonough
2010-01-24100% test coverage.Chris McDonough
2010-01-24Free at last, free at last, thank god almighty free at last.Chris McDonough
2010-01-24Make sure global views don't match by default.Chris McDonough
2010-01-24(no commit message)Chris McDonough