summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* RST formattingv1.12.3Ben Bangert2010-06-051-0/+1
* * Fix bug with URLGenerator not properly including SCRIPT_NAME when generatingBen Bangert2010-06-051-0/+9
* Tagging 1.12.1Ben Bangert2010-03-111-2/+2
* * Fix bug with routes not generating URL's with callables in defaults.v1.12.1Ben Bangert2010-03-111-0/+1
* * Fix bug with routes not handling sub-domain defaults during generation.Ben Bangert2010-03-051-1/+1
* Bump for next dev versionBen Bangert2010-02-281-0/+4
* Update index pagev1.12Ben Bangert2010-02-281-2/+2
* Major re-org of the docsBen Bangert2010-02-281-0/+1
* * Fix bug with relative URL's using qualified merging host and URL withoutBen Bangert2010-02-281-0/+2
* * Fix bug with mapper.extend and Routes modifying their original args.Ben Bangert2010-02-281-0/+2
* Add notice about mapper explicitnessBen Bangert2010-02-281-2/+3
* * Fix url.current() not returning current args when explicit is True.Ben Bangert2010-02-281-0/+1
* Increase unit tests and add more explicit use of the mapper for matching.Ben Bangert2010-02-201-0/+1
* Backout explicit change.Ben Bangert2010-01-231-1/+0
* Mapper.explicit now defaults to TrueMike Burrows2010-01-111-1/+1
* Mapper.minimization now defaults to FalseMike Burrows2010-01-091-0/+2
* CHANGELOG for SubMapper and collection changesMike Burrows2010-01-091-1/+4
* * Fix bug with improper len placement for submapper.Ben Bangert2009-11-171-0/+1
* * Adding regular expression builder for entire regexp for faster rejectionBen Bangert2009-11-101-0/+5
* Prep 1.11 release.v1.11Ben Bangert2009-09-281-2/+2
* Update documentation layout. Add TODO file.sluggoster@gmail.com2009-09-081-1/+1
* Fix title header for documentation.sluggoster@gmail.com2009-09-071-1/+2
* * Added Mapper.extend function that allows one to add lists of Routes objectsBen Bangert2009-08-041-0/+2
* * Added Mapper.submapper function that returns a SubMapper object to enableBen Bangert2009-08-041-0/+3
* * Mapper controller_scan argument now handles None, and lists of controllerBen Bangert2009-08-041-0/+5
* Docs migration from pudge to sphinxGraham Higgins2009-07-021-50/+90
* Adding LRUBen Bangert2009-05-061-0/+4
* Updating changelogv1.10.3Ben Bangert2009-02-081-2/+2
* Update changelogBen Bangert2009-01-251-0/+1
* Adding changelog messageBen Bangert2009-01-241-0/+1
* * Bugfix for routes.middleware not re.escaping the path_info before moving itBen Bangert2009-01-241-0/+4
* Prepping releasev1.10.2Ben Bangert2009-01-111-1/+1
* * Bugfix for unicode encoding problems with non-minimized Route generation.Ben Bangert2009-01-021-0/+2
* * Bugfix for when environ is {} in unit tests.Ben Bangert2008-10-171-0/+3
* * Removing LRU cache due to performance and threading issues. Cache does hitv1.10.1Ben Bangert2008-09-271-1/+3
* Bumping version for devBen Bangert2008-09-241-0/+2
* Putting on release datev1.10Ben Bangert2008-09-241-1/+1
* * Adding LRU cache instead of just dict for caching generated routes. ThisBen Bangert2008-09-221-0/+3
* Adding URLGenerator object.Ben Bangert2008-09-221-0/+1
* * Adding redirect routes.Ben Bangert2008-09-071-0/+1
* * Static routes can now interpolate variable parts in the path if using {}Ben Bangert2008-09-071-4/+2
* * WARNING: Static routes can now interpolate variable parts in the path ifBen Bangert2008-09-071-0/+4
* * Added sub_domain condition option to accept False or None, to require thatBen Bangert2008-09-071-0/+4
* * Fixed bug in url_for which caused it to return a literal when it shouldn'tv1.9.2Ben Bangert2008-07-081-0/+4
* * Fixed bug in formatted route recognition with formatting being absorbedBen Bangert2008-06-281-0/+4
* Updated tests for nonminimization and fixed nonminimization to work properly.Ben Bangert2008-06-121-3/+1
* Fix bug with url_for.Ben Bangert2008-06-121-0/+3
* Bumping version numberBen Bangert2008-06-121-1/+1
* * Fixed bug with url_for not working properly outside of a request whenBen Bangert2008-06-091-0/+2
* * Add non-minimization option to Routes and the Mapper for generation andBen Bangert2008-06-051-0/+2