aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/blog
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-14/+9
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-053-21/+21
* Revert "Revert "Import messages in blog views""Boris Bobrov2018-07-121-1/+1
* Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-101-1/+1
|\
| * Revert "Import messages in blog views"saksham11152016-07-191-1/+1
* | Fix server crash on blog about page [#5572]Andrew Browning2018-07-081-1/+3
* | Apply button_warning style to blog delete buttonsAndrew Browning2017-06-192-3/+3
* | Re #5308 added cascade to blog mediatypeRobert Smith2017-06-171-2/+4
* | Add space between words in blog messageAndrew Browning2017-06-061-1/+1
|/
* Import messages in blog viewsAndrew Browning2016-04-031-1/+1
* Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-16/+32
* Fix the blog_delete page for admins.宋文武2016-04-021-1/+1
* Blog media type initial migration.Christopher Allan Webber2016-03-261-0/+59
* Fix #5440 - Typo in blog viewsAndrew Browning2016-03-061-1/+1
* Fix issue 5366 Update blog viewsayleph2016-01-154-8/+8
* Collection changes and migration for federationJessica Tallon2015-10-071-17/+9
* Fix some unit tests and bugsJessica Tallon2015-08-241-4/+4
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+7
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-14/+13
* Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-2/+2
|\
| * Make blog_post_listing easier to readJessica Tallon2014-08-191-1/+1
| * List blogs by URL user rather than request userayleph2014-08-191-1/+1
* | Use six.text_type instead of unicode().Berker Peksag2014-06-021-10/+12
|/
* fixes to blog url generationBoris Bobrov2014-03-115-17/+27
* Rename a few files and minor cleanupSebastian Spaeth2013-12-125-20/+17
* Remove "Create blog" from admin top barSebastian Spaeth2013-12-122-23/+0
* Force evaluation of Query() through count()Sebastian Spaeth2013-12-122-6/+4
* Fix "middot" when blog plugin is disabledSebastian Spaeth2013-12-121-2/+1
* Convert blog plugin to use new privileges systemSebastian Spaeth2013-12-122-4/+4
* Write docstringg for view functions.Aditi Mittal2013-09-241-9/+25
* some fixesAditi Mittal2013-09-216-13/+18
* Write template to render blog about page.Aditi Mittal2013-09-181-0/+38
* Change the text of url to blogs on user profile page.Aditi Mittal2013-09-181-3/+3
* Url mapping for blog about page.Aditi Mittal2013-09-181-1/+9
* Add view button and create blog button on blogs dashboard.Aditi Mittal2013-09-181-19/+28
* Add url to blog post listing page on blog dashboard of a blog.Aditi Mittal2013-09-181-0/+5
* Write view for blog about page.Aditi Mittal2013-09-181-2/+29
* Separate Create Blog and Blog Dashboard links on the home page.Aditi Mittal2013-09-153-6/+26
* Replace tabs with spaces in blog.__init__.Aditi Mittal2013-09-151-34/+30
* Change blogs query object to list object by .all() function in blog_dashboard...Aditi Mittal2013-09-151-45/+46
* Capitalize blog title.Aditi Mittal2013-09-151-16/+16
* Add buton to create a blog.Aditi Mittal2013-09-151-19/+19
* Add ConfirmDeleteForm and URL mapping for blog_delete viewAditi Mittal2013-09-092-1/+10
* Write view function for blog deletionAditi Mittal2013-09-091-32/+80
* Write code for deleting a blogAditi Mittal2013-09-091-6/+17
* Write template for confirmation for blog deletion and add blog delete button ...Aditi Mittal2013-09-092-0/+60
* Get max_blog_count variable from config_spec.ini file using pluginapi config.Aditi Mittal2013-09-081-4/+3
* ReindentationAditi Mittal2013-09-071-23/+13