aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
Commit message (Expand)AuthorAgeFilesLines
* Implement simple media detail pageSebastian Spaeth2011-05-109-5/+185
* Merge remote branch 'spaetz/fix_description'Christopher Allan Webber2011-05-081-1/+1
|\
| * Fix description submission in form handlingSebastian Spaeth2011-05-091-1/+1
* | Asbool the email debug mode optionChristopher Allan Webber2011-05-082-4/+4
* | Don't escape the verification URLSebastian Spaeth2011-05-081-1/+1
|/
* Only convert db port if it's there and use asint to do it (better errors if f...Christopher Allan Webber2011-05-082-3/+9
* Merge remote branch 'refs/remotes/spaetz/master'Christopher Allan Webber2011-05-081-1/+2
|\
| * app.py: Need to pass in port number as 'int'Sebastian Spaeth2011-05-081-1/+2
* | mgoblin_section.get, not app_config.get (doh)Christopher Allan Webber2011-05-081-1/+1
|/
* Added an email debug mode which, by default, is enabledChristopher Allan Webber2011-05-073-6/+21
* [to_email] rather than list(to_email) which makes a nasty series like ['e','m...Christopher Allan Webber2011-05-071-1/+1
* Updated default sender addressJoar Wandborg2011-05-082-2/+2
* Added verification email templateJoar Wandborg2011-05-081-0/+22
* Removed unused variableJoar Wandborg2011-05-081-3/+0
* Made changes according to http://bugs.foocorp.net/issues/271#note-7Joar Wandborg2011-05-085-23/+40
* Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-075-10/+51
|\
| * Actually display submitted stuff on the mainpage. Crappy, but working!Christopher Allan Webber2011-05-062-1/+19
| * Erk, we didn't save the state right beforeChristopher Allan Webber2011-05-061-2/+2
| * Process media! Successfully!Christopher Allan Webber2011-05-063-9/+32
* | Added functionality to send out verification email upon successful registrationJoar Wandborg2011-05-071-3/+23
* | Changed the method used to generate uuids for verification_key, this one work...Joar Wandborg2011-05-071-1/+1
* | mediagoblin.util.send_email now supports both list() and string() in the 'to_...Joar Wandborg2011-05-071-1/+2
* | Fixed bug in models.py:User that caused all users created by the same python ...Joar Wandborg2011-05-071-1/+1
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-042-0/+138
|\|
| * A simple, maybe obvious, docstring for util.send_email()Christopher Allan Webber2011-05-041-0/+10
| * send_email tool and email sending testsChristopher Allan Webber2011-05-042-0/+128
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-043-2/+58
|\|
| * Force imports of stuff like mediagoblin.process_media which has tasks we needChristopher Allan Webber2011-05-032-2/+8
| * Add a rudimentary media processing function.Christopher Allan Webber2011-05-031-0/+50
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-05-032-2/+3
|\|
| * Add the base.css and reference it so other people can start working on it :)Christopher Allan Webber2011-05-032-2/+3
* | Added functionality to support user email verification, email = TBD, verifica...Joar Wandborg2011-05-034-4/+58
|/
* Register the models when using from_celeryChristopher Allan Webber2011-05-011-1/+2
* Now we have something useful: mediagoblin.celery_setup.from_celeryChristopher Allan Webber2011-05-011-0/+87
* Second round of tests for setup_celery_from_config(), with some database info...Christopher Allan Webber2011-05-011-1/+33
* tests for setup_celery_from_config()Christopher Allan Webber2011-04-303-1/+69
* A few more corrections to make setup_celery_from_config() work rightChristopher Allan Webber2011-04-301-7/+13
* Import based on the DEFAULT_SETTINGS_MODULE in setup_celery_from_configChristopher Allan Webber2011-04-301-6/+19
* Merge branch 'master' into celerysubmitChristopher Allan Webber2011-04-303-2/+45
|\
| * Adds initial root pageWill Kahn-Greene2011-04-302-1/+44
| * Fixes traceback on registrationWill Kahn-Greene2011-04-241-1/+1
* | HTTPFound more accurate than HTTPMovedPermanently.Christopher Allan Webber2011-04-261-1/+1
* | Actually call setup_celery_from_config when launching from paste.Christopher Allan Webber2011-04-241-10/+15
* | Commit dummy_settings_module, of course.Christopher Allan Webber2011-04-241-0/+0
* | setup_celery_from_config tool. Haven't tried if it works, but looks right...Christopher Allan Webber2011-04-241-0/+121
* | Make certain bits of info accessable as global variables from anywhereChristopher Allan Webber2011-04-243-0/+63
|/
* Properly require files when users submitChristopher Allan Webber2011-04-231-32/+40
* Submission of image works :)Christopher Allan Webber2011-04-233-7/+4
* Enclose queue_file writing in with statement so that it's closed correctly.Christopher Allan Webber2011-04-231-1/+2
* A stupid success view.Christopher Allan Webber2011-04-232-0/+26