aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slightly clearer docs on copy_local_to_storageChristopher Allan Webber2011-11-201-0/+4
|
* copy_local_to_storage, both general and specialized-for-BasicFileStorage ↵Christopher Allan Webber2011-11-202-0/+22
| | | | | | | versions This utility should allow for easy copying from a local filesystem to the storage instance.
* fixed identationJakob Kramer2011-11-201-3/+3
|
* eyecandy for programmersJakob Kramer2011-11-201-11/+13
|
* don't use 'and' anymore, if there is only one tagJakob Kramer2011-11-201-1/+4
|
* Fix redirect to logical pathElrond2011-11-201-1/+1
| | | | | | redirects should in nearly all cases go to a logical path like 'mediagoblin.auth.login' and not to an absolute path like "/auth/login".
* Merge remote branch 'remotes/aaronw/bug614_verification_crash'Elrond2011-11-202-3/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | * remotes/aaronw/bug614_verification_crash: Update english translation file. Reverse order of sanity checks: check email_verified after making sure there's a user in the request. Make sure user isn't already verified before resending verification. Check request.user to determine if user is logged in. Regenerated English .po file to include new string. Display and error and redirect to login page if unauthenticated user tries to access resend_verification. Conflicts: mediagoblin/i18n/en/LC_MESSAGES/mediagoblin.po
| * Update english translation file.Aaron Williamson2011-10-031-28/+32
| |
| * Reverse order of sanity checks: check email_verified after making sure ↵Aaron Williamson2011-10-031-6/+6
| | | | | | | | there's a user in the request.
| * Make sure user isn't already verified before resending verification.Aaron Williamson2011-10-031-0/+8
| |
| * Fixed conflict in /auth/views.py.Aaron Williamson2011-10-0354-863/+1242
| |\
| * | Check request.user to determine if user is logged in.Aaron Williamson2011-10-031-1/+1
| | |
| * | Regenerated English .po file to include new string.Aaron Williamson2011-10-011-8/+12
| | |
| * | Display and error and redirect to login page if unauthenticated user tries ↵Aaron Williamson2011-10-011-2/+11
| | | | | | | | | | | | to access resend_verification.
* | | Navigation buttons edits. Removed images as they are no longer needed. ↵Jef van Schendel2011-11-205-10/+6
| | | | | | | | | | | | Related: bug #504
* | | Remove Edit/Delete icons, since they are not required yet.Jef van Schendel2011-11-203-9/+2
| | |
* | | Change tag list from a list to a paragraph. Wrap text for translation.Jef van Schendel2011-11-201-6/+13
| | |
* | | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying ↵Jef van Schendel2011-11-202-2/+6
| | | | | | | | | | | | that tags are comma-separated"
* | | Slight style changes to button_action_highlightJef van Schendel2011-11-201-1/+3
| | |
* | | Small correction, this button should be button_action, not button_formJef van Schendel2011-11-201-1/+1
| | |
* | | Slight change to error wordingJef van Schendel2011-11-201-1/+1
| | |
* | | Another change to button style. Renamed header_submit, ↵Jef van Schendel2011-11-2015-39/+40
| | | | | | | | | | | | header_submit_highlight and button classes, correct all references to these
* | | Change to background of "empty_space", it now uses an imageJef van Schendel2011-11-202-1/+1
| | |
* | | added unittests, now using form errors and fixed bug when no GET parameter ↵Jakob Kramer2011-11-202-9/+126
| | | | | | | | | | | | is given for /edit/profile/
* | | added support for changing the password, issue #643Jakob Kramer2011-11-202-10/+37
| | |
* | | Change button style a bitJef van Schendel2011-11-201-12/+6
| | |
* | | Change form structure and add relevant CSS rulesJef van Schendel2011-11-192-8/+10
| | |
* | | Added back the title blockChristopher Allan Webber2011-11-191-1/+1
| | |
* | | Merge remote branch 'remotes/inconexo/613_custom_title'Christopher Allan Webber2011-11-192-1/+4
|\ \ \
| * | | Allow instance owners to customize html titles of page:Pablo J. Urbano Santos2011-11-192-1/+4
| | | | | | | | | | | | | | | | | | | | Added html_title config option. Made base.html template use html_title option as page title.
* | | | Added Pablo Santos to the AUTHORS fileChristopher Allan Webber2011-11-191-0/+1
| | | |
* | | | Allow user to set whether comments are ascending or descendingChristopher Allan Webber2011-11-192-2/+9
| | | |
* | | | Merge remote branch 'remotes/inconexo/441_comment_order'Christopher Allan Webber2011-11-192-4/+9
|\ \ \ \
| * | | | media_home: order comments by ascending date.Pablo J. Urbano Santos2011-11-191-2/+2
| | | | |
| * | | | Added parameter ascending to MediaEntry::get_comments, if true, commentsPablo J. Urbano Santos2011-11-191-2/+7
| |/ / / | | | | | | | | | | | | will be ordered ascending, otherwise descending
* | | | Added Corey Farwell to the list of contributorsChristopher Allan Webber2011-11-191-0/+1
| | | |
* | | | incorrect path in nginx configCorey Farwell2011-11-191-1/+1
|/ / /
* | | Add app_config and global_config to the template environmentChristopher Allan Webber2011-11-191-0/+1
| | |
* | | Adding app_config and global_config to the template environmentChristopher Allan Webber2011-11-191-0/+2
| | |
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-11-1853-210/+263
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/user_pages/user.html
| * | | Dot-Notation: x._id = ObjectId() doesn't seem to work properlyElrond2011-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For whatever reason, this does not work as expected: entry._id = ObjectId() Need to go this way: entry['_id'] = ObjectId()
| * | | Dot-Notation for "_id"Elrond2011-11-1514-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Enable mongokit's "Dot notation"Elrond2011-11-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mongokit documents can allow to use x.FIELD instead of x["FIELD"]. First it looks a lot more pythonic. Second it might allow us an easier migration path towards an sqlalchemy database backend. Docs: http://namlook.github.com/mongokit/tutorial.html#dot-notation
| * | | export: Handle Unicode titles better in loggingElrond2011-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log("ascii %s" % unicode_string) tries to convert unicode to ascii, which might fail. Better use log(u"unicode format %s" % unicode_string) and let the logging framework handle the conversion. This works much better and the exceptions still happening aren't stopping the main app. Also remove one useless import.
| * | | 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 ;)
| * | | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-1344-123/+159
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
| | * | | has_key is deprecated, converting uses to use "in" operator.Nathan Yergler2011-10-018-23/+23
| | | | |
| | * | | Whitespace and formatting cleanup.Nathan Yergler2011-10-0138-113/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, =
| * | | | 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
| | | | |