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 #712: Comment counter always uses plural
Jef van Schendel
2011-12-30
1
-40
/
+46
*
Fix #715: On media submit page, "Separate" is misspelled
Jef van Schendel
2011-12-30
2
-2
/
+2
*
Forgot to include the newly created JS file
Jef van Schendel
2011-12-29
1
-0
/
+19
*
Isolate JavaScript; add new show_password.js to forgot-password-page as well
Jef van Schendel
2011-12-29
3
-28
/
+8
*
Finished #485 and worked out bugs: password fields always update, added margi...
Jef van Schendel
2011-12-29
2
-1
/
+10
*
Add a .save method on the sql db objects
Elrond
2011-12-29
1
-1
/
+9
*
Support .get(fieldname) on sql db objects
Elrond
2011-12-29
1
-0
/
+3
*
Fix "bin/gmg migrate" after mongo move
Elrond
2011-12-28
1
-2
/
+2
*
Show --log-file option in lazyserver help.
Elrond
2011-12-28
1
-1
/
+1
*
SQL Model: Add relationship properties
Elrond
2011-12-28
1
-0
/
+5
*
SQL Model: Forgot MediaEntry.state field
Elrond
2011-12-28
2
-1
/
+2
*
Implement _id proxy on sql objects (on User for now)
Elrond
2011-12-28
1
-0
/
+14
*
Turn media.get_uploader into a property
Elrond
2011-12-27
7
-13
/
+14
*
Use media.url_for_self instead of calling urlgen directly
Elrond
2011-12-27
2
-12
/
+6
*
Move verification key generation to view
Elrond
2011-12-27
2
-2
/
+1
*
Translate one string
Elrond
2011-12-25
1
-1
/
+5
*
Replace media.get_uploader()._id by media.uploader
Elrond
2011-12-24
2
-4
/
+4
*
Improve .one() by using sqlalchemy's .one()
Elrond
2011-12-24
1
-3
/
+1
*
Add search level one() method
Elrond
2011-12-24
1
-0
/
+13
*
Turn MediaComment's author() into get_author property
Elrond
2011-12-23
2
-2
/
+3
*
added translation tags to html5 wwarning
Karen Rustad
2011-12-23
1
-2
/
+6
*
Added a 'you don't have HTML5 so this video will not work' warning using just...
Karen Rustad
2011-12-23
2
-0
/
+13
*
Note reported bug in workaround
Elrond
2011-12-21
1
-0
/
+1
*
Workaround for Routes/urlgen bug.
Elrond
2011-12-21
1
-0
/
+4
*
Merge remote branch 'remotes/joar/webfinger'
Elrond
2011-12-20
6
-0
/
+225
|
\
|
*
Added references to docstring in mediagoblin.webfinger
Joar Wandborg
2011-12-20
2
-0
/
+13
|
*
Removed mediagoblin.tools.feed which was accidentally included
Joar Wandborg
2011-12-20
1
-527
/
+0
|
*
Polishing the webfinger implementation
Joar Wandborg
2011-12-20
4
-30
/
+623
|
*
webfinger fully compliant with webfinger.org! Still *preliminary* solution.
Joar Wandborg
2011-12-15
1
-1
/
+1
|
*
Changed some thngs to be compatible with webfinger.org, still *very preliminary*
Joar Wandborg
2011-12-15
2
-2
/
+5
|
*
Added *very preliminary* support for webfinger
Joar Wandborg
2011-12-15
6
-0
/
+143
*
|
Move db/models.py -> db/mongo/models.py
Elrond
2011-12-20
2
-1
/
+1
*
|
Move db/migrations.py -> db/mongo/migrations.py
Elrond
2011-12-20
4
-3
/
+3
*
|
Move db/util.py -> db/mongo/util.py
Elrond
2011-12-20
5
-279
/
+297
*
|
Move db/indexes.py to db/mongo/indexes.py
Elrond
2011-12-20
2
-1
/
+1
*
|
Move db/open.py to db/mongo/open.py
Elrond
2011-12-20
3
-39
/
+71
*
|
SQL: mongokit like interface
Elrond
2011-12-18
4
-2
/
+54
*
|
Show actual comment number. Only shows plural for now (ticket #712)
Jef van Schendel
2011-12-18
1
-1
/
+1
*
|
Simple Mongo -> SQL migration tool
Elrond
2011-12-17
1
-0
/
+143
*
|
Little sql model update
Elrond
2011-12-17
1
-1
/
+2
*
|
Fixed import_export
Joar Wandborg
2011-12-15
1
-5
/
+5
*
|
SQL: Some toys and little fix
Elrond
2011-12-15
1
-1
/
+12
*
|
Move sql models into db/sql/
Elrond
2011-12-15
2
-0
/
+15
*
|
Merge remote branch 'remotes/cwebber/sqlalchemy'
Elrond
2011-12-15
1
-0
/
+95
|
\
\
|
*
|
Beginnings of sqlalchemy models
Christopher Allan Webber
2011-11-17
1
-0
/
+95
*
|
|
Fix -dev version and add version number docs
Will Kahn-Greene
2011-12-15
1
-1
/
+10
|
|
/
|
/
|
*
|
Change "Submit" to "Add" for ticket #466
Jef van Schendel
2011-12-14
2
-3
/
+3
*
|
Remove "X license" placeholder from media page
Jef van Schendel
2011-12-14
1
-1
/
+1
*
|
Change wording for change_fp; improved the button text
Jef van Schendel
2011-12-14
1
-2
/
+2
*
|
Merge remote branch 'joar/b681-comments_from_reviewing_video'
Elrond
2011-12-13
4
-17
/
+23
|
\
\
[next]