| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2012-01-10 | 9 | -49/+145 |
|\ |
|
| * | 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 |
| * | Fix reset.css reference and drop link to video-js.css | Elrond | 2012-01-09 | 1 | -3/+1 |
| * | Warn about unknown staticdirect paths. | Elrond | 2012-01-09 | 1 | -4/+7 |
| * | Create a default logging config | Elrond | 2012-01-09 | 1 | -0/+22 |
| * | Add DB Mixin classes and use them | Elrond | 2012-01-08 | 3 | -61/+97 |
* | | Fixed #724 and added extra infos to the atom feed (author uri and links to th... | Michele Azzolari | 2012-01-10 | 3 | -11/+49 |
|/ |
|
* | 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, mediagobli... | Jef van Schendel | 2012-01-05 | 5 | -18/+44 |
* | 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 |
| * | 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 |
| * | Remove first 960.gs classes | Jef van Schendel | 2011-12-18 | 2 | -16/+23 |
| * | Media query for everything(?) below 960px wide | Jef van Schendel | 2011-12-18 | 1 | -1/+1 |
| * | Remove 960.gs stylesheets, add Eric Meyer's reset.css | Jef van Schendel | 2011-12-18 | 10 | -817/+50 |
| * | First test lines for responsive design | Jef van Schendel | 2011-12-18 | 1 | -0/+17 |
* | | Always show 'Change account settings' link | Jef van Schendel | 2012-01-05 | 1 | -7/+6 |
* | | Fix Unit Tests for new password changing | Elrond | 2012-01-05 | 1 | -8/+4 |
* | | Make show-password-js work for change password too | Elrond | 2012-01-05 | 2 | -2/+3 |
* | | 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 | 5 | -5/+10 |
|\ \ |
|
| * | | f691: Use StrictUndefined for templates and fix some issues | Elrond | 2012-01-04 | 3 | -3/+8 |
| * | | Import MigrationManager from mongo in mongo backend. | Elrond | 2012-01-04 | 2 | -2/+2 |
* | | | Create edit_account.html | Jef van Schendel | 2012-01-05 | 4 | -21/+92 |
|/ / |
|
* | | Add Markdown for submit page, edit page, profile edit page; thus fixing ticke... | Jef van Schendel | 2012-01-04 | 4 | -5/+16 |
* | | Dot-Notation for MediaEntry.queued_media_file | Elrond | 2012-01-04 | 3 | -4/+4 |
* | | Dot-Notation for MediaEntry.state | Elrond | 2012-01-04 | 2 | -3/+3 |
* | | Dot-Notation for MediaEntry.media_files | Elrond | 2012-01-04 | 10 | -16/+16 |
* | | sql convert: Use more library functions | Elrond | 2012-01-01 | 1 | -11/+9 |
* | | Seperate jQuery bit that was still in media.html | Jef van Schendel | 2012-01-01 | 2 | -11/+11 |
* | | Fix unit tests for new forget password flow | Elrond | 2012-01-01 | 1 | -1/+1 |
* | | Remove fp_changed_success.html, use log in page + notification message instead | Jef van Schendel | 2012-01-01 | 3 | -33/+6 |
* | | Remove fp_email_sent.html and refs to it | Jef van Schendel | 2012-01-01 | 2 | -32/+0 |
* | | Factor out check_db_migrations_current | Elrond | 2012-01-01 | 4 | -22/+32 |
* | | Forgot this one. Also disable horizontal resize for the bio field | Jef van Schendel | 2012-01-01 | 1 | -1/+1 |
* | | Remove border-bottom from media_specs | Jef van Schendel | 2012-01-01 | 1 | -1/+0 |