aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documenting most of the the many new features in the release notes.Christopher Allan Webber2013-06-161-0/+23
|
* 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!
* Documentation changes to reflect new plugin assetlink stuffChristopher Allan Webber2013-05-231-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 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!
* Merge remote-tracking branch 'refs/remotes/merge-requests/47'Christopher Allan Webber2013-05-101-1/+13
|\
| * actual upgrade instructionsMike Linksvayer2012-12-201-1/+13
| |
* | Improve release notes formatting.Elrond2013-03-191-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 Webber2013-03-121-4/+4
| |
* | You can also DELETE accounts nowChristopher Allan Webber2013-03-111-0/+3
| |
* | Minor release note changes, as suggested by Elrond.Christopher Allan Webber2013-03-111-10/+11
| | | | | | | | This commit sponsored by Martin Ansdell-Smith. Thanks!
* | 0.3.3 release notesChristopher Allan Webber2013-03-111-2/+57
| |
* | Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-0/+3
| |
* | Don't require webob as dependencySebastian Spaeth2012-12-211-0/+9
|/ | | | It is pushing up the daisies. Also relnote the change.
* Fixing tyop'ed "dbupdate"Christopher Allan Webber2012-12-201-1/+1
|
* 0.3.2 release notesChristopher Allan Webber2012-12-201-1/+58
|
* Release note 0.3.2 blurbSebastian Spaeth2012-12-151-6/+18
| | | | On MongoDB...
* docs: Add trim_whitespaces plugin to relnotes and documentationSebastian Spaeth2012-12-011-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-Greene2012-08-221-11/+25
|
* Release notes for 0.3.1Christopher Allan Webber2012-08-211-1/+11
|
* Docs tweaksWill Kahn-Greene2012-08-201-0/+6
| | | | This fixes some minor issues in the documentation.
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-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.