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
path:
root
/
mediagoblin
/
media_types
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal
2013-09-09
2
-2
/
+2
|
\
|
*
typo. conversions not convirsions
Rodney Ewing
2013-09-06
2
-2
/
+2
*
|
Add ConfirmDeleteForm and URL mapping for blog_delete view
Aditi Mittal
2013-09-09
2
-1
/
+10
*
|
Write view function for blog deletion
Aditi Mittal
2013-09-09
1
-32
/
+80
*
|
Write code for deleting a blog
Aditi Mittal
2013-09-09
1
-6
/
+17
*
|
Write template for confirmation for blog deletion and add blog delete button ...
Aditi Mittal
2013-09-09
2
-0
/
+60
*
|
Get max_blog_count variable from config_spec.ini file using pluginapi config.
Aditi Mittal
2013-09-08
1
-4
/
+3
*
|
Reindentation
Aditi Mittal
2013-09-07
1
-23
/
+13
*
|
Add user to invidual blog dashboard context.
Aditi Mittal
2013-09-07
1
-0
/
+1
*
|
Correct template syntax error.
Aditi Mittal
2013-09-07
2
-2
/
+2
*
|
Put buttons for blog create and blog dashboard on view using template_hooks f...
Aditi Mittal
2013-09-07
2
-1
/
+27
*
|
Capitalize first letter of tags
Aditi Mittal
2013-09-07
1
-1
/
+2
*
|
Write on the template when there is no blog for the user.
Aditi Mittal
2013-09-07
1
-7
/
+11
*
|
Amend blog_dashboard view for accomodating all conditions.
Aditi Mittal
2013-09-07
1
-9
/
+9
*
|
Remove condition of being logged in to view blog dashboard.
Aditi Mittal
2013-09-07
1
-33
/
+31
*
|
Insert URL to blog in a user's profile page by spaetz
Aditi Mittal
2013-09-07
2
-0
/
+42
*
|
Add tags for every post on blog post listing page.
Aditi Mittal
2013-09-06
1
-4
/
+13
*
|
Make changes for displaying page listing all the blogs created by user.
Aditi Mittal
2013-09-05
1
-35
/
+44
*
|
Add url for viewing page which lists all blogs created by a user.
Aditi Mittal
2013-09-05
1
-6
/
+7
*
|
Created a template for viewing all blogs by a user.
Aditi Mittal
2013-09-05
1
-0
/
+64
*
|
Rename get_all_posts_of_a_blog function.
Aditi Mittal
2013-09-02
2
-3
/
+3
*
|
Implement pagination feature for blog_post_listing and blog_dashboard pages.
Aditi Mittal
2013-09-02
3
-11
/
+22
*
|
Get all blog posts as a query object as suggested by spaetz.
Aditi Mittal
2013-09-02
1
-4
/
+3
*
|
Make get_all_posts_of_a_blog a function of Blog class.
Aditi Mittal
2013-09-02
1
-0
/
+8
*
|
Rename save button to 'save as draft'.
Aditi Mittal
2013-09-02
1
-1
/
+1
*
|
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi Mittal
2013-08-31
10
-7
/
+53
|
\
|
|
*
pdf media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
1
-0
/
+5
|
*
ascii media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-2
/
+6
|
*
audio media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-1
/
+9
|
*
video media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
3
-2
/
+24
|
*
image media_type now have their own config_spec.ini
Rodney Ewing
2013-08-29
2
-2
/
+9
*
|
Add function get_all_blog_posts_of_blog.
Aditi
2013-08-29
1
-0
/
+13
*
|
Refactor views using functions in lib file.
Aditi
2013-08-28
1
-26
/
+19
*
|
Change Url for blog post listing view.
Aditi
2013-08-28
1
-1
/
+1
*
|
Pull changes and resolve merge conflict.
Aditi
2013-08-28
6
-29
/
+5
|
\
|
|
*
Should fix Beuc's bug with video thumbnail width... I think!
Christopher Allan Webber
2013-08-28
1
-1
/
+1
|
*
Removing unnecessary "setup_plugin()" calls, as pointed out by Velmont.
Christopher Allan Webber
2013-08-25
5
-30
/
+4
*
|
Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin
Aditi
2013-08-25
16
-561
/
+1529
|
\
|
|
*
only use the width for video thumbnails to keep the correct scaling
Rodney Ewing
2013-08-21
1
-4
/
+3
|
*
Fixing migration name. webm not wemb :)
Christopher Allan Webber
2013-08-21
1
-1
/
+1
|
*
rename webm_640 to webm_video since it might be a different resolution
Rodney Ewing
2013-08-20
4
-12
/
+29
|
*
make sure size is a tuple
Rodney Ewing
2013-08-16
1
-1
/
+1
|
*
Keep the best quality file if there's no original
Rodney Ewing
2013-08-16
3
-3
/
+30
|
*
for some reason, the minimum thumbnail size for videos is 100 x 100
Rodney Ewing
2013-08-16
1
-2
/
+4
|
*
refactor get_orig_filename to return an acceptable filename to the processor.
Rodney Ewing
2013-08-16
6
-51
/
+67
|
*
make medium dimensions a tuple
Rodney Ewing
2013-08-16
1
-1
/
+1
|
*
check medium_size arg in skip_transcoding, not config
Rodney Ewing
2013-08-16
2
-6
/
+7
|
*
use thumb_size
Rodney Ewing
2013-08-16
1
-1
/
+1
|
*
include a thumb_size string with each Resizer to run gmg reprocess thumbs
Rodney Ewing
2013-08-16
6
-0
/
+6
|
*
typos
Rodney Ewing
2013-08-16
4
-8
/
+9
[next]