aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Added rtl language supportJiyda Mint Moussa2013-04-291-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | RTL languages like Arabic, Hebrew etc were displayed from left to right. I fixed this by adding a function to check whether the language of the locale is rtl and change the direction of the html in "base.html" accordingly. [Fixes #220]
* | | fix misplaced body tag when I moved the javascript to bottom of pagejpope2014-01-011-1/+1
| | |
* | | incorporate skeleton layout in the galleriesjpope7772014-01-013-27/+23
| | |
* | | update base.htmljpope7772013-12-311-0/+6
|/ /
* | Remove "Create blog" from admin top barSebastian Spaeth2013-12-121-1/+0
| | | | | | | | | | | | This is such a rare event that we do not need a "Create blog" button in the top navbar. It suffices to have the link on the "blog dashboard" page. Also, this saves us a hook to run on all pages that we render, basically.
* | Add the profile_hook in case of user with or without mediaSebastian Spaeth2013-12-121-5/+1
| | | | | | | | | | | | | | the hook was only run in case the user had no media uploaded yet. This does not make any sense, so we run the hook in all cases now. The designers might have to think about the placement of the stuff being inserted at some point...
* | Fix "middot" when blog plugin is disabledSebastian Spaeth2013-12-121-1/+0
| | | | | | | | | | | | The blog plugin accidentally introduced two "middots in the admin bar, which were visible when the blog plugin was disabled. Fixing this by moving the second dot in the blog template.
* | Convert blog plugin to use new privileges systemSebastian Spaeth2013-12-121-1/+1
| | | | | | | | | | there is no user.is_admin anymore. Adapt to use the new privileges system.
* | Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-125-0/+233
|\ \ | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html
| * \ Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinAditi Mittal2013-09-182-3/+31
| |\ \
| * | | Separate Create Blog and Blog Dashboard links on the home page.Aditi Mittal2013-09-151-1/+3
| | | |
| * | | Introduce new generic header_actions template_hook.Aditi Mittal2013-09-151-1/+1
| | | |
| * | | 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
| | | | | | | | |