aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change version to 0.3.2.devWill Kahn-Greene2012-08-221-1/+1
|
* Update version to 0.3.1 finalWill Kahn-Greene2012-08-221-1/+1
|
* Fix docs so they pull version from _version.pyWill Kahn-Greene2012-08-221-4/+10
|
* Committing extracted and compiled translationsChristopher Allan Webber2012-08-223-1/+1
|
* Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-08-222-89/+121
|
* Fix relnotes for 0.3.1.Will Kahn-Greene2012-08-222-11/+27
|
* Release notes for 0.3.1Christopher Allan Webber2012-08-211-1/+11
|
* Using Aleksejrs' improved text for the theming config descriptionChristopher Allan Webber2012-08-211-4/+3
|
* Reminding people they need to run gmg assetlink and that there's a default themeChristopher Allan Webber2012-08-211-3/+5
|
* Give a small amount of info on how to set the theme.Christopher Allan Webber2012-08-211-1/+6
|
* Docs tweaksWill Kahn-Greene2012-08-203-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 Webber2012-08-201-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 Webber2012-08-202-5/+11
| | | | flatpages docs
* Committing extracted and compiled translationsChristopher Allan Webber2012-08-1947-943/+1359
|
* Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-08-196-173/+1104
|
* ./local/ is yet another stupid local-environment thing to .gitignoreChristopher Allan Webber2012-08-191-0/+1
|
* Merge remote-tracking branch 'refs/remotes/merge-requests/42'Christopher Allan Webber2012-08-193-1/+7
|\
| * add titles to two pages and fix a typo in docsAleksej2012-08-183-1/+7
| |
* | Merge remote-tracking branch 'refs/remotes/merge-requests/40'Christopher Allan Webber2012-08-192-6/+6
|\ \
| * | use YYYY-MM-DD HH:MM 24-hour format on panelsAleksej2012-08-132-6/+6
| | |
* | | Uncomment plugins section in mediagoblin.iniChristopher Allan Webber2012-08-191-2/+1
| | |
* | | added title tags to various pages and marked a string translatableAleksej2012-08-1310-1/+54
|/ /
* / replaced os.path.split()[0] with os.path.dirname() and corrected a couple of ↵Aleksej2012-08-132-3/+3
|/ | | | comments
* Duplication of rstrip unnecessary in link_assets functionChristopher Allan Webber2012-08-121-1/+1
| | | | Thanks for catching AVRS!
* Audio support now creates OGG instead of WAVJoar Wandborg2012-08-121-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> marginsJoar Wandborg2012-08-081-4/+2
|
* allow pre+code tags in rendered HTMLJakob Kramer2012-08-072-3/+20
|
* renamed MARKDOWN_INSTANCE to UNSAFE_...Jakob Kramer2012-08-071-2/+4
| | | | | | | | | as proposed by Elrond. Conflicts: mediagoblin/tools/text.py Signed-off-by: Joar Wandborg <git@wandborg.com>
* Add python language version classifiersWill Kahn-Greene2012-08-061-0/+2
|
* Non-performance improvements to cloudfilesJoar Wandborg2012-08-051-8/+27
| | | | Improved documentation and added logging to cloudfiles
* Fixing grammar on telling users to run dbupdateChristopher Allan Webber2012-08-051-1/+1
|
* Committing extracted and compiled translationsChristopher Allan Webber2012-08-0548-1321/+3204
|
* Committing present MediaGoblin translations before pushing extracted messagesChristopher Allan Webber2012-08-053-20/+42
|
* Removing text on frontpage that suggests we have favorites (we don't)Christopher Allan Webber2012-08-041-1/+1
|
* Fixed a UnicodeError in the sql.models.MediaEntryJoar Wandborg2012-08-031-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 loggedJoar Wandborg2012-08-011-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 thumbnailsJoar Wandborg2012-07-281-0/+3
|
* Copied base.html to airy and changed the logoJoar Wandborg2012-07-281-0/+100
|
* Reference the new theme aliasing nginx stuff in the theming documentationChristopher Allan Webber2012-07-272-2/+12
|
* Add documentation on how to alias your theme static filesChristopher Allan Webber2012-07-271-0/+5
|
* Tweak theming docsWill Kahn-Greene2012-07-261-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 Webber2012-07-263-8/+11
|\
| * make mg_globals.translations thread-safeJakob Kramer2012-07-183-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 Webber2012-07-269-194/+205
|\ \ | | | | | | | | | 'refs/remotes/willkg/plugins-infrastructure-rewrite'
| * | [Issue 466] Implement e-z plugin disablingWill Kahn-Greene2012-07-173-0/+59
| | |
| * | Rework plugin infrastructure to nix side-effectsWill Kahn-Greene2012-07-178-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 Webber2012-07-261-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 defaultJef van Schendel2012-07-236-0/+891
| |
* | Add zoom-in cursor css; small indentation fixJef van Schendel2012-07-211-5/+11
| |
* | Edit comment-notification textJef van Schendel2012-07-201-2/+2
| |