index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unit tests for sql: cache media_id.
Elrond
2012-04-01
1
-2
/
+3
*
Finally enable SQL for everybody!
Elrond
2012-04-01
2
-1
/
+1
*
Reload the user for current values.
Elrond
2012-03-26
1
-0
/
+1
*
Reload and detach the test user.
Elrond
2012-03-26
1
-0
/
+7
*
TestSubission's tag check stuff passing now
Christopher Allan Webber
2012-03-26
1
-3
/
+5
*
Remove the user_dev directory on tests ending
Christopher Allan Webber
2012-03-26
1
-7
/
+7
*
Suggest we move to an in-memory database ;)
Christopher Allan Webber
2012-03-26
1
-1
/
+1
*
SQL based tests and refactored Celery setup stuff
Christopher Allan Webber
2012-03-26
4
-33
/
+62
*
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Jef van Schendel
2012-03-25
3
-2
/
+33
|
\
|
*
Merge remote-tracking branch 'gandaro/forgot-password-autofillin'
Elrond
2012-03-25
3
-2
/
+33
|
|
\
|
|
*
set username default server-side
Jakob Kramer
2012-03-25
3
-8
/
+2
|
|
*
Fill username automatically in (Forget Password)
Jakob Kramer
2012-03-24
3
-1
/
+38
*
|
|
Header style change
Jef van Schendel
2012-03-25
2
-43
/
+36
|
/
/
*
|
Drop debug from migration.
Elrond
2012-03-25
1
-2
/
+0
*
|
Cleanup mongo->sql converter.
Elrond
2012-03-25
1
-5
/
+2
*
|
Do not fill media_data['exif'] any more.
Elrond
2012-03-25
1
-7
/
+0
*
|
Migration fixup: Drop empty exif_all.
Elrond
2012-03-25
1
-1
/
+7
*
|
Create migration to move exif data around in media_data.
Elrond
2012-03-25
1
-0
/
+25
*
|
Use exif_display_iter in the template.
Elrond
2012-03-25
1
-3
/
+4
*
|
Start to fill media_data.exif_all in addition.
Elrond
2012-03-25
1
-3
/
+6
|
/
*
Merge remote-tracking branch 'remotes/gandaro/wipealldata-from-db_name'
Christopher Allan Webber
2012-03-24
1
-2
/
+6
|
\
|
*
Wipe the configured database, not the default one
Jakob Kramer
2012-03-24
1
-2
/
+6
*
|
Allow arrow keys in input fields and textareas
Jakob Kramer
2012-03-24
2
-2
/
+10
|
/
*
remove unused `mg.submit.security' module
Jakob Kramer
2012-03-23
2
-27
/
+1
*
Fix cyclic import issue.
Elrond
2012-03-23
1
-1
/
+2
*
Create MediaEntry.exif_display_iter()
Elrond
2012-03-23
1
-0
/
+10
*
image_mediadata: Add exif_all column
Elrond
2012-03-23
1
-0
/
+2
*
Add copyright header to image/models.py
Elrond
2012-03-23
1
-0
/
+17
*
correct wrong version number
Jakob Kramer
2012-03-23
1
-1
/
+1
*
New media_data row needs to know its MediaEntry's id.
Elrond
2012-03-22
1
-1
/
+2
*
Add index=True for some columns.
Elrond
2012-03-21
1
-6
/
+7
*
Finally load all models.
Elrond
2012-03-21
1
-2
/
+1
*
Panel: Find "unprocessed" not "processing" entries.
Elrond
2012-03-21
1
-1
/
+1
*
And fix the in-celeryd import.
Elrond
2012-03-21
2
-2
/
+2
*
Move celery task into own task.py
Elrond
2012-03-21
3
-58
/
+81
*
Turn processing.py into a submodule.
Elrond
2012-03-21
1
-0
/
+0
*
Merge remote-tracking branch 'refs/remotes/brett/bug270-lazycelery-script'
Christopher Allan Webber
2012-03-20
3
-64
/
+84
|
\
|
*
Refactor lazyserver.sh to lazystarter.sh and provide lazycelery.sh (#270)
Brett Smith
2012-03-17
3
-64
/
+84
*
|
More standard media_data model for ascii.
Elrond
2012-03-20
1
-3
/
+3
*
|
Create load_models().
Elrond
2012-03-20
4
-3
/
+24
*
|
Import "Base" from base instead of models.
Elrond
2012-03-20
5
-7
/
+6
*
|
Disable query logging for now, so we get nicer logs
Elrond
2012-03-20
1
-1
/
+1
*
|
500 error because of subscripting instead of using attributes
Jakob Kramer
2012-03-18
1
-2
/
+2
*
|
Committing extracted and compiled translations
Christopher Allan Webber
2012-03-18
42
-2243
/
+1653
*
|
Committing present MediaGoblin translations before pushing extracted messages
Christopher Allan Webber
2012-03-18
1
-0
/
+645
*
|
Fixing manual tyop: MediaGoblin, not MediaGobiin (thanks gandaro!)
Christopher Allan Webber
2012-03-18
1
-1
/
+1
*
|
Removing print statements from convert_gps_media_data migration
Christopher Allan Webber
2012-03-18
1
-2
/
+0
*
|
Let convert_mongo_to_sql add Migration Records
Elrond
2012-03-17
1
-1
/
+17
*
|
Merge remote-tracking branch 'brett/bug264-delete-comments-with-media'
Christopher Allan Webber
2012-03-17
2
-0
/
+19
|
\
\
|
*
|
When media is deleted, delete associated comments too.
Brett Smith
2012-03-17
2
-0
/
+19
|
|
/
[next]