summaryrefslogtreecommitdiff
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* Tweak path prefix to ensure leading slashBen Bangert2008-06-121-2/+3
* Add additional tests and use RouteException.Ben Bangert2008-06-122-13/+9
* Updated tests for nonminimization and fixed nonminimization to work properly.Ben Bangert2008-06-122-24/+22
* No need to trim trailing slashBen Bangert2008-06-121-2/+0
* Fix undefined arg bug.Ben Bangert2008-06-121-1/+1
* * Fixed bug with url_for not working properly outside of a request whenBen Bangert2008-06-091-2/+11
* PEP8 cleanupBen Bangert2008-06-053-113/+138
* Refactored Route and Mapper into their own classesBen Bangert2008-06-054-1363/+1375
* Remove unnecessary assignmentsBen Bangert2008-06-051-6/+2
* * Add non-minimization option to Routes and the Mapper for generation andBen Bangert2008-06-051-23/+83
* * Add Routes 2.0 style syntax for making routes and regexp. For example, thisBen Bangert2008-06-051-2/+11
* Add minimization for route matching and building.Ben Bangert2008-06-051-11/+40
* * Fixed Routes to not use quote_plus when making URL's.Ben Bangert2008-06-041-7/+7
* Fixed tests for hardcode default change.Ben Bangert2008-06-021-3/+2
* * WARNING: Mapper now comes with hardcode_names set to True by default. ThisBen Bangert2008-06-021-1/+1
* * Actually respect having urlcache disabled.Ben Bangert2008-06-021-9/+11
* Slight patch to not unicode callable objectsBen Bangert2008-04-241-0/+2
* Doc tweaks.Ben Bangert2008-04-221-4/+4
* Applying bundleBen Bangert2008-04-211-0/+4
|\
| * Ticket 385 - make url_for raise Exception instead of returning None if it can...Mike Verdone2008-03-171-0/+4
* | fix Mapper.create_regs not being thread safe. particularly a problem whenPhilip Jenvey2008-04-181-2/+14
* | Don't use literal if its None.Ben Bangert2008-04-141-0/+2
* | * Updated url_for to return url in a literal for use in templating that mayBen Bangert2008-04-131-1/+8
* | Added forwarded host checkBen Bangert2008-04-091-2/+4
* | Automated merge with https://www.knowledgetap.com/hg/routesBen Bangert2008-04-091-1/+5
|\ \
| * | reincorporate r172 back in: don't assume sets are orderedPhilip Jenvey2008-04-051-1/+5
* | | * Added option to use X_FORWARDED_PROTO for proxying behind https to workBen Bangert2008-04-091-1/+2
* | | Fix regexp issue with requirements.Ben Bangert2008-04-091-1/+1
|/ /
* | * Fixed bug of map.resource not allowing spaces in id.Ben Bangert2008-03-261-1/+1
* | * Fixed url generation to properly handle unicode defaults in addition toBen Bangert2008-03-242-6/+23
|/
* * Fixed url_for to handle lists as keyword args when generating queryBen Bangert2008-03-102-6/+21
* * WARNING: Changed map.resource to not use ';', for actions, but theBen Bangert2008-02-281-10/+10
* * Fixed triple escaping bug, since WSGI servers are responsible for basicBen Bangert2008-02-282-2/+1
* Removing extra unescapes.Ben Bangert2008-02-281-5/+1
* * Fixed bug with keyword args not being coerced to raw string properly.Ben Bangert2008-02-131-0/+7
* * Fixed bug with sub-domains from route defaults getting encoded to unicodev1.7.1Ben Bangert2007-11-161-0/+2
* * Removed duplicate assignment in map.resource. Patch by Mike Naberezny.Ben Bangert2007-09-141-1/+0
* [svn] * Added additional checking of remaining URL, to properly swallow perio...bbangert2007-08-271-1/+10
* [svn] * Added mapper.hardcode_names option which restricts url generation to thebbangert2007-08-272-4/+15
* [svn] Added better comments for route middleware matching.bbangert2007-07-241-0/+3
* [svn] whitespacepjenvey2007-07-161-2/+2
* [svn] fixed the special '_method' attribute not being recognized during POST ...pjenvey2007-07-021-4/+11
* [svn] != None -> is not Nonepjenvey2007-06-301-1/+1
* [svn] whitespacepjenvey2007-06-241-1/+1
* [svn] Doc updates for explicit behavior and unicode settings.v1.7bbangert2007-06-081-2/+16
* [svn] when encoding is false, the object wasn't strified; this causes a probl...ianb2007-05-231-1/+1
* [svn] * Fixed url_unquoting to only apply for strings.bbangert2007-05-181-9/+9
* [svn] * Added _encoding option to individual routes to toggle decoding/encodi...bbangert2007-05-151-1/+1
* [svn] * Fixed route matching so that '.' and other special chars are only par...bbangert2007-05-121-2/+5
* [svn] Properly handle a None encoding for url_quote.bbangert2007-05-111-1/+4