summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn] 1.6.2 release updates.v1.6bbangert2006-12-142-3/+22
* [svn] added a test for the append_slash fix in r301pjenvey2006-11-151-0/+1
* [svn] * Fixed append_slash to take effect in the route generation itself inst...bbangert2006-11-143-3/+10
* [svn] * Added additional url_for tests to ensure map.resource generates prope...bbangert2006-11-135-56/+80
* [svn] * Added additional map.resource recognition tests.bbangert2006-11-132-1/+26
* [svn] Initial commit of wsgi middleware using routes and new wsgiorg.routing_...bbangert2006-11-073-2/+84
* [svn] * Added _absolute keyword option route connect to ignore SCRIPT_NAME se...bbangert2006-10-313-2/+18
* [svn] Added check for wsgi.url_scheme for better WSGI conformance.bbangert2006-10-301-1/+1
* [svn] Fixed possible issue with host name fallback to SERVER_NAME, as specifi...bbangert2006-10-301-1/+2
* [svn] Bumping dev version number.bbangert2006-10-162-1/+4
* [svn] Doc update.v1.5.2bbangert2006-10-161-0/+2
* [svn] * Fixed qualified keyword to keep host port names when used, unless a hostbbangert2006-10-163-2/+11
* [svn] Updating docs for 1.5.2 release.bbangert2006-10-162-2/+11
* [svn] * Added fully_qualified keyword option to url_for to have it generate a...bbangert2006-10-104-4/+25
* [svn] Updating changelog and docs for 1.5.1 rls.v1.5.1bbangert2006-10-042-1/+9
* [svn] * Fixed bug with escaping part names in the regular expression, reporte...bbangert2006-10-034-2/+23
* [svn] Updating dev to 1.5.1bbangert2006-09-192-1/+4
* [svn] Index update for 1.5 releasev1.5bbangert2006-09-191-0/+24
* [svn] Minor tweaks to account for map.resources updates and fix.bbangert2006-09-192-2/+2
* [svn] Updating docs to include map.resource functionality.bbangert2006-09-191-0/+81
* [svn] Increased code coverage in tests as high as its going to get (~ 99%).bbangert2006-09-193-11/+13
* [svn] Setting xhtml to true for proper doc generation.bbangert2006-09-191-0/+1
* [svn] Doc layout updatesbbangert2006-09-192-0/+259
* [svn] whitespacepjenvey2006-09-181-7/+14
* [svn] o allowing 1 digit month requirement as per the examplepjenvey2006-09-181-5/+5
* [svn] Changed map.connect to m.connect for consistency.bbangert2006-09-181-4/+4
* [svn] Major manual update, changed wrapping, added docs for fitler function, ...bbangert2006-09-181-127/+351
* [svn] Bumping dev version to 1.5.bbangert2006-09-172-2/+2
* [svn] Cleaned up unit test header/footer info, doesn't require license data a...bbangert2006-09-153-77/+3
* [svn] Adding install/readme files.bbangert2006-09-152-0/+24
* [svn] * Significant updates to map.resource and unit tests that comb it thoro...bbangert2006-09-145-10/+57
* [svn] Additional unit tests and fixes for map.resource. Still in development...bbangert2006-09-142-173/+241
* [svn] Adding routematch testing and routematch debug tests.bbangert2006-09-141-0/+27
* [svn] Adding unit tests for conditionals and subdomain conditions.bbangert2006-09-141-2/+76
* [svn] Adding route path escaping for regexp creation. Fixes issue with regexp...bbangert2006-09-141-11/+11
* [svn] Minor tweak to default setting, removed unnecessary redundant default s...bbangert2006-09-142-5/+3
* [svn] * Added unit tests to ensure controller_scan works properly with nestedbbangert2006-09-146-4/+20
* [svn] Updating changelog for other change in prior commit.bbangert2006-09-141-0/+2
* [svn] * Added more thorough testing to _RequestConfig object and the ability tobbangert2006-09-144-1/+73
* [svn] * Fixed bug with sub_domain not maintaining port information in url_for...bbangert2006-09-113-4/+31
* [svn] * Added unit tests to ensure sub_domain option works with named routes,...bbangert2006-09-113-17/+68
* [svn] Minor touch-up for proper bold formatting.bbangert2006-09-111-1/+1
* [svn] Adding nose as the test suitebbangert2006-09-111-0/+1
* [svn] * Changed order in which sub-domain is added to match-dict so it can be...bbangert2006-09-112-2/+5
* [svn] Index doc updatebbangert2006-09-071-0/+3
* [svn] Updating dev info for trunk package.bbangert2006-09-063-1/+18
* [svn] Updating changelog for Routes release.v1.4.1bbangert2006-09-061-1/+1
* [svn] Adding additional recognition tests for sub-domains.bbangert2006-09-061-0/+61
* [svn] Update so that a sub_domain is always set if activated.bbangert2006-09-041-1/+1
* [svn] Fixed typo in prior commit with sub_domain conditional checker.bbangert2006-09-041-1/+1