Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | ||||||
* | | Added tests for HTTP callbacks | Joar Wandborg | 2012-09-27 | 4 | -3/+85 | |
| | | ||||||
* | | Added some OAuth plugin tests | Joar Wandborg | 2012-09-26 | 3 | -2/+138 | |
| | | ||||||
* | | HTTP callback fixes | Joar Wandborg | 2012-09-26 | 3 | -6/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | - Added HTTPError catching around the callback request, to not mark the entry as failed, just log the exception. - Fixed bug where I forgot to actually fetch the entry before passing it to json_processing_callback. - Changed __main__ migration #6 to create the ProcessingMetaData table as it is currently, to prevent possible breakage if a siteadmin is lagging behind with his db migrations and more than one migration wants to fix stuff with the ProcessingMetaData table. | |||||
* | | Added support for http callbacks on processing | Joar Wandborg | 2012-09-26 | 5 | -2/+111 | |
| | | | | | | | | | | Sends an HTTP POST request back to an URL given on submission to the API submit view. | |||||
* | | Committing extracted and compiled translations | Christopher Allan Webber | 2012-09-24 | 48 | -261/+169 | |
| | | ||||||
* | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-09-24 | 3 | -99/+99 | |
| | | ||||||
* | | Too much was marked for translation this gettext message. | Christopher Allan Webber | 2012-09-24 | 1 | -1/+3 | |
| | | | | | | | | Thanks for catching AVRS! | |||||
* | | Changed a <p/> to </p> in user.html. Removed the <p></p> wrappers in ↵ | LotusEcho | 2012-09-24 | 2 | -2/+2 | |
| | | | | | | | | profile.html which was included in user.html. | |||||
* | | Committing extracted and compiled translations | Christopher Allan Webber | 2012-09-24 | 48 | -91/+91 | |
| | | ||||||
* | | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-09-24 | 3 | -139/+140 | |
| | |