5298 Commits

Author SHA1 Message Date
Joar Wandborg
4c093e85c7 Made changes according to http://bugs.foocorp.net/issues/271#note-7
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-08 00:55:57 +02:00
Christopher Allan Webber
7a5ddb45dc Reversing buildout and virtualenv instructions because I think
virtualenv is easier if you don't know how this stuff works, and it
works.
2011-05-07 13:58:36 -05:00
Joar Wandborg
a083786dcf Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-07 18:07:04 +02:00
Will Kahn-Greene
27057b42fb Removes the git requirement--that's redundant 2011-05-07 09:57:58 -04:00
Will Kahn-Greene
2bae877e67 Wraps the virtualenv wrapper line 2011-05-07 09:57:37 -04:00
Will Kahn-Greene
2704f7a6cb Tweaks the "if mongodb isn't working" troubleshooting section 2011-05-07 09:57:02 -04:00
Christopher Allan Webber
7501000353 Be sure to read the install instructions! 2011-05-07 08:54:53 -05:00
Will Kahn-Greene
1220e775b9 Fixes headers in hacking howto docs 2011-05-07 09:42:01 -04:00
Will Kahn-Greene
4564da2210 Overhauls hacking howto
* 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
2011-05-07 08:49:36 -04:00
Joar Wandborg
801df16215 Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-07 13:46:30 +02:00
Will Kahn-Greene
52be418afe First pass at adding virtualenv instructions. 2011-05-06 22:06:36 -04:00
Will Kahn-Greene
8842779b4e Fixes a link in the docs 2011-05-06 21:54:10 -04:00
Joar Wandborg
88bcdcd7d2 Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-07 03:11:36 +02:00
Joar Wandborg
5c42a82c5a Added functionality to send out verification email upon successful registration
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-07 03:08:09 +02:00
Joar Wandborg
b16ebe0e13 Changed the method used to generate uuids for verification_key, this one works, thanks paroneayea
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-07 02:30:35 +02:00
Joar Wandborg
85e1bc316e mediagoblin.util.send_email now supports both list() and string() in the 'to_addrs' parameter
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-07 00:57:39 +02:00
Joar Wandborg
67e63926f9 Fixed bug in models.py:User that caused all users created by the same python process to have the same verification_key value
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-07 00:55:32 +02:00
Christopher Allan Webber
1c424df505 Instructions on running celeryd 2011-05-06 10:06:57 -05:00
Christopher Allan Webber
4c1e752a08 Actually display submitted stuff on the mainpage. Crappy, but working! 2011-05-06 10:01:26 -05:00
Christopher Allan Webber
12b6ecac0f Erk, we didn't save the state right before 2011-05-06 10:01:11 -05:00
Christopher Allan Webber
fa7f9c6184 Process media! Successfully! 2011-05-06 09:37:24 -05:00
Christopher Allan Webber
1dddd4e913 A completely evil environment destroying script. 2011-05-06 07:44:54 -05:00
Christopher Allan Webber
1b734c4d67 It doesn't necessarily have to be bash. 2011-05-06 06:56:26 -05:00
Christopher Allan Webber
30d216aedc Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin 2011-05-06 06:55:20 -05:00
Christopher Allan Webber
4509880386 Made a link to the script wiping tool feature request ticket 2011-05-06 06:54:57 -05:00
Christopher Allan Webber
11e5b19701 Moving wiping to a clean slate beneath running server/ test suite 2011-05-06 06:51:07 -05:00
Joar Wandborg
e19bd50a7b Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-06 10:37:08 +02:00
Will Kahn-Greene
1b9e2541b9 Adds design decision for the name 2011-05-05 18:22:45 -04:00
Joar Wandborg
eee2c3a7e6 Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-04 22:31:08 +02:00
Christopher Allan Webber
61ec968b0d A simple, maybe obvious, docstring for util.send_email() 2011-05-04 08:11:37 -05:00
Christopher Allan Webber
4d4f6050d8 send_email tool and email sending tests 2011-05-04 08:00:08 -05:00
Joar Wandborg
7b3fcddbf4 Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-04 11:50:39 +02:00
Christopher Allan Webber
88816492a3 Force imports of stuff like mediagoblin.process_media which has tasks we need 2011-05-03 21:48:02 -05:00
Christopher Allan Webber
883cf49734 Require PIL 2011-05-03 21:45:24 -05:00
Christopher Allan Webber
41f446f4f2 Add a rudimentary media processing function.
Haven't completely checked it for workingness, and not the final form
this will take :)
2011-05-03 21:45:13 -05:00
Joar Wandborg
1b46208f3e Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin 2011-05-03 20:04:55 +02:00
Joar Wandborg
65f2484654 Added server-log.txt to .gitignore
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-03 20:03:54 +02:00
Joar Wandborg
db1a438f3e Added functionality to support user email verification, email = TBD, verification = done.
Signed-off-by: Joar Wandborg <git@wandborg.com>
2011-05-03 19:51:19 +02:00
Will Kahn-Greene
9610848c29 Lots of documentation changes
* 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
2011-05-03 12:08:09 -04:00
Christopher Allan Webber
8ac897c3b6 Add the base.css and reference it so other people can start working on it :) 2011-05-03 09:49:56 -05:00
Will Kahn-Greene
3dca2776a6 Fixes dead references in docs. 2011-05-02 12:21:06 -04:00
Christopher Allan Webber
258b62c6a2 Register the models when using from_celery 2011-05-01 19:41:22 -05:00
Christopher Allan Webber
e495ec48f4 Merge branch 'master' into celerysubmit 2011-05-01 18:22:58 -05:00
Christopher Allan Webber
132a68b546 Require sphinx & jinja2 for good measure :) 2011-05-01 18:22:27 -05:00
Christopher Allan Webber
4a3f043235 Include dependent scripts... maybe we'll change this later 2011-05-01 10:17:39 -05:00
Christopher Allan Webber
1e48a8308a Now we have something useful: mediagoblin.celery_setup.from_celery
auto-configures a celery config module from your paste config
2011-05-01 10:17:04 -05:00
Christopher Allan Webber
524c8f347f Second round of tests for setup_celery_from_config(), with some database information 2011-05-01 09:01:20 -05:00
Christopher Allan Webber
ef30978ad2 tests for setup_celery_from_config() 2011-04-30 21:54:05 -05:00
Christopher Allan Webber
1c61a6ca3b A few more corrections to make setup_celery_from_config() work right 2011-04-30 21:53:39 -05:00
Will Kahn-Greene
94459eadb8 Changes beardomatic things to codebase things 2011-04-30 14:42:14 -04:00