aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | On second thought, let's use this title for forgot_password.htmlJef van Schendel2011-11-041-1/+1
| | | |
| * | | Text edits and rearrangements to login.htmlJef van Schendel2011-11-041-14/+10
| | | |
| * | | Add translation brackety things to forgot-password page, I forgot thoseJef van Schendel2011-11-041-1/+1
| | | |
| * | | Text changes to forgot-paddword pageJef van Schendel2011-11-041-7/+2
| | | |
| * | | Text changes to front page, as described in ticket #637Jef van Schendel2011-11-041-14/+5
| | | |
| * | | Several small changes (reordering/restyling) for media descriptions and commentsJef van Schendel2011-11-043-20/+14
| | | |
* | | | Updating translationsChristopher Allan Webber2011-11-0410-50/+568
|/ / /
* | | Correcting the mediagoblin static/media aliases in the deployment guideChristopher Allan Webber2011-11-031-2/+2
| | |
* | | A correct but compact set of instructions for fastcgi on nginxChristopher Allan Webber2011-11-031-1/+5
| | |
* | | Indentation was off by one ;)Christopher Allan Webber2011-11-031-1/+1
| | |
* | | We left out a critical fastcgi variable from the nginx configChristopher Allan Webber2011-11-031-0/+1
| | |
* | | Recommendation to install flup!Christopher Allan Webber2011-11-031-0/+5
| | |
* | | 0.1.0, also in the docs file! ;)Christopher Allan Webber2011-11-021-2/+2
| | |
* | | 0.1.0!Christopher Allan Webber2011-11-021-1/+1
| | |
* | | Removed the bloof print debuggingChristopher Allan Webber2011-11-021-1/+0
| | |
* | | Make sure you can't force comments on entries that don't exist.Christopher Allan Webber2011-11-021-5/+8
| | | | | | | | | | | | See: http://bugs.foocorp.net/issues/621
* | | Updated logo from Thorsten Wilms!Christopher Allan Webber2011-11-012-0/+116
| | |
* | | Updated translationsChristopher Allan Webber2011-11-0139-721/+2551
| | |
* | | Merge remote branch 'remotes/j1mc/master'Christopher Allan Webber2011-10-311-4/+4
|\ \ \
| * | | docs - tweaked configuration.rst for style.Jim Campbell2011-10-311-4/+4
| | | |
* | | | Added configuration to the indexChristopher Allan Webber2011-10-311-0/+1
| | | |
* | | | A cop-out section for all other config changesChristopher Allan Webber2011-10-311-0/+11
| | | |
* | | | Enabling email notifications documentation!Christopher Allan Webber2011-10-311-0/+22
|/ / /
* | | Making docs changes per Jim's suggestions.Christopher Allan Webber2011-10-311-3/+3
| | |
* | | Added the "making local copies" section to configuration.rstChristopher Allan Webber2011-10-311-0/+17
| | |
* | | First section of configuring mediagoblinChristopher Allan Webber2011-10-311-2/+19
| | |
* | | Configuring MediaGoblin, a loose sketch of documentation.Christopher Allan Webber2011-10-301-0/+38
| | |
* | | docs: editing/tweaking deployment documentationtycho garen2011-10-311-179/+201
| | |
* | | Added notes on a more permanent mediagoblin process.Christopher Allan Webber2011-10-301-0/+22
| | |
* | | Make sure we run fcgi in forked mode... mediagoblin is not currently thread ↵Christopher Allan Webber2011-10-301-1/+1
| | | | | | | | | | | | safe!
* | | No reason to include commented-out things.Christopher Allan Webber2011-10-301-1/+0
| | |
* | | Recommend that users use a non-privelaged user (thanks Elrond for the text)Christopher Allan Webber2011-10-301-0/+22
| | |
* | | Let's comply with the Filesystem Hierarchy StandardChristopher Allan Webber2011-10-301-3/+3
| | | | | | | | | | | | ... and make elrond and tychoish happy :)
* | | If I"m telling people to use fastcgi, we should probably use fastcgi ;)Christopher Allan Webber2011-10-301-1/+1
| | |
* | | Hook mediagoblin up to nginxChristopher Allan Webber2011-10-301-0/+80
| | |
* | | More easy options for deploying without having to modify paste.ini...Christopher Allan Webber2011-10-301-2/+7
| | |
* | | Added a lot more details to deploying.rstChristopher Allan Webber2011-10-301-7/+100
| | |
* | | Added a "broadcast" server config and a bit of helpful commenting (I hope!)Christopher Allan Webber2011-10-301-0/+21
| | |
* | | [620] Allow for multiple mediagoblin configs to be set in config.ini, use firstChristopher Allan Webber2011-10-292-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 commandsChristopher Allan Webber2011-10-291-2/+13
| | |
* | | Merge remote branch 'remotes/elrond/misc/lazyserver_paste_local'Jef van Schendel2011-10-291-2/+15
|\ \ \
| * | | lazyserver.sh: Try paste_local.ini before paste.iniElrond2011-10-231-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 Schendel2011-10-291-2/+1
| | | | | | | | | | | | | | | | background color
* | | | Removing this extra padding after form_field_box.Christopher Allan Webber2011-10-291-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 Webber2011-10-291-1/+0
| | | |
* | | | Unclosed anchor tags in the tags! Fixed :)Christopher Allan Webber2011-10-271-1/+1
| | | |
* | | | Only show the "post a comment" link if there's a logged in userChristopher Allan Webber2011-10-271-1/+3
| | | |
* | | | Renamed "Temporary button holder" to "actions"Christopher Allan Webber2011-10-271-1/+1
| | | |
* | | | Removed suggestion that the user run ./bin/buildoutChristopher Allan Webber2011-10-261-1/+1
| | | |
* | | | Added an extra warning about wipealldata being pretty inflexible.Christopher Allan Webber2011-10-261-0/+4
|/ / /