Aaron Williamson
59fb87c944
Fixed collections migration to add 'collected' column to media_entries instead of 'collections'
2012-09-18 18:10:36 +02:00
Aaron Williamson
a0fdc00fab
Added new files for collections
2012-09-18 18:10:36 +02:00
Aaron Williamson
be5be1154f
Added basic collection functionality
2012-09-18 18:10:36 +02:00
Joar Wandborg
09e528acbb
Fixed validation in API post_entry.
...
Added state to API get_entry_serializable
2012-09-17 23:54:27 +02:00
Joar Wandborg
c92aa0d0b2
API: Fixed media file URLs, limits
...
- Added default limit and limit arg to get_entries
- Fixed URL generation for BasicFileStorage files in API
2012-09-15 22:34:34 +02:00
Joar Wandborg
965b39a84f
Added CORS headers to API json_response
2012-09-15 22:18:49 +02:00
Joar Wandborg
3a1993288f
Fixed ?next=<url> argument for require_active_login
...
It now includes the full URI, including GET args, not just the path.
2012-09-15 21:07:24 +02:00
Joar Wandborg
30520c92cc
Fixed tests
...
- Adapt tests to new global_config arg for run_dbupdate
- Account for [plugins] not being set in config
2012-09-15 17:54:34 +02:00
Joar Wandborg
999f91eb8a
Fixed typo in API post_entry
2012-09-15 16:54:14 +02:00
Joar Wandborg
4504dbba9b
Added post_entry at /api/submit
2012-09-15 16:51:29 +02:00
Joar Wandborg
85726f7360
Added fields to /api/entries, wrote docstrings for api.tools
2012-09-15 15:54:22 +02:00
Joar Wandborg
42c837523e
Added /api/entries view
2012-09-15 15:25:26 +02:00
Joar Wandborg
a062149e90
Created API plugin, moved api_auth to the API plugin
2012-09-13 20:59:00 +02:00
Joar Wandborg
f46e2a4db9
Add OAuth models, plugin DB migrations, api_auth
2012-09-13 20:38:59 +02:00
warp
bc875dc7cc
Fix for issue #491 , invert latitude when neccesary.
2012-08-27 15:55:43 +02:00
Will Kahn-Greene
47cdc020a1
Change version to 0.3.2.dev
2012-08-22 18:12:18 -04:00
Will Kahn-Greene
1608292973
Update version to 0.3.1 final
2012-08-22 18:06:41 -04:00
Christopher Allan Webber
b9705b16a1
Committing extracted and compiled translations
2012-08-22 16:54:53 -05:00
Christopher Allan Webber
a250a7cb65
Committing present MediaGoblin translations before pushing extracted messages
2012-08-22 16:54:27 -05:00
Christopher Allan Webber
7a690a5ae5
Updated flatpages example in plugins.rst to reflect reality & point to flatpages docs
2012-08-20 08:54:09 -05:00
Christopher Allan Webber
9022f358a7
Committing extracted and compiled translations
2012-08-19 14:22:45 -05:00
Christopher Allan Webber
57474c070d
Committing present MediaGoblin translations before pushing extracted messages
2012-08-19 14:21:46 -05:00
Christopher Allan Webber
a066e8bb54
Merge remote-tracking branch 'refs/remotes/merge-requests/42'
2012-08-19 12:18:18 -05:00
Christopher Allan Webber
944b92dc2f
Merge remote-tracking branch 'refs/remotes/merge-requests/40'
2012-08-19 12:14:39 -05:00
Aleksej
fafef8df2e
add titles to two pages and fix a typo in docs
2012-08-18 23:31:27 +04:00
Aleksej
b3b42bbe7b
use YYYY-MM-DD HH:MM 24-hour format on panels
2012-08-13 22:19:23 +04:00
Aleksej
daecdea906
added title tags to various pages and marked a string translatable
2012-08-13 20:28:48 +04:00
Aleksej
9d3e56d500
replaced os.path.split()[0] with os.path.dirname() and corrected a couple of comments
2012-08-13 16:07:58 +04:00
Christopher Allan Webber
5257f5f554
Duplication of rstrip unnecessary in link_assets function
...
Thanks for catching AVRS!
2012-08-12 12:49:14 -04:00
Joar Wandborg
549000d991
Audio support now creates OGG instead of WAV
...
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 :)
2012-08-12 01:57:00 +02:00
Joar Wandborg
089508d07b
Changed <pre> margin to confirm with <p> margins
2012-08-08 00:22:52 +02:00
Jakob Kramer
cf29edcd74
allow pre+code tags in rendered HTML
2012-08-07 22:19:10 +02:00
Jakob Kramer
c042801650
renamed MARKDOWN_INSTANCE to UNSAFE_...
...
as proposed by Elrond.
Conflicts:
mediagoblin/tools/text.py
Signed-off-by: Joar Wandborg <git@wandborg.com>
2012-08-07 18:48:57 +02:00
Joar Wandborg
a07d052f0d
Non-performance improvements to cloudfiles
...
Improved documentation and added logging to cloudfiles
2012-08-05 22:55:45 +02:00
Christopher Allan Webber
325e9bc418
Committing extracted and compiled translations
2012-08-05 10:01:55 -05:00
Christopher Allan Webber
42001ce86f
Committing present MediaGoblin translations before pushing extracted messages
2012-08-05 10:01:16 -05:00
Christopher Allan Webber
468d25474b
Removing text on frontpage that suggests we have favorites (we don't)
2012-08-04 11:34:23 -05:00
Joar Wandborg
79f28e0b93
Fixed a UnicodeError in the sql.models.MediaEntry
...
The __repr__() call would crash the process when it tried to convert an
unicode title to ASCII for terminal/logfile output.
2012-08-03 16:02:18 +02:00
Joar Wandborg
2891b2c6d0
All processing exceptions are now logged
...
All processing exceptions should now be logged, the MediaEntry marked as
failed, the exception re-raised.
2012-08-01 01:16:00 +02:00
Joar Wandborg
65a2eb6694
Added text-overflow: ellipsis to the media thumbnails
2012-07-28 21:01:56 +02:00
Joar Wandborg
1afa230c59
Copied base.html to airy and changed the logo
2012-07-28 01:08:56 +02:00
Christopher Allan Webber
a04c07376d
Merge remote-tracking branch 'refs/remotes/gandaro/369-thread-gettext'
2012-07-26 11:09:52 -05:00
Christopher Allan Webber
5e9e2deee6
Merge remote-tracking branch 'refs/remotes/willkg/plugins-infrastructure-rewrite'
2012-07-26 10:46:52 -05:00
Jef van Schendel
c7fd56c9e0
Include Airy theme by default
2012-07-23 21:37:56 +02:00
Jef van Schendel
36f8e350d4
Add zoom-in cursor css; small indentation fix
2012-07-21 00:27:49 +02:00
Jef van Schendel
e175251899
Edit comment-notification text
2012-07-20 22:03:43 +02:00
Jef van Schendel
5381b4b7a0
Insignificant edits to logo SVG
2012-07-20 21:06:41 +02:00
Jef van Schendel
47ab857fa3
Increase Description and Bio textarea height to 100px
2012-07-20 00:45:49 +02:00
Jakob Kramer
c80982c7a0
make mg_globals.translations thread-safe
...
I added mg_globals.thread_scope (an instance of threading.local)
and made `translations' an attribute of it.
2012-07-18 19:25:53 +02:00
Will Kahn-Greene
05d8f314c6
[Issue 466] Implement e-z plugin disabling
2012-07-17 21:14:45 -04:00