Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/bundle/activitybundle.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to list the mimetypes directory if it does not exist.Marco Pesenti Gritti2008-08-311-5/+6
| | | | Fix #7837
* Trac #7733: fix severe performance regression when creating ActivityBundle.C. Scott Ananian2008-08-191-4/+4
|
* Several pylint fixes.Marco Pesenti Gritti2008-08-101-1/+1
|
* bug #7534: need_upgrade should always be TrueJameson Quinn2008-07-231-5/+7
|
* bug #7494 - uninstall from location, not future locationJameson Quinn2008-07-231-2/+1
|
* #7046: Fix removal of activitiesTomeu Vizoso2008-07-031-4/+4
|
* Patch by Jameson Chema Quinn.Marco Pesenti Gritti2008-06-131-13/+104
| | | | | | | Readability cleanups and little fixes by me. use MANIFEST. Deprecate bundle_name. fix_manifest(). bundlebuilder.config() cleanup.
*