aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
...
| * We handle exceptions if PuSH failsMichele Azzolari2012-01-171-4/+14
| |
| * Merge remote branch 'remotes/macno/pushatom'Elrond2012-01-173-6/+33
| |\ | | | | | | | | | | | | | | | | | | | | | * remotes/macno/pushatom: As per spec, we permit to have more then 1 hub As suggested by Elrond, we use only one setting Default is now PuSH disabled Added PuSH capability
| | * As per spec, we permit to have more then 1 hubMichele Azzolari2012-01-123-10/+13
| | |
| | * As suggested by Elrond, we use only one settingMichele Azzolari2012-01-123-3/+2
| | |
| | * Default is now PuSH disabledMichele Azzolari2012-01-111-2/+2
| | |
| | * Added PuSH capabilityMichele Azzolari2012-01-113-6/+31
| | |
* | | Changed license.html to fit new layout betterAaron Williamson2012-01-171-1/+1
| | |
* | | Fixed a syntax error in edit/views and added back in some missing license ↵Aaron Williamson2012-01-172-3/+10
| | | | | | | | | | | | stuff from models
* | | Added new filesAaron Williamson2012-01-172-0/+88
| | |
* | | Fixed merge with upstreamAaron Williamson2012-01-171-106/+47
| | |
* | | Merged changes with upstreamAaron Williamson2012-01-17188-5013/+12707
|\| |
| * | Small fix to simplify font styleJef van Schendel2012-01-151-2/+1
| | |
| * | Another small text style fixJef van Schendel2012-01-151-3/+8
| | |
| * | Small margin/font-weight fixJef van Schendel2012-01-151-0/+2
| | |
| * | Drop sessions with invalid ObjectIdsElrond2012-01-141-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | The session can contain invalid objectids when switching a more or less live instance (with logged in users) from mongo to sql or vice versa. So drop the complete session and force the user to login again.
| * | Fix request.user==None errorElrond2012-01-131-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 Schendel2012-01-132-5/+4
| | | | | | | | | | | | indentation so they are the same.
| * | Add MediaFile table and related infrastructure.Elrond2012-01-113-3/+49
| |/ | | | | | | | | | | | | | | | | | | | | | | - This adds a new SQL table field type for path tuples. They're stored as '/' separated unicode strings. - Uses it to implement a MediaFile table. - Add relationship and proxy fields on MediaEntry to give a nice media_files "view" there. - Let the converter fill the MediaFile.
| * Dot-Notation: Some random placesElrond2012-01-112-6/+6
| |
| * Fix url_for_self mixupElrond2012-01-112-24/+5
| | | | | | | | | | Move changes from mongo/models:url_for_self back into mixin:url_for_self.
| * Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2012-01-108-49/+123
| |\ | | | | | | | | | | | | Conflicts: mediagoblin/db/mongo/models.py
| | * Added check for request.user to media.html attachment-related conditionalJoar Wandborg2012-01-101-0/+1
| | |
| | * Test Suite: Enable attachments, add failing testElrond2012-01-102-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | attachments are an optional part. But it doesn't hurt to enable them in the test suite at all. Also (with enabled attachmemtns) the main media view fails, if one isn't logged in (joar found it!). So add a simple (currently failing) test for this.
| | * Fix reset.css reference and drop link to video-js.cssElrond2012-01-091-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.
| | * Warn about unknown staticdirect paths.Elrond2012-01-091-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use pkg_resource to check for the existence of any files referenced by staticdirect. If they don't exist, warn about this. This might raise false warnings in the future for more advanced setups.
| | * Add DB Mixin classes and use themElrond2012-01-083-61/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A bunch of functions on the db objects are really more like "utility functions": They could live outside the classes and be called "by hand" passing the appropiate reference. They usually only use the public API of the object and rarely use database related stuff. Goals: - First, simple: Share the code with the SQL objects, so that the code doesn't need to be duplicated. - Second, it might unclutter the db models and make them more into "model only" stuff. - Doesn't really hurt.
| * | Fixed #724 and added extra infos to the atom feed (author uri and links to ↵Michele Azzolari2012-01-103-11/+49
| |/ | | | | | | the html version of each entry)
| * Committing extracted and compiled translationsChristopher Allan Webber2012-01-0738-2345/+3640
| |
| * Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-01-073-93/+132
| |
| * Fix div breaking in user.html; add media query bitsJef van Schendel2012-01-062-4/+17
| |
| * Resize image below 660px widthJef van Schendel2012-01-061-0/+9
| |
| * * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵Jef van Schendel2012-01-053-18/+21
| | | | | | | | | | | | | | mediagoblin_header_right, mediagoblin_logo * Add html5shiv for older browsers * Small size fix (940px instead of 960pgx)
| * Add closing bracket so the whole thing doesn't break downJef van Schendel2012-01-051-0/+1
| |
| * Remove last 960.gs leftover; fix classes for edit formsJef van Schendel2012-01-053-4/+4
| |
| * Fix merge conflictsJef van Schendel2012-01-0521-127/+152
| |\
| | * Several changes for mobile layoutJef van Schendel2012-01-053-24/+11
| | |
| | * Random changes that break stuff and eat pigletsJef van Schendel2011-12-301-22/+19
| | |
| | * Lots of little fixes and removal of all 960.gs classes:Jef van Schendel2011-12-3016-105/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * Change widths to percentages for small devicesJef van Schendel2011-12-181-2/+15
| | |
| | * Add styles to make media.html not fall apart entirelyJef van Schendel2011-12-182-2/+16
| | |
| | * Move reset.css to extlib and symlink itJef van Schendel2011-12-182-49/+1
| | |
| | * Remove first 960.gs classesJef van Schendel2011-12-182-16/+23
| | |
| | * Media query for everything(?) below 960px wideJef van Schendel2011-12-181-1/+1
| | |
| | * Remove 960.gs stylesheets, add Eric Meyer's reset.cssJef van Schendel2011-12-185-8/+50
| | |
| | * First test lines for responsive designJef van Schendel2011-12-181-0/+17
| | |
| * | Always show 'Change account settings' linkJef van Schendel2012-01-051-7/+6
| | |
| * | Fix Unit Tests for new password changingElrond2012-01-051-8/+4
| | |
| * | Make show-password-js work for change password tooElrond2012-01-052-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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 issuesElrond2012-01-051-2/+2
| | |
| * | Add change-account-settings link to user.htmlJef van Schendel2012-01-051-0/+5
| | |