aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/config_spec.ini
Commit message (Collapse)AuthorAgeFilesLines
* Provide a source link so we can comply with the AGPLChristopher Allan Webber2012-03-141-0/+3
|
* Changed celery config keys to upper case and removed upper casing of keys ↵Luke Slater2012-02-281-40/+40
| | | | when initialising the config as per issue #214
* "database" is not the sqlalchemy kombu transport... should be "sqlalchemy"Christopher Allan Webber2012-02-261-1/+1
|
* Move mediagoblin dbs out of user_dev for race condition directory-creation ↵Christopher Allan Webber2012-02-261-2/+2
| | | | reasons.
* Give kombu its own db. Responding to Elrond "sqlite will lock all the time!" :)Christopher Allan Webber2012-02-261-1/+1
|
* Apparently an absolute path is three slashes after sqlite:. Thx elrond.Christopher Allan Webber2012-02-261-2/+2
| | | | sqlite:///////////////////////////////////whaaaaaa.db
* Should be all that's needed to switch celery/kombu settings to sqlalchemyChristopher Allan Webber2012-02-251-0/+8
|
* Start having useful defaults for SQLElrond2012-02-181-0/+1
| | | | | | | | | | Mostly this means: Havintg a config_spec.ini that has a local (relative to mediagoblin.ini) sqlite db with the name "mediagoblin.db". Also: - Add to .gitignore - Add a notice to mediagoblin.ini about the db
* Added exif_visisble and geolocation_map_visible to config_specJoar Wandborg2012-01-251-0/+3
|
* As per spec, we permit to have more then 1 hubMichele Azzolari2012-01-121-1/+1
|
* As suggested by Elrond, we use only one settingMichele Azzolari2012-01-121-1/+0
|
* Default is now PuSH disabledMichele Azzolari2012-01-111-2/+2
|
* Added PuSH capabilityMichele Azzolari2012-01-111-0/+3
|
* Allow administrators to disable keeping the original. That's the new default!Christopher Allan Webber2011-12-121-0/+5
|
* Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit'Elrond2011-12-031-1/+0
|\ | | | | | | | | | | * remotes/manolinux/671_spaces_in_tag_list_edit: * Feature #678: Drop custom delimiters in tags * Eliminate the definition of the tag delimiter for tests. * Remove a test that was related to custom tags delimiter. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read * Modify a test to include this space. * Bug #671: Tags list on Edit page is not seperated by spaces and hard to read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
| * * Bug #671: Tags list on Edit page is not seperated by spaces and hard to ↵Manuel Urbano Santos2011-11-271-1/+0
| | | | | | | | | | | | read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
* | Remove old enable_video config optionChristopher Allan Webber2011-11-251-2/+0
| |
* | Load multiple media types based on the media_types section of the config fileChristopher Allan Webber2011-11-251-2/+3
| |
* | Video support is disabled by default, set enable_video to true to enableJoar Wandborg2011-11-221-0/+3
|/
* Merge remote branch 'remotes/inconexo/613_custom_title'Christopher Allan Webber2011-11-191-0/+3
|\
| * Allow instance owners to customize html titles of page:Pablo J. Urbano Santos2011-11-191-0/+3
| | | | | | | | | | Added html_title config option. Made base.html template use html_title option as page title.
* | Allow user to set whether comments are ascending or descendingChristopher Allan Webber2011-11-191-0/+3
|/
* Some mostly cosmetic changes to CSRFElrond2011-10-141-1/+1
| | | | | | | | | | | | | | | | | * remove max_age - A session cookie is better, because it's a session thing, really. * Call the cookie mediagoblin_csrftoken, much clearer. * Use the SCRIPT_NAME for the path of the cookie, so that the cookie is sent back to the right place only. Alternatively the path= parameter could be removed, so that it defaults to '/'. * call the randomness function only once, instead of twice. 64 bits should be enough. If really more bits are needed, increase the number. * Just give the number as cookie. No point in md5 and hexdigest in my view (those functions just make another representation). * getrandbits gets a bit count directly, simpler API
* #361: Removing additional secret key, per CW's request.Nathan Yergler2011-10-011-1/+0
|
* Merge remote-tracking branch 'refs/remotes/upstream/master' into ↵Nathan Yergler2011-10-011-0/+8
|\ | | | | | | | | | | | | 569-application-middleware Conflicts: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html
| * Feature #587 - Split storage.py into submodulesJoar Wandborg2011-09-121-0/+2
| | | | | | | | | | | | | | | | | | * Removed storage.py * Created submodules for filestorage, cloudfiles, mountstorage * Changed test_storage to reflect the changes made in the storage module structure * Added mediagoblin.storage.filestorage.BasicFileStorage as a default for both publicstore and queuestore's `storage_class`
| * Merge branch 'i507_beaker_cache'Christopher Allan Webber2011-09-051-0/+6
| |\
| | * Basic beaker caching functionality added to the application.Christopher Allan Webber2011-08-231-0/+6
| | |
* | | Issue 361 Initial implementation of CSRF protection middlewareNathan Yergler2011-09-041-0/+3
|/ /
* | Merge remote branch 'remotes/jwandborg/configure_smtp'Christopher Allan Webber2011-08-271-0/+4
|\ \ | |/ |/|
| * Feature #489 - SMTP configuration options - Acts on feedback from cwebber.Joar Wandborg2011-08-251-1/+1
| | | | | | | | http://bugs.foocorp.net/issues/489#note-2
| * Added SMTP configuration optionsJoar Wandborg2011-08-071-0/+4
| |
* | Merge branch 'master' into jwandborg-f482_media_attachmentsChristopher Allan Webber2011-08-221-5/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/forms.py mediagoblin/edit/views.py mediagoblin/submit/views.py mediagoblin/templates/mediagoblin/user_pages/media.html
| * | Storage Config: Use own sectionElrond2011-08-091-5/+7
| |/ | | | | | | | | | | | | | | | | | | Instead of configuring storage X by parameters in the main section "X_class = backend" and "X_param = value", use a new section in the config: "[storage:X]" and use "class = backend" and "param = value" there. This is the beginning, it includes a try at being backward compatible. But that try isn't really fully useful anyway.
* / Feature #482 - Media attachmentsJoar Wandborg2011-08-051-0/+5
|/
* Removing option to make tags lowercaseChristopher Allan Webber2011-07-301-1/+0
| | | | ...that's basically handled by the slugification
* Merge branch 'remotes/gullydwarf-cfdv/f360_tagging' (early part) into mergetagsChristopher Allan Webber2011-07-301-0/+5
|\ | | | | | | | | | | | | Conflicts: mediagoblin/config_spec.ini mediagoblin/edit/views.py mediagoblin/util.py
| * use config_spec.ini to store tag parsing directivesCaleb Forbes Davis V2011-07-251-0/+5
| |
* | Move db_name default into config_spec.iniElrond2011-07-111-1/+1
| | | | | | | | | | | | | | The default name of the database ("mediagoblin") was coded in db/open.py and init/celery/__init__.py. Instead use the new config system to have this as the default for the "db_name" config option.
* | Added configuration variable to toggle registrations, if disabled the ↵Rasmus Larsson2011-07-091-1/+4
|/ | | | registration page redirects to index and no link to register is shown
* Preparing celery unit tests for new setup.Christopher Allan Webber2011-06-181-0/+5
| | | | | Instead of the previous passing in of dictionaries, we're actually checking some example config files.
* Move entire app structure over to using the new config system.Christopher Allan Webber2011-06-181-2/+4
| | | | | | | | | | | | | | | | | | | This is a huge change! This means several things. - From the python point of view, launching the application is a heck of a lot cleaner. You just need to pass in the config file path to MediaGoblinApp's __init__() and whether or not this funtion should setup celery and you're good. - There are now two separate config files, separating the server setup from the application setup. - server.ini: the paste deploy config file, which configures the applications and server setup but *NOT* the mediagoblin application itself. - mediagoblin.ini: where you configure mediagoblin (and possibly celery) - Launching the application is now different. Instead of: ./bin/paster serve mediagoblin.ini --reload We launch like: ./bin/paster serve server.ini --reload
* Let's specifically import string_list()s in the config_spec.Christopher Allan Webber2011-06-181-2/+2
|
* Basic config "requirements" file.Christopher Allan Webber2011-06-151-0/+69
Not used yet, but this will be used by ConfigObj to transform values, set defaults, etc.