aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moving setup.py.in back to setup.pyChristopher Allan Webber2013-07-252-3/+3
|
* Merge remote-tracking branch 'refs/remotes/brandoninvergo/pyconfigure' into ↵Christopher Allan Webber2013-07-258-2/+1613
|\ | | | | | | merge-pyconfigure
| * remove missingBrandon Invergo2013-05-201-330/+0
| |
| * remove configure since it should be user-generated nowBrandon Invergo2013-05-201-3926/+0
| |
| * make virtualenv use the defaultBrandon Invergo2013-05-201-2/+2
| |
| * clean more on distcleanBrandon Invergo2013-05-198-11429/+1
| |
| * fix aux file installationBrandon Invergo2013-05-192-9/+10
| |
| * use POSTGRES variableBrandon Invergo2013-05-191-2/+3
| |
| * add a couple missing filesBrandon Invergo2013-05-192-0/+22
| |
| * minor touch-upsBrandon Invergo2013-05-191-4/+7
| |
| * better handle installation to another directoryBrandon Invergo2013-05-191-2/+10
| |
| * change default prefixBrandon Invergo2013-05-192-0/+11
| |
| * fix virtualenv python interpreter and fix update targetBrandon Invergo2013-05-191-12/+19
| |
| * fix testing for db programBrandon Invergo2013-05-192-5/+6
| |
| * add Makefile.inBrandon Invergo2013-05-191-0/+186
| |
| * add configure scriptBrandon Invergo2013-05-191-0/+3919
| |
| * add pyconfigure stuffBrandon Invergo2013-05-1910-0/+12609
| |
| * add configure.acBrandon Invergo2013-05-191-0/+197
| |
| * move setup.py to setup.py.in and add macrosBrandon Invergo2013-05-191-2/+2
| |
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinBrandon Invergo2013-05-19339-16866/+31510
| |\
| * | clean upBrandon Invergo2013-05-196-8210/+0
| | |
| * | add pyconfigure stuffBrandon Invergo2012-11-127-0/+8540
| | |
* | | More up to date READMEChristopher Allan Webber2013-07-251-7/+7
| | |
* | | Move the "cd mediagoblin" to the right line. Thanks usrnix!Christopher Allan Webber2013-07-231-1/+1
| | | | | | | | | | | | This commit sponsored by Kenneth Dombrowski. Thanks!
* | | Fixing docs: git submodule update, not git submodule fetch!Christopher Allan Webber2013-07-142-2/+2
| | | | | | | | | | | | This commit sponsored by Charles Combs. Thank you!
* | | Skip the openid tests if the openid module is not installed.Christopher Allan Webber2013-07-141-3/+4
| | | | | | | | | | | | This commit sponsored by Brandon Smith. Thank you!
* | | Documenting the media_manager fetching hookChristopher Allan Webber2013-07-121-0/+11
| | | | | | | | | | | | This commit sponsored by Christian Corrodi. Thank you!
* | | Switching the hook 'get_media_manager' to a more "directed" tuple-hookChristopher Allan Webber2013-07-128-38/+9
| | | | | | | | | | | | | | | | | | | | | | | | By switching this to a tuple that includes the media type in the key itself, this requires iteration and execution of functions that "check" that they are the right type. This commit sponsored by Greg Grossmeier. Thanks buddy! :)
* | | documenting the new media_type plugins and available hooksRodney Ewing2013-07-123-19/+46
| | |
* | | Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-1224-144/+237
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin.ini mediagoblin/tests/test_mgoblin_app.ini
| * | | Fix the last bit preventing all the unit tests from passing in media ↵Christopher Allan Webber2013-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | types->plugins The last commit was also small, so Jeff Moe gets... two! Two sponsored commits! Ah ah ah. </count_voice>
| * | | Switch the import of the image media manager over to the new classChristopher Allan Webber2013-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps resolve one of the remaining issues with the tests for the media type pluginification. This commit sponsored by Jeffrey Moe. Thanks Jeff! Lulzbot rocks!
| * | | Changing the information spat out while printing from media types->pluginsChristopher Allan Webber2013-07-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Previously it called even plugins media types. Ha! This commit sponsored by Jon Merkley. Thank you!
| * | | added a warning for old media typesRodney Ewing2013-07-022-0/+30
| | | |
| * | | converted video media_type to pluginRodney Ewing2013-07-022-10/+33
| | | |
| * | | converted stl media_type to pluginRodney Ewing2013-07-022-5/+27
| | | |
| * | | converted pdf media_type to pluginRodney Ewing2013-07-022-6/+29
| | | |
| * | | converted audio media_type to pluginRodney Ewing2013-07-022-6/+29
| | | |
| * | | typo in image supported_filetypesRodney Ewing2013-07-021-1/+1
| | | |
| * | | converted ascii media_type to pluginRodney Ewing2013-07-022-6/+29
| | | |
| * | | fixed some typos and enabled media_type plugins in testsRodney Ewing2013-07-024-6/+8
| | | |
| * | | removed sniff_handler from Imange Media Manager classRodney Ewing2013-07-021-1/+0
| | | |
| * | | removed CompatMediaManager() since all core media_types are classesRodney Ewing2013-07-021-30/+0
| | | |
| * | | modified gmg to use plugin media_types and converted image media_type to new ↵Rodney Ewing2013-07-029-74/+52
| | | | | | | | | | | | | | | | plugin style
* | | | Patch by Strum. Remove redundent tool-tips from Stl media_typeRodney Ewing2013-07-121-11/+5
| | | |
* | | | Patch by pythonsnake. Make mediagoblin.ini comments more helpful.Rodney Ewing2013-07-121-4/+5
| | | |
* | | | make change_pass page autofocusRodney Ewing2013-07-111-1/+1
| | | |
* | | | forgot to render errorsRodney Ewing2013-07-111-5/+10
| | | |
* | | | change to class instead of id to work with firefoxRodney Ewing2013-07-112-3/+3
| | | |
* | | | fix for boolean fieldsRodney Ewing2013-07-113-19/+33
| | | |