summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to version 1.521.52Anthony G. Basile2013-10-312-8/+8
* WebappConfig/config.py: Modifies default interpolation style.Devan Franchini2013-10-291-25/+29
* WebappConfig/db.py: Removes cherry-pick message in db.py.Devan Franchini2013-10-281-2/+0
* WebappConfig/db.py converts keys dictionary to sorted list.Devan Franchini2013-10-281-4/+4
* WebappConfig/db.py: Encodes entry output for .webapp-<app>-<version>.Devan Franchini2013-10-281-1/+1
* WebappConfig/dotconfig.py: Encodes .webapp info in utf-8 when writing.Devan Franchini2013-10-281-2/+1
* WebappConfig/content.py: Encodes md5 content in utf-8 when writing.Devan Franchini2013-10-281-1/+1
* WebappConfig/compat.py: Alters warped compat file from cherry-picking.Devan Franchini2013-10-281-10/+0
* WebappConfig/config.py: Corrects get() function arguments.Devan Franchini2013-10-281-2/+2
* WebappConfig/compat.py: Revamps create_md5() function.Devan Franchini2013-10-281-1/+6
* WebappConfig/db.py: Converts keys.packages.keys() into a list.Devan Franchini2013-10-091-1/+1
* WebappConfig/content.py: returns value from create_md5 to prevent nulls.Devan Franchini2013-09-261-1/+1
* WebappConfig/content.py: Fixed inconsistent tab in file where create_md5() is...Devan Franchini2013-09-251-1/+1
* WebappConfig/db.py: Converts dict_keys into a list to allow sorting.Devan Franchini2013-09-241-1/+1
* WebappConfig/content.py: Adds use of create_md5() function.Devan Franchini2013-09-241-2/+2
* WebappConfig/compat.py: Adds compatibility check for file_md5().Devan Franchini2013-09-241-0/+27
* WebappConfig/permissions.py: Corrected syntax for eval() function.Devan Franchini2013-09-241-1/+1
* Webappconfig/{config.py,worker.py}: Adds configurable --copy option.Devan Franchini2013-08-243-7/+7
* WebappConfig/config.py: fix indentationManuel Rüger2013-08-061-1/+1
* Bump to version 1.511.51Anthony G. Basile2013-08-034-44/+3
* WebappConfig/content.py: use hashlib instead of md5 moduleNico Baggus2013-08-031-2/+2
* WebappConfig/wrapper.py: fix paludis supportcmue812013-08-031-3/+3
* WebappConfig/{config.py,server.py}: set server uid/gid in the configVincent Brillault2013-08-033-15/+61
* Webappconfig/config.py: Adds check for package name and versionDevan Franchini2013-08-031-2/+15
* WebappConfig/{db,filetype,permissions}.py: code cleanupVincent Brillault2013-04-223-11/+19
* doc/webapp-config.8.xml: fix unpaired tagAnthony G. Basile2013-03-291-0/+1
* WebappConfig/{config,worker}.py: add option to copy filesDevan Franchini2013-03-293-4/+66
* WebappConfig/wrapper.py: do not use portage.root to retrive $ROOTDevan Franchini2013-03-231-1/+1
* WebappConfig/worker.py: correct permissions for server-owned dirsVincent Brillault2013-03-131-0/+2
* WebappConfig/ebuild.py: don't ignore vhost_config_dir valueChristian Affolter2013-03-091-1/+1
* WebappConfig/db.py: do not leave behind stray install filesEray Aslan2013-02-111-0/+2
* Include current version of the eclass in repoAnthony G. Basile2012-07-131-0/+580
* Do not use cmp() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-292-13/+2
* Update WebappConfig.version.WCVERSION.Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+1
* 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