Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add blog media_type plugin to plugin section. | Aditi | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | Merge branch 'rodney757-media_plugins' | Christopher Allan Webber | 2013-07-12 | 1 | -5/+1 |
|\ | | | | | | | | | | | Conflicts: mediagoblin.ini mediagoblin/tests/test_mgoblin_app.ini | ||||
| * | fixed some typos and enabled media_type plugins in tests | Rodney Ewing | 2013-07-02 | 1 | -0/+1 |
| | | |||||
| * | modified gmg to use plugin media_types and converted image media_type to new ↵ | Rodney Ewing | 2013-07-02 | 1 | -5/+0 |
| | | | | | | | | plugin style | ||||
* | | Patch by pythonsnake. Make mediagoblin.ini comments more helpful. | Rodney Ewing | 2013-07-12 | 1 | -4/+5 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/master' into auth | Rodney Ewing | 2013-06-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/app.py mediagoblin/auth/forms.py mediagoblin/auth/tools.py mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/edit/views.py mediagoblin/plugins/basic_auth/tools.py mediagoblin/tests/test_edit.py | ||||
| * | ./bin/gmg dbupdate, not ./bin/dbupdate | Christopher Allan Webber | 2013-06-06 | 1 | -1/+1 |
| | | | | | | | | Thanks to Tsyesica for catching this :) | ||||
* | | moved authentication_disabled to config_spec | Rodney Ewing | 2013-06-15 | 1 | -4/+0 |
| | | |||||
* | | changed no_auth to authentication_disabled in config | Rodney Ewing | 2013-06-11 | 1 | -1/+1 |
| | | |||||
* | | made basic_auth a default plugin | Rodney Ewing | 2013-05-24 | 1 | -0/+1 |
| | | |||||
* | | add a check for authentication plugin on startup and respond according to ↵ | Rodney Ewing | 2013-05-24 | 1 | -0/+4 |
| | | | | | | | | no_auth config option. allows instance to be run w/o authentication | ||||
* | | reset mediagoblin.ini | Rodney Ewing | 2013-05-24 | 1 | -1/+0 |
| | | |||||
* | | basic_auth v0 plugin working | Rodney Ewing | 2013-05-24 | 1 | -0/+1 |
|/ | |||||
* | Making the uncomment-able db string match the one that we use in the install ↵ | Christopher Allan Webber | 2013-05-12 | 1 | -1/+1 |
| | | | | | | docs This commit sponsored by Denise Merkel. Thanks, Mom! Happy Mother's Day! | ||||
* | Merge remote-tracking branch 'refs/remotes/merge-requests/47' | Christopher Allan Webber | 2013-05-10 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblin | Mike Linksvayer | 2012-12-20 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | Conflicts: docs/source/siteadmin/media-types.rst | ||||
| * | | mention dependencies, dbupdate, refer to docs | Mike Linksvayer | 2012-10-12 | 1 | -0/+2 |
| | | | | | | | | | | | | http://issues.mediagoblin.org/ticket/470 | ||||
* | | | Changing the order so that config_spec.ini is mentioned after ↵ | Christopher Allan Webber | 2013-02-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | mediagoblin_local.ini This commit sponsored by Matteo Settenvini. Thanks! | ||||
* | | | Mention mediagoblin/config_spec.ini | pythonsnake | 2013-02-13 | 1 | -0/+4 |
| | | | |||||
* | | | Removing unused geolocation_map_visible variable and turning geolocation on ↵ | Christopher Allan Webber | 2013-01-30 | 1 | -3/+1 |
| |/ |/| | | | | | in default config | ||||
* | | geolocation now on by default | Christopher Allan Webber | 2012-11-26 | 1 | -1/+1 |
| | | |||||
* | | Add geolocation_visible setting to mediagoblin.ini | Sebastian Spaeth | 2012-11-16 | 1 | -0/+3 |
|/ | | | | | | | | | Place the geolocation_visible setting (defaults to false) in mediagoblin.ini to make it more discoverable (I needed to check the source to find out how to enable it). I'd vote for a default of true, we should come with some batteries included IMHO.. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Using Aleksejrs' improved text for the theming config description | Christopher Allan Webber | 2012-08-21 | 1 | -4/+3 |
| | |||||
* | Reminding people they need to run gmg assetlink and that there's a default theme | Christopher Allan Webber | 2012-08-21 | 1 | -3/+5 |
| | |||||
* | Give a small amount of info on how to set the theme. | Christopher Allan Webber | 2012-08-21 | 1 | -1/+6 |
| | |||||
* | Uncomment plugins section in mediagoblin.ini | Christopher Allan Webber | 2012-08-19 | 1 | -2/+1 |
| | |||||
* | 401. Plugin infrastructure | Will Kahn-Greene | 2012-05-13 | 1 | -0/+5 |
| | | | | | | | | * implements installing, loading and setup for plugins * codifies configuration * has a sample plugin * docs * tests | ||||
* | Start having useful defaults for SQL | Elrond | 2012-02-18 | 1 | -0/+4 |
| | | | | | | | | | | 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 | ||||
* | Load multiple media types based on the media_types section of the config file | Christopher Allan Webber | 2011-11-25 | 1 | -0/+3 |
| | |||||
* | 640: Configuration files should mention their _local versions | Elrond | 2011-11-12 | 1 | -0/+3 |
| | | | | | Thanks go to Aleksej Serdjukov for bringing this up and providing the patch in the bug! | ||||
* | Storage Config: Use own section | Elrond | 2011-08-09 | 1 | -3/+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. | ||||
* | Added configuration variable to toggle registrations, if disabled the ↵ | Rasmus Larsson | 2011-07-09 | 1 | -0/+3 |
| | | | | registration page redirects to index and no link to register is shown | ||||
* | Erk! Forgot to include the new mediagoblin.ini. | Christopher Allan Webber | 2011-06-18 | 1 | -0/+15 |
| | |||||
* | Move entire app structure over to using the new config system. | Christopher Allan Webber | 2011-06-18 | 1 | -42/+0 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Added an email debug mode which, by default, is enabled | Christopher Allan Webber | 2011-05-07 | 1 | -0/+2 |
| | |||||
* | Updated default sender address | Joar Wandborg | 2011-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Made changes according to http://bugs.foocorp.net/issues/271#note-7 | Joar Wandborg | 2011-05-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Joar Wandborg <git@wandborg.com> | ||||
* | Makes most sense for [server:main] to be at bottom | Christopher Allan Webber | 2011-04-17 | 1 | -5/+5 |
| | |||||
* | Add the staticdirector stuff to the mediagoblin wsgi app. | Christopher Allan Webber | 2011-04-17 | 1 | -0/+6 |
| | |||||
* | Base MediaGoblin paste deploy config file. | Christopher Allan Webber | 2011-04-17 | 1 | -0/+33 |
Should do what's necessary, work out of the box, be deployable. |