Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give a small amount of info on how to set the theme. | Christopher Allan Webber | 2012-08-21 | 1 | -1/+6 |
| | |||||
* | Docs tweaks | Will Kahn-Greene | 2012-08-20 | 3 | -7/+15 |
| | | | | This fixes some minor issues in the documentation. | ||||
* | Setting celery and kombu at very specific versions so that doing a fresh ↵ | Christopher Allan Webber | 2012-08-20 | 1 | -1/+2 |
| | | | | | | install doesn't break We really ought to get mediagoblin working with the latest packages. | ||||
* | Updated flatpages example in plugins.rst to reflect reality & point to ↵ | Christopher Allan Webber | 2012-08-20 | 2 | -5/+11 |
| | | | | flatpages docs | ||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-08-19 | 47 | -943/+1359 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-08-19 | 6 | -173/+1104 |
| | |||||
* | ./local/ is yet another stupid local-environment thing to .gitignore | Christopher Allan Webber | 2012-08-19 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/merge-requests/42' | Christopher Allan Webber | 2012-08-19 | 3 | -1/+7 |
|\ | |||||
| * | add titles to two pages and fix a typo in docs | Aleksej | 2012-08-18 | 3 | -1/+7 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/merge-requests/40' | Christopher Allan Webber | 2012-08-19 | 2 | -6/+6 |
|\ \ | |||||
| * | | use YYYY-MM-DD HH:MM 24-hour format on panels | Aleksej | 2012-08-13 | 2 | -6/+6 |
| | | | |||||
* | | | Uncomment plugins section in mediagoblin.ini | Christopher Allan Webber | 2012-08-19 | 1 | -2/+1 |
| | | | |||||
* | | | added title tags to various pages and marked a string translatable | Aleksej | 2012-08-13 | 10 | -1/+54 |
|/ / | |||||
* / | replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ↵ | Aleksej | 2012-08-13 | 2 | -3/+3 |
|/ | | | | comments | ||||
* | Duplication of rstrip unnecessary in link_assets function | Christopher Allan Webber | 2012-08-12 | 1 | -1/+1 |
| | | | | Thanks for catching AVRS! | ||||
* | Audio support now creates OGG instead of WAV | Joar Wandborg | 2012-08-12 | 1 | -3/+4 |
| | | | | | | | | | While creating the spectrogram, and alternative version of the audio file has been needed. Before this, it has been a WAV format file, the issue with WAV is that it takes a lot of space. Starting with this it will be an OGG file. Rejoice :) | ||||
* | Changed <pre> margin to confirm with <p> margins | Joar Wandborg | 2012-08-08 | 1 | -4/+2 |
| | |||||
* | allow pre+code tags in rendered HTML | Jakob Kramer | 2012-08-07 | 2 | -3/+20 |
| | |||||
* | renamed MARKDOWN_INSTANCE to UNSAFE_... | Jakob Kramer | 2012-08-07 | 1 | -2/+4 |
| | | | | | | | | | as proposed by Elrond. Conflicts: mediagoblin/tools/text.py Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Add python language version classifiers | Will Kahn-Greene | 2012-08-06 | 1 | -0/+2 |
| | |||||
* | Non-performance improvements to cloudfiles | Joar Wandborg | 2012-08-05 | 1 | -8/+27 |
| | | | | Improved documentation and added logging to cloudfiles | ||||
* | Fixing grammar on telling users to run dbupdate | Christopher Allan Webber | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | Committing extracted and compiled translations | Christopher Allan Webber | 2012-08-05 | 48 | -1321/+3204 |
| | |||||
* | Committing present MediaGoblin translations before pushing extracted messages | Christopher Allan Webber | 2012-08-05 | 3 | -20/+42 |
| | |||||
* | Removing text on frontpage that suggests we have favorites (we don't) | Christopher Allan Webber | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | Fixed a UnicodeError in the sql.models.MediaEntry | Joar Wandborg | 2012-08-03 | 1 | -1/+3 |
| | | | | | The __repr__() call would crash the process when it tried to convert an unicode title to ASCII for terminal/logfile output. | ||||
* | All processing exceptions are now logged | Joar Wandborg | 2012-08-01 | 1 | -0/+8 |
| | | | | | All processing exceptions should now be logged, the MediaEntry marked as failed, the exception re-raised. | ||||
* | Added text-overflow: ellipsis to the media thumbnails | Joar Wandborg | 2012-07-28 | 1 | -0/+3 |
| | |||||
* | Copied base.html to airy and changed the logo | Joar Wandborg | 2012-07-28 | 1 | -0/+100 |
| | |||||
* | Reference the new theme aliasing nginx stuff in the theming documentation | Christopher Allan Webber | 2012-07-27 | 2 | -2/+12 |
| | |||||
* | Add documentation on how to alias your theme static files | Christopher Allan Webber | 2012-07-27 | 1 | -0/+5 |
| | |||||
* | Tweak theming docs | Will Kahn-Greene | 2012-07-26 | 1 | -49/+55 |
| | | | | | | I did a pass on language and more reST formatting. This is a little cleaner, though there are a couple of parts that feel like they could use some work. | ||||
* | Merge remote-tracking branch 'refs/remotes/gandaro/369-thread-gettext' | Christopher Allan Webber | 2012-07-26 | 3 | -8/+11 |
|\ | |||||
| * | make mg_globals.translations thread-safe | Jakob Kramer | 2012-07-18 | 3 | -8/+11 |
| | | | | | | | | | | I added mg_globals.thread_scope (an instance of threading.local) and made `translations' an attribute of it. | ||||
* | | 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 |
| |