summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-16removed some duplicate words and an extra letter.Carlos de la Guardia
2010-03-15Fix from Douglas Cerna.Chris McDonough
2010-03-11more trivial fixesCarlos de la Guardia
2010-03-10I had intended to put this one on the last commit as well, but forgot about it.Carlos de la Guardia
2010-03-10missing letterCarlos de la Guardia
2010-03-10this couple of paragraphs were a bit garbledCarlos de la Guardia
2010-03-10Wording fix (thanks Wiggy).Chris McDonough
2010-03-09one extra word, one extra letterCarlos de la Guardia
2010-03-09a couple of missing wordsCarlos de la Guardia
2010-03-09changed link for zodb to official siteCarlos de la Guardia
2010-03-08extra letterCarlos de la Guardia
2010-03-08Removed extra word.Carlos de la Guardia
2010-03-08Removed space before period.Carlos de la Guardia
2010-03-08Edited for clarity.Carlos de la Guardia
2010-03-07- The ``__name__`` value assigned to the returned object in theChris McDonough
``bfg_alchemy`` application template's ``MyApp`` model was an integer. This was incorrect. It is now a string.
2010-03-07missing letterCarlos de la Guardia
2010-03-07removed duplicate wordCarlos de la Guardia
2010-03-06added missing wordCarlos de la Guardia
2010-03-03Defer conditional import of IPython to avoid breakage under mod_wsgi.Tres Seaver
o http://bugs.repoze.org/issue138
2010-03-03(no commit message)Chris McDonough
2010-03-03(no commit message)Chris McDonough
2010-03-03Chris W catch.Chris McDonough
2010-03-03(no commit message)Chris McDonough
2010-03-03Wording fix (via Chris W).Chris McDonough
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``.