Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix request.user==None error | Elrond | 2012-01-13 | 1 | -1/+1 |
| | | | | | | | | If one isn't logged in and views the profile of a user without media, one gets a problem, because request.user is None and has no _id attribute. Fix this. | ||||
* | Remove unnecessary piece of text in media.html. Fix "Markdown text" ↵ | Jef van Schendel | 2012-01-13 | 1 | -1/+1 |
| | | | | indentation so they are the same. | ||||
* | Added check for request.user to media.html attachment-related conditional | Joar Wandborg | 2012-01-10 | 1 | -0/+1 |
| | |||||
* | Fix reset.css reference and drop link to video-js.css | Elrond | 2012-01-09 | 1 | -3/+1 |
| | | | | | | | 1. reset.css was moved to /css/extlib/ some time ago. So update the staticdirect link to it. 2. We don't have video-js.css (any more?). Drop link to it. | ||||
* | Fix div breaking in user.html; add media query bits | Jef van Schendel | 2012-01-06 | 1 | -3/+3 |
| | |||||
* | * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵ | Jef van Schendel | 2012-01-05 | 1 | -11/+13 |
| | | | | | | | mediagoblin_header_right, mediagoblin_logo * Add html5shiv for older browsers * Small size fix (940px instead of 960pgx) | ||||
* | Remove last 960.gs leftover; fix classes for edit forms | Jef van Schendel | 2012-01-05 | 3 | -4/+4 |
| | |||||
* | Fix merge conflicts | Jef van Schendel | 2012-01-05 | 17 | -108/+75 |
|\ | |||||
| * | Several changes for mobile layout | Jef van Schendel | 2012-01-05 | 2 | -1/+2 |
| | | |||||
| * | Lots of little fixes and removal of all 960.gs classes: | Jef van Schendel | 2011-12-30 | 15 | -92/+68 |
| | | | | | | | | | | | | | | | | | | | | | | * Removed <p> margin-top * Vertically align logo so Add-media button does not fall off * Remove last 960.gs traces (grid_X/container_X) and add custom classes/sizes to css * Add clear class * Update form_box and add form_box_xl for bigger forms * Switch all pages that use forms to new classes * Remove padding from notification messages so they take full width * Other tiny fixes I forgot about | ||||
| * | Add styles to make media.html not fall apart entirely | Jef van Schendel | 2011-12-18 | 1 | -2/+2 |
| | | |||||
| * | Remove first 960.gs classes | Jef van Schendel | 2011-12-18 | 1 | -9/+3 |
| | | |||||
| * | Remove 960.gs stylesheets, add Eric Meyer's reset.css | Jef van Schendel | 2011-12-18 | 1 | -5/+1 |
| | | |||||
* | | Always show 'Change account settings' link | Jef van Schendel | 2012-01-05 | 1 | -7/+6 |
| | | |||||
* | | Make show-password-js work for change password too | Elrond | 2012-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Fix more StrictUndefined issues | Elrond | 2012-01-05 | 1 | -2/+2 |
| | | |||||
* | | Add change-account-settings link to user.html | Jef van Schendel | 2012-01-05 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Jef van Schendel | 2012-01-05 | 2 | -3/+5 |
|\ \ | |||||
| * | | f691: Use StrictUndefined for templates and fix some issues | Elrond | 2012-01-04 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References to undefined variables in templates were silently ignored/converted to None/empty strings. This makes coding lazy stuff easy, but it makes catching typos harder. (It would have catched one of the SQL things earlier!) But on the other hand it might make the current templates error out everywhere. In fact, early testing has shown two instances, that errored out. Those are fixed with this commit too. If this turns out to make things more complex and useless than actually solving any problems, it can easily be dropped again. | ||||
* | | | Create edit_account.html | Jef van Schendel | 2012-01-05 | 1 | -0/+45 |
|/ / | |||||
* | | Add Markdown for submit page, edit page, profile edit page; thus fixing ↵ | Jef van Schendel | 2012-01-04 | 2 | -2/+2 |
| | | | | | | | | ticket #690 | ||||
* | | Dot-Notation for MediaEntry.media_files | Elrond | 2012-01-04 | 7 | -10/+10 |
| | | |||||
* | | Seperate jQuery bit that was still in media.html | Jef van Schendel | 2012-01-01 | 1 | -11/+2 |
| | | |||||
* | | Remove fp_changed_success.html, use log in page + notification message instead | Jef van Schendel | 2012-01-01 | 1 | -27/+0 |
| | | |||||
* | | Remove fp_email_sent.html and refs to it | Jef van Schendel | 2012-01-01 | 1 | -28/+0 |
| | | |||||
* | | ASCII media type support & fix a bug in file submission error handling | Joar Wandborg | 2011-12-31 | 3 | -0/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added ASCII media processing * Added ASCII media display * Added ASCII media type Rebased from Joar Wandborg's ascii art branch (squashed to remove the commits borrowing code of dubious license) Fixed a bug in file submission error handling: - Moved file-extension condition out of loop (what did it do there?) - Updated file submission tests - Changed error handling in file submission, should now report more than absolutely necessary. | ||||
* | | Fix #712: Comment counter always uses plural | Jef van Schendel | 2011-12-30 | 1 | -40/+46 |
| | | |||||
* | | Isolate JavaScript; add new show_password.js to forgot-password-page as well | Jef van Schendel | 2011-12-29 | 2 | -21/+7 |
| | | |||||
* | | Finished #485 and worked out bugs: password fields always update, added ↵ | Jef van Schendel | 2011-12-29 | 1 | -1/+5 |
| | | | | | | | | margins, fixed Chrome width bug, wrapped checkbox in label element | ||||
* | | Turn media.get_uploader into a property | Elrond | 2011-12-27 | 4 | -10/+10 |
| | | | | | | | | | | | | | | sqlalchemy gives autoloading (hopefully caching) link to other objects as properties. So turn get_uploader on the current mongo based stuff into a property to ease transition. | ||||
* | | Use media.url_for_self instead of calling urlgen directly | Elrond | 2011-12-27 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | Replace urlgen('ID', user=media.get_uploader().username, media=media.*) by media.url_for_self(urlgen) in a few places. It's just a lot nicer! | ||||
* | | Translate one string | Elrond | 2011-12-25 | 1 | -1/+5 |
| | | | | | | | | | | | | "There doesn't seem to be any media here yet..." is now translated also here (it's already in the list from another place). | ||||
* | | Turn MediaComment's author() into get_author property | Elrond | 2011-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 1) MediaComment's author method conflicts with the author field. So rename it to get_author. 2) Turn it from a normal function into a python property. That means you call it by ".get_author" not by ".get_author()". This is exactly what sqlalchemy gives us free of charge. | ||||
* | | added translation tags to html5 wwarning | Karen Rustad | 2011-12-23 | 1 | -2/+6 |
| | | |||||
* | | Added a 'you don't have HTML5 so this video will not work' warning using ↵ | Karen Rustad | 2011-12-23 | 1 | -0/+5 |
| | | | | | | | | just the inherent properties of the <video> tag (and some css for style) | ||||
* | | Merge remote branch 'remotes/joar/webfinger' | Elrond | 2011-12-20 | 2 | -0/+54 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | * remotes/joar/webfinger: Added references to docstring in mediagoblin.webfinger Removed mediagoblin.tools.feed which was accidentally included Polishing the webfinger implementation webfinger fully compliant with webfinger.org! Still *preliminary* solution. Changed some thngs to be compatible with webfinger.org, still *very preliminary* Added *very preliminary* support for webfinger | ||||
| * | Polishing the webfinger implementation | Joar Wandborg | 2011-12-20 | 2 | -17/+15 |
| | | | | | | | | | | | | | | - Changed quotes in the templates from " to ' - Changed all link generation to use request.urlgen - Moved xrd links data generation from template to view - Added parsing of the account URI using urlparse | ||||
| * | webfinger fully compliant with webfinger.org! Still *preliminary* solution. | Joar Wandborg | 2011-12-15 | 1 | -1/+1 |
| | | |||||
| * | Changed some thngs to be compatible with webfinger.org, still *very preliminary* | Joar Wandborg | 2011-12-15 | 1 | -0/+3 |
| | | |||||
| * | Added *very preliminary* support for webfinger | Joar Wandborg | 2011-12-15 | 2 | -0/+53 |
| | | |||||
* | | Show actual comment number. Only shows plural for now (ticket #712) | Jef van Schendel | 2011-12-18 | 1 | -1/+1 |
|/ | |||||
* | Change "Submit" to "Add" for ticket #466 | Jef van Schendel | 2011-12-14 | 2 | -3/+3 |
| | |||||
* | Remove "X license" placeholder from media page | Jef van Schendel | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Change wording for change_fp; improved the button text | Jef van Schendel | 2011-12-14 | 1 | -2/+2 |
| | |||||
* | Merge jQuery branch, resolve conflicts | Jef van Schendel | 2011-12-13 | 5 | -75/+110 |
|\ | |||||
| * | Style changes for media_uploader (now media_specs); removed margins from ↵ | Jef van Schendel | 2011-12-10 | 1 | -11/+5 |
| | | | | | | | | button_action buttons | ||||
| * | Remove pagination images and replace them with unicode characters | Jef van Schendel | 2011-12-10 | 1 | -4/+2 |
| | | |||||
| * | Change wording in tags.html | Jef van Schendel | 2011-12-09 | 1 | -2/+2 |
| | | |||||
| * | Open Markdown link in new windows; I know _blank is sometimes frowned upon ↵ | Jef van Schendel | 2011-12-09 | 1 | -1/+1 |
| | | | | | | | | but it may be useful here | ||||
| * | Lots of changes to media page; rearranged things, added new styles, added ↵ | Jef van Schendel | 2011-12-09 | 1 | -33/+46 |
| | | | | | | | | jquery bits, gave the comment section a refresh |