summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prep 1.11 release.v1.11Ben Bangert2009-09-282-3/+3
| | | | | --HG-- branch : trunk
* missing quotesGael Pasgrimaud2009-09-261-2/+2
| | | | | --HG-- branch : trunk
* remove double quoteGael Pasgrimaud2009-09-261-2/+2
| | | | | --HG-- branch : trunk
* Routes logo is actually by Christoph Boehme, not Christoph Haas.sluggoster@gmail.com2009-09-142-1/+1
| | | | | | --HG-- branch : trunk rename : docs/src/routes-logo-haas.svg => docs/src/routes-logo-boehme.svg
* Fix HTML.sluggoster@gmail.com2009-09-131-1/+1
| | | | | --HG-- branch : trunk
* Typo in manual.sluggoster@gmail.com2009-09-132-1/+2
| | | | | --HG-- branch : trunk
* Update TODO.sluggoster@gmail.com2009-09-131-4/+42
| | | | | --HG-- branch : trunk
* Add Routes logo by Christoph Haas.sluggoster@gmail.com2009-09-135-0/+142
| | | | | --HG-- branch : trunk
* Update documentation layout. Add TODO file.sluggoster@gmail.com2009-09-088-60/+184
| | | | | --HG-- branch : trunk
* Fix title header for documentation.sluggoster@gmail.com2009-09-071-1/+2
| | | | | --HG-- branch : trunk
* More documentation updates.sluggoster@gmail.com2009-09-043-33/+25
| | | | | --HG-- branch : trunk
* Documentation updates.sluggoster@gmail.com2009-09-024-104/+305
| | | | | --HG-- branch : trunk
* Fix slight doctest errorBen Bangert2009-08-051-1/+1
| | | | | --HG-- branch : trunk
* * Added Mapper.extend function that allows one to add lists of Routes objectsBen Bangert2009-08-043-11/+55
| | | | | | | to the mapper in one batch, optionally with a path_prefix. --HG-- branch : trunk
* Enable use of the submapper with the with statementBen Bangert2009-08-041-1/+8
| | | | | --HG-- branch : trunk
* * Added Mapper.submapper function that returns a SubMapper object to enableBen Bangert2009-08-042-0/+61
| | | | | | | | easier declaration of routes that have multiple keyword argument options in common. --HG-- branch : trunk
* * Mapper controller_scan argument now handles None, and lists of controllerBen Bangert2009-08-047-12/+31
| | | | | | | | | | names in addition to a callable. * Route object now takes a name parameter, which is the name it responds to. This name is automatically added when called by using Mapper's connect class method. --HG-- branch : trunk
* Split the porting section in the manual to a separate article.sluggoster@gmail.com2009-07-086-93/+115
| | | | | --HG-- branch : trunk
* Delete obsolete index.rstsluggoster@gmail.com2009-07-081-292/+0
| | | | | --HG-- branch : trunk
* Comment '_static' directory in Sphinx config because it doesn't exist.sluggoster@gmail.com2009-07-051-1/+1
| | | | | --HG-- branch : trunk
* getting it rightGraham Higgins2009-07-021-3/+8
| | | | | --HG-- branch : trunk
* rounding up stragglersGraham Higgins2009-07-021-118/+0
| | | | | --HG-- branch : trunk
* Docs migration from pudge to sphinxGraham Higgins2009-07-0224-2439/+631
| | | | | --HG-- branch : trunk
* Centralize tests for resources since they require both generation and ↵Mike Naberezny2009-06-113-390/+402
| | | | | | | recognition. --HG-- branch : trunk
* Fixed link to development version.Mike Naberezny2009-06-111-1/+1
| | | | | --HG-- branch : trunk
* Use consistent testing style with nose.tools.Mike Naberezny2009-06-114-284/+295
| | | | | --HG-- branch : trunk
* Use consistent testing style with nose.tools.Mike Naberezny2009-06-111-279/+279
| | | | | --HG-- branch : trunk
* fixed an issue when passing extra args as a list of unicode to generate()Alexandre Conrad2009-05-182-1/+18
| | | | | --HG-- branch : trunk
* Add a test for noargs.Chris McDonough2009-05-101-1/+12
| | | | | --HG-- branch : trunk
* Allow the mapper to match a route if it returns a dict, even if the dict is ↵Chris McDonough2009-05-091-3/+3
| | | | | | | empty. --HG-- branch : trunk
* Decode route args if they're encodedBen Bangert2009-05-071-0/+2
| | | | | --HG-- branch : trunk
* Adding LRU cache default for mapperBen Bangert2009-05-062-2/+3
| | | | | --HG-- branch : trunk
* Adding LRUBen Bangert2009-05-065-17/+87
| | | | | --HG-- branch : trunk
* mergeBen Bangert2009-03-313-0/+904
|\ | | | | | | | | --HG-- branch : trunk
| * Merge.Mike Orr2009-03-303-0/+904
| |\ | | | | | | | | | | | | --HG-- branch : trunk
| | * New Routes manual.Mike Orr2009-03-303-0/+904
| | | | | | | | | | | | | | | --HG-- branch : trunk
* | | MergeBen Bangert2009-03-311-0/+1
|\ \ \ | | | | | | | | | | | | | | | | --HG-- branch : trunk
| * | | Add support for the _filter keyword argument in map.resource and propagate ↵mvantellingen2009-03-181-0/+1
| | |/ | |/| | | | | | | | | | | | | | | | it to the map.connect calls --HG-- branch : trunk
* | | mergeBen Bangert2009-03-311-1/+1
|\ \ \ | | | | | | | | | | | | | | | | --HG-- branch : trunk
| * | | this is 1.10.4devPhilip Jenvey2009-02-181-1/+1
| |/ / | | | | | | | | | | | | --HG-- branch : trunk
* | | Route doc updateBen Bangert2009-03-311-2/+2
| |/ |/| | | | | | | --HG-- branch : trunk
* | Update stringsBen Bangert2009-03-291-3/+3
|/ | | | | --HG-- branch : trunk
* Added tag v1.10.3 for changeset 75ac2bfcb104Ben Bangert2009-02-081-0/+1
| | | | | --HG-- branch : trunk
* Updating changelogv1.10.3Ben Bangert2009-02-081-2/+2
| | | | | --HG-- branch : trunk
* Account for lack of query stringBen Bangert2009-02-081-1/+7
| | | | | --HG-- branch : trunk
* More speed tweaks to request_configBen Bangert2009-02-081-17/+27
| | | | | --HG-- branch : trunk
* More tweaks to create things only when neededBen Bangert2009-02-081-3/+4
| | | | | --HG-- branch : trunk
* Speed tweaks to route.matchBen Bangert2009-02-081-9/+9
| | | | | --HG-- branch : trunk
* Less function calls for form determinationBen Bangert2009-02-071-3/+1
| | | | | --HG-- branch : trunk
* Speed tweaks for lazier request creation, no hasattrBen Bangert2009-02-071-16/+21
| | | | | --HG-- branch : trunk