aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/import_export.py
Commit message (Expand)AuthorAgeFilesLines
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-4/+2
* gmg env_import shouldn't crash on unicode ...Joar Wandborg2012-04-021-1/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Dot-Notation for MediaEntry.media_filesElrond2012-01-041-2/+2
* Fixed import_exportJoar Wandborg2011-12-151-5/+5
* Dot-Notation for MediaEntry.titleElrond2011-12-051-2/+2
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-4/+6
|\
| * import_export - Added some error handlingJoar Wandborg2011-10-141-4/+6
* | export: Handle Unicode titles better in loggingElrond2011-11-151-2/+1
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-3/+4
|\ \
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-3/+4
| |/
* | Make gmg's -cf option a global optionElrond2011-10-231-2/+0
* | Refactor gmg's cf option into a functionElrond2011-10-231-3/+2
|/
* Fixed ./bin/gmg. import_export would not find BasicFileStorage, and ./bin/gmg...Joar Wandborg2011-09-141-1/+1
* Refractored gmg_commands.import_exportJoar Wandborg2011-09-101-41/+49
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* We should use os.path.join to concatenate directories.Christopher Allan Webber2011-08-201-2/+2
* Import / export to a temporary directory if cache_path not provided.Christopher Allan Webber2011-08-201-8/+15
* Apparently we *should* _clean(args), that was commented out for debugging :)Christopher Allan Webber2011-08-201-1/+2
* Removing some print debugging from import_exportChristopher Allan Webber2011-08-201-8/+0
* Use "with closing(tf)" since TarFile doesn't have .__exit__()Christopher Allan Webber2011-08-201-1/+2
* Removing unused importsChristopher Allan Webber2011-08-201-5/+0
* Feature #298 - Create environment tarballJoar Wandborg2011-08-121-52/+78
* Feature #298 - Create environment tarballJoar Wandborg2011-08-121-49/+95
* Feature 298 - Create environment tarballJoar Wandborg2011-08-091-21/+88
* Feature #298 - Changed some defaults in gmg_commands.import_exportJoar Wandborg2011-08-081-4/+17
* Feature #298Joar Wandborg2011-08-071-1/+16
* Feature #298 - Environment tarballJoar Wandborg2011-08-071-0/+87