summaryrefslogtreecommitdiff
path: root/repoze
AgeCommit message (Expand)Author
2010-04-25Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/rep...Chris McDonough
2010-04-21Moved i18n work to a branch and revert to pre-i18n-feature state via svn merg...Chris McDonough
2010-04-19Docstring tweak.Chris McDonough
2010-04-19Go with a subclass of z.i18nmid.Message with the args reordered as a compromise.Chris McDonough
2010-04-19Docstrings.Chris McDonough
2010-04-19Punt and use zope.i18nmessageid.Chris McDonough
2010-04-19Tweak.Chris McDonough
2010-04-19Pass along translate function to templates.Chris McDonough
2010-04-19Dip a toe in the i18n waters.Chris McDonough
2010-04-18Comment.Chris McDonough
2010-04-18- Use "Venusian" (`http://docs.repoze.org/venusianChris McDonough
2010-04-14Remove INotFoundView and IForbiddenView interfaces.Chris McDonough
2010-04-14Add "exception views" work contributed primarily by Andrey Popp by merging th...Chris McDonough
2010-04-07- Replace the statement ``path = path.rstrip('/').lstrip('/')`` withChris McDonough
2010-03-10Wording fix (thanks Wiggy).Chris McDonough
2010-03-07- The ``__name__`` value assigned to the returned object in theChris McDonough
2010-03-03Defer conditional import of IPython to avoid breakage under mod_wsgi.Tres Seaver
2010-03-02Coverage for missing 'pkgutil'.Tres Seaver
2010-02-22remove duplicate conjunctionsReed OBrien
2010-02-07Fix bug in resolve_resource_spec caused by a refactoring.Chris McDonough
2010-02-06- Remove magical feature of ``repoze.bfg.url.model_url`` whichChris McDonough
2010-02-05- More correct conversion of provided ``renderer`` values to resourceChris McDonough
2010-02-04- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``Chris McDonough
2010-02-04- 1.2b4 introduced a bug whereby views added via a route configurationChris McDonough
2010-02-03Renderings.Chris McDonough
2010-02-03Bug FixesChris McDonough
2010-02-02- Remove ``view_header``, ``view_accept``, ``view_xhr``,Chris McDonough
2010-01-25Use attrs rather than setattr.Chris McDonough
2010-01-25Unused import.Chris McDonough
2010-01-24100% test coverage.Chris McDonough
2010-01-24Make sure global views don't match by default.Chris McDonough
2010-01-24Merge reversepolarity branch.Chris McDonough
2010-01-21Add functional test.Chris McDonough
2010-01-21Add tests for setattr and getattr.Chris McDonough
2010-01-21- Fix a view lookup ordering bug whereby a view with a larger numberChris McDonough
2010-01-21Disuse sys.maxint; that's silly. Use a hardcoded MAX_WEIGHT value.Chris McDonough
2010-01-20Add (non-failing) tests for ordering issue reported indirectly via http://lab...Chris McDonough
2010-01-19- When WebOb 0.9.7.1 was used, a deprecation warning was issued forChris McDonough
2010-01-19Bug FixesChris McDonough
2010-01-18Prep for b1Chris McDonough
2010-01-16Massive overhaul to deal with the reality that we don't map URLs directly to ...Chris McDonough
2010-01-13- Get rid of references to repoze.bfg.router.Router.Chris McDonough
2010-01-13- In ``bfg_routesalchemy``, ``bfg_alchemy`` and ``bfgwiki2`` tutorial,Chris McDonough
2010-01-11Merge of andrew-docs branch.Chris McDonough
2010-01-06- Show the derived abspath of template resource specifications in theChris McDonough
2010-01-05Normalize.Chris McDonough
2010-01-04- Make ``paster bfgshell`` and ``paster create -t bfg_xxx`` work onChris McDonough
2010-01-03Reformat,.Chris McDonough
2010-01-03Further testing of deprecated ``for``.Chris McDonough
2010-01-03FeaturesChris McDonough