| Commit message (Expand) | Author | Age | Files | Lines |
* | Navigation buttons edits. Removed images as they are no longer needed. Relate... | Jef van Schendel | 2011-11-20 | 5 | -10/+6 |
* | Remove Edit/Delete icons, since they are not required yet. | Jef van Schendel | 2011-11-20 | 3 | -9/+2 |
* | Change tag list from a list to a paragraph. Wrap text for translation. | Jef van Schendel | 2011-11-20 | 1 | -6/+13 |
* | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying that... | Jef van Schendel | 2011-11-20 | 2 | -2/+6 |
* | Slight style changes to button_action_highlight | Jef van Schendel | 2011-11-20 | 1 | -1/+3 |
* | Small correction, this button should be button_action, not button_form | Jef van Schendel | 2011-11-20 | 1 | -1/+1 |
* | Slight change to error wording | Jef van Schendel | 2011-11-20 | 1 | -1/+1 |
* | Another change to button style. Renamed header_submit, header_submit_highligh... | Jef van Schendel | 2011-11-20 | 15 | -39/+40 |
* | Change to background of "empty_space", it now uses an image | Jef van Schendel | 2011-11-20 | 2 | -1/+1 |
* | added unittests, now using form errors and fixed bug when no GET parameter is... | Jakob Kramer | 2011-11-20 | 2 | -9/+126 |
* | added support for changing the password, issue #643 | Jakob Kramer | 2011-11-20 | 2 | -10/+37 |
* | Change button style a bit | Jef van Schendel | 2011-11-20 | 1 | -12/+6 |
* | Change form structure and add relevant CSS rules | Jef van Schendel | 2011-11-19 | 2 | -8/+10 |
* | Added back the title block | Christopher Allan Webber | 2011-11-19 | 1 | -1/+1 |
* | Merge remote branch 'remotes/inconexo/613_custom_title' | Christopher Allan Webber | 2011-11-19 | 2 | -1/+4 |
|\ |
|
| * | Allow instance owners to customize html titles of page: | Pablo J. Urbano Santos | 2011-11-19 | 2 | -1/+4 |
* | | Added Pablo Santos to the AUTHORS file | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 |
* | | Allow user to set whether comments are ascending or descending | Christopher Allan Webber | 2011-11-19 | 2 | -2/+9 |
* | | Merge remote branch 'remotes/inconexo/441_comment_order' | Christopher Allan Webber | 2011-11-19 | 2 | -4/+9 |
|\ \ |
|
| * | | media_home: order comments by ascending date. | Pablo J. Urbano Santos | 2011-11-19 | 1 | -2/+2 |
| * | | Added parameter ascending to MediaEntry::get_comments, if true, comments | Pablo J. Urbano Santos | 2011-11-19 | 1 | -2/+7 |
| |/ |
|
* | | Added Corey Farwell to the list of contributors | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 |
* | | incorrect path in nginx config | Corey Farwell | 2011-11-19 | 1 | -1/+1 |
|/ |
|
* | Add app_config and global_config to the template environment | Christopher Allan Webber | 2011-11-19 | 1 | -0/+1 |
* | Adding app_config and global_config to the template environment | Christopher Allan Webber | 2011-11-19 | 1 | -0/+2 |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-11-18 | 53 | -210/+263 |
|\ |
|
| * | Dot-Notation: x._id = ObjectId() doesn't seem to work properly | Elrond | 2011-11-15 | 1 | -1/+1 |
| * | Dot-Notation for "_id" | Elrond | 2011-11-15 | 14 | -50/+50 |
| * | Enable mongokit's "Dot notation" | Elrond | 2011-11-15 | 1 | -0/+3 |
| * | export: Handle Unicode titles better in logging | Elrond | 2011-11-15 | 1 | -2/+1 |
| * | Only show "post a comment" link if comments already exist | Christopher Allan Webber | 2011-11-13 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 44 | -123/+159 |
| |\ |
|
| | * | has_key is deprecated, converting uses to use "in" operator. | Nathan Yergler | 2011-10-01 | 8 | -23/+23 |
| | * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 38 | -113/+135 |
| * | | Improving <title> on tag page *and* adjusting translation for RTL reasons | Christopher Allan Webber | 2011-11-13 | 1 | -1/+5 |
| * | | Enhanced title on the user's main media gallery | Christopher Allan Webber | 2011-11-13 | 1 | -0/+6 |
| * | | If the gallery view makes sure we have a user anyway, do we need this check? | Christopher Allan Webber | 2011-11-13 | 1 | -22/+17 |
| * | | Enhanced title for user profile page | Christopher Allan Webber | 2011-11-13 | 1 | -0/+11 |
| * | | Improved title block on media page | Christopher Allan Webber | 2011-11-13 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'remotes/nyergler/issue-653-csrf-exception' | Christopher Allan Webber | 2011-11-13 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Issue 653: This time for sure! | Nathan Yergler | 2011-11-13 | 1 | -1/+1 |
| | * | | Issue 653: Handle the case where request.vary is None | Nathan Yergler | 2011-11-13 | 1 | -1/+1 |
| | * | | Issue 653: Don't throw exception if response has no vary header. | Nathan Yergler | 2011-11-13 | 1 | -1/+1 |
| * | | | Mark two strings for translation | Elrond | 2011-11-13 | 2 | -2/+2 |
| |/ / |
|
| * | | Final step for non-force-conversion to jpeg | Christopher Allan Webber | 2011-11-12 | 1 | -9/+6 |
| * | | Don't force-convert resized images to JPEG. | Christopher Allan Webber | 2011-11-12 | 1 | -2/+2 |
* | | | Accidentally had user['profile'] where it shoulda been user['bio'] | Christopher Allan Webber | 2011-11-16 | 1 | -1/+1 |
|/ / |
|
* | | Probably should have MANIFEST.in checked in, for doing python sdists | Christopher Allan Webber | 2011-11-12 | 1 | -0/+5 |
* | | 640: Configuration files should mention their _local versions | Elrond | 2011-11-12 | 2 | -0/+6 |
* | | Merge branch 'idea/check_mgoblin_static' | Elrond | 2011-11-12 | 3 | -2/+54 |
|\ \ |
|