aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Allow instance owners to customize html titles of page:Pablo J. Urbano Santos2011-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | Added html_title config option. Made base.html template use html_title option as page title.
| * | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-11-185-33/+51
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/user.html
| | * | | Dot-Notation for "_id"Elrond2011-11-152-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Migrations can't use "Dot Notation"! Migrations run on pymongo, not mongokit. So they can't use the "Dot Notation". This isn't really a big issue, as migrations are anyway quite mongo specific.
| | * | | Only show "post a comment" link if comments already existChristopher Allan Webber2011-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of the link is to help you jump past comments to the comment box, and so... Even with this new conditional, I'm not entirely sure I like that link ;)
| | * | | Improving <title> on tag page *and* adjusting translation for RTL reasonsChristopher Allan Webber2011-11-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Basically moving the variable inside the translation to give translators more flexibility
| | * | | Enhanced title on the user's main media galleryChristopher Allan Webber2011-11-131-0/+6
| | | | |
| | * | | If the gallery view makes sure we have a user anyway, do we need this check?Christopher Allan Webber2011-11-131-22/+17
| | | | | | | | | | | | | | | | | | | | Seems like the classic annoying "SHOULD NEVER HAPPEN" else: statement :)
| | * | | Enhanced title for user profile pageChristopher Allan Webber2011-11-131-0/+11
| | | | |
| | * | | Improved title block on media pageChristopher Allan Webber2011-11-131-0/+2
| | | | |
| | * | | Mark two strings for translationElrond2011-11-131-1/+1
| | | | |
| * | | | Accidentally had user['profile'] where it shoulda been user['bio']Christopher Allan Webber2011-11-161-1/+1
| |/ / /
| * | | On second thought, let's use this title for forgot_password.htmlJef van Schendel2011-11-041-1/+1
| | | |
| * | | Text edits and rearrangements to login.htmlJef van Schendel2011-11-041-14/+10
| | | |
| * | | Add translation brackety things to forgot-password page, I forgot thoseJef van Schendel2011-11-041-1/+1
| | | |
| * | | Text changes to forgot-paddword pageJef van Schendel2011-11-041-7/+2
| | | |
| * | | Text changes to front page, as described in ticket #637Jef van Schendel2011-11-041-14/+5
| | | |
| * | | Several small changes (reordering/restyling) for media descriptions and commentsJef van Schendel2011-11-041-19/+9
| | | |
* | | | First crack at basic license support.Aaron Williamson2012-01-171-0/+2
|/ / /
* | | Removing comment_form link which doesn't do anything?Christopher Allan Webber2011-10-291-1/+0
| | |
* | | Unclosed anchor tags in the tags! Fixed :)Christopher Allan Webber2011-10-271-1/+1
| | |
* | | Only show the "post a comment" link if there's a logged in userChristopher Allan Webber2011-10-271-1/+3
| | |
* | | Renamed "Temporary button holder" to "actions"Christopher Allan Webber2011-10-271-1/+1
| | |
* | | Merge remote branch 'remotes/elrond/misc/i592_use_full_path'Christopher Allan Webber2011-10-151-1/+1
|\ \ \
| * | | i592: Use full path in various placesElrond2011-10-031-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running mediagoblin in a sub path on a web server, most things inside mediagoblin need the "inside path", but when generating URLs for the webbrowser, full paths are needed. urlgen and routes already do that. Some (mostly pagination and login) need the URL of the current page. They used request.path_info. But this is the "inside" path, not the full. So now there is request.full_path and its used in various places.
* | | Merge remote branch 'aaronw/bug608_checkbox_labels'Elrond2011-10-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aaronw/bug608_checkbox_labels: No need to translate label name. Add label tag to fix translation issue. Update english translation file. Checkbox label is being translated in the form definition -- translating it in the template is redundant and breaks <label> functionality. Conflicts: mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po
| * | | No need to translate label name.Aaron Williamson2011-10-041-1/+1
| | | |
| * | | Add label tag to fix translation issue.Aaron Williamson2011-10-041-1/+1
| | | |
| * | | Checkbox label is being translated in the form definition -- translating it ↵Aaron Williamson2011-10-031-1/+1
| |/ / | | | | | | | | | in the template is redundant and breaks <label> functionality.
* | | Improve indentation a bitElrond2011-10-151-12/+12
| | | | | | | | | | | | Only change: Indentation, nothing else!
* | | Put the trans tag in the right place.Aaron Williamson2011-10-141-1/+1
| | |
* | | Move comment form below comments.Aaron Williamson2011-10-031-11/+14
|/ /
* | Adding csrf token fields to the forgot password callsChristopher Allan Webber2011-10-012-0/+4
| |
* | Fixing indentation in start.htmlChristopher Allan Webber2011-10-011-2/+2
| |
* | Merge remote-tracking branch 'refs/remotes/upstream/master' into ↵Nathan Yergler2011-10-0110-27/+180
|\ \ | | | | | | | | | | | | | | | | | | 569-application-middleware Conflicts: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
| * \ Merge remote branch 'remotes/elrond/misc/use_staticdirect'Christopher Allan Webber2011-09-282-6/+6
| |\ \
| | * | Templates: Use request.staticdirect instead of /mgoblin_staticElrond2011-09-142-6/+6
| | |/ | | | | | | | | | | | | | | | | | | | | | Any reference to static, shipped content should use request.staticdirect instead of the default path. Especially if hosting mediagoblin via fastcgi, the paths might need changing.
| * / Stripping out whitespace on these translation blocks.Christopher Allan Webber2011-09-253-6/+6
| |/ | | | | | | | | | | {% trans -%} ;o {%- endtrans %}
| * Marking some things on the frontpage for translation.Christopher Allan Webber2011-09-111-5/+8
| |
| * Merge branch 'gullydwarf-cfdv-f357_lost_password_functionality'Christopher Allan Webber2011-09-086-0/+165
| |\ | | | | | | | | | | | | Conflicts: mediagoblin/auth/routing.py
| | * Generalizes error model for change password verificationCaleb Forbes Davis V2011-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | - 404s instead of 'user not found' will limit leaking user profile information to the browser. - Also fixed the wording on the login page to make it clear you are changing the password, not sending yourself your old one!
| | * Changed phrasing, spelling, and added translationsCaleb Forbes Davis V2011-08-286-10/+19
| | |
| | * Adding fotgot password functionalityAlejandro Villanueva2011-08-286-0/+156
| | |
| * | Resent verification email template and view aren't used anymore. Removing!Christopher Allan Webber2011-09-071-24/+0
| | |
| * | A couple of tweaks to the checkbox styling... pretty minor.Christopher Allan Webber2011-09-051-1/+1
| | |
| * | A couple more delete UI tweaksChristopher Allan Webber2011-09-051-8/+8
| | | | | | | | | | | | | | | | | | - Adjusting HTML indentation - Making the cancel button a link rather than a button (a bit missized though it seems... maybe a feature ;))
| * | Created a Cancel Button, if you don't want to delete Media.Shawn Khan2011-09-051-0/+3
| | |
| * | Page Redesign to Delete confirmation pageShawn Khan2011-09-051-9/+12
| | |
| * | Make "newer" "older" translatableChristopher Allan Webber2011-09-041-2/+2
| | |
| * | Make "newer" and "older" arrows not have underlined gap between image / textChristopher Allan Webber2011-09-041-7/+10
| | |
| * | Bug #534 - well, we don't really have collections or favorites yetCaleb Forbes Davis V2011-09-021-1/+1
| | |