summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2012-08-25Subscriber predicates:Chris McDonough
2012-08-24Merge branch 'ww/621' of git://github.com/wwitzel3/pyramid into wwitzel3-ww/621Chris McDonough
2012-08-23sorting differences made this test fail every so often on py33Chris McDonough
2012-08-23fixed an incompatibility with accept header test in py3Michael Merickel
2012-08-23Merge branch 'accept_header' of lmctv/pyramid into pull.620Michael Merickel
2012-08-23Merge branch 'master' of ianjosephwilson/pyramid into pull.617Michael Merickel
2012-08-22fixed bug with mixing up asset spec and absolute uri in mako template inherit...Blaise Laflamme
2012-08-19- Undo effects of merging pull #661 because tests wont pass on windowsChris McDonough
2012-08-19add option "--stop-daemon" only if appropriateKarl Johan Kleist
2012-08-16readd set_request_property to docs (just so when people run across it in in-t...Chris McDonough
2012-08-16Merge branch 'feature.instance-properties' of git://github.com/mmerickel/pyra...Chris McDonough
2012-08-16docs-deprecated set_request_propertyMichael Merickel
2012-08-16use undefer instead of pulling the oxcart by handChris McDonough
2012-08-16- Use nicer spelling for generating a bound method (thanks to Raydeo and http...Chris McDonough
2012-08-16fixed method binding in py3Michael Merickel
2012-08-16Merge branch 'master' into feature.instance-propertiesMichael Merickel
2012-08-15- An ``add_permission`` directive method was added to the Configurator. ThisChris McDonough
2012-08-15- Anonymous predicate keyword list for all add-view-ish methodsChris McDonough
2012-08-10new fix for mako adjust_uriBlaise Laflamme
2012-08-09manually revert back to adjusted instead of uri in mako template lookupBlaise Laflamme
2012-08-09Revert "should return the uri and not the adjusted uri if not in collection"Blaise Laflamme
2012-08-06move stuff from config.util to registry so it can be a set of API (which are ...Chris McDonough
2012-08-06Merge branch 'master' of github.com:Pylons/pyramidTres Seaver
2012-08-06Normalize interface conformance tests.Tres Seaver
2012-08-06add as-of-version notesChris McDonough
2012-08-06Merge branch 'feature.metaviewpredicates'Chris McDonough
2012-08-06fix under py3Chris McDonough
2012-08-06coverageChris McDonough
2012-08-05add coverage, get rid of test that doesnt belong hereChris McDonough
2012-08-05use a predicate list for routes, introduce the concept of deferred discrimina...Chris McDonough
2012-08-04unhose triplequote rendering in emacsChris McDonough
2012-08-03test standalone default predicates; make protocol "phash()" and "text()" rath...Chris McDonough
2012-08-03add some testsChris McDonough
2012-08-03Fix for issue #621Wayne Witzel III
2012-08-03Tests for fixing issue #621Wayne Witzel III
2012-08-03first cut at extensible view predicates via config.add_view_predicate; still ...Chris McDonough
2012-08-03generalize TopologicalSorter out of Tweens class for use elsewhereChris McDonough
2012-08-03added test for adjusted uri in mako templatesBlaise Laflamme
2012-08-02Merge branch 'refs/heads/master' into fix.mako-606Blaise Laflamme
2012-07-29add whitespace to scaffolds' CSSDavid Gay
2012-07-29- When there is a predicate mismatch exception (seen when no view matches forChris McDonough
2012-07-29Merge branch 'master' of git://github.com/adroullier/pyramid into adroullier-...Chris McDonough
2012-07-29give traverse_predicate a __text__ and add a developer note about __text__Chris McDonough
2012-07-13- On at least one 64-bit Ubuntu system under Python 3.2, using theChris McDonough
2012-07-10Replacement markers of url dispatcher can contain regex with colons.Maxim Avanov
2012-06-29fixed mako bug #606 for inheritance and includesBlaise Laflamme
2012-06-19added docs and changes for using defs in mako rendererBlaise Laflamme
2012-06-19renamed path for asset in regexBlaise Laflamme
2012-06-19removed .makodef, use tuple value if defname in renderer (bw compat), changed...Blaise Laflamme
2012-06-19added removed tuple for bw compatBlaise Laflamme