summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Delete obsolete __version__ attributes.Arfrever Frehtes Taifersar Arahesis2012-06-2912-23/+0
* Update configparser imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-16/+23
* Partially synchronize WebappConfig.sandbox.get_open_fds() with portage.proces...Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+6
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+1
* Use str.join() instead of string.join() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-292-5/+5
* Use print() function for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-295-39/+40
* doc/Makefile: fix parallel build, thanks ArfreverAnthony G. Basile2012-06-281-9/+4
* doc/webapp-eclass.5.xml: fix generated man/html filename1.50.19Anthony G. Basile2012-06-271-14/+14
* Clean up doc, readdress gentoo bug #322759Anthony G. Basile2012-06-273-569/+2
* Remove examplesAnthony G. Basile2012-06-273-198/+0
* Add support for www-servers/nginx and www-servers/gatlingAnthony G. Basile2011-12-303-3/+30
* Use isinstance() for compatibility with Python 3.Arfrever2011-12-302-5/+5
* Forward-compat WEB_CATEGORY variableMichael2011-12-301-0/+4
* Don't use has_key() for compatibility with Python 3.Arfrever2011-12-303-13/+13
* Update syntax of octal numbers for compatibility with Python 3.Arfrever2011-12-304-5/+5
* Delete some unused variables and imports.Arfrever2011-12-308-20/+10
* Update syntax of setting exceptions for compatibility with Python 3.Arfrever2011-12-307-16/+16
* Don't set unused exception variables.Arfrever2011-12-303-7/+7
* Backward compat for webapp-cleanerMichael (kensington)2011-12-291-3/+12
* Update the docs for --luiMichael (kensington)2011-12-292-13/+8
* Remove aolserver and add cherokee to the list of supportedMichael (kensington)2011-12-293-13/+1
* Remove files not maintained with migration to gitAnthony G. Basile2011-08-057-1628/+0
* Fix overwrite of existing config_protected filesPeter Volkov2011-08-052-2/+7
* Moved ebuild/eclass to overlay branchAnthony G. Basile2011-06-142-596/+0
* Update AUTHORS/CHANGES/TODO for minor release1.50.18.1Anthony G. Basile2011-06-143-9/+15
* Removed old .svn.ignoreAnthony G. Basile2011-06-144-8/+0
* Changed net-www to www-serversAnthony G. Basile2011-06-141-1/+2
* A number of code doc files.Gunnar Wrobel2007-11-096-1/+139
* The CHANGES file got renamed.Gunnar Wrobel2007-11-091-1046/+0
* Update the MANIFEST file.Gunnar Wrobel2007-11-091-1/+7
* * bug fix: webapp-config-1.50.16 errors out during uninstall htdocs is a syml...Gunnar Wrobel2007-11-092-1/+1053
* Rename AUTHORS file.Gunnar Wrobel2007-09-122-0/+2
* Add GPL to the directory.Gunnar Wrobel2007-09-124-100/+386
* Released webapp-config-1.5.18.1.50.18Gunnar Wrobel2007-05-112-0/+7
* Prepare a new experimental webapp-config release.Gunnar Wrobel2007-05-111-1/+1
* set_vars() should not be needed. The python config system will construct the ...Gunnar Wrobel2007-05-101-55/+31
* Updated Changelog1.50.17Gunnar Wrobel2007-04-271-0/+7
* Fixed doc test.Gunnar Wrobel2007-04-271-1/+1
* Version bumpGunnar Wrobel2007-04-272-2/+2
* Updates for the eclass. Still untested.Gunnar Wrobel2007-04-271-72/+45
* Do not use absolute path names by defaultGunnar Wrobel2007-04-272-2/+7
* Fix for package_installedGunnar Wrobel2007-04-271-1/+7
* Fixed installed package check in server.pyGunnar Wrobel2007-04-271-5/+3
* Fixed installed package check in server.pyGunnar Wrobel2007-04-271-2/+2
* Fixed installed package check in server.pyGunnar Wrobel2007-04-272-3/+7
* Fixed sorting in doctest.Gunnar Wrobel2007-04-271-1/+1
* Improved error message.Gunnar Wrobel2007-04-271-1/+2
* Revert server installation check for now.Gunnar Wrobel2007-04-271-1/+3
* Category supportGunnar Wrobel2007-04-271-49/+90
* Category support, absolute path support.Gunnar Wrobel2007-04-271-77/+234