summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* db.py: Uses EPREFIX variableDevan Franchini2017-02-151-3/+4
* db.py: Reverts OUT.info() call to print() in listinstalls()Devan Franchini2015-06-191-1/+1
* {config, db}.py: Adds proper support for list-installs commandDevan Franchini2015-06-191-1/+1
* Adds WebappDB and WebappSource tests to external test suiteDevan Franchini2015-06-191-174/+0
* Adds python3.x compatibility to codebase.Devan Franchini2015-06-191-2/+2
* WebappConfig/db.py: Properly closes install file after writing.Devan Franchini2014-01-241-0/+1
* WebappConfig/db.py: Slightly alters prune_database() algorithm.Devan Franchini2014-01-241-3/+1
* WebappConfig/db.py: Removes printing of 'action' when calling prune_database().Devan Franchini2014-01-241-1/+0
* WebappConfig/{db,config}.py: Adds support for prune-database() function.Devan Franchini2014-01-241-14/+21
* WebappConfig/db.py: Adds prune_db() function.Devan Franchini2014-01-241-0/+37
* 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/db.py: Converts keys.packages.keys() into a list.Devan Franchini2013-10-091-1/+1
* WebappConfig/db.py: Converts dict_keys into a list to allow sorting.Devan Franchini2013-09-241-1/+1
* WebappConfig/{db,filetype,permissions}.py: code cleanupVincent Brillault2013-04-221-1/+1
* WebappConfig/db.py: do not leave behind stray install filesEray Aslan2013-02-111-0/+2
* Do not use cmp() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+1
* Delete obsolete __version__ attributes.Arfrever Frehtes Taifersar Arahesis2012-06-291-2/+0
* Use print() function for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2012-06-291-1/+1
* Update syntax of octal numbers for compatibility with Python 3.Arfrever2011-12-301-2/+2
* Fix for package_installedGunnar Wrobel2007-04-271-1/+7
* Fixed sorting in doctest.Gunnar Wrobel2007-04-271-1/+1
* Category supportGunnar Wrobel2007-04-271-49/+90
* Added current versionGunnar Wrobel2007-02-211-0/+721