Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spacing. | Ben Sturmfels | 2021-09-20 | 1 | -1/+2 |
| | |||||
* | Mention building docs in contributing. | Ben Sturmfels | 2021-09-20 | 1 | -0/+1 |
| | |||||
* | Add a stub "contributing" page to documentation. | Ben Sturmfels | 2021-09-20 | 1 | -0/+29 |
| | |||||
* | Extend release instructions. | Ben Sturmfels | 2021-09-19 | 1 | -2/+8 |
| | |||||
* | docs: Add a draft release checklist. | Ben Sturmfels | 2021-03-30 | 1 | -0/+23 |
| | |||||
* | Direct wiki links to archive.org. | Ben Sturmfels | 2021-03-12 | 2 | -3/+3 |
| | |||||
* | Spell-check the entire documentation. | Ben Sturmfels | 2016-09-18 | 4 | -32/+28 |
| | |||||
* | doc: Update developer migration docs for Alembic as primary migration system | Christopher Allan Webber | 2016-03-26 | 1 | -22/+22 |
| | | | | | | * docs/source/devel/migrations.rst: Update to reflect sqlalchemy-migrate as being deprecated and Alembic as being the new way of doing migrations. | ||||
* | More clarifications on what ./bin/gmg dbupdate does on each run. | Christopher Allan Webber | 2013-06-28 | 1 | -0/+6 |
| | | | | This commit sponsored by Jessica Howard. Thanks, sistah! | ||||
* | Some documentation on how to write database migrations. | Christopher Allan Webber | 2013-06-28 | 1 | -0/+56 |
| | | | | This commit sponsored by Andrei Cristian Petcu. Thanks! | ||||
* | word-wrapping the public/queue storage explainations in storage.rst | Christopher Allan Webber | 2013-04-26 | 1 | -3/+12 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/npigeon/ticket-660' | Christopher Allan Webber | 2013-04-26 | 1 | -6/+79 |
|\ | |||||
| * | Transfered information from http://wiki.mediagoblin.org/Storage into ↵ | nattily pigeonfowl | 2013-04-16 | 1 | -6/+79 |
| | | | | | | | | | | | | docs/source/devel/storage For info check out ticket: issues.mediagoblin.org/ticket/660 | ||||
* | | update documentation for s/nose/py.test/ | Alon Levy | 2013-04-17 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Alon Levy <alon@pobox.com> | ||||
* | Remove the last traces of beaker. | Elrond | 2013-04-09 | 1 | -2/+2 |
| | | | | | | | | There were still some traces of beaker around: - docs: replaced by reference to itsdangerous. - paste configs: Wiped away. - config_spec.ini: wiped. - test_mgoblin_app.ini: also wiped. | ||||
* | Move description of software stack below description of "What's where" | Christopher Allan Webber | 2013-03-24 | 1 | -70/+70 |
| | |||||
* | Point to the Hacking HOWTO | Christopher Allan Webber | 2013-03-18 | 1 | -1/+5 |
| | |||||
* | Better description of the structure of the application | Christopher Allan Webber | 2013-03-17 | 1 | -10/+31 |
| | |||||
* | Clarification on some original design decisions things. | Christopher Allan Webber | 2013-03-17 | 1 | -0/+7 |
| | |||||
* | Start a storage section. | Elrond | 2013-03-12 | 1 | -0/+43 |
| | | | | With the workbench stuff in it. | ||||
* | Change the _original_ design decisions. | Elrond | 2013-03-09 | 1 | -7/+7 |
| | | | | | - Rename the chapter to "Original *". - Fix links. | ||||
* | Revive old "Design Decisions". | Elrond | 2013-03-09 | 1 | -0/+329 |
| | | | | | This brings back the exact version that was removed in 65e7ce634cfecc87ed6f390f9ccf91be513d2eea. | ||||
* | Docs: Create new area for developers. | Elrond | 2013-01-26 | 1 | -0/+158 |
We need some "Part" for developers. Currently, it's named "Part 4: Developer's Zone". But we should come up with a better name soon. Moved the codebase docs in there for starters. |