| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-09 | static views with the same name were not distinct, even if they were ↵ | Chris McDonough | |
| disambiguated via a route prefix; closes #266 | |||
| 2011-09-09 | - The route prefix was not taken into account when a static view was added in | Chris McDonough | |
| an "include". See https://github.com/Pylons/pyramid/issues/266 . | |||
| 2011-09-08 | - Within ``pyramid.traversal.traversal_path`` , canonicalize URL segments | Chris McDonough | |
| from UTF-8 to Unicode before checking whether a segment matches literally one of ``.``, the empty string, or ``..`` in case there's some sneaky way someone might tunnel those strings via UTF-8 that don't match the literals before decoded. | |||
| 2011-09-08 | privatize | Chris McDonough | |
| 2011-09-08 | python set intersection doesnt special case strings, so using 'in' is a loop ↵ | Chris McDonough | |
| is many times faster | |||
| 2011-09-08 | use unicode path names to make tests pass on jython (also happens to be the ↵ | Chris McDonough | |
| right thing, thanks jython) | |||
| 2011-09-08 | add additional oob tests and optimize _secure_path | Chris McDonough | |
| 2011-09-08 | unused import | Chris McDonough | |
| 2011-09-08 | Merge branch 'fix.staticencoding' | Chris McDonough | |
| 2011-09-08 | add tests for high-order chars in path elements and filenames | Chris McDonough | |
| 2011-09-08 | unused import | Chris McDonough | |
| 2011-09-08 | use set comparison to protect against insecure path elements; don't disallow ↵ | Chris McDonough | |
| items that start with dot; don't url-quote each path element | |||
| 2011-09-08 | add another oob test | Chris McDonough | |
| 2011-09-07 | - Sometimes falling back from territory translations (``de_DE``) to language | Chris McDonough | |
| translations (``de``) would not work properly when using a localizer. See https://github.com/Pylons/pyramid/issues/263 Closes #263. | |||
| 2011-09-07 | typo | Chris McDonough | |
| 2011-09-07 | docstring gardening | Chris McDonough | |
| 2011-09-07 | add ref to root factory docs | Chris McDonough | |
| 2011-09-06 | prep for 1.2a6 | Chris McDonough | |
| 2011-09-06 | Merge branch 'feature.staticfilegeddon' | Chris McDonough | |
| 2011-09-06 | legalize header | Chris McDonough | |
| 2011-09-06 | introduce a _FileIter | Chris McDonough | |
| 2011-09-06 | unused hook point | Chris McDonough | |
| 2011-09-06 | unused hook point | Chris McDonough | |
| 2011-09-06 | unused imports; garden | Chris McDonough | |
| 2011-09-06 | dont set explicit date header; we no longer need the request to be passed to ↵ | Chris McDonough | |
| FileResponse | |||
| 2011-09-06 | remove unused chunksize | Chris McDonough | |
| 2011-09-06 | use webob to serve conditional content | Chris McDonough | |
| 2011-09-06 | use webtest for static file testing | Chris McDonough | |
| 2011-09-06 | first cut; still missing features as documented in TODO.txt | Chris McDonough | |
| 2011-09-05 | Track whether forget or remember were called before reissue headers | Michael Merickel | |
| are automatically applied to a response. Fixes #262. | |||
| 2011-09-05 | Updated tests cases to send the request to the callback. | Michael Merickel | |
| 2011-09-05 | Added test cases to reproduce #262. | Michael Merickel | |
| 2011-09-05 | Reordered the computation for traversal to be after custom predicates. | Michael Merickel | |
| 2011-09-05 | hail mary checkin to fix reported test failures on unknown systems that isnt ↵ | Chris McDonough | |
| replicable on my own | |||
| 2011-09-04 | garden | Carlos de la Guardia | |
| 2011-09-05 | remove debugging comment | Chris McDonough | |
| 2011-09-05 | first cut at moving paste.auth stuff into core | Chris McDonough | |
| 2011-09-04 | remove decoy PHASE3_CONFIG phase (its the default) | Chris McDonough | |
| 2011-09-04 | reorder imports | Chris McDonough | |
| 2011-09-04 | import ordering | Chris McDonough | |
| 2011-09-04 | remove lies from docstring | Chris McDonough | |
| 2011-09-04 | separator | Chris McDonough | |
| 2011-09-04 | reorder imports | Chris McDonough | |
| 2011-09-04 | warnings | Chris McDonough | |
| 2011-09-03 | another credit | Chris McDonough | |
| 2011-09-03 | credit and docstring cleanups | Chris McDonough | |
| 2011-09-03 | merge master into branch | Chris McDonough | |
| 2011-09-03 | add bw compat shim for pyramid_zcml | Chris McDonough | |
| 2011-09-03 | _make_context no longer required | Chris McDonough | |
| 2011-09-03 | all tests pass; pyramid_zcml still broken with this branch | Chris McDonough | |
