summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Added myself as maintainer, cleaned up setup.py and excluded the HTML ↵Alex Gr?nholm2011-05-171-0/+1
| | | | documentation from the sdist and included template files missing from the previous release(s)
* remove prints from finddataIan Bicking2010-10-281-0/+5
|
* update news for releaseIan Bicking2010-09-142-4/+4
|
* moved repoIan Bicking2009-10-281-2/+2
|
* changelog r8024pjenvey2009-07-141-0/+5
|
* update news for release1.3.3ianb2009-02-112-3/+3
|
* Handle cases where X-Forwarded-Host has multiple valuesianb2009-02-111-0/+3
|
* Add X-Forwarded-For translation to REMOTE_ADDRianb2008-07-031-1/+2
|
* Also translate X-Forwarded-Proto to wsgi.url_schemeianb2008-06-201-3/+3
|
* Translate X-Forwarded-Scheme to wsgi.url_schemeianb2008-06-201-0/+7
|
* Added template for site links1.3.2ianb2008-06-132-0/+35
|
* update news for releaseianb2008-06-132-7/+8
|
* changelog for r7382pjenvey2008-06-121-0/+2
|
* sphinx-ifyianb2008-05-295-0/+177
|
* fixed use sections overwriting the config's __file__ value with the use'dpjenvey2008-04-221-0/+2
| | | | filename
* Added paste.deploy.converters.asint (#155)ianb2007-10-101-0/+5
|
* prepare news for release1.3.1ianb2007-06-261-2/+2
|
* Fix appconfig and filter-withianb2007-05-251-0/+7
|
* update news versionianb2007-04-111-2/+2
|
* added a news item on paste.config1.3ianb2007-04-111-0/+3
|
* allow PrefixMiddleware to set the schemeianb2007-02-211-0/+6
|
* updated license yearpjenvey2007-02-151-1/+1
|
* rename news section1.1ianb2006-12-181-2/+2
|
* Strip any trailing /'s from prefix in PrefixMiddleware. Specifically the ↵ianb2006-12-141-1/+3
| | | | default of '/' will cause breakage
* Added force_port optionianb2006-12-141-0/+3
|
* Allow global_conf settings passed through to show up as config defaults, ↵ianb2006-11-121-0/+8
| | | | available for interpolation
* Update docs for 1.0ianb2006-10-222-2/+19
|
* Added X-Forwarded-Host translationianb2006-10-201-0/+3
|
* Added documentation for all the entry points paste deploy usesianb2006-10-131-0/+6
|
* reverting r5451; woops, isn't neededpjenvey2006-08-111-6/+0
|
* changelog of r5530pjenvey2006-08-111-1/+7
|
* updating news0.9.6pjenvey2006-07-271-10/+22
|
* Added license textianb2006-06-151-0/+20
|
* Added copyright noteianb2006-06-131-0/+3
|
* News headline update for 0.50.5ianb2006-03-072-2/+6
|
* Added a more introductory section to the paste deploy docsianb2006-01-231-1/+114
|
* Improved the paster create --template=paste_deploy template, to include an ↵ianb2006-01-101-2/+9
| | | | entry point and sample application ready to run
* Rename all references to 'composit' to 'composite'ianb2006-01-101-6/+6
|
* Added tests of appconfig, docs, newsianb2005-10-072-7/+30
|
* Fixed typo/missing lineianb2005-10-051-0/+1
|
* Moved docs aroundianb2005-09-272-20/+0
|
* Allow variable interpolation, including %(here)sianb2005-09-251-0/+5
|
* More notesianb2005-08-271-0/+10
|
* Added new variable setting to make globals localianb2005-08-261-0/+9
|
* Installation instruction changesianb2005-08-261-1/+4
|
* New version sectionsianb2005-08-261-2/+6
|
* Added filter-with option; fixed some error messages; changed protocol names0.2b70.2b60.2b50.2b40.2b30.2b20.2b1ianb2005-08-252-18/+38
|
* Converters news noteianb2005-08-221-0/+3
|
* New protocols, paste.server_runner1 and paste.filter_app_factory1ianb2005-08-222-1/+28
|
* Added filter-app and pipeline sections for configs; added docs; added better ↵ianb2005-08-223-2/+46
| | | | intro; added EGG-INFO creator (instead of putting EGG-INFO in svn repository); added news document