Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Correcting the mediagoblin static/media aliases in the deployment guide | Christopher Allan Webber | 2011-11-03 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | A correct but compact set of instructions for fastcgi on nginx | Christopher Allan Webber | 2011-11-03 | 1 | -1/+5 | |
| | | | | | | ||||||
* | | | | | | Indentation was off by one ;) | Christopher Allan Webber | 2011-11-03 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | We left out a critical fastcgi variable from the nginx config | Christopher Allan Webber | 2011-11-03 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Recommendation to install flup! | Christopher Allan Webber | 2011-11-03 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | 0.1.0, also in the docs file! ;) | Christopher Allan Webber | 2011-11-02 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | 0.1.0! | Christopher Allan Webber | 2011-11-02 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Removed the bloof print debugging | Christopher Allan Webber | 2011-11-02 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Make sure you can't force comments on entries that don't exist. | Christopher Allan Webber | 2011-11-02 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | See: http://bugs.foocorp.net/issues/621 | |||||
* | | | | | | Updated logo from Thorsten Wilms! | Christopher Allan Webber | 2011-11-01 | 2 | -0/+116 | |
| | | | | | | ||||||
* | | | | | | Updated translations | Christopher Allan Webber | 2011-11-01 | 39 | -721/+2551 | |
| | | | | | | ||||||
* | | | | | | Merge remote branch 'remotes/j1mc/master' | Christopher Allan Webber | 2011-10-31 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | docs - tweaked configuration.rst for style. | Jim Campbell | 2011-10-31 | 1 | -4/+4 | |
| | | | | | | | ||||||
* | | | | | | | Added configuration to the index | Christopher Allan Webber | 2011-10-31 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | A cop-out section for all other config changes | Christopher Allan Webber | 2011-10-31 | 1 | -0/+11 | |
| | | | | | | | ||||||
* | | | | | | | Enabling email notifications documentation! | Christopher Allan Webber | 2011-10-31 | 1 | -0/+22 | |
|/ / / / / / | ||||||
* | | | | | | Making docs changes per Jim's suggestions. | Christopher Allan Webber | 2011-10-31 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | Added the "making local copies" section to configuration.rst | Christopher Allan Webber | 2011-10-31 | 1 | -0/+17 | |
| | | | | | | ||||||
* | | | | | | First section of configuring mediagoblin | Christopher Allan Webber | 2011-10-31 | 1 | -2/+19 | |
| | | | | | | ||||||
* | | | | | | Configuring MediaGoblin, a loose sketch of documentation. | Christopher Allan Webber | 2011-10-30 | 1 | -0/+38 | |
| | | | | | | ||||||
* | | | | | | docs: editing/tweaking deployment documentation | tycho garen | 2011-10-31 | 1 | -179/+201 | |
| | | | | | | ||||||
* | | | | | | Added notes on a more permanent mediagoblin process. | Christopher Allan Webber | 2011-10-30 | 1 | -0/+22 | |
| | | | | | | ||||||
* | | | | | | Make sure we run fcgi in forked mode... mediagoblin is not currently thread ↵ | Christopher Allan Webber | 2011-10-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | safe! | |||||
* | | | | | | No reason to include commented-out things. | Christopher Allan Webber | 2011-10-30 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Recommend that users use a non-privelaged user (thanks Elrond for the text) | Christopher Allan Webber | 2011-10-30 | 1 | -0/+22 | |
| | | | | | | ||||||
* | | | | | | Let's comply with the Filesystem Hierarchy Standard | Christopher Allan Webber | 2011-10-30 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ... and make elrond and tychoish happy :) | |||||
* | | | | | | If I"m telling people to use fastcgi, we should probably use fastcgi ;) | Christopher Allan Webber | 2011-10-30 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Hook mediagoblin up to nginx | Christopher Allan Webber | 2011-10-30 | 1 | -0/+80 | |
| | | | | | | ||||||
* | | | | | | More easy options for deploying without having to modify paste.ini... | Christopher Allan Webber | 2011-10-30 | 1 | -2/+7 | |
| | | | | | | ||||||
* | | | | | | Added a lot more details to deploying.rst | Christopher Allan Webber | 2011-10-30 | 1 | -7/+100 | |
| | | | | | | ||||||
* | | | | | | Added a "broadcast" server config and a bit of helpful commenting (I hope!) | Christopher Allan Webber | 2011-10-30 | 1 | -0/+21 | |
| | | | | | | ||||||
* | | | | | | [620] Allow for multiple mediagoblin configs to be set in config.ini, use first | Christopher Allan Webber | 2011-10-29 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we can copy paste.ini into paste_local.ini but not have to update it to find mediagoblin_local.ini. | |||||
* | | | | | | Default to mediagoblin_local.ini if available in ./bin/gmg commands | Christopher Allan Webber | 2011-10-29 | 1 | -2/+13 | |
| | | | | | | ||||||
* | | | | | | Merge remote branch 'remotes/elrond/misc/lazyserver_paste_local' | Jef van Schendel | 2011-10-29 | 1 | -2/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | lazyserver.sh: Try paste_local.ini before paste.ini | Elrond | 2011-10-23 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If users have a paste_local.ini, use that one instead of the shipped paste.ini. That way local changes will not interfere with the main shipped config. Also improve the help string (./lazyserver.sh -h) a bit. | |||||
* | | | | | | | Small style changes: decrease button text size, change navigation button ↵ | Jef van Schendel | 2011-10-29 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | background color | |||||
* | | | | | | | Removing this extra padding after form_field_box. | Christopher Allan Webber | 2011-10-29 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe I'm wrong to do this, but it does seem excessive to me. I should talk to Jef about it probably :) | |||||
* | | | | | | | Removing comment_form link which doesn't do anything? | Christopher Allan Webber | 2011-10-29 | 1 | -1/+0 | |
| | | | | | | | ||||||
* | | | | | | | Unclosed anchor tags in the tags! Fixed :) | Christopher Allan Webber | 2011-10-27 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Only show the "post a comment" link if there's a logged in user | Christopher Allan Webber | 2011-10-27 | 1 | -1/+3 | |
| | | | | | | | ||||||
* | | | | | | | Renamed "Temporary button holder" to "actions" | Christopher Allan Webber | 2011-10-27 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Removed suggestion that the user run ./bin/buildout | Christopher Allan Webber | 2011-10-26 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Added an extra warning about wipealldata being pretty inflexible. | Christopher Allan Webber | 2011-10-26 | 1 | -0/+4 | |
|/ / / / / / | ||||||
* | | | | | | flup, not flerp! | Christopher Allan Webber | 2011-10-23 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge remote branch 'remotes/elrond/misc/add_db_field' | Christopher Allan Webber | 2011-10-23 | 2 | -27/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Change unit tests to use add_table_field | Elrond | 2011-10-22 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One of the test migrations adds a field. So rewrite it to use the new add_table_field helper function. This is a good test for it. | |||||
| * | | | | | | Factor out a add_table_field function | Elrond | 2011-10-21 | 1 | -23/+16 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrations often just add a new field to some table/collection. So just have a nice helper function for this! | |||||
* | | | | | | Merge remote branch 'remotes/elrond/refactor/gmg_cf_option' | Christopher Allan Webber | 2011-10-23 | 5 | -18/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make gmg's -cf option a global option | Elrond | 2011-10-23 | 6 | -19/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All gmg's subcommands used to have a -cf option to set the config file. Instead make this a gmg global option. This means: bin/gmg migrate -cf mediagoblin_2.ini gets bin/gmg -cf mediagoblin_2.ini migrate | |||||
| * | | | | | | Refactor gmg's cf option into a function | Elrond | 2011-10-23 | 5 | -18/+19 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many (all?) gmg subcommands take a -cf option to change the used config file. This options used to be created in each subcommand's parse_setup. Add a helper function and use it around. |