aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix unit tests for sql: cache media_id.Elrond2012-04-011-2/+3
| * | | Finally enable SQL for everybody!Elrond2012-04-011-0/+1
| * | | Reload the user for current values.Elrond2012-03-261-0/+1
| * | | Reload and detach the test user.Elrond2012-03-261-0/+7
| * | | TestSubission's tag check stuff passing nowChristopher Allan Webber2012-03-261-3/+5
| * | | Remove the user_dev directory on tests endingChristopher Allan Webber2012-03-261-7/+7
| * | | Suggest we move to an in-memory database ;)Christopher Allan Webber2012-03-261-1/+1
| * | | SQL based tests and refactored Celery setup stuffChristopher Allan Webber2012-03-264-33/+62
* | | | Switch JSONEncoded from VARCHAR to TEXTElrond2012-04-011-2/+2
* | | | JS: fix first part of #422; make items in drop-down acutally workJef van Schendel2012-04-011-8/+5
* | | | CSS: change padding-left to margin-leftJef van Schendel2012-04-011-1/+1
* | | | CSS: change comment marginsJef van Schendel2012-04-011-9/+9
* | | | HTML/CSS: comment style changesJef van Schendel2012-04-012-8/+15
* | | | HTML: remove elements for comment button style changeJef van Schendel2012-04-011-4/+0
* | | | CSS: remove backgroundJef van Schendel2012-04-011-2/+1
* | | | Logo margin fixJef van Schendel2012-04-011-1/+1
* | | | Add dropdown to headerJef van Schendel2012-04-013-12/+97
* | | | Revert changes from last commit; I am an idiotJef van Schendel2012-03-312-24/+0
* | | | Switch over content to new layout/text; slight css editsJef van Schendel2012-03-312-0/+24
* | | | Increase bottom margin headerJef van Schendel2012-03-311-1/+1
* | | | Small CSS changes to headerJef van Schendel2012-03-311-7/+13
* | | | Added pygst.require('0.10') since it's absence breaks stuffJoar Wandborg2012-03-301-0/+2
* | | | Cleaned up media_types.video.transcodersJoar Wandborg2012-03-291-4/+4
* | | | And remove some now useless methods.Elrond2012-03-291-36/+0
* | | | Remove the DictReadProxy thing.Elrond2012-03-291-47/+4
* | | | Fix some simple errors.Elrond2012-03-292-4/+5
* | | | Change models to a _v0 suffix.Elrond2012-03-292-48/+50
* | | | Make a copy of models for v0.Elrond2012-03-291-0/+375
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJoar Wandborg2012-03-293-2/+54
|\ \ \ \
| * | | | Audio: And add empty migrations.Elrond2012-03-291-0/+17
| * | | | Audio: Add models and disable media_data.Elrond2012-03-292-2/+37
* | | | | Cleanded up video imports, removed PyGTK dependencyJoar Wandborg2012-03-292-38/+30
|/ / / /
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJoar Wandborg2012-03-293-2/+12
|\ \ \ \
| * | | | 411: Add relationship and backrefs to media_data tables.Elrond2012-03-283-2/+12
* | | | | Seeking works in firefoxJoar Wandborg2012-03-292-34/+148
|/ / / /
* | | | Changed audio.* Image* importsJoar Wandborg2012-03-271-1/+1
* | | | Fixed test_submission -> test_evil_file testJoar Wandborg2012-03-271-3/+2
* | | | Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-2721-90/+920
|\ \ \ \
| * | | | Media type refractors, pep8, lintJoar Wandborg2012-03-267-32/+34
| * | | | Faster sniffingJoar Wandborg2012-03-226-25/+255
| * | | | Replaced 'not foo == None' with 'foo is not None' in ascii sniffing tooJoar Wandborg2012-03-081-1/+1
| * | | | Clean up the workbench after audio processingJoar Wandborg2012-03-081-0/+3
| * | | | Changed `not foo == None` to `foo is not None` in image sniff handlerJoar Wandborg2012-03-081-1/+1
| * | | | Added a notice about mgg.global_config perhaps sometime notJoar Wandborg2012-03-081-0/+2
| * | | | Removed diaper patterns from audio/video sniffers, video preload set to 'meta...Joar Wandborg2012-03-078-22/+40
| * | | | Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-2810-28/+228
| * | | | Removed old audio.transcoder file (the real one is audio.transcoders)Joar Wandborg2012-02-161-18/+0
| * | | | Added sniffing logic for image media typeJoar Wandborg2012-02-161-0/+24
| * | | | Changed media processing delegation to a 'sniffing' methodJoar Wandborg2012-02-1510-12/+55
| * | | | Audio media handler, media sniffing, video fixesJoar Wandborg2012-02-149-16/+334