summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [svn] don't assume Sets are ordered. One constructed viav1.4pjenvey2006-07-131-2/+3
* [svn] Going to 1.4 for upcoming Routes release.bbangert2006-07-132-2/+2
* [svn] Fixed bug with map.resource related to member methods, found in Rails v...bbangert2006-07-122-1/+7
* [svn] Fixed bug with map.resource member methods not requiring a member id.bbangert2006-07-122-0/+3
* [svn] Fixed bug related to handling keyword argument controller.bbangert2006-07-122-1/+3
* [svn] Fixed failing test on environment fetching.bbangert2006-07-051-1/+1
* [svn] Fixed bug with port being appended under conditions it shouldn't be dur...bbangert2006-07-051-2/+6
* [svn] Correcting doc inaccuracy.bbangert2006-07-041-3/+3
* [svn] Adding additional doc-strings for future maintenance.bbangert2006-07-041-0/+8
* [svn] Adding documentation for map.resource command.bbangert2006-07-041-1/+60
* [svn] Fixed map.resource, still need to fully doc how it works.bbangert2006-07-021-15/+12
* [svn] map.resource now runs, tests to ensure the proper routes were created s...bbangert2006-07-011-2/+3
* [svn] Minor corrections so it's likely to actually work.bbangert2006-07-011-6/+7
* [svn] Committing first attempt at map.resource, dynamically generating routes...bbangert2006-07-011-0/+95
* [svn] Added URL generation handling for a 'method' argument. If 'method' is s...bbangert2006-07-012-1/+15
* [svn] Forgot to update version number.bbangert2006-07-011-1/+1
* [svn] Changing method condition to require sequence for member testing.bbangert2006-07-011-1/+1
* [svn] Fixed reference to HTTP method to check for proper key.bbangert2006-07-011-1/+1
* [svn] Added option of having conditional function called with the result keys...bbangert2006-06-291-25/+26
* [svn] Added conditions keyword to route declaration that allows a route to de...bbangert2006-06-291-2/+18
* [svn] invoking unittest.main when running these tests standalonepjenvey2006-06-172-1/+6
* [svn] os.path.join instead of hardcoding '/'pjenvey2006-06-011-1/+1
* [svn] Additional test case for specific use-case cited on mail list. Already ...bbangert2006-05-181-0/+9
* [svn] Updated format of changelog and recorded latest addition.bbangert2006-05-181-92/+16
* [svn] Fixed redirect_to arg parsing to use url_for as it should've from the b...bbangert2006-05-182-35/+6
* [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