aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.