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
/
blog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some unused imports and local variables.
Ben Sturmfels
2021-09-23
1
-14
/
+9
*
Apply pyupgrade --py36-plus.
Ben Sturmfels
2021-09-23
1
-1
/
+1
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-2
/
+0
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
3
-21
/
+21
*
Revert "Revert "Import messages in blog views""
Boris Bobrov
2018-07-12
1
-1
/
+1
*
Merge remote-tracking branch 'gsoc2016/Subtitle-1'
Boris Bobrov
2018-07-10
1
-1
/
+1
|
\
|
*
Revert "Import messages in blog views"
saksham1115
2016-07-19
1
-1
/
+1
*
|
Fix server crash on blog about page [#5572]
Andrew Browning
2018-07-08
1
-1
/
+3
*
|
Apply button_warning style to blog delete buttons
Andrew Browning
2017-06-19
2
-3
/
+3
*
|
Re #5308 added cascade to blog mediatype
Robert Smith
2017-06-17
1
-2
/
+4
*
|
Add space between words in blog message
Andrew Browning
2017-06-06
1
-1
/
+1
|
/
*
Import messages in blog views
Andrew Browning
2016-04-03
1
-1
/
+1
*
Fix #5451 - add_message inconsistencies
Andrew Browning
2016-04-02
1
-16
/
+32
*
Fix the blog_delete page for admins.
宋文武
2016-04-02
1
-1
/
+1
*
Blog media type initial migration.
Christopher Allan Webber
2016-03-26
1
-0
/
+59
*
Fix #5440 - Typo in blog views
Andrew Browning
2016-03-06
1
-1
/
+1
*
Fix issue 5366 Update blog views
ayleph
2016-01-15
4
-8
/
+8
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-17
/
+9
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-4
/
+4
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-3
/
+7
*
wtforms.fields.TextField was deprecated
Jakob Kramer
2015-03-12
1
-14
/
+13
*
Merge branch 'master' into merge-python3-port
Christopher Allan Webber
2014-09-16
1
-2
/
+2
|
\
|
*
Make blog_post_listing easier to read
Jessica Tallon
2014-08-19
1
-1
/
+1
|
*
List blogs by URL user rather than request user
ayleph
2014-08-19
1
-1
/
+1
*
|
Use six.text_type instead of unicode().
Berker Peksag
2014-06-02
1
-10
/
+12
|
/
*
fixes to blog url generation
Boris Bobrov
2014-03-11
5
-17
/
+27
*
Rename a few files and minor cleanup
Sebastian Spaeth
2013-12-12
5
-20
/
+17
*
Remove "Create blog" from admin top bar
Sebastian Spaeth
2013-12-12
2
-23
/
+0
*
Force evaluation of Query() through count()
Sebastian Spaeth
2013-12-12
2
-6
/
+4
*
Fix "middot" when blog plugin is disabled
Sebastian Spaeth
2013-12-12
1
-2
/
+1
*
Convert blog plugin to use new privileges system
Sebastian Spaeth
2013-12-12
2
-4
/
+4
*
Write docstringg for view functions.
Aditi Mittal
2013-09-24
1
-9
/
+25
*
some fixes
Aditi Mittal
2013-09-21
6
-13
/
+18
*
Write template to render blog about page.
Aditi Mittal
2013-09-18
1
-0
/
+38
*
Change the text of url to blogs on user profile page.
Aditi Mittal
2013-09-18
1
-3
/
+3
*
Url mapping for blog about page.
Aditi Mittal
2013-09-18
1
-1
/
+9
*
Add view button and create blog button on blogs dashboard.
Aditi Mittal
2013-09-18
1
-19
/
+28
*
Add url to blog post listing page on blog dashboard of a blog.
Aditi Mittal
2013-09-18
1
-0
/
+5
*
Write view for blog about page.
Aditi Mittal
2013-09-18
1
-2
/
+29
*
Separate Create Blog and Blog Dashboard links on the home page.
Aditi Mittal
2013-09-15
3
-6
/
+26
*
Replace tabs with spaces in blog.__init__.
Aditi Mittal
2013-09-15
1
-34
/
+30
*
Change blogs query object to list object by .all() function in blog_dashboard...
Aditi Mittal
2013-09-15
1
-45
/
+46
*
Capitalize blog title.
Aditi Mittal
2013-09-15
1
-16
/
+16
*
Add buton to create a blog.
Aditi Mittal
2013-09-15
1
-19
/
+19
*
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
[next]