summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change default requirements from Kajiki to MakoMark McClain2011-01-051-1/+1
* port the sample templates over to MakoMark McClain2011-01-053-25/+36
* Modifying the conf.app.modules in the template pecan project to use the modul...Ryan Petrello2011-01-051-4/+3
* further revised streaming exampleMark McClain2011-01-041-3/+7
* updated test_streaming to provide iterator exampleMark McClain2011-01-041-1/+3
* Merge branch 'content-type'Mark McClain2011-01-043-31/+50
|\
| * supports changing the content type and streamingMark McClain2011-01-043-31/+50
* | Adding conf.app.modules as a default in the template project's configuration....Ryan Petrello2011-01-042-0/+2
|/
* Merge branch 'master' of github.com:cleverdevil/pecanMark McClain2011-01-041-2/+34
|\
| * More unit tests for pecan's `TransactionalHook`.Ryan Petrello2011-01-041-2/+34
* | renaming pecan.py to core.pyMark McClain2011-01-045-5/+5
|/
* Merge branch 'templating'Mark McClain2011-01-044-57/+148
|\
| * changes for templating refactorMark McClain2011-01-044-52/+107
| * adding global context and easier customer renderers + refactor of codeMark McClain2011-01-042-33/+68
* | removing extra pyc fileMark McClain2011-01-041-0/+0
* | Adding a test to ensure that the pecan `state` local() is always entirely cle...Ryan Petrello2011-01-041-2/+20
* | Adding additional support to Pecan's `TransactionalHook` and a @transactional...Ryan Petrello2011-01-044-6/+275
|/
* remove old code that should have been remove before prior commitMark McClain2011-01-031-5/+0
* before hook now re-checks tranactional statusMark McClain2011-01-031-4/+15
* Adding an on_route hookYoann Roman2011-01-034-83/+119
* Merge branch 'master' of github.com:cleverdevil/pecanYoann Roman2011-01-033-5/+118
|\
| * Storing a bit of metadata into environ['paste.testing'] to ease testing WebOb...Ryan Petrello2011-01-031-0/+9
| * Added `UnlockedControllerMeta`, a controller metaclass which can be used to f...Ryan Petrello2011-01-032-5/+109
* | Updating .gitignore to standard GitHub templateYoann Roman2011-01-031-2/+19
|/
* Merge branch 'master' of github.com:cleverdevil/pecanYoann Roman2010-12-301-0/+3
|\
| * Got sick of typing "python start.py development.py" and having things not wor...Jonathan LaCour2010-12-301-0/+3
* | Adding tests for new abort method and redirect argumentYoann Roman2010-12-301-1/+21
* | Using EvalException middleware when in debug mode and adding hook to wrap cor...Yoann Roman2010-12-301-2/+8
* | Removing host/port print since Paste already does soYoann Roman2010-12-301-1/+0
* | Adding abort and optional code argument to redirectYoann Roman2010-12-302-3/+11
|/
* Modifying Pecan's `handle_request()` method to perform security handling *aft...Ryan Petrello2010-12-221-3/+3
* Adding a `controller` reference to the state object that gets passed to hooks...Ryan Petrello2010-12-221-0/+3
* Sometimes you want parts of your config object to just be a dict(). This is ...Ryan Petrello2010-12-223-7/+45
* deleting a function that was left out incomplete and broke some testsAlfredo Deza2010-12-161-2/+0
* Adding some code to avoid a potential bug in certain pecan configurations.Ryan Petrello2010-12-151-1/+1
* More quick start defaults for setuptools.Ryan Petrello2010-12-152-0/+3
* Adding a default, bare bones setup.py file for pecan quick start projects.Ryan Petrello2010-12-151-0/+19
* Removing some mistakenly committed .pyc files.Ryan Petrello2010-12-155-0/+0
* Adding (optional) file monitoring functionality to automatically reload pecan...Ryan Petrello2010-12-156-1/+86
* Establishing a few very simple conventions in pecan project template for mode...Ryan Petrello2010-12-1511-5/+16
* changed variable substitution demoMark McClain2010-12-141-1/+1
* added filepaths for config files, variable replacement, resolving, andMark McClain2010-12-144-18/+154
* added filepaths for config files, variable replacement, resolvingMark McClain2010-12-143-0/+5
* added API information about hooksAlfredo Deza2010-12-093-2/+77
* some title changes to get better structureAlfredo Deza2010-12-092-3/+3
* wording change in No Configuration sectionAlfredo Deza2010-12-091-3/+3
* added information about single values in configuration setupsAlfredo Deza2010-12-091-1/+19
* fixed typoAlfredo Deza2010-12-091-1/+1
* added config files and structure section but we need to define what are we go...Alfredo Deza2010-12-091-0/+32
* added a couple more sections and started working on Server configuration spec...Alfredo Deza2010-12-091-0/+31