summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn] Prepping for Routes 1.3.2 releasev1.3.2bbangert2006-04-303-31/+16
* [svn] Added additional test for proper URL encoding.bbangert2006-04-301-0/+1
* [svn] Applied patch for proper url encoding as in Ticket #12. Reported by Jas...bbangert2006-04-303-3/+6
* [svn] Updated changelog for latest bug fixesbbangert2006-04-051-0/+16
* [svn] Adding generation of docs indexbbangert2006-04-051-1/+1
* [svn] Fixed apostrophe issuesbbangert2006-04-051-9/+8
* [svn] Pull the _filter arg out earlier, also give _filter the ability to full...bbangert2006-04-052-5/+2
* [svn] Fixed improper usage of apostrophe's throughout manual per Ticket #10bbangert2006-04-051-20/+20
* [svn] Install update per Ticket #9bbangert2006-04-051-7/+6
* [svn] Fixed route match with _filter to resolve Ticket #11bbangert2006-04-052-1/+4
* [svn] Updating trunk setup to 1.3.2devbbangert2006-04-041-1/+1
* [svn] Doc updatev1.3.1bbangert2006-04-043-14/+14
* [svn] Version updatesbbangert2006-04-043-2/+16
* [svn] Adding more doc string info for the Mapperbbangert2006-03-271-2/+26
* [svn] Updated changelog to reflect new stuffbbangert2006-03-271-1/+4
* [svn] Added test for fall-through routes with prefixes, and fixed bug relatin...bbangert2006-03-272-7/+28
* [svn] Splitting test layout, adding functional/unit testing sections for indi...bbangert2006-03-277-13/+40
* [svn] Added tests for recognitionbbangert2006-03-262-1/+12
* [svn] Updated docs to pass doc-testingbbangert2006-03-262-2/+2
* [svn] Added mapper support for append_slash which is used to determine if a s...bbangert2006-03-173-0/+19
* [svn] Updating changelog for prefix fixbbangert2006-03-051-0/+17
* [svn] Prefix compensation if the prefix is the sole part of the URLbbangert2006-03-041-0/+2
* [svn] Updating versionbbangert2006-02-251-1/+1
* [svn] Doc updates for 1.3v1.3bbangert2006-02-253-2/+32
* [svn] Sort fix for Python 2.3bbangert2006-02-201-1/+1
* [svn] Adding _filter capability to named routes.bbangert2006-02-184-1/+45
* [svn] Switching version up to 1.3bbangert2006-02-181-1/+1
* [svn] Merged doc and pudge changes from 1.2 tag into trunkbbangert2006-02-178-4/+997
* [svn] documentation updates for 1.2v1.2bbangert2006-02-173-1/+70
* [svn] Use longest controller names first for more predictabilitybbangert2006-02-171-1/+3
* [svn] Another fix for deeply nested controllersbbangert2006-02-171-1/+1
* [svn] Controller scanner wasn't retaining directory pathsbbangert2006-02-171-1/+1
* [svn] Removed unnecessary code which did a redundant regexp check. Fixed Tick...bbangert2006-02-151-15/+14
* [svn] If a controller_scan is present, generate the URL's, otherwise throw th...bbangert2006-02-151-3/+2
* [svn] Raises RouteException if match is attempted and regexp's need to be gen...bbangert2006-02-152-0/+5
* [svn] Cleaned up doc strings for PEP 257bbangert2006-02-151-88/+52
* [svn] Added docs for new usagebbangert2006-02-151-7/+11
* [svn] Adding more tests for url_for with no named route utilizedbbangert2006-02-151-0/+27
* [svn] Now lets you use protocol for url_for query arg if it is followed by _bbangert2006-02-152-9/+15
* [svn] Ensure SCRIPT_NAME is carried through and used, added unit tets for sta...bbangert2006-02-153-4/+35
* [svn] Can now generate static routes with args, and semi-relative routes with...bbangert2006-02-145-11/+51
* [svn] Moving trunk to 1.1.1bbangert2006-01-131-1/+1
* [svn] Doc tweaksv1.1bbangert2006-01-131-0/+4
* [svn] Manual updates, front page has newsbbangert2006-01-132-6/+56
* [svn] Use proper release datebbangert2006-01-132-2/+2
* [svn] Additional syntax checks for new method and floating endsbbangert2006-01-131-36/+85
* [svn] Actually, its not good to set the mapper to a global for request_config...bbangert2006-01-121-6/+0
* [svn] Change our environ populating to be a bit more accurate and use the hos...bbangert2006-01-121-6/+8
* [svn] This time, the global mapper for the request_config actually works...bbangert2006-01-121-4/+6
* [svn] The mapper shouldn't need to be thread-localbbangert2006-01-121-0/+5