Christopher Allan Webber
996e9b4c4f
Indentation was off by one ;)
2011-11-03 10:27:39 -05:00
Christopher Allan Webber
a5d50276b9
We left out a critical fastcgi variable from the nginx config
2011-11-03 10:23:53 -05:00
Christopher Allan Webber
99192f2452
Recommendation to install flup!
2011-11-03 09:41:48 -05:00
Christopher Allan Webber
8efddbf298
0.1.0, also in the docs file! ;)
2011-11-02 09:09:35 -05:00
Christopher Allan Webber
a81912ecd0
0.1.0!
2011-11-02 09:08:45 -05:00
Christopher Allan Webber
98308e61b6
Removed the bloof print debugging
2011-11-02 08:55:02 -05:00
Christopher Allan Webber
95e12bf231
Make sure you can't force comments on entries that don't exist.
...
See: http://bugs.foocorp.net/issues/621
2011-11-02 08:53:33 -05:00
Christopher Allan Webber
3d670ed035
Updated logo from Thorsten Wilms!
2011-11-01 23:55:19 -05:00
Christopher Allan Webber
502c25639f
Updated translations
2011-11-01 23:15:37 -05:00
Christopher Allan Webber
345b07ae13
Merge remote branch 'remotes/j1mc/master'
2011-10-31 23:42:12 -05:00
Christopher Allan Webber
b31269d597
Added configuration to the index
2011-10-31 22:42:30 -05:00
Christopher Allan Webber
28ce1d1153
A cop-out section for all other config changes
2011-10-31 22:40:39 -05:00
Christopher Allan Webber
14fbfd18af
Enabling email notifications documentation!
2011-10-31 22:26:47 -05:00
Jim Campbell
49fca84b9f
docs - tweaked configuration.rst for style.
2011-10-31 22:20:00 -05:00
Christopher Allan Webber
506f1f07ae
Making docs changes per Jim's suggestions.
2011-10-31 22:08:30 -05:00
Christopher Allan Webber
07913ec999
Added the "making local copies" section to configuration.rst
2011-10-31 22:07:12 -05:00
Christopher Allan Webber
9205872e5a
First section of configuring mediagoblin
2011-10-31 21:58:21 -05:00
Christopher Allan Webber
ccff46ab40
Configuring MediaGoblin, a loose sketch of documentation.
2011-10-30 23:29:28 -05:00
tycho garen
4e893b6ea1
docs: editing/tweaking deployment documentation
2011-10-31 00:21:30 -04:00
Christopher Allan Webber
2f9bd4d458
Added notes on a more permanent mediagoblin process.
2011-10-30 18:59:07 -05:00
Christopher Allan Webber
00aca6851e
Make sure we run fcgi in forked mode... mediagoblin is not currently thread safe!
2011-10-30 18:37:32 -05:00
Christopher Allan Webber
80bcaa5cb1
No reason to include commented-out things.
2011-10-30 16:59:15 -05:00
Christopher Allan Webber
17c712307d
Recommend that users use a non-privelaged user (thanks Elrond for the text)
2011-10-30 16:47:39 -05:00
Christopher Allan Webber
26e789eb0c
Let's comply with the Filesystem Hierarchy Standard
...
... and make elrond and tychoish happy :)
2011-10-30 16:43:12 -05:00
Christopher Allan Webber
36dc2eaa66
If I"m telling people to use fastcgi, we should probably use fastcgi ;)
2011-10-30 16:22:35 -05:00
Christopher Allan Webber
94011579e7
Hook mediagoblin up to nginx
2011-10-30 16:07:48 -05:00
Christopher Allan Webber
6b7779ea57
More easy options for deploying without having to modify paste.ini...
2011-10-30 13:58:54 -05:00
Christopher Allan Webber
e260065ae5
Added a lot more details to deploying.rst
2011-10-30 11:55:41 -05:00
Christopher Allan Webber
505310c292
Added a "broadcast" server config and a bit of helpful commenting (I hope!)
2011-10-30 11:51:40 -05:00
Christopher Allan Webber
91903aa601
[620] Allow for multiple mediagoblin configs to be set in config.ini, use first
...
This way we can copy paste.ini into paste_local.ini but not have to
update it to find mediagoblin_local.ini.
2011-10-29 17:04:19 -05:00
Christopher Allan Webber
9d0a613be9
Default to mediagoblin_local.ini if available in ./bin/gmg commands
2011-10-29 16:24:52 -05:00
Jef van Schendel
42652ad1d5
Merge remote branch 'remotes/elrond/misc/lazyserver_paste_local'
2011-10-29 16:13:39 -05:00
Jef van Schendel
3c486f3f68
Small style changes: decrease button text size, change navigation button background color
2011-10-29 14:27:14 -05:00
Christopher Allan Webber
b20fa83bc0
Removing this extra padding after form_field_box.
...
Maybe I'm wrong to do this, but it does seem excessive to me.
I should talk to Jef about it probably :)
2011-10-29 14:13:19 -05:00
Christopher Allan Webber
6f73c51e3c
Removing comment_form link which doesn't do anything?
2011-10-29 14:11:45 -05:00
Christopher Allan Webber
18909d5994
Unclosed anchor tags in the tags! Fixed :)
2011-10-27 13:53:32 -05:00
Christopher Allan Webber
e360a99276
Only show the "post a comment" link if there's a logged in user
2011-10-27 13:13:19 -05:00
Christopher Allan Webber
ecc56c0afb
Renamed "Temporary button holder" to "actions"
2011-10-27 10:52:18 -05:00
Christopher Allan Webber
c57b42a130
Removed suggestion that the user run ./bin/buildout
2011-10-26 11:24:39 -05:00
Christopher Allan Webber
4a4035c8af
Added an extra warning about wipealldata being pretty inflexible.
2011-10-26 11:21:25 -05:00
Elrond
b63eadb08c
lazyserver.sh: Try paste_local.ini before paste.ini
...
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.
2011-10-23 23:57:39 +02:00
Christopher Allan Webber
312643c12c
flup, not flerp!
2011-10-23 16:12:10 -05:00
Christopher Allan Webber
839aeaa944
Merge remote branch 'remotes/elrond/misc/add_db_field'
2011-10-23 15:38:38 -05:00
Christopher Allan Webber
c0e1a70975
Merge remote branch 'remotes/elrond/refactor/gmg_cf_option'
2011-10-23 15:22:18 -05:00
Christopher Allan Webber
4b186b7398
Add a flup server option to the default paste.ini to make deployment a bit easier.
2011-10-23 15:21:15 -05:00
Christopher Allan Webber
cfb7ed7d38
Should be Lato-Regular.ttf not Lato-Regular.woff (why was it even working?)
2011-10-23 14:59:58 -05:00
Elrond
15ac1458ed
Make gmg's -cf option a global option
...
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
2011-10-23 21:33:52 +02:00
Elrond
9043e7a012
Refactor gmg's cf option into a function
...
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.
2011-10-23 12:47:25 +02:00
Elrond
733dc2c275
Change unit tests to use add_table_field
...
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.
2011-10-22 00:21:25 +02:00
Elrond
03d47730cd
Factor out a add_table_field function
...
Migrations often just add a new field to some
table/collection. So just have a nice helper function for
this!
2011-10-21 22:17:16 +02:00