Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly quote --without-python3 in docs (#5596). | Ben Sturmfels | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Fix missing logo in docs. | Ben Sturmfels | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu. | Ben Sturmfels | 2020-04-28 | 3 | -6/+11 |
| | | | | The * feels like it might confuse no-programmers. | ||||
* | Add some initial release notes for 0.10.0 (incomplete). | Ben Sturmfels | 2020-04-24 | 1 | -0/+34 |
| | |||||
* | Switch to Python 3 by default. | Ben Sturmfels | 2020-04-24 | 2 | -17/+17 |
| | | | | Addresses #5592. | ||||
* | Adding 'Waitress' where 'FastCGI' was previously referenced | Michael Lynch | 2020-04-15 | 2 | -3/+3 |
| | |||||
* | Removing flup and fastcgi from documentation | Michael Lynch | 2020-04-14 | 3 | -54/+13 |
| | | | | | | flup is not supported on Python3, so MediaGoblin doesn't have a supported way to enable FastCGI support. This change removes all references to flup and FastCGI and updates deployment instructions to use simple HTTP forwarding with nginx to access mediagoblin's non-static resources. | ||||
* | Document SSL/TLS SMTP options. | Ben Sturmfels | 2020-04-07 | 1 | -4/+6 |
| | |||||
* | Use audio icon when spectrogram fails. Add note to doc:media-types. | Jorge | 2020-04-02 | 1 | -3/+6 |
| | | | | | | | | | | In addition to side-stepping spectrograms completely in Python 3 in 1038aea8, this commit adds some fallbacks that will help with potential issues in Python 2. Fixes Issue #5457 Signed-off-by: Ben Sturmfels <ben@sturm.com.au> Author: Jorge <mediagoblin@gybs.waa> | ||||
* | Work around lack of scikits.audiolab support on Python 3. | Ben Sturmfels | 2019-09-12 | 1 | -1/+4 |
| | |||||
* | Fix bulkupload documentation example. | Ben Sturmfels | 2019-09-12 | 1 | -1/+1 |
| | | | | | The `bulkupload` command expects "dc:title", rather than "dcterms:title". Similar for description. | ||||
* | Use https:// instead of git:// to clone [#5551] | Andrew Browning | 2018-04-02 | 2 | -5/+5 |
| | | | | This was partially addressed in eee3e41 but missed many items. | ||||
* | remove mentions of mediagoblin_local.ini | Boris Bobrov | 2017-11-13 | 5 | -40/+12 |
| | |||||
* | clarify installation instructions about mediagoblin.ini | Boris Bobrov | 2017-11-13 | 1 | -2/+5 |
| | |||||
* | Handle collection in batchaddmedia command | Simen Heggestøyl | 2017-10-16 | 1 | -0/+1 |
| | | | | | | | Make the batchaddmedia command look for a 'collection-slug' column, that for each row may specify the slug of a collection that the media should be added to. This matches the '--collection-slug' argument of the addmedia command. | ||||
* | Update batchaddmedia csv description docs [5458] | Andrew Browning | 2017-10-08 | 1 | -1/+1 |
| | | | | | | Commit c0ea2bad changed the expected location column header of csv files used by the batchaddmedia command from 'media:location' to 'location'. This change updates the docs to match. | ||||
* | Fix #5517 - Change docs to clone repo using https | Andrew Browning | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Properly escape asterisk in *buntu | Andrew Browning | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Switch to rabbitmq by default and in docs | Boris Bobrov | 2017-06-09 | 1 | -2/+7 |
| | |||||
* | Merge remote-tracking branch 'spechards-mediagoblin/master' | Boris Bobrov | 2017-01-29 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915 | ||||
| * | Add collection option to 'addmedia' cli uploading | Stéphane Péchard | 2014-07-13 | 1 | -0/+1 |
| | | |||||
* | | Fix minor grammar issues in contributing docs; add new contributor. | Ben Sturmfels | 2016-11-13 | 1 | -3/+2 |
| | | |||||
* | | Add links in site-admin documentation foreword | Alexandre Franke | 2016-11-13 | 1 | -3/+5 |
| | | | | | | | | Fixes #5490 | ||||
* | | Spell-check the entire documentation. | Ben Sturmfels | 2016-09-18 | 20 | -159/+155 |
| | | |||||
* | | Fix #822 - doc typo s/Plugin/PluginManager/ | Loic Dachary | 2016-07-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Loic Dachary <loic@dachary.org> | ||||
* | | A bit of a documentation update around celery systemd init files | Christopher Allan Webber | 2016-07-13 | 1 | -0/+3 |
| | | |||||
* | | doc: 0.9.0 release notes | Christopher Allan Webber | 2016-03-29 | 1 | -0/+41 |
| | | | | | | | | * doc/source/siteadmin/relnotes.rst: Add release notes for 0.9.0. | ||||
* | | doc: Update developer migration docs for Alembic as primary migration system | Christopher Allan Webber | 2016-03-26 | 1 | -22/+22 |
| | | | | | | | | | | | | * docs/source/devel/migrations.rst: Update to reflect sqlalchemy-migrate as being deprecated and Alembic as being the new way of doing migrations. | ||||
* | | doc: Update plugins documentation in light of alembic branching usage | Christopher Allan Webber | 2016-03-26 | 1 | -3/+24 |
| | | | | | | | | | | | | | | * docs/source/siteadmin/plugins.rst: Added a reminder to run "./bin/gmg dbupdate" after installing a plugin. Added a new "Deactivating plugins" section. Renamed "Removing plugins" to "Removing plugin packages". | ||||
* | | doc: Note that plugin authors must NEVER modify tables they don't control | Christopher Allan Webber | 2016-03-26 | 1 | -0/+5 |
| | | | | | | | | * docs/source/pluginwriter/database.rst: New paragraph. | ||||
* | | Update database docs for plugin authors for new alembic branching world | Christopher Allan Webber | 2016-03-26 | 1 | -27/+58 |
| | | | | | | | | | | | | | | | | | | | | | | Things have gotten both easier and more complex in the branching world view. Plugins branch off of main with their own migrations. Generating these has become a bit easier, but the steps for doing this are a bit wordy to explain. * docs/source/pluginwriter/database.rst: Update both the "Creating new Tables" and "Changing the Database Schema Later" sections accordingly. | ||||
* | | Basic explaination of how to deploy with Python 3. | Christopher Allan Webber | 2016-02-20 | 1 | -1/+9 |
| | | | | | | | | Could be better, but "works" for now. | ||||
* | | Move Ubuntu -> *buntu because of absurd trademark issues | Christopher Allan Webber | 2016-02-19 | 3 | -5/+5 |
| | | | | | | | | | | For more context, see: http://joeyh.name/blog/entry/trademark_nonsense/ | ||||
* | | Fix #947 - media_type configuration files location | Loic Dachary | 2016-01-22 | 1 | -0/+8 |
| | | | | | | | | | | | | Document the location of the config_spec.ini files for media_types. Signed-off-by: Loic Dachary <loic@dachary.org> | ||||
* | | Fix #5359 - unpriviledged -> unprivileged | Loic Dachary | 2016-01-19 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'stable' | Boris Bobrov | 2015-12-21 | 1 | -0/+53 |
|\ \ | |||||
| * | | Fixing typo (thanks breton) | Christopher Allan Webber | 2015-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | 0.8.1 release notes | Christopher Allan Webber | 2015-12-20 | 1 | -0/+53 |
| | | | |||||
* | | | Kludgey documentation fix so that python 2 does not break with flup | Christopher Allan Webber | 2015-12-14 | 1 | -0/+5 |
|/ / | | | | | | | See also Issue #5373 | ||||
* | | Note that users have to install node.js :\ | Christopher Allan Webber | 2015-06-03 | 1 | -3/+8 |
| | | |||||
* | | Better phrasing: "Should I Keep Open Registration Enabled?" | Christopher Allan Webber | 2015-05-30 | 1 | -2/+2 |
| | | |||||
* | | "Should I enable registration?" section | Christopher Allan Webber | 2015-05-30 | 1 | -0/+23 |
| | | |||||
* | | docs: Added handling of user_dev permissions | Jim Campbell | 2015-05-26 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | The user_dev directory gets created when users get established and they start uploading media. However, the permissions aren't correct on the directory as it gets created. As a workaround, we create the directory at this stage, and then set the proper permissions. See this mailing list post for more information: http://lists.mediagoblin.org/pipermail/devel/2015-May/001201.html | ||||
* | | Clarifying the "note these steps" | Christopher Allan Webber | 2015-05-22 | 1 | -1/+2 |
| | | |||||
* | | No need to run git submodule init/update, run by bootstrap.sh | Christopher Allan Webber | 2015-05-22 | 1 | -1/+1 |
| | | |||||
* | | Switch git remote url | Christopher Allan Webber | 2015-05-22 | 1 | -0/+2 |
| | | |||||
* | | Wrong version number. Stupid copy-pasta! | Christopher Allan Webber | 2015-05-22 | 1 | -1/+1 |
| | | |||||
* | | 0.8.0 release notes | Christopher Allan Webber | 2015-05-22 | 1 | -0/+52 |
| | | | | | | | | | | Theoretically correct... I need to verify that the steps work as expected | ||||
* | | docs: Set paster service to start before celery | Jim Campbell | 2015-05-19 | 1 | -1/+2 |
| | | | | | | | | | | | | For some reason, celery wouldn't start if I started it first. Setting paster to start first. Celery starts just fine on initial run after paster is running. | ||||
* | | docs: Updated permissions. Tweaked install details | Jim Campbell | 2015-05-19 | 1 | -9/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added nginx to installation packages. We say that our install uses nginx, so users should skip nginx if they want to use apache. Also, our group permissions depend on a web server being installed. Changed install directory for mediagoblin acct to /var/lib/mediagoblin It works better if we need to back up data. Assigned mediagoblin user to the same group as the web server. This is needed so that the server can access uploaded media. Created mediagoblin group for non-web-server things such as logs. |