aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.ini
Commit message (Collapse)AuthorAgeFilesLines
* Finalize merging of the blog branch by Aditi (Gsoc 2013)Sebastian Spaeth2013-12-121-1/+2
| | | | | Comment out the blog plugin by default. Remove the blog README.md in the root directory.
* Merge branch 'master' into upstream-masterSebastian Spaeth2013-12-121-0/+1
|\ | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/templates/mediagoblin/user_pages/user.html
| * Add blog media_type plugin to plugin section.Aditi2013-07-191-0/+1
| |
* | Turning off the Terms of Service feature by defaultChristopher Allan Webber2013-12-031-2/+2
| | | | | | | | This commit sponsored by Jessica Coates. Thank you!
* | Provide an easy option to turn off the terms of serviceChristopher Allan Webber2013-11-301-0/+3
| |
* | At this point, I am very close to done with this code! I made one big change attilly-Q2013-09-231-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | paroneayea's request, which was to make to possible to turn off user's ability to file reports through a mediagoblin.ini setting. Aside from this, I had to make it possible for the Moderation User Panel to display more than 10 users. And aside from that, I just had to fix some errors which cropped up with my most recent additions. I also fixed some tests that were broken because I had changed the checks for whether or not a user is active. Nearing the end! =============================================================================== Made it possible to turn off reports through a mediagoblin.ini setting =============================================================================== --\ mediagoblin.ini --\ mediagoblin/config_spec.ini --\ mediagoblin/decorators.py --\ mediagoblin/moderation/views.py --\ mediagoblin/templates/mediagoblin/user_pages/media.html --\ mediagoblin/user_pages/views.py =============================================================================== Made User Panel capable of showing more than 1 page of users =============================================================================== --\ mediagoblin/moderation/forms.py --\ mediagoblin/moderation/views.py --\ mediagoblin/templates/mediagoblin/moderation/user_panel.html =============================================================================== Fixed Broken Tests =============================================================================== --\ mediagoblin/tests/test_notifications.py --\ mediagoblin/tests/test_openid.py --\ mediagoblin/tests/test_persona.py --\ mediagoblin/tests/test_reporting.py =============================================================================== Fixed errors in code =============================================================================== --\ mediagoblin/db/migrations.py --| Set nullable to True for MediaReports' and CommentReports' content foreign |keys --\ mediagoblin/db/models.py --| Got rid of cascading rules for MediaReports' and CommentReports' content |foreign keys. This makes it possible for the Reports to continue to exist |after the content is deleted. --\ mediagoblin/moderation/tools.py --| Fixed formatting of Report Resolution Methods --| Took out pieces of code used in debugging --\ mediagoblin/templates/mediagoblin/base.html --\ mediagoblin/templates/mediagoblin/moderation/report.html --| Made reports details page able to tell what is a deleted archived report. --\ mediagoblin/templates/mediagoblin/moderation/report_panel.html --\ mediagoblin/templates/mediagoblin/utils/report.html
* Merge branch 'rodney757-media_plugins'Christopher Allan Webber2013-07-121-5/+1
|\ | | | | | | | | | | Conflicts: mediagoblin.ini mediagoblin/tests/test_mgoblin_app.ini
| * fixed some typos and enabled media_type plugins in testsRodney Ewing2013-07-021-0/+1
| |
| * modified gmg to use plugin media_types and converted image media_type to new ↵Rodney Ewing2013-07-021-5/+0
| | | | | | | | plugin style
* | Patch by pythonsnake. Make mediagoblin.ini comments more helpful.Rodney Ewing2013-07-121-4/+5
|/
* Merge remote-tracking branch 'upstream/master' into authRodney Ewing2013-06-251-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/dbupdateChristopher Allan Webber2013-06-061-1/+1
| | | | | | | | Thanks to Tsyesica for catching this :)
* | moved authentication_disabled to config_specRodney Ewing2013-06-151-4/+0
| |
* | changed no_auth to authentication_disabled in configRodney Ewing2013-06-111-1/+1
| |
* | made basic_auth a default pluginRodney Ewing2013-05-241-0/+1
| |
* | add a check for authentication plugin on startup and respond according to ↵Rodney Ewing2013-05-241-0/+4
| | | | | | | | no_auth config option. allows instance to be run w/o authentication
* | reset mediagoblin.iniRodney Ewing2013-05-241-1/+0
| |
* | basic_auth v0 plugin workingRodney Ewing2013-05-241-0/+1
|/
* Making the uncomment-able db string match the one that we use in the install ↵Christopher Allan Webber2013-05-121-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 Webber2013-05-101-0/+2
|\
| * Merge branch 'master' of git://gitorious.org/mediagoblin/mediagoblinMike Linksvayer2012-12-201-0/+3
| |\ | | | | | | | | | | | | Conflicts: docs/source/siteadmin/media-types.rst
| * | mention dependencies, dbupdate, refer to docsMike Linksvayer2012-10-121-0/+2
| | | | | | | | | | | | http://issues.mediagoblin.org/ticket/470
* | | Changing the order so that config_spec.ini is mentioned after ↵Christopher Allan Webber2013-02-241-4/+4
| | | | | | | | | | | | | | | | | | mediagoblin_local.ini This commit sponsored by Matteo Settenvini. Thanks!
* | | Mention mediagoblin/config_spec.inipythonsnake2013-02-131-0/+4
| | |
* | | Removing unused geolocation_map_visible variable and turning geolocation on ↵Christopher Allan Webber2013-01-301-3/+1
| |/ |/| | | | | in default config
* | geolocation now on by defaultChristopher Allan Webber2012-11-261-1/+1
| |
* | Add geolocation_visible setting to mediagoblin.iniSebastian Spaeth2012-11-161-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 descriptionChristopher Allan Webber2012-08-211-4/+3
|
* Reminding people they need to run gmg assetlink and that there's a default themeChristopher Allan Webber2012-08-211-3/+5
|
* Give a small amount of info on how to set the theme.Christopher Allan Webber2012-08-211-1/+6
|
* Uncomment plugins section in mediagoblin.iniChristopher Allan Webber2012-08-191-2/+1
|
* 401. Plugin infrastructureWill Kahn-Greene2012-05-131-0/+5
| | | | | | | | * implements installing, loading and setup for plugins * codifies configuration * has a sample plugin * docs * tests
* Start having useful defaults for SQLElrond2012-02-181-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 fileChristopher Allan Webber2011-11-251-0/+3
|
* 640: Configuration files should mention their _local versionsElrond2011-11-121-0/+3
| | | | | Thanks go to Aleksej Serdjukov for bringing this up and providing the patch in the bug!
* Storage Config: Use own sectionElrond2011-08-091-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 Larsson2011-07-091-0/+3
| | | | registration page redirects to index and no link to register is shown
* Erk! Forgot to include the new mediagoblin.ini.Christopher Allan Webber2011-06-181-0/+15
|
* Move entire app structure over to using the new config system.Christopher Allan Webber2011-06-181-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 enabledChristopher Allan Webber2011-05-071-0/+2
|
* Updated default sender addressJoar Wandborg2011-05-081-1/+1
| | | | Signed-off-by: Joar Wandborg <git@wandborg.com>
* Made changes according to http://bugs.foocorp.net/issues/271#note-7Joar Wandborg2011-05-081-0/+1
| | | | Signed-off-by: Joar Wandborg <git@wandborg.com>
* Makes most sense for [server:main] to be at bottomChristopher Allan Webber2011-04-171-5/+5
|
* Add the staticdirector stuff to the mediagoblin wsgi app.Christopher Allan Webber2011-04-171-0/+6
|
* Base MediaGoblin paste deploy config file.Christopher Allan Webber2011-04-171-0/+33
Should do what's necessary, work out of the box, be deployable.