aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Collapse)AuthorAgeFilesLines
...
* Style fixesJoar Wandborg2012-09-182-21/+34
|
* Fixed post-collect redirect to always take user to image collected.Aaron Williamson2012-09-181-1/+1
|
* Fixed collection sidebar for media_home to user collection.url_for_self ↵Aaron Williamson2012-09-182-10/+4
| | | | instead of incorrectly getting the session user
* Reference collection creator through already-existing collection_item's ↵Aaron Williamson2012-09-181-1/+1
| | | | foreign key
* Removed unnecessary reference to may_edit_collection in edit views.pyAaron Williamson2012-09-181-1/+1
|
* Added default for 'collected' column to migrationAaron Williamson2012-09-181-1/+1
|
* Fixed migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-2/+5
|
* Added migrations for Collection and CollectionItem tablesAaron Williamson2012-09-181-1/+30
|
* Fixed collections migration to add 'collected' column to media_entries ↵Aaron Williamson2012-09-181-2/+2
| | | | instead of 'collections'
* Added new files for collectionsAaron Williamson2012-09-1811-0/+548
|
* Added basic collection functionalityAaron Williamson2012-09-1818-15/+712
|
* Fixed validation in API post_entry.Joar Wandborg2012-09-172-1/+11
| | | | Added state to API get_entry_serializable
* API: Fixed media file URLs, limitsJoar Wandborg2012-09-152-4/+15
| | | | | - Added default limit and limit arg to get_entries - Fixed URL generation for BasicFileStorage files in API
* Added CORS headers to API json_responseJoar Wandborg2012-09-151-0/+5
|
* Fixed ?next=<url> argument for require_active_loginJoar Wandborg2012-09-153-5/+17
| | | | It now includes the full URI, including GET args, not just the path.
* Fixed testsJoar Wandborg2012-09-153-3/+3
| | | | | - Adapt tests to new global_config arg for run_dbupdate - Account for [plugins] not being set in config
* Fixed typo in API post_entryJoar Wandborg2012-09-151-1/+1
|
* Added post_entry at /api/submitJoar Wandborg2012-09-152-1/+94
|
* Added fields to /api/entries, wrote docstrings for api.toolsJoar Wandborg2012-09-152-6/+40
|
* Added /api/entries viewJoar Wandborg2012-09-154-23/+80
|
* Created API plugin, moved api_auth to the API pluginJoar Wandborg2012-09-136-43/+126
|
* Add OAuth models, plugin DB migrations, api_authJoar Wandborg2012-09-136-9/+342
|
* Fix for issue #491, invert latitude when neccesary.warp2012-08-271-0/+3
|
* 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
|
* 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
|
* Updated flatpages example in plugins.rst to reflect reality & point to ↵Christopher Allan Webber2012-08-201-0/+2
| | | | 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
|
* Merge remote-tracking branch 'refs/remotes/merge-requests/42'Christopher Allan Webber2012-08-192-0/+6
|\
| * add titles to two pages and fix a typo in docsAleksej2012-08-182-0/+6
| |
* | 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
| | |
* | | 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>
* Non-performance improvements to cloudfilesJoar Wandborg2012-08-051-8/+27
| | | | Improved documentation and added logging to cloudfiles
* 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
|
* Merge remote-tracking branch 'refs/remotes/gandaro/369-thread-gettext'Christopher Allan Webber2012-07-263-8/+11
|\