Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not use cmp() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 2 | -13/+2 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Update WebappConfig.version.WCVERSION. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Delete obsolete __version__ attributes. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 12 | -23/+0 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Update configparser imports for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 1 | -16/+23 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Partially synchronize WebappConfig.sandbox.get_open_fds() with ↵ | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 1 | -1/+6 | |
| | | | | | | portage.process.get_open_fds(). Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Use range() instead of xrange() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Use str.join() instead of string.join() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 2 | -5/+5 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Use print() function for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2012-06-29 | 5 | -39/+40 | |
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | doc/Makefile: fix parallel build, thanks Arfrever | Anthony G. Basile | 2012-06-28 | 1 | -9/+4 | |
| | ||||||
* | doc/webapp-eclass.5.xml: fix generated man/html filename1.50.19 | Anthony G. Basile | 2012-06-27 | 1 | -14/+14 | |
| | ||||||
* | Clean up doc, readdress gentoo bug #322759 | Anthony G. Basile | 2012-06-27 | 3 | -569/+2 | |
| | ||||||
* | Remove examples | Anthony G. Basile | 2012-06-27 | 3 | -198/+0 | |
| | ||||||
* | Add support for www-servers/nginx and www-servers/gatling | Anthony G. Basile | 2011-12-30 | 3 | -3/+30 | |
| | ||||||
* | Use isinstance() for compatibility with Python 3. | Arfrever | 2011-12-30 | 2 | -5/+5 | |
| | | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Forward-compat WEB_CATEGORY variable | Michael | 2011-12-30 | 1 | -0/+4 | |
| | | | | | | | | | | | Versions previous to 1.50.18 did not include WEB_CATEGORY which was stored in ${webapp_installed_dir}/.webapp, but newer versions require it. Make old installations forward-compatible by pretending this variable exists. Reported-By: Patrick <mail@patrick-nagel.net> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 355295 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=355295 | |||||
* | Don't use has_key() for compatibility with Python 3. | Arfrever | 2011-12-30 | 3 | -13/+13 | |
| | | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Update syntax of octal numbers for compatibility with Python 3. | Arfrever | 2011-12-30 | 4 | -5/+5 | |
| | | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Delete some unused variables and imports. | Arfrever | 2011-12-30 | 8 | -20/+10 | |
| | | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Update syntax of setting exceptions for compatibility with Python 3. | Arfrever | 2011-12-30 | 7 | -16/+16 | |
| | | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Don't set unused exception variables. | Arfrever | 2011-12-30 | 3 | -7/+7 | |
| | | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||||
* | Backward compat for webapp-cleaner | Michael (kensington) | 2011-12-29 | 1 | -3/+12 | |
| | | | | | | | | | | Patch webapp-cleaner to check ${CAT}/${PN} first, but if that does not exist, fall back to just ${PN}. Reported-By: Marc Richter <richter_marc@gmx.net> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 376737 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=376737 | |||||
* | Update the docs for --lui | Michael (kensington) | 2011-12-29 | 2 | -13/+8 | |
| | | | | | | | Reported-By: Maurice Volaski <mvolaski@aecom.yu.edu> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 379581 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=379581 | |||||
* | Remove aolserver and add cherokee to the list of supported | Michael (kensington) | 2011-12-29 | 3 | -13/+1 | |
| | | | | | | | | | servers in the manpage. Reported-By: Fab <netfab@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 386505 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=386505 | |||||
* | Remove files not maintained with migration to git | Anthony G. Basile | 2011-08-05 | 7 | -1628/+0 | |
| | ||||||
* | Fix overwrite of existing config_protected files | Peter Volkov | 2011-08-05 | 2 | -2/+7 | |
| | | | | | | | | | | | webapp-config records the md5sum of previously modified config file and any subsequent update removes that file since md5sum of file in database (.webapp-app-version) is the same as on the disc. Reported-By: Philippe Chaintreuil Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 243260 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=243260 | |||||
* | Moved ebuild/eclass to overlay branch | Anthony G. Basile | 2011-06-14 | 2 | -596/+0 | |
| | ||||||
* | Update AUTHORS/CHANGES/TODO for minor release1.50.18.1 | Anthony G. Basile | 2011-06-14 | 3 | -9/+15 | |
| | ||||||
* | Removed old .svn.ignore | Anthony G. Basile | 2011-06-14 | 4 | -8/+0 | |
| | ||||||
* | Changed net-www to www-servers | Anthony G. Basile | 2011-06-14 | 1 | -1/+2 | |
| | ||||||
* | A number of code doc files. | Gunnar Wrobel | 2007-11-09 | 6 | -1/+139 | |
| | | | | svn path=/trunk/webapp-config/; revision=59 | |||||
* | The CHANGES file got renamed. | Gunnar Wrobel | 2007-11-09 | 1 | -1046/+0 | |
| | | | | svn path=/trunk/webapp-config/; revision=58 | |||||
* | Update the MANIFEST file. | Gunnar Wrobel | 2007-11-09 | 1 | -1/+7 | |
| | | | | svn path=/trunk/webapp-config/; revision=57 | |||||
* | * bug fix: webapp-config-1.50.16 errors out during uninstall htdocs is a ↵ | Gunnar Wrobel | 2007-11-09 | 2 | -1/+1053 | |
| | | | | | | symlink (Gentoo bug #181938) svn path=/trunk/webapp-config/; revision=56 | |||||
* | Rename AUTHORS file. | Gunnar Wrobel | 2007-09-12 | 2 | -0/+2 | |
| | | | | svn path=/trunk/webapp-config/; revision=55 | |||||
* | Add GPL to the directory. | Gunnar Wrobel | 2007-09-12 | 4 | -100/+386 | |
| | | | | svn path=/trunk/webapp-config/; revision=54 | |||||
* | Released webapp-config-1.5.18.1.50.18 | Gunnar Wrobel | 2007-05-11 | 2 | -0/+7 | |
| | | | | svn path=/trunk/webapp-config/; revision=50 | |||||
* | Prepare a new experimental webapp-config release. | Gunnar Wrobel | 2007-05-11 | 1 | -1/+1 | |
| | | | | svn path=/trunk/webapp-config/; revision=49 | |||||
* | set_vars() should not be needed. The python config system will construct the ↵ | Gunnar Wrobel | 2007-05-10 | 1 | -55/+31 | |
| | | | | | | configuration values on get and all %()s parts will get expanded during the get() call. Updating only my_appsuffix should do the job. svn path=/trunk/webapp-config/; revision=48 | |||||
* | Updated Changelog1.50.17 | Gunnar Wrobel | 2007-04-27 | 1 | -0/+7 | |
| | | | | svn path=/trunk/webapp-config/; revision=46 | |||||
* | Fixed doc test. | Gunnar Wrobel | 2007-04-27 | 1 | -1/+1 | |
| | | | | svn path=/trunk/webapp-config/; revision=45 | |||||
* | Version bump | Gunnar Wrobel | 2007-04-27 | 2 | -2/+2 | |
| | | | | svn path=/trunk/webapp-config/; revision=44 | |||||
* | Updates for the eclass. Still untested. | Gunnar Wrobel | 2007-04-27 | 1 | -72/+45 | |
| | | | | svn path=/trunk/webapp-config/; revision=42 | |||||
* | Do not use absolute path names by default | Gunnar Wrobel | 2007-04-27 | 2 | -2/+7 | |
| | | | | svn path=/trunk/webapp-config/; revision=41 | |||||
* | Fix for package_installed | Gunnar Wrobel | 2007-04-27 | 1 | -1/+7 | |
| | | | | svn path=/trunk/webapp-config/; revision=40 | |||||
* | Fixed installed package check in server.py | Gunnar Wrobel | 2007-04-27 | 1 | -5/+3 | |
| | | | | svn path=/trunk/webapp-config/; revision=39 | |||||
* | Fixed installed package check in server.py | Gunnar Wrobel | 2007-04-27 | 1 | -2/+2 | |
| | | | | svn path=/trunk/webapp-config/; revision=38 | |||||
* | Fixed installed package check in server.py | Gunnar Wrobel | 2007-04-27 | 2 | -3/+7 | |
| | | | | svn path=/trunk/webapp-config/; revision=37 | |||||
* | Fixed sorting in doctest. | Gunnar Wrobel | 2007-04-27 | 1 | -1/+1 | |
| | | | | svn path=/trunk/webapp-config/; revision=36 | |||||
* | Improved error message. | Gunnar Wrobel | 2007-04-27 | 1 | -1/+2 | |
| | | | | svn path=/trunk/webapp-config/; revision=35 | |||||
* | Revert server installation check for now. | Gunnar Wrobel | 2007-04-27 | 1 | -1/+3 | |
| | | | | svn path=/trunk/webapp-config/; revision=34 |