aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds local toc sectionsWill Kahn-Greene2011-06-135-0/+20
| | | | | | | * Some of our chapters are pretty long and this should make it much easier for a user to find what they're looking for and jumping to it. It's easier to read the section toc at the top of the chapter, than it is to read it in the sidebar.
* Updates version in docsWill Kahn-Greene2011-06-131-2/+2
|
* Already mentioned, but clarifying that branches should be localized toChristopher Allan Webber2011-06-131-3/+3
| | | | a feature/bugfix/issue.
* Tweaks git workflow structureWill Kahn-Greene2011-06-121-6/+12
| | | | | * minor tweaking of the headers of the git workflow to break things up and organize them a bit better
* Fixes git workflowWill Kahn-Greene2011-06-121-30/+154
| | | | | | | | * overhauls the docs so they're (hopefully) clearer on the git workflow * adds text about putting things in bugfix branches, documenting your work, and using the issue tracker * adds a contrived example that uses aliens
* Instructions for running tests with the modern setupChristopher Allan Webber2011-06-051-1/+1
|
* Encourage users to run migrations every time they buildout.Christopher Allan Webber2011-05-221-1/+1
|
* Clarified: don't do this in production!Christopher Allan Webber2011-05-201-1/+2
|
* Added some stuff on how to run CELERY_ALWAYS_EAGERChristopher Allan Webber2011-05-201-0/+10
|
* Moves virtualenv instructions to a place far far awayWill Kahn-Greene2011-05-201-121/+15
| | | | | But seriously, moved them to the stop-gap wiki: https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv
* ./bin/gmg shell documented in the hackinghowtoChristopher Allan Webber2011-05-161-0/+15
|
* Update to previous commitDaniel Neel2011-05-121-1/+1
| | | | To add an extra comment symbol.
* Edits to "What's where" diagram in docs/codebase.rstDaniel Neel2011-05-121-5/+5
| | | | | Added comment symbols to distinguish comments from directory names. Changed wording a bit on one part.
* Updated table of contentsDaniel Neel2011-05-121-1/+1
| | | | Updated TOC to match "Foreward" > "Foreword"
* Fixed previous broken commitDaniel Neel2011-05-121-0/+46
| | | | Made a mistake with the last commit, fixed here.
* Changed "Foreward" to "Foreword"Daniel Neel2011-05-121-46/+0
| | | | Figured this was a typo. If not, feel free to skip this commit.
* Fixed a typo in docs/contributinghowto.rstDaniel Neel2011-05-121-1/+1
| | | | "it'd" > "it's"
* Fixed another typo in docs/mediagoblin.rstDaniel Neel2011-05-121-1/+1
| | | | | "We decide that in this case, that someone would be us!" > "We decided that in this case, that someone would be us!"
* Fixed a typo in docs/mediagoblin.rstDaniel Neel2011-05-121-1/+1
| | | | | "...their data and that measn someone..." > "...their data and that means someone..."
* buildout instructions come first since it's easier if it does workChristopher Allan Webber2011-05-121-12/+9
|
* Reversing buildout and virtualenv instructions because I thinkChristopher Allan Webber2011-05-071-64/+68
| | | | | virtualenv is easier if you don't know how this stuff works, and it works.
* Removes the git requirement--that's redundantWill Kahn-Greene2011-05-071-1/+0
|
* Wraps the virtualenv wrapper lineWill Kahn-Greene2011-05-071-1/+4
|
* Tweaks the "if mongodb isn't working" troubleshooting sectionWill Kahn-Greene2011-05-071-0/+6
|
* Be sure to read the install instructions!Christopher Allan Webber2011-05-071-1/+1
|
* Fixes headers in hacking howto docsWill Kahn-Greene2011-05-071-8/+2
|
* Overhauls hacking howtoWill Kahn-Greene2011-05-071-76/+138
| | | | | | | * reworks virtualenv section to be way better * reworks buildout section to mirror virtualenv section * reworks other sections that depend on which development environment building method you chose
* First pass at adding virtualenv instructions.Will Kahn-Greene2011-05-061-6/+75
|
* Fixes a link in the docsWill Kahn-Greene2011-05-061-1/+1
|
* Instructions on running celerydChristopher Allan Webber2011-05-061-0/+12
|
* It doesn't necessarily have to be bash.Christopher Allan Webber2011-05-061-3/+3
|
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-05-063-0/+59
|\
| * Adds design decision for the nameWill Kahn-Greene2011-05-053-0/+59
| |
* | Made a link to the script wiping tool feature request ticketChristopher Allan Webber2011-05-061-3/+3
| |
* | Moving wiping to a clean slate beneath running server/ test suiteChristopher Allan Webber2011-05-061-16/+16
|/
* Lots of documentation changesWill Kahn-Greene2011-05-038-36/+156
| | | | | | | | * added a YouCanHelp directive to replace FIXMEs and encourage contributors to help out * moved some bits around between the hacking howto and the codebase documents * expanded on the stub nature of the theming howto * tweaked some other text
* Fixes dead references in docs.Will Kahn-Greene2011-05-023-2/+4
|
* Merge branch 'master' into celerysubmitChristopher Allan Webber2011-05-014-36/+116
|\
| * Changes beardomatic things to codebase thingsWill Kahn-Greene2011-04-302-32/+11
| |
| * Adds section on gitWill Kahn-Greene2011-04-303-4/+105
| | | | | | | | | | | | * instructions for contributing patches * learning git * learning other utilities
* | Changing the wording around the django-like components statementChristopher Allan Webber2011-04-301-6/+5
| |
* | Clarified that copyright assignment is encouraged, but not mandatory.Christopher Allan Webber2011-04-301-14/+21
|/
* Adds placeholder file so _static exists.Will Kahn-Greene2011-04-281-0/+0
|
* Adds "Send encouragement" sectionWill Kahn-Greene2011-04-281-0/+10
|
* Moves "run your own instance" to the future sectionWill Kahn-Greene2011-04-281-12/+12
| | | | | Chris correctly pointed out that you can't quite run your own instance, yet. But that's the goal!
* Reworked contributing docs based on Asheesh's thoughtsWill Kahn-Greene2011-04-275-48/+139
| | | | | | I chatted with Asheesh on IRC today and asked him to look over the contributer howto. He had a lot of thoughts and I factored most/all of them in. It's much better now.
* Updated copyrightMatt Lee2011-04-271-1/+1
|
* Fixes mdashes and other minor things.Will Kahn-Greene2011-04-243-15/+18
|
* Changes version to 0.0.1.Will Kahn-Greene2011-04-241-2/+2
|
* Adds Matt to docs contributors listWill Kahn-Greene2011-04-241-0/+1
|