Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually link to the release notes when we say "see the release notes". | Christopher Allan Webber | 2013-05-29 | 1 | -0/+2 |
| | | | | This commit sponsored by Brian Kemp. Thank you! | ||||
* | Documentation changes to reflect new plugin assetlink stuff | Christopher Allan Webber | 2013-05-23 | 1 | -0/+17 |
| | | | | | | | | | | | - 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 underscores | Christopher Allan Webber | 2013-05-22 | 1 | -0/+16 |
| | | | | | | Moved all references and also added a note to our release notes. This commit sponsored by Juan Rodriguez. Thank you! | ||||
* | Merge remote-tracking branch 'refs/remotes/merge-requests/47' | Christopher Allan Webber | 2013-05-10 | 1 | -1/+13 |
|\ | |||||
| * | actual upgrade instructions | Mike Linksvayer | 2012-12-20 | 1 | -1/+13 |
| | | |||||
* | | Improve release notes formatting. | Elrond | 2013-03-19 | 1 | -3/+5 |
| | | | | | | | | | | The geolocation ini sample needed more indenting and got a nice "code-block:: ini". | ||||
* | | "will now" -> "will not" tyop caught by AVRS... fixed, thanks! | Christopher Allan Webber | 2013-03-12 | 1 | -4/+4 |
| | | |||||
* | | You can also DELETE accounts now | Christopher Allan Webber | 2013-03-11 | 1 | -0/+3 |
| | | |||||
* | | Minor release note changes, as suggested by Elrond. | Christopher Allan Webber | 2013-03-11 | 1 | -10/+11 |
| | | | | | | | | This commit sponsored by Martin Ansdell-Smith. Thanks! | ||||
* | | 0.3.3 release notes | Christopher Allan Webber | 2013-03-11 | 1 | -2/+57 |
| | | |||||
* | | Move db.sql.models* to db.models* | Sebastian Spaeth | 2013-01-07 | 1 | -0/+3 |
| | | |||||
* | | Don't require webob as dependency | Sebastian Spaeth | 2012-12-21 | 1 | -0/+9 |
|/ | | | | It is pushing up the daisies. Also relnote the change. | ||||
* | Fixing tyop'ed "dbupdate" | Christopher Allan Webber | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | 0.3.2 release notes | Christopher Allan Webber | 2012-12-20 | 1 | -1/+58 |
| | |||||
* | Release note 0.3.2 blurb | Sebastian Spaeth | 2012-12-15 | 1 | -6/+18 |
| | | | | On MongoDB... | ||||
* | docs: Add trim_whitespaces plugin to relnotes and documentation | Sebastian Spaeth | 2012-12-01 | 1 | -0/+6 |
| | | | | | | | | Rather than mentioning a hypothetical module restrictfive, we use the existing plugin mediagoblin-licenses that people can install. Also, mention that plugin in the release notes. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Fix relnotes for 0.3.1. | Will Kahn-Greene | 2012-08-22 | 1 | -11/+25 |
| | |||||
* | Release notes for 0.3.1 | Christopher Allan Webber | 2012-08-21 | 1 | -1/+11 |
| | |||||
* | Docs tweaks | Will Kahn-Greene | 2012-08-20 | 1 | -0/+6 |
| | | | | This fixes some minor issues in the documentation. | ||||
* | Split docs into siteadmin and pluginwriter guides | Will Kahn-Greene | 2012-05-23 | 1 | -0/+52 |
* create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start. |