Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require werkzeug >= 0.7 | Elrond | 2012-11-24 | 1 | -1/+1 |
| | | | | | | We need it, really. For csrf.py's request.scheme. Thanks to Sebastian Spaeth! | ||||
* | Very small typo fix in deploying docs. | Elrond | 2012-11-20 | 1 | -2/+2 |
| | | | | Thanks to #mediagoblin. | ||||
* | Suggest checking out the wiki for additional recipes | Christopher Allan Webber | 2012-11-19 | 1 | -0/+5 |
| | |||||
* | Borrowing an image from Tango! | Christopher Allan Webber | 2012-11-15 | 1 | -0/+6 |
| | |||||
* | Simplify/Robustify the thumbnail URL usage in templates | Sebastian Spaeth | 2012-11-15 | 10 | -25/+37 |
| | | | | | | | | | | | | | | | | | | | | | | So far templates required a very complex blurb to simply insert a thumbnail URL, exposing much of the internal logic to the template designer. In addition, we would fail with an error if for some reason the media_files['thumb'] entry was never populated. This adds the MediaEntry.thumb_url property that template designers can simply use. It will do the right thing, either fetching the proper thumbnail or hand back a generic icon specified in a media's MEDIA_MANAGER as "default_thumb". Add an image default fallback icon (stolen from Tangos, which are Public Domain since version 0.8.90 as I understand) since the one we referred to was not existing. Perhaps, a "broken image" icon would be better, but I'll leave that to our capable designers. All templates have been modified to make use of the new thumb_url function. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Merge remote-tracking branch ↵ | Christopher Allan Webber | 2012-11-13 | 2 | -6/+9 |
|\ | | | | | | | 'refs/remotes/spaetz/trac_475_email_notification_checkbox' | ||||
| * | Don't put checkbox text on separate line (#475) | LotusEcho | 2012-11-13 | 2 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually render the "notify me" checkbox line in the account settings to not put the form label as a heading but in the same line as the checkbox. Edit forms.py to use the label attribute for the caption. Original patch modified by Sebastian Spaeth to 1) not translate the checkbox label in the template, it is translated in forms.py already. 2) Simplify the HTML, manually constructing the <label> tag is not necessary, WTforms does it automatically. Author: LotusEcho <Emma.C.Echo@gmail.com> Modified-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | | Revert thumbnail styling and sizing; allows for 5 thumbnails per row | Jef van Schendel | 2012-11-01 | 2 | -6/+4 |
| | | |||||
* | | Change to 5 thumbnails per row | Jef van Schendel | 2012-11-01 | 1 | -2/+2 |
| | | |||||
* | | Change thumbnail width to 212px | Jef van Schendel | 2012-11-01 | 1 | -1/+1 |
| | | |||||
* | | Update Airy's base.html | Jef van Schendel | 2012-10-23 | 1 | -14/+7 |
| | | |||||
* | | Move <a> end tag | Jef van Schendel | 2012-10-23 | 1 | -1/+2 |
| | | |||||
* | | Remove obsolete dropdown styling | Jef van Schendel | 2012-10-23 | 1 | -10/+0 |
| | | |||||
* | | Don't show link to original when the file is an image | Jef van Schendel | 2012-10-23 | 1 | -11/+0 |
| | | |||||
* | | Don't show zoom in cursor if there is no larger version | Jef van Schendel | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | Fixed attachments | Joar Wandborg | 2012-10-23 | 3 | -14/+16 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2012-10-22 | 11 | -88/+105 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | ||||
| * | | Replace dropdown in top right with regular links | Jef van Schendel | 2012-10-21 | 3 | -74/+7 |
| | | | |||||
| * | | Move "Add collection" and "Change account settings" links to root.html | Jef van Schendel | 2012-10-21 | 3 | -7/+9 |
| | | | |||||
| * | | Add "Add collection" link to Airy theme | Jef van Schendel | 2012-10-21 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Jef van Schendel | 2012-10-21 | 1 | -0/+58 |
| |\ \ | |||||
| | * | | Added HTTP API auth plugin | Joar Wandborg | 2012-10-20 | 1 | -0/+58 |
| | | | | |||||
| * | | | Styling edits to Airy theme | Jef van Schendel | 2012-10-21 | 1 | -7/+3 |
| |/ / | |||||
| * | | Implement new RSS icon for Airy theme | Jef van Schendel | 2012-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Replace icon_feed.png with proper Airy version | Jef van Schendel | 2012-10-20 | 2 | -0/+23 |
| | | | |||||
| * | | Replace dark empty_dots.png for Airy theme | Jef van Schendel | 2012-10-20 | 2 | -0/+4 |
| | | | |||||
* | | | Set the user page to two columns wide so we don't have this weird wrapping. | Christopher Allan Webber | 2012-10-22 | 1 | -1/+1 |
|/ / | | | | | | | This is a stopgap solution! | ||||
* | | Fix thumbnail aspect ratios | Jef van Schendel | 2012-10-20 | 1 | -1/+1 |
| | | |||||
* | | Removed Routes dependency, added admin routes | Joar Wandborg | 2012-10-20 | 6 | -15/+13 |
| | | |||||
* | | Styling edits for buttons (Airy only) | Jef van Schendel | 2012-10-19 | 1 | -3/+6 |
| | | |||||
* | | Thumbnail styling edits plus edits to the object_gallery (4 columns instead ↵ | Jef van Schendel | 2012-10-19 | 2 | -7/+11 |
| | | | | | | | | of 5 by default) | ||||
* | | Thumbnail styling edits to base theme and Airy theme | Jef van Schendel | 2012-10-19 | 2 | -3/+7 |
| | | |||||
* | | Fixed OAuth access_token duplicate route | Joar Wandborg | 2012-10-15 | 6 | -10/+18 |
| | | | | | | | | Changed route name to "[...]list_connections" | ||||
* | | Added rudimentary route "mounting" w/ werkzeug routes; fixed auth routes | Christopher Allan Webber | 2012-10-14 | 3 | -34/+33 |
| | | | | | | | | | | | | auth routes fixes: - mounted the auth routes at /auth/ - removed crufty old verification email route | ||||
* | | Fixed 404 page under werkzeug.routing | Joar Wandborg | 2012-10-14 | 4 | -26/+22 |
| | | | | | | | | | | - Removed ?lang=<langcode> feature due to incompatibility with werkzeug routes in the current state of the architecture. | ||||
* | | Switched most stuff over from Routes | Joar Wandborg | 2012-10-14 | 11 | -178/+191 |
| | | | | | | | | | | | | | | | | | | | | Removed the Routes routing functionality and replaced it with werkzeug.routes. Most views are functional. Known issues: - Translation integration with the request object is not yet figured out. This breaks 404 pages. | ||||
* | | Fixing the airy attribution in the header. | Christopher Allan Webber | 2012-10-07 | 1 | -2/+2 |
| | | | | | | | | Not written by me, and not goblincities! :) | ||||
* | | Fixed pylint issues, removed unused import | Joar Wandborg | 2012-10-02 | 2 | -2/+1 |
| | | |||||
* | | Added VideoThumbnailerMarkII | Joar Wandborg | 2012-10-02 | 2 | -8/+301 |
| | | | | | | | | - Set video.processing to use VideoThumbnailerMarkII. | ||||
* | | Changed copy.copy(get_params) to dict(get_params) | Joar Wandborg | 2012-09-30 | 1 | -1/+1 |
| | | | | | | | | | | in pagination because request.GET/request.args is immutable since the switch to werkzeug. | ||||
* | | Removed debugging stuff from master | Joar Wandborg | 2012-09-30 | 1 | -8/+0 |
| | | |||||
* | | Use RawConfigParser instead of dict.viewitems | Joar Wandborg | 2012-09-30 | 1 | -3/+7 |
| | | | | | | | | dict.viewitems breaks python 2.6 compatibility. | ||||
* | | Set up celery logging from paste ini | Joar Wandborg | 2012-09-30 | 1 | -0/+65 |
| | | |||||
* | | Replaced all request.POST with request.form, ... | Joar Wandborg | 2012-09-29 | 11 | -105/+144 |
| | | | | | | | | | | - Fixed error handling in OAuth plugin - Changed request.POST file fields to request.files | ||||
* | | Added OAuth test | Joar Wandborg | 2012-09-29 | 1 | -0/+50 |
| | | |||||
* | | Fixed pylint/pep8 warnings in test/tools.py | Joar Wandborg | 2012-09-29 | 1 | -2/+2 |
| | | |||||
* | | Switch from webob.Request to werkzeug.wrappers.Request | Joar Wandborg | 2012-09-29 | 5 | -27/+382 |
| | | |||||
* | | Grammar re: libasound2-dev | Joar Wandborg | 2012-09-29 | 1 | -4/+4 |
| | | |||||
* | | Added note about libasound2-dev to docs. | Joar Wandborg | 2012-09-29 | 1 | -0/+7 |
| | | |||||
* | | Added cascade all, delete-orphan to ProcessingMetaData | Joar Wandborg | 2012-09-27 | 1 | -5/+7 |
| | |