aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add chapter on upgrading, inc. system Python upgrades [#972].Ben Sturmfels2020-05-113-61/+9
|
* docs: Tweak deployment docs headings, link to configuration docs.Ben Sturmfels2020-05-112-50/+41
|
* Now in 0.11.0 development cycle.Ben Sturmfels2020-05-061-0/+12
|
* docs: Update relnotes to remove "node_modules".Ben Sturmfels2020-05-051-8/+14
|
* docs: Link up subtitles and video qualities in release notes.Ben Sturmfels2020-05-041-2/+2
|
* Remove reference to Gitorious.Ben Sturmfels2020-05-041-8/+0
|
* docs: Tweak the release notes and deployment docs following testing.Ben Sturmfels2020-05-043-53/+59
|
* Add release notes for v0.10.0.Ben Sturmfels2020-05-011-24/+135
|
* docs: Note possible permission issues during install.Ben Sturmfels2020-04-301-0/+11
|
* subtitles: Add documentation, limit uploads to *.vtt files, only show for ↵Ben Sturmfels2020-04-301-5/+6
| | | | video [#5589].
* Test and update the media-types docs with Debian 10 and CentOS.Ben Sturmfels2020-04-292-85/+85
| | | | Unfortunately wasn't able to get video going in CentOS.
* Fix headings in production.rst.Ben Sturmfels2020-04-291-2/+2
|
* Fix some docs build warnings.Ben Sturmfels2020-04-296-18/+23
|
* Add CentOS rabbitmq instructions.Ben Sturmfels2020-04-291-2/+6
|
* Review and update the deploment docs for Debian 10 and CentOS 8 [#5593].Ben Sturmfels2020-04-292-311/+297
| | | | | | Mostly a thorough test and cleanup. The significant change is moving the systemd config into the deployment docs an the registration/security considerations to production considerations docs.
* Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.Ben Sturmfels2020-04-281-0/+3
| | | | | This change gives a clean test run in the Debian-based Python 2 and Python 3 docker images.
* Remove spectrograms from Python 2 also [#5594].Ben Sturmfels2020-04-281-16/+5
| | | | | | For 0.10.0 we're removing specrograms entirely for reliability. This change only disables spectrograms and updates install docs and Dockerfiles. We still need to strip out all the spectrogram code and extlib/freesound/.
* Properly quote --without-python3 in docs (#5596).Ben Sturmfels2020-04-281-1/+1
|
* Fix missing logo in docs.Ben Sturmfels2020-04-281-1/+1
|
* Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu.Ben Sturmfels2020-04-283-6/+11
| | | | The * feels like it might confuse no-programmers.
* Add some initial release notes for 0.10.0 (incomplete).Ben Sturmfels2020-04-241-0/+34
|
* Switch to Python 3 by default.Ben Sturmfels2020-04-242-17/+17
| | | | Addresses #5592.
* Adding 'Waitress' where 'FastCGI' was previously referencedMichael Lynch2020-04-152-3/+3
|
* Removing flup and fastcgi from documentationMichael Lynch2020-04-143-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 Sturmfels2020-04-071-4/+6
|
* Use audio icon when spectrogram fails. Add note to doc:media-types.Jorge2020-04-021-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 Sturmfels2019-09-121-1/+4
|
* Fix bulkupload documentation example.Ben Sturmfels2019-09-121-1/+1
| | | | | The `bulkupload` command expects "dc:title", rather than "dcterms:title". Similar for description.
* Use https:// instead of git:// to clone [#5551]Andrew Browning2018-04-022-5/+5
| | | | This was partially addressed in eee3e41 but missed many items.
* remove mentions of mediagoblin_local.iniBoris Bobrov2017-11-135-40/+12
|
* clarify installation instructions about mediagoblin.iniBoris Bobrov2017-11-131-2/+5
|
* Handle collection in batchaddmedia commandSimen Heggestøyl2017-10-161-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 Browning2017-10-081-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 httpsAndrew Browning2017-09-201-1/+1
|
* Properly escape asterisk in *buntuAndrew Browning2017-08-151-1/+1
|
* Switch to rabbitmq by default and in docsBoris Bobrov2017-06-091-2/+7
|
* Merge remote-tracking branch 'spechards-mediagoblin/master'Boris Bobrov2017-01-291-0/+1
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915
| * Add collection option to 'addmedia' cli uploadingStéphane Péchard2014-07-131-0/+1
| |
* | Fix minor grammar issues in contributing docs; add new contributor.Ben Sturmfels2016-11-131-3/+2
| |
* | Add links in site-admin documentation forewordAlexandre Franke2016-11-131-3/+5
| | | | | | | | Fixes #5490
* | Spell-check the entire documentation.Ben Sturmfels2016-09-1820-159/+155
| |
* | Fix #822 - doc typo s/Plugin/PluginManager/Loic Dachary2016-07-251-1/+1
| | | | | | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* | A bit of a documentation update around celery systemd init filesChristopher Allan Webber2016-07-131-0/+3
| |
* | doc: 0.9.0 release notesChristopher Allan Webber2016-03-291-0/+41
| | | | | | | | * doc/source/siteadmin/relnotes.rst: Add release notes for 0.9.0.
* | doc: Update developer migration docs for Alembic as primary migration systemChristopher Allan Webber2016-03-261-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 usageChristopher Allan Webber2016-03-261-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 controlChristopher Allan Webber2016-03-261-0/+5
| | | | | | | | * docs/source/pluginwriter/database.rst: New paragraph.
* | Update database docs for plugin authors for new alembic branching worldChristopher Allan Webber2016-03-261-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 Webber2016-02-201-1/+9
| | | | | | | | Could be better, but "works" for now.
* | Move Ubuntu -> *buntu because of absurd trademark issuesChristopher Allan Webber2016-02-193-5/+5
| | | | | | | | | | For more context, see: http://joeyh.name/blog/entry/trademark_nonsense/