Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Cleaned the code | Michele Azzolari | 2012-01-17 | 1 | -2/+4 | |
| | | ||||||
| * | We handle exceptions if PuSH fails | Michele Azzolari | 2012-01-17 | 1 | -4/+14 | |
| | | ||||||
| * | Merge remote branch 'remotes/macno/pushatom' | Elrond | 2012-01-17 | 3 | -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 hub | Michele Azzolari | 2012-01-12 | 3 | -10/+13 | |
| | | | ||||||
| | * | As suggested by Elrond, we use only one setting | Michele Azzolari | 2012-01-12 | 3 | -3/+2 | |
| | | | ||||||
| | * | Default is now PuSH disabled | Michele Azzolari | 2012-01-11 | 1 | -2/+2 | |
| | | | ||||||
| | * | Added PuSH capability | Michele Azzolari | 2012-01-11 | 3 | -6/+31 | |
| | | | ||||||
* | | | Changed license.html to fit new layout better | Aaron Williamson | 2012-01-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed a syntax error in edit/views and added back in some missing license ↵ | Aaron Williamson | 2012-01-17 | 2 | -3/+10 | |
| | | | | | | | | | | | | stuff from models | |||||
* | | | Added new files | Aaron Williamson | 2012-01-17 | 2 | -0/+88 | |
| | | | ||||||
* | | | Fixed merge with upstream | Aaron Williamson | 2012-01-17 | 1 | -106/+47 | |
| | | | ||||||
* | | | Merged changes with upstream | Aaron Williamson | 2012-01-17 | 233 | -6322/+20363 | |
|\| | | ||||||
| * | | Small fix to simplify font style | Jef van Schendel | 2012-01-15 | 1 | -2/+1 | |
| | | | ||||||
| * | | Another small text style fix | Jef van Schendel | 2012-01-15 | 1 | -3/+8 | |
| | | | ||||||
| * | | Small margin/font-weight fix | Jef van Schendel | 2012-01-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | Drop sessions with invalid ObjectIds | Elrond | 2012-01-14 | 1 | -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. | |||||
| * | | Move maketarball.sh into devtools/ | Elrond | 2012-01-14 | 1 | -0/+0 | |
| | | | | | | | | | | | | Now that there is a devtools directory, use it! | |||||
| * | | make this script executable | Christopher Allan Webber | 2012-01-13 | 1 | -0/+0 | |
| | | | ||||||
| * | | Simple translation update script | Christopher Allan Webber | 2012-01-13 | 1 | -0/+48 | |
| | | | ||||||
| * | | 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 | 2 | -5/+4 | |
| | | | | | | | | | | | | indentation so they are the same. | |||||
| * | | Add CC0 license header to Sphinx MediaGoblin theme (mg.css) | Jef van Schendel | 2012-01-13 | 1 | -0/+12 | |
| | | | ||||||
| * | | Add MediaFile table and related infrastructure. | Elrond | 2012-01-11 | 3 | -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 places | Elrond | 2012-01-11 | 2 | -6/+6 | |
| | | ||||||
| * | Fix url_for_self mixup | Elrond | 2012-01-11 | 2 | -24/+5 | |
| | | | | | | | | | | Move changes from mongo/models:url_for_self back into mixin:url_for_self. | |||||
| * | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2012-01-10 | 9 | -49/+145 | |
| |\ | | | | | | | | | | | | | Conflicts: mediagoblin/db/mongo/models.py | |||||
| | * | Added check for request.user to media.html attachment-related conditional | Joar Wandborg | 2012-01-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | Test Suite: Enable attachments, add failing test | Elrond | 2012-01-10 | 2 | -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.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. | |||||
| | * | Warn about unknown staticdirect paths. | Elrond | 2012-01-09 | 1 | -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. | |||||
| | * | Create a default logging config | Elrond | 2012-01-09 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | paste uses paste.ini to configure python's logging module. Until now, there was NO config, not even a useful default one. This means: any messages went away unseen. Not good. The new default logs everything to stderr at level INFO and higher. Maybe not the best, but a good starting point. | |||||
| | * | Add DB Mixin classes and use them | Elrond | 2012-01-08 | 3 | -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 Azzolari | 2012-01-10 | 3 | -11/+49 | |
| |/ | | | | | | | the html version of each entry) | |||||
| * | Committing extracted and compiled translations | Christopher Allan Webber | 2012-01-07 | 38 | -2345/+3640 | |
| | | ||||||
| * | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-01-07 | 3 | -93/+132 | |
| | | ||||||
| * | Increase docs sidebar width | Jef van Schendel | 2012-01-07 | 1 | -0/+4 | |
| | | ||||||
| * | New docs logo, small css changes | Jef van Schendel | 2012-01-06 | 2 | -3/+3 | |
| | | ||||||
| * | First push with new style (includes css file, logo image, fonts) | Jef van Schendel | 2012-01-06 | 9 | -3/+245 | |
| | | ||||||
| * | Fix div breaking in user.html; add media query bits | Jef van Schendel | 2012-01-06 | 2 | -4/+17 | |
| | | ||||||
| * | Resize image below 660px width | Jef van Schendel | 2012-01-06 | 1 | -0/+9 | |
| | | ||||||
| * | * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵ | Jef van Schendel | 2012-01-05 | 5 | -18/+44 | |
| | | | | | | | | | | | | | | 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 down | Jef van Schendel | 2012-01-05 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | 27 | -936/+201 | |
| |\ | ||||||
| | * | Several changes for mobile layout | Jef van Schendel | 2012-01-05 | 3 | -24/+11 | |
| | | | ||||||
| | * | Random changes that break stuff and eat piglets | Jef van Schendel | 2011-12-30 | 1 | -22/+19 | |
| | | | ||||||
| | * | Lots of little fixes and removal of all 960.gs classes: | Jef van Schendel | 2011-12-30 | 16 | -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 devices | Jef van Schendel | 2011-12-18 | 1 | -2/+15 | |
| | | | ||||||
| | * | Add styles to make media.html not fall apart entirely | Jef van Schendel | 2011-12-18 | 2 | -2/+16 | |
| | | | ||||||
| | * | Move reset.css to extlib and symlink it | Jef van Schendel | 2011-12-18 | 2 | -0/+1 | |
| | | |