| Commit message (Expand) | Author | Age | Files | Lines |
* | [svn] * Added sub_domains option to mapper, along with sub_domains_ignore lis... | bbangert | 2006-09-04 | 1 | -0/+15 |
* | [svn] Fixed prior commit that included additional code that wasn't supposed t... | bbangert | 2006-09-02 | 1 | -9/+1 |
* | [svn] Doc string fixes. | bbangert | 2006-09-02 | 1 | -3/+10 |
* | [svn] * Patch applied from Ticket #28. Resolves issue with Mapper's controlle... | bbangert | 2006-08-08 | 1 | -1/+4 |
* | [svn] os.path.join instead of hardcoding '/' | pjenvey | 2006-06-01 | 1 | -1/+1 |
* | [svn] Fixed redirect_to arg parsing to use url_for as it should've from the b... | bbangert | 2006-05-18 | 1 | -35/+3 |
* | [svn] Applied patch for proper url encoding as in Ticket #12. Reported by Jas... | bbangert | 2006-04-30 | 1 | -1/+1 |
* | [svn] Pull the _filter arg out earlier, also give _filter the ability to full... | bbangert | 2006-04-05 | 1 | -1/+1 |
* | [svn] Added mapper support for append_slash which is used to determine if a s... | bbangert | 2006-03-17 | 1 | -0/+2 |
* | [svn] Sort fix for Python 2.3 | bbangert | 2006-02-20 | 1 | -1/+1 |
* | [svn] Adding _filter capability to named routes. | bbangert | 2006-02-18 | 1 | -0/+4 |
* | [svn] Use longest controller names first for more predictability | bbangert | 2006-02-17 | 1 | -1/+3 |
* | [svn] Another fix for deeply nested controllers | bbangert | 2006-02-17 | 1 | -1/+1 |
* | [svn] Controller scanner wasn't retaining directory paths | bbangert | 2006-02-17 | 1 | -1/+1 |
* | [svn] Raises RouteException if match is attempted and regexp's need to be gen... | bbangert | 2006-02-15 | 1 | -0/+3 |
* | [svn] Added docs for new usage | bbangert | 2006-02-15 | 1 | -7/+11 |
* | [svn] Now lets you use protocol for url_for query arg if it is followed by _ | bbangert | 2006-02-15 | 1 | -8/+13 |
* | [svn] Ensure SCRIPT_NAME is carried through and used, added unit tets for sta... | bbangert | 2006-02-15 | 1 | -4/+5 |
* | [svn] Can now generate static routes with args, and semi-relative routes with... | bbangert | 2006-02-14 | 1 | -7/+27 |
* | [svn] Looks like I'm on a roll for stupid mistakes today | bbangert | 2006-01-10 | 1 | -2/+2 |
* | [svn] Accidentally left out the prefix | bbangert | 2006-01-10 | 1 | -1/+1 |
* | [svn] Switched to getattr for mapper_dict. No setup required for url_for unle... | bbangert | 2006-01-10 | 1 | -1/+1 |
* | [svn] Forgot to trim the .py | bbangert | 2006-01-10 | 1 | -1/+1 |
* | [svn] Mapper now takes a function to scan for controllers, and a directory. T... | bbangert | 2006-01-10 | 1 | -29/+18 |
* | [svn] More doc updates | bbangert | 2005-11-16 | 1 | -29/+24 |
* | [svn] Pudge doc updates | bbangert | 2005-11-16 | 1 | -36/+47 |
* | [svn] Pudge changes, docs generate without a prob, now to make them rst format | bbangert | 2005-11-16 | 1 | -21/+22 |
* | [svn] Added environ config for proper addition of SCRIPT_NAME when generating... | bbangert | 2005-11-08 | 1 | -0/+2 |
* | [svn] Now handles trailing slash without issue, tests to verify. Added docstr... | bbangert | 2005-10-10 | 1 | -0/+2 |
* | [svn] Adding changelog info, updating tests, redirect_to test still broke | bbangert | 2005-10-04 | 1 | -2/+2 |
* | [svn] Checks on redirect for a named route | bbangert | 2005-09-30 | 1 | -1/+7 |
* | [svn] Now supports naming a Route to use its default keys later as a shortcut... | bbangert | 2005-09-28 | 1 | -4/+20 |
* | [svn] Now using setuptools for distribution and installation | bbangert | 2005-09-14 | 1 | -0/+131 |