summaryrefslogtreecommitdiff
path: root/routes/util.py
Commit message (Expand)AuthorAgeFilesLines
* [svn] * Added sub_domains option to mapper, along with sub_domains_ignore lis...bbangert2006-09-041-0/+15
* [svn] Fixed prior commit that included additional code that wasn't supposed t...bbangert2006-09-021-9/+1
* [svn] Doc string fixes.bbangert2006-09-021-3/+10
* [svn] * Patch applied from Ticket #28. Resolves issue with Mapper's controlle...bbangert2006-08-081-1/+4
* [svn] os.path.join instead of hardcoding '/'pjenvey2006-06-011-1/+1
* [svn] Fixed redirect_to arg parsing to use url_for as it should've from the b...bbangert2006-05-181-35/+3
* [svn] Applied patch for proper url encoding as in Ticket #12. Reported by Jas...bbangert2006-04-301-1/+1
* [svn] Pull the _filter arg out earlier, also give _filter the ability to full...bbangert2006-04-051-1/+1
* [svn] Added mapper support for append_slash which is used to determine if a s...bbangert2006-03-171-0/+2
* [svn] Sort fix for Python 2.3bbangert2006-02-201-1/+1
* [svn] Adding _filter capability to named routes.bbangert2006-02-181-0/+4
* [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] Raises RouteException if match is attempted and regexp's need to be gen...bbangert2006-02-151-0/+3
* [svn] Added docs for new usagebbangert2006-02-151-7/+11
* [svn] Now lets you use protocol for url_for query arg if it is followed by _bbangert2006-02-151-8/+13
* [svn] Ensure SCRIPT_NAME is carried through and used, added unit tets for sta...bbangert2006-02-151-4/+5
* [svn] Can now generate static routes with args, and semi-relative routes with...bbangert2006-02-141-7/+27
* [svn] Looks like I'm on a roll for stupid mistakes todaybbangert2006-01-101-2/+2
* [svn] Accidentally left out the prefixbbangert2006-01-101-1/+1
* [svn] Switched to getattr for mapper_dict. No setup required for url_for unle...bbangert2006-01-101-1/+1
* [svn] Forgot to trim the .pybbangert2006-01-101-1/+1
* [svn] Mapper now takes a function to scan for controllers, and a directory. T...bbangert2006-01-101-29/+18
* [svn] More doc updatesbbangert2005-11-161-29/+24
* [svn] Pudge doc updatesbbangert2005-11-161-36/+47
* [svn] Pudge changes, docs generate without a prob, now to make them rst formatbbangert2005-11-161-21/+22
* [svn] Added environ config for proper addition of SCRIPT_NAME when generating...bbangert2005-11-081-0/+2
* [svn] Now handles trailing slash without issue, tests to verify. Added docstr...bbangert2005-10-101-0/+2
* [svn] Adding changelog info, updating tests, redirect_to test still brokebbangert2005-10-041-2/+2
* [svn] Checks on redirect for a named routebbangert2005-09-301-1/+7
* [svn] Now supports naming a Route to use its default keys later as a shortcut...bbangert2005-09-281-4/+20
* [svn] Now using setuptools for distribution and installationbbangert2005-09-141-0/+131