aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin
Commit message (Collapse)AuthorAgeFilesLines
* Set up virtualenv to use py2Christopher Allan Webber2014-08-031-11/+1
| | | | This commit sponsored by Jonas Öberg. Thanks Jonas!
* Make chown more generic.Elrond2014-07-301-2/+2
| | | | | | | | | | Some distributions (ubuntu 14.04 maybe?) don't create a group for a new user. So change the "chown" to use the primary group of the user instead of forcing the group. This should do the right thing in more cases. Old: chown mediagoblin:mediagoblin New: chown mediagoblin:
* Implement Raw Image media type pluginOdin Hørthe Omdal2014-07-161-3/+25
|
* As Elrond points out, git submodule should come first!Christopher Allan Webber2014-07-121-1/+1
| | | | This commit sponsored by Sebastien Hut. Thanks Sebastien!
* git submodule fetch -> git submodule updateChristopher Allan Webber2014-06-021-1/+1
|
* Adjusted batchaddmedia to make use of more internal nodes. Added to the docs.tilly-Q2014-05-131-10/+26
|
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-4/+4
|\ | | | | | | | | Conflicts: mediagoblin/gmg_commands/__init__.py
* | Added documentation for the batchaddmedia gmg tool to the mediagoblin docs.tilly-Q2014-05-121-0/+51
|/
* Move ./bootstrap.sh to experimental-bootstrap.shChristopher Allan Webber2014-04-031-2/+4
|
* Make the MediaGoblin databse user creation more deterministic.Christopher Allan Webber2014-03-291-7/+1
| | | | | | Thanks RuiSeabra for the suggestion! This commit sponsored by Chad Glendenin. Thanks, Chad!
* Explicitly use /bin/bash even if shell is /bin/falseChristopher Allan Webber2014-03-081-2/+2
|
* Changing "su -" to just "su"... considerably simpler.Christopher Allan Webber2014-03-081-2/+2
| | | | I don't think inheriting environment stuff is a serious issue.
* Tyops in deployment docs as pointed out by @latchkeyed@identi.ca.Christopher Allan Webber2014-02-201-2/+2
| | | | Thanks for noticing and correcting!
* mediagoblin -> mediagoblinChristopher Allan Webber2014-02-191-2/+2
| | | | Thanks Luismi for pointing this out!
* Release notes for v0.6.1, also instructions to check out a specific tagChristopher Allan Webber2013-12-031-3/+23
| | | | | | | | The instructions to check out a specific tag comes at the recommendation of Mike Linksvayer. It's only appropriate then that this sponsored commit go to Mike Linksvayer then. Thanks, Mike! :)
* 0.6.0 release notesChristopher Allan Webber2013-11-301-0/+68
|
* Documenting the command-line uploading tooling.Christopher Allan Webber2013-11-141-0/+41
| | | | This commit sponsored by Libby Reinish. Thank you! :)
* v0.5.1 release notesChristopher Allan Webber2013-09-271-0/+11
|
* Actually link to the scriptChristopher Allan Webber2013-09-251-2/+2
|
* Revert "Temporarily switching git:// to http://"Christopher Allan Webber2013-09-051-1/+1
| | | | This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6.
* Temporarily switching git:// to http://Christopher Allan Webber2013-09-051-1/+1
|
* Caution about the API in the release notesChristopher Allan Webber2013-09-041-0/+7
|
* Fix failing to build docsChristopher Allan Webber2013-08-281-0/+1
|
* 0.5.0 release notesRodney Ewing2013-08-271-0/+61
|
* Switch docs back over to using old virtualenv setup while we resolve issue #755Christopher Allan Webber2013-08-261-7/+9
|
* Merge branch 'merge-pyconfigure'Christopher Allan Webber2013-08-071-2/+13
|\ | | | | | | | | Conflicts: docs/source/siteadmin/deploying.rst
| * Set up in-package virtualenv via makeChristopher Allan Webber2013-07-251-2/+13
| |
* | Merge commit 'refs/merge-requests/55' of ↵Rodney Ewing2013-07-311-2/+2
|\ \ | | | | | | | | | | | | | | | | | | git://gitorious.org/mediagoblin/mediagoblin into 55 Conflicts: docs/source/siteadmin/relnotes.rst
| * | Fix sphinx warnsing in docs.Sam Clegg2013-03-171-2/+2
| | | | | | | | | | | | Add -W to sphinx options to avoid warnings in the future.
* | | minor styling updates to docsRodney Ewing2013-07-311-8/+8
| | |
* | | Merge commit 'refs/merge-requests/59' of ↵Rodney Ewing2013-07-311-21/+62
|\ \ \ | |_|/ |/| | | | | git://gitorious.org/mediagoblin/mediagoblin into merge-requests/59
| * | docs: started refactoring of the deployment docs. several updates to make ↵Jim Campbell2013-05-131-21/+62
| | | | | | | | | | | | the configuration steps more explicit.
* | | Move the "cd mediagoblin" to the right line. Thanks usrnix!Christopher Allan Webber2013-07-231-1/+1
| | | | | | | | | | | | This commit sponsored by Kenneth Dombrowski. Thanks!
* | | Fixing docs: git submodule update, not git submodule fetch!Christopher Allan Webber2013-07-142-2/+2
| | | | | | | | | | | | This commit sponsored by Charles Combs. Thank you!
* | | documenting the new media_type plugins and available hooksRodney Ewing2013-07-121-19/+18
| | |
* | | A few small formatting fixes on the release notesChristopher Allan Webber2013-07-101-0/+2
| | |
* | | Merge branch 'release-0.4.1'Christopher Allan Webber2013-07-102-2/+19
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: mediagoblin/_version.py
| * | | Updating docs regarding pulling in and fetching git submodulesChristopher Allan Webber2013-07-102-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | We use this for PDF.js now... we should reference that. This commit sponsored by Bonnie King. Thanks!
| * | | Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice.Christopher Allan Webber2013-07-101-0/+11
| | | | | | | | | | | | | | | | This commit sponsored by William Linna. Thank you!
* | | | Mention setup.py develop --upgrade also in release notes.Christopher Allan Webber2013-07-091-1/+3
|/ / / | | | | | | | | | This commit sponsored by Christoph Schumacher. Thank you!
* | | Documenting most of the the many new features in the release notes.Christopher Allan Webber2013-06-161-0/+23
| | |
* | | media-types.rst: clarify the pdf media type requirementsAlon Levy2013-06-121-2/+13
| | | | | | | | | | | | | | | | | | | | | Explain that it works fine without libreoffice, just with reduced functionality. Signed-off-by: Alon Levy <alevy@redhat.com>
* | | Actually link to the release notes when we say "see the release notes".Christopher Allan Webber2013-05-291-0/+2
| | | | | | | | | | | | This commit sponsored by Brian Kemp. Thank you!
* | | Improved docsJoar Wandborg2013-05-241-25/+39
| | | | | | | | | | | | | | | | | | | | | - Fixed an outdated URL - Rewrote "Separate Celery" section - Changed literal blocks to bash code-blocks - Changed wording when referring to the MediaGoblin WSGI application
* | | Documentation changes to reflect new plugin assetlink stuffChristopher Allan Webber2013-05-233-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - updated old theme assetlink section to reflect new location of ./bin/gmg assetlink and removed comment about the plugin command being temporary. - Added a new section to the standard config file on where to put the plugin_static section - Added release notes about said section This commit sponsored by Thomas Webber. Thanks, Dad!
* | | Move "bits" templates with dashes in them to underscoresChristopher Allan Webber2013-05-221-0/+16
| | | | | | | | | | | | | | | | | | Moved all references and also added a note to our release notes. This commit sponsored by Juan Rodriguez. Thank you!
* | | Just word-wrapping the recent changes to the deployment docs.Christopher Allan Webber2013-05-171-6/+11
| | |
* | | Merge remote-tracking branch 'refs/remotes/merge-requests/58'Christopher Allan Webber2013-05-171-4/+23
|\ \ \ | |/ / |/| |
| * | Added info about editing mediagoblin.iniSam Tuke2013-05-061-4/+23
| | | | | | | | | | | | Added link to Apache deployment instructions
* | | Merge remote-tracking branch 'refs/remotes/merge-requests/47'Christopher Allan Webber2013-05-101-1/+13
|\ \ \ | |/ / |/| |