Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | 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 |
| | | | | | | | | | | | | | | | | 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 | 5 | -5/+10 |
|\ \ | |||||
| * | | f691: Use StrictUndefined for templates and fix some issues | Elrond | 2012-01-04 | 3 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Import MigrationManager from mongo in mongo backend. | Elrond | 2012-01-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Inside the mongo db backend, use the mongo MigrationManager. This is hopefully the last reference to the generic MigrationManager reference on db.util. | ||||
* | | | 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 ↵ | Jef van Schendel | 2012-01-04 | 4 | -5/+16 |
| | | | | | | | | ticket #690 | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | 1. Use the new setup_connection_and_db_from_config in the sql backend. 2. Use sql and mongo specific functions wherever appropiate instead of the generic "db.X" one. This makes the converter more indepedent of the current backend choice. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | After changing the password, the login page is now shown. It contains a message. (we can't test for that easily currently. There is a bug open on this problem.) At least for the login page being shown now. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | When initializing the database connection the current mongo based setup checked for new migrations and warned about them. This was mongo specific so factor'd it out into a more generic check_db_migrations_current function in the mongo backend. Also created a dummy one in the sql backend. | ||||
* | | 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 |
| | | |||||
* | | Disable horizontal resize for text areas. | Jef van Schendel | 2012-01-01 | 1 | -1/+6 |
| | | |||||
* | | Fixed submission error handling and broken tests | Joar Wandborg | 2011-12-31 | 3 | -6/+12 |
| | | | | | | | | | | | | - Fixed broken test_auth test - Fixed error handling on submission, it now raises the exception if it is not explicitly relevant to file submission. | ||||
* | | Merge remote branch 'remotes/joar/tests' | Elrond | 2011-12-31 | 1 | -17/+0 |
|\ \ | | | | | | | | | | | | | * remotes/joar/tests: Fixed broken confirm_password test | ||||
| * | | Fixed broken confirm_password test | Joar Wandborg | 2011-12-30 | 1 | -17/+0 |
| | | | |||||
* | | | ASCII media type support & fix a bug in file submission error handling | Joar Wandborg | 2011-12-31 | 18 | -11/+7323 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | | Change forgotten password process: different redirect, added/changed messages | Jef van Schendel | 2011-12-30 | 1 | -8/+16 |
| | | | |||||
* | | | Fix #712: Comment counter always uses plural | Jef van Schendel | 2011-12-30 | 1 | -40/+46 |
| | | | |||||
* | | | Fix #715: On media submit page, "Separate" is misspelled | Jef van Schendel | 2011-12-30 | 2 | -2/+2 |
|/ / | |||||
* | | Forgot to include the newly created JS file | Jef van Schendel | 2011-12-29 | 1 | -0/+19 |
| | |