Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch ↵ | Christopher Allan Webber | 2012-07-26 | 9 | -194/+205 |
|\ | | | | | | | 'refs/remotes/willkg/plugins-infrastructure-rewrite' | ||||
| * | [Issue 466] Implement e-z plugin disabling | Will Kahn-Greene | 2012-07-17 | 3 | -0/+59 |
| | | |||||
| * | Rework plugin infrastructure to nix side-effects | Will Kahn-Greene | 2012-07-17 | 8 | -196/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reworks the plugin infrastructure so as to remove module-loading side-effects which were making things a pain in the ass to test. With the new system, there's no auto-registering meta class. Instead plugins do whatever they want and then specify a hooks dict that maps hook names to callables for the things they're tying into. The most common one (and the only one we've implemented so far) is "setup". This also simplifies the sampleplugin a little by moving the code to __init__.py. | ||||
* | | Removing PIL from the setup.py develop process. | Christopher Allan Webber | 2012-07-26 | 1 | -1/+1 |
| | | | | | | | | | | People should use package managers to install PIL. It's too much of a mess to install via python packaging. | ||||
* | | Include Airy theme by default | Jef van Schendel | 2012-07-23 | 6 | -0/+891 |
| | | |||||
* | | Add zoom-in cursor css; small indentation fix | Jef van Schendel | 2012-07-21 | 1 | -5/+11 |
| | | |||||
* | | Edit comment-notification text | Jef van Schendel | 2012-07-20 | 1 | -2/+2 |
| | | |||||
* | | Insignificant edits to logo SVG | Jef van Schendel | 2012-07-20 | 1 | -10/+10 |
| | | |||||
* | | Increase Description and Bio textarea height to 100px | Jef van Schendel | 2012-07-20 | 1 | -0/+1 |
|/ | |||||
* | Fix themeing docs | Will Kahn-Greene | 2012-07-16 | 1 | -73/+78 |
| | | | | | This fixes a bunch of formatting issues in the themeing docs and makes them easier to read. | ||||
* | Overhaul flatpages | Will Kahn-Greene | 2012-07-16 | 3 | -93/+108 |
| | | | | | | | | * move contents of main.py to __init__.py * update documentation in README * change the key/value configuration specification * added a recipe for passing values from the url to the template * removed some unused code | ||||
* | Fix template | Will Kahn-Greene | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Finish flatpagesplugin; add plugin docs | Will Kahn-Greene | 2012-07-16 | 11 | -65/+244 |
| | |||||
* | Flatpages first pass | Will Kahn-Greene | 2012-07-16 | 7 | -23/+190 |
| | | | | | | | | | | This fixes the template loader so that it can load plugin templates. This adds code for registering template paths so that plugins can add their own templates. This adds the base code for the flatpagesfile plugin. It doesn't serve pages, yet, but it's pretty close. | ||||
* | Added a section describing how to do theming via simple CSS stuff! | Christopher Allan Webber | 2012-07-14 | 1 | -0/+24 |
| | |||||
* | Moving extrahead.html -> extra_head.html because it's easier to read | Christopher Allan Webber | 2012-07-14 | 2 | -1/+1 |
| | |||||
* | Small fix to themedata_for_theme_dir utility about sections | Christopher Allan Webber | 2012-07-14 | 1 | -1/+1 |
| | | | | | If we can't find the theme section, we should use a dictionary instead of None in this section of code. | ||||
* | Allow for an "extrahead" template where themers can include extra css, js, etc | Christopher Allan Webber | 2012-07-14 | 2 | -0/+22 |
| | |||||
* | Store licensing info as well | Christopher Allan Webber | 2012-07-14 | 1 | -1/+2 |
| | |||||
* | Mostly good theming documentation! | Christopher Allan Webber | 2012-07-14 | 1 | -23/+150 |
| | |||||
* | Fleshing out theming documentation; wrote out "structure of things" section | Christopher Allan Webber | 2012-07-14 | 1 | -2/+92 |
| | |||||
* | Setup the scaffolding for theme installing, but it doesn't work yet | Christopher Allan Webber | 2012-07-14 | 1 | -2/+4 |
| | |||||
* | Break the asset linking code off into a reusable function | Christopher Allan Webber | 2012-07-14 | 1 | -30/+50 |
| | | | | In the future, the install command should be able to use that as well. | ||||
* | Moving the "dependency injection printer tools" over to tools/common.py | Christopher Allan Webber | 2012-07-14 | 3 | -20/+39 |
| | |||||
* | asset linking command now works | Christopher Allan Webber | 2012-07-14 | 1 | -7/+26 |
| | |||||
* | Start of the `./bin/gmg theme assetlink` command. | Christopher Allan Webber | 2012-07-14 | 2 | -0/+87 |
| | | | | Mostly works but doesn't handle all the places it could break. | ||||
* | Make the theme_linked_assets_dir config option point to the right place by ↵ | Christopher Allan Webber | 2012-07-14 | 1 | -1/+1 |
| | | | | | | default Should be in user_dev... | ||||
* | Making the register_themes() tool also return the current theme | Christopher Allan Webber | 2012-07-14 | 2 | -9/+12 |
| | | | | | This will reduce the amount of work reproducing this behavior when pulling together the theme registry elsewhere. | ||||
* | Serve and setup the mediagoblin "linked theme" assets directory | Christopher Allan Webber | 2012-07-14 | 2 | -0/+7 |
| | |||||
* | Add the theme domain to the application's staticdirector | Christopher Allan Webber | 2012-07-14 | 2 | -4/+9 |
| | |||||
* | Update staticdirect stuff so it can handle "domains" of staticdirection | Christopher Allan Webber | 2012-07-14 | 3 | -24/+38 |
| | |||||
* | Kill MultiRemoteStaticDirect... nobody was really using it anyway | Christopher Allan Webber | 2012-07-14 | 2 | -27/+4 |
| | | | | | Since we're adding the new "domain" staticdirect system we should clean this up. | ||||
* | Moving staticdirect to tools/ | Christopher Allan Webber | 2012-07-14 | 2 | -1/+1 |
| | |||||
* | Themes are now registered and can have their templates loaded properly | Christopher Allan Webber | 2012-07-14 | 3 | -6/+32 |
| | |||||
* | Early version of theme registry code | Christopher Allan Webber | 2012-07-14 | 2 | -0/+83 |
| | |||||
* | removed _make_safe in favor of functools.wraps | Jakob Kramer | 2012-07-12 | 2 | -19/+18 |
| | |||||
* | Processing panel improvements | Joar Wandborg | 2012-07-11 | 6 | -2/+198 |
| | | | | | - Added admin processing panel - Minor fixes on the user processing panel template | ||||
* | Panel improvements | Joar Wandborg | 2012-07-11 | 10 | -27/+101 |
| | | | | | | | | | | - Added progress meter for video and audio media types. - Changed the __repr__ method of a MediaEntry to display a bit more useful explanation. - Added a new MediaEntry.state, 'processing', which means that the task is running the processor on the item currently. - Fixed some PEP8 issues in user_pages/views.py - Fixed the ATOM TAG URI to show the correct year. | ||||
* | Minor improvements to the processing panel | Joar Wandborg | 2012-07-10 | 4 | -8/+33 |
| | | | | | | - It is now possible to actually see what's processing, due to a bug fix where __getitem__ was called on the db model. - Removed DEPRECATED message from the docstring, it wasn't true. | ||||
* | Merge branch 'master' into 201207-testfixes | Brett Smith | 2012-07-08 | 24 | -52/+892 |
|\ | |||||
| * | made the download links consistent | Jakob Kramer | 2012-07-07 | 4 | -11/+31 |
| | | |||||
| * | put attachments into sidebar | Jakob Kramer | 2012-07-07 | 1 | -22/+26 |
| | | | | | | | | also added {% trans %} tags | ||||
| * | Added API documentation | Joar Wandborg | 2012-07-07 | 14 | -1/+731 |
| | | | | | | | | | | | | | | | | | | - Applied the MediaGoblin docs theme to the API docs - Added api-docs/build to .gitignore - Configured api-docs/source/conf.py - Added /api-docs/source/mediagoblin* to .gitignore - Added apidoc directive to api docs Makefile, will build the API docs based on the source | ||||
| * | Decoding EXIF strings as UTF-8 with replace in the ifd_tag_to_dict | Joar Wandborg | 2012-07-07 | 1 | -1/+14 |
| | | | | | | | | method. | ||||
| * | Updated the media types documentation, added steps for audio | Joar Wandborg | 2012-07-06 | 1 | -11/+62 |
| | | | | | | | | | | | | | | | | | | - Added chapter about media type negotiation. - Added instructions on how to install dependencies for the audio media type. - Moved part about how to enable media types in your config to a single place at the top of the document named "Enable Media Types". - Renamed the "Enable Media Types" page to "Media Types". | ||||
| * | Removed .ogg extension from audio MEDIA_MANAGER. | Joar Wandborg | 2012-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | There is some historical controversy about the .ogg extension and what you should expect from it. It's better to let the audio and video plugins take the sniffing-based route to find out what it really seems to be. | ||||
| * | Switching the syntax of this exception-raise | Christopher Allan Webber | 2012-07-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | It's nicer to raise exceptions like raise Exception("foo") than raise Exception, "foo" | ||||
| * | Removing _jointhat()... not really needed. | Christopher Allan Webber | 2012-07-06 | 1 | -14/+2 |
| | | |||||
| * | one more noSuchFiles->no_such_files | Christopher Allan Webber | 2012-07-06 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/merge-requests/37' | Christopher Allan Webber | 2012-07-06 | 2 | -5/+40 |
| |\ |