aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Put buttons for blog create and blog dashboard on view using template_hooks ↵Aditi Mittal2013-09-071-8/+1
| | | | | | | | | | | | | | | | for blog plugin not to be interfering with original code.
| * | | Insert URL to blog in a user's profile page by spaetzAditi Mittal2013-09-071-0/+1
| | | |
| * | | Add blog dashboard button.Aditi Mittal2013-09-051-1/+5
| | | |
| * | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-08-312-2/+2
| |\ \ \
| * \ \ \ Pull changes and resolve merge conflict.Aditi2013-08-283-9/+57
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-253-6/+13
| |\ \ \ \ \
| * \ \ \ \ \ Resolve merge conflict and merge.Aditi2013-08-227-14/+131
| |\ \ \ \ \ \
| * | | | | | | Change path for tinymce.Aditi2013-08-101-1/+1
| | | | | | | |
| * | | | | | | Change button names to Save and Blog.Aditi2013-08-101-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi2013-08-092-3/+7
| |\ \ \ \ \ \ \
| * | | | | | | | Replace edit blogpost url from default media_edit url to blogpost edit url.Aditi2013-08-091-3/+3
| | | | | | | | |
| * | | | | | | | Move templates to blog plugin from all mediagoblin/templates.Aditi2013-08-075-280/+0
| | | | | | | | |
| * | | | | | | | show all blogposts.Aditi2013-08-072-6/+5
| | | | | | | | |
| * | | | | | | | Specify the status of blog post.Aditi2013-08-071-2/+14
| | | | | | | | |
| * | | | | | | | Write template for draft view of a blog post.Aditi2013-08-071-0/+42
| | | | | | | | |
| * | | | | | | | Display date of creation of the blog post.Aditi2013-08-071-1/+17
| | | | | | | | |
| * | | | | | | | button to start with blogging.Aditi2013-08-061-0/+4
| | | | | | | | |
| * | | | | | | | remove underline from the urls.Aditi2013-08-064-3/+10
| | | | | | | | |
| * | | | | | | | Configure tinymce with various plugins.Aditi2013-08-061-4/+9
| | | | | | | | |
| * | | | | | | | Change font color.Aditi2013-08-051-3/+3
| | | | | | | | |
| * | | | | | | | safe pipelline for blog description.Aditi2013-08-051-1/+1
| | | | | | | | |
| * | | | | | | | Add url for delete blogpost button.Aditi2013-08-051-4/+7
| | | | | | | | |
| * | | | | | | | New elements added for the styling of blog post listing view.Aditi2013-08-051-4/+3
| | | | | | | | |
| * | | | | | | | Add safe pipe for proper rendering of cleaned html.Aditi2013-08-051-2/+2
| | | | | | | | |
| * | | | | | | | media template for blog to get blogpost.html template from it.Aditi2013-08-051-0/+176
| | | | | | | | |
| * | | | | | | | Write temporary template for blog_post_listing view.Aditi2013-08-041-0/+34
| | | | | | | | |
| * | | | | | | | Update version on tinymce.Aditi2013-07-311-1/+1
| | | | | | | | |
| * | | | | | | | Fix size and selector for tinymce.Aditi2013-07-311-2/+4
| | | | | | | | |
| * | | | | | | | Integrate tinymce, Draft status.Aditi2013-07-311-3/+19
| | | | | | | | |
| * | | | | | | | Change div class for wider firm fields.Aditi2013-07-311-3/+3
| | | | | | | | |
| * | | | | | | | Add blog post state field to blog dashboard.Aditi2013-07-311-6/+14
| | | | | | | | |
| * | | | | | | | Remove ID of the blog post.Aditi2013-07-301-2/+0
| | | | | | | | |
| * | | | | | | | Manually render form fields for the integration of tinymce.Aditi2013-07-301-1/+8
| | | | | | | | |
| * | | | | | | | Add tinymce in head for description field of blog, blogpost edit and create ↵Aditi2013-07-301-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | templates.
| * | | | | | | | Add temporary blogpost display template.Aditi2013-07-301-0/+33
| | | | | | | | |
| * | | | | | | | Add Blog Edit button.Aditi2013-07-291-4/+13
| | | | | | | | |
| * | | | | | | | Remove action url from form action.Aditi2013-07-251-1/+1
| | | | | | | | |
| * | | | | | | | Change edit url to a button for each blog post.Aditi2013-07-251-1/+1
| | | | | | | | |
| * | | | | | | | Add edit url for each blog post.Aditi2013-07-251-2/+3
| | | | | | | | |
| * | | | | | | | Add 'Add Blog Post' button on blog dashboard.Aditi2013-07-241-0/+4
| | | | | | | | |
| * | | | | | | | Write template for blog_dashboard.Aditi2013-07-221-0/+54
| | | | | | | | |
| * | | | | | | | Remove form action url.Aditi2013-07-211-2/+1
| | | | | | | | |
| * | | | | | | | Add temporary template for blogpost create/edit view.Aditi2013-07-201-0/+38
| | | | | | | | |
| * | | | | | | | Indent properly.Aditi2013-07-201-1/+1
| | | | | | | | |
| * | | | | | | | merge with remote master branch of cweb.Aditi2013-07-164-32/+42
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'cweb/master'Aditi2013-07-043-8/+14
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sage aborts Merge branch master of git://gitorious.org/mediagoblin/mediagoblin.git
| * | | | | | | | | | Add template for blog edit and create page.Aditi2013-06-301-0/+34
| | | | | | | | | | |
* | | | | | | | | | | Fixed a small typo that was causing the mediagoblin.moderation.users_detailtilly-Q2013-12-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | page to crash.
* | | | | | | | | | | Make "Username's privileges" translatableChristopher Allan Webber2013-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit sponsored by Aaron Borden. Thank you!
* | | | | | | | | | | Removing the assertion that this site is run by StatusNet (major oops) and ↵Christopher Allan Webber2013-12-031-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adding <p> tags The StatusNet one was a pretty goofy mistake. But at least now it's fixed! :) This commit sponsored by Jon Buckley. Thank you!