Emily O'Leary
|
6db23bd9b6
Updated comments for run_all_migrations and config_spec.ini.
|
11 years ago |
Emily O'Leary
|
4a698535bc
Improved test runtime from 352 seconds to 59 seconds by implementing an in-memory sqlite DB and including an option to run migrations on this newly created database by adding a config option called run_migrations to the config_spec and passing it along in app.py to the setup_database function.
|
11 years ago |
Joar Wandborg
|
2d7b6bdef9
New notifications
|
11 years ago |
Christopher Allan Webber
|
d28c5066e8
The pdf.js iframe view is awesome so I'm making it the default. So there! ;)
|
11 years ago |
Christopher Allan Webber
|
5ccb16ca20
Work towards getting plugin static linking/serving to work
|
11 years ago |
Christopher Allan Webber
|
058226d0d2
Merge remote-tracking branch 'refs/remotes/tryggvib/532-exif-creation-date'
|
11 years ago |
Christopher Allan Webber
|
94fadafe09
Merge remote-tracking branch 'refs/remotes/dthompson/453_disable_comments'
|
11 years ago |
Christopher Allan Webber
|
449863863a
Merge remote-tracking branch 'remotes/npigeon/ticket-601'
|
11 years ago |
Christopher Allan Webber
|
8aa18b6682
bumping image quality to 90, after conversation with Elrond
|
11 years ago |
Christopher Allan Webber
|
7bb26613a3
Bumping the default image quality up to 85.
|
11 years ago |
dunkyp
|
35f6d6a750
image quality can be set in config file
|
11 years ago |
nattily pigeonfowl
|
86bd1f3caf
Changed the max character length for tags on media to 255. Only had to change one line in mediagoblin/config_spec.ini
|
11 years ago |
Alon Levy
|
a80ebf3b64
add pdf media type
|
11 years ago |
David Thompson
|
20f8f50ccb
Add allow_comments configuration setting.
|
11 years ago |
Elrond
|
82a40cc4e1
Remove the last traces of beaker.
|
11 years ago |
Elrond
|
5907154a59
Basic itsdangerous infrastructure.
|
11 years ago |
Christopher Allan Webber
|
ed6344009a
Merge branch 'master' into joar-skip_transcoding
|
11 years ago |
Christopher Allan Webber
|
a587492729
Merge remote-tracking branch 'refs/remotes/pythonsnake/629_autoplay'
|
11 years ago |
pythonsnake
|
6f6471aa5e
Fix bug 629
|
11 years ago |
Aleksej
|
cd3058373c
correct typo in a comment in config_spec.ini
|
11 years ago |
Christopher Allan Webber
|
e9c3384b84
Removing unused geolocation_map_visible variable and turning geolocation on in default config
|
11 years ago |
Joar Wandborg
|
124081040b
Changed sampling filter default to AA
|
11 years ago |
Joar Wandborg
|
7cd7db5af4
Made the image sampling filter configurable
|
11 years ago |
Joar Wandborg
|
5c754fdaee
Added option to skip transcoding
|
11 years ago |
Elrond
|
c96c67ce9e
Kill db_host, db_name, and db_port from config_spec.ini.
|
12 years ago |
Tryggvi Björgvinsson
|
24d310e46f
A template fix to show the EXIF DateTimeOriginal (as creation date). Added as a configurable option 'original_date_visible' (default false). Since the EXIF tag is a string with the date formatted as 'YYYY:MM:DD HH:MM:SS' the fix slices the string to give only the date and then replaces : by - to conform with the 'Added on' date.
|
12 years ago |
Christopher Allan Webber
|
aed7474e88
Make the theme_linked_assets_dir config option point to the right place by default
|
12 years ago |
Christopher Allan Webber
|
71eb457748
Serve and setup the mediagoblin "linked theme" assets directory
|
12 years ago |
Christopher Allan Webber
|
9a422c1fd0
Add the theme domain to the application's staticdirector
|
12 years ago |
Christopher Allan Webber
|
3b47da8eab
Themes are now registered and can have their templates loaded properly
|
12 years ago |