Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 1 | -9/+5 |
| | | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages. | ||||
* | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 1 | -30/+30 |
| | | | | | - Fixed error handling in OAuth plugin - Changed request.POST file fields to request.files | ||||
* | Too much was marked for translation this gettext message. | Christopher Allan Webber | 2012-09-24 | 1 | -1/+3 |
| | | | | Thanks for catching AVRS! | ||||
* | Removed unnecessary reference to may_edit_collection in edit views.py | Aaron Williamson | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Added basic collection functionality | Aaron Williamson | 2012-09-18 | 3 | -4/+76 |
| | |||||
* | Edit comment-notification text | Jef van Schendel | 2012-07-20 | 1 | -2/+2 |
| | |||||
* | Added some security checks to attachment upload, it's still not | Joar Wandborg | 2012-06-24 | 1 | -2/+29 |
| | | | | waterproof. | ||||
* | Merge remote-tracking branch ↵ | Joar Wandborg | 2012-06-10 | 2 | -33/+45 |
|\ | | | | | | | | | | | | | 'is_derek/bug405_email_notifications_for_comments' into notifications-merge Conflicts: mediagoblin/db/mongo/migrations.py | ||||
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 2 | -43/+39 |
| | | |||||
| * | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 2 | -19/+34 |
| | | |||||
* | | Fix problems from pyflakes output | Will Kahn-Greene | 2012-06-03 | 1 | -7/+1 |
| | | |||||
* | | use _ function on some now untranslatable strings | Jakob Kramer | 2012-04-19 | 1 | -1/+1 |
|/ | |||||
* | Changed from key-notation to dot-notation in edit_profile | Joar Wandborg | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Generic check_media_slug_used db utility. | Elrond | 2012-03-05 | 1 | -5/+4 |
| | | | | | | | | In two cases (generating a new slug and editing the slug) it is nice to know in advance (before the db gets angry) that the slug is used/free. So created a db utility function to check for this on mongo and sql: check_media_slug_used() | ||||
* | Attachment support in the SQL backend | Elrond | 2012-02-28 | 1 | -1/+1 |
| | | | | | | | | | attachments working with the sql backend. - SQL Schema for attachment files, ordering attachments by their name, not by the submission order (as earlier). - Dot-Notation for attachments, where missing. - convert existing attachments over from mongo -> sql | ||||
* | Drop pre-rendered html: MediaEntry.description_html | Elrond | 2012-02-18 | 1 | -4/+1 |
| | | | | | | | | | | | After a bit of discussion, we decided to drop the pre-rendered html from the database and render it on the fly. In another step, we will use some proper caching method to cache this stuff. This commit affects the MediaEntry.description_html part. | ||||
* | Drop pre-rendered html: User.bio_html | Elrond | 2012-02-18 | 1 | -2/+0 |
| | | | | | | | | | | | After a bit of discussion, we decided to drop the pre-rendered html from the database and render it on the fly. In another step, we will use some proper caching method to cache this stuff. This commit affects the User.bio_html part. | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 5 | -5/+5 |
| | |||||
* | Nearly complete support for Tags | Elrond | 2012-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | These changes allow all of the rest of the code to use tags in sql as they were used on mongo. It's not efficient at all, as changing tags usually means to remove all old tags and adding all new. The only problem here is: Old slugs for tags are not removed, because they're shared across all MediaTags and dropping orphans is not always easy. | ||||
* | Oops, I broke teh all rights reserved ;) | Christopher Allan Webber | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | License "all rights reserved" default should be None/NULL, not empty string | Christopher Allan Webber | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Fix unit tests with new license support | Elrond | 2012-01-21 | 2 | -3/+2 |
| | | | | | Make the license field in the forms optional and let them properly be defaulted to "". | ||||
* | Minor formatting and syntax fix. | Aaron Williamson | 2012-01-18 | 1 | -1/+2 |
| | |||||
* | Fixed a syntax error in edit/views and added back in some missing license ↵ | Aaron Williamson | 2012-01-17 | 1 | -2/+2 |
| | | | | stuff from models | ||||
* | Merged changes with upstream | Aaron Williamson | 2012-01-17 | 5 | -38/+105 |
|\ | |||||
| * | Remove unnecessary piece of text in media.html. Fix "Markdown text" ↵ | Jef van Schendel | 2012-01-13 | 1 | -4/+3 |
| | | | | | | | | indentation so they are the same. | ||||
| * | Dot-Notation: Some random places | Elrond | 2012-01-11 | 1 | -5/+5 |
| | | |||||
| * | Make show-password-js work for change password too | Elrond | 2012-01-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | The show password js depends on the password field to have an id of "password". So give it a proper id. Also fixed the label generation for the case of field.name and field.id being different. | ||||
| * | Create edit_account.html | Jef van Schendel | 2012-01-05 | 3 | -21/+47 |
| | | |||||
| * | Add Markdown for submit page, edit page, profile edit page; thus fixing ↵ | Jef van Schendel | 2012-01-04 | 1 | -2/+10 |
| | | | | | | | | ticket #690 | ||||
| * | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 1 | -1/+1 |
| | | |||||
| * | Dot-Notation for MediaEntry.description(_html) | Elrond | 2011-12-05 | 1 | -4/+4 |
| | | |||||
| * | Dot-Notation for MediaEntry.slug | Elrond | 2011-12-05 | 1 | -2/+2 |
| | | |||||
| * | Dot-Notation for MediaEntry.title | Elrond | 2011-12-05 | 1 | -2/+2 |
| | | |||||
| * | Dot-Notation for MediaEntry.uploader | Elrond | 2011-12-05 | 2 | -3/+3 |
| | | |||||
| * | Dot-Notation for Users.bio and .bio_html | Elrond | 2011-12-05 | 1 | -2/+2 |
| | | |||||
| * | Dot-Notation for Users.url | Elrond | 2011-12-05 | 1 | -1/+1 |
| | | |||||
| * | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 2 | -3/+3 |
| | | |||||
| * | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 |
| | | |||||
| * | Fix the text "Seperate tags by commas and spaces" since spaces are not used ↵ | Manuel Urbano Santos | 2011-11-27 | 1 | -1/+1 |
| | | | | | | | | to seperate anymore. | ||||
| * | Fix for bug #467, "Add explanatory copy to add/edit picture pages saying ↵ | Jef van Schendel | 2011-11-20 | 1 | -1/+3 |
| | | | | | | | | that tags are comma-separated" | ||||
| * | added unittests, now using form errors and fixed bug when no GET parameter ↵ | Jakob Kramer | 2011-11-20 | 1 | -9/+14 |
| | | | | | | | | is given for /edit/profile/ | ||||
| * | added support for changing the password, issue #643 | Jakob Kramer | 2011-11-20 | 2 | -10/+37 |
| | | |||||
| * | Dot-Notation for "_id" | Elrond | 2011-11-15 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 2 | -3/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py | ||||
| | * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 2 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
| * | | Mark two strings for translation | Elrond | 2011-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | First crack at basic license support. | Aaron Williamson | 2012-01-17 | 2 | -2/+11 |
|/ / | |||||
* / | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 2 | -9/+8 |
|/ | |||||
* | Use media.url_for_self() instead of generating it | Elrond | 2011-09-09 | 1 | -5/+4 |
| | | | | | | Some places used to generate the URL for a media entry on their own instead of calling media.url_for_self() to do that. The later handles missing slugs better. |