Actually we only need unique slugs per uploader.
[mediagoblin.git] / mediagoblin /
2011-05-16 Christopher Allan... Actually we only need unique slugs per uploader.
2011-05-16 Christopher Allan... My name's Chris Webber and I'm pedantic about lines...
2011-05-16 Christopher Allan... Require that the slug field have only unique values.
2011-05-16 Christopher Allan... Adding the is_admin field now per Elrond's sane request...
2011-05-16 Sebastian SpaethShow images in reverse submit order
2011-05-16 Christopher Allan... Properly linking to the background image
2011-05-16 Christopher Allan... ./bin/gmg shell! Should make a lot of peoples' hacking...
2011-05-13 Christopher Allan... Removing the raw string-ness
2011-05-13 Jef van SchendelRemoving backup files and preventing them from showing...
2011-05-13 Jef van Schendellabels changed to font-weight normal instead of bold...
2011-05-13 Jef van SchendelAdded @font-face to css
2011-05-13 Jef van SchendelAdded header to base.html
2011-05-13 Jef van SchendelChanged all headers to <h1>
2011-05-13 Jef van SchendelStyled buttons for real this time
2011-05-13 Jef van SchendelStyled input buttons
2011-05-13 Jef van SchendelChanged base.html back to old version
2011-05-13 Jef van SchendelFixing changes
2011-05-13 Aaron WilliamsonMinor fomatting fix.
2011-05-13 Aaron WilliamsonGenerate unique slugs for newly submitted images.
2011-05-13 Christopher Allan... min=0 makes more sense than min=-1
2011-05-13 Aaron WilliamsonOn image submission, do not require title. If none...
2011-05-13 Christopher Allan... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-13 Christopher Allan... locale rather than target_lang in the get parameters
2011-05-13 Sebastian SpaethImprove user homepage
2011-05-13 Christopher Allan... Load gettext, and load it into the template environment
2011-05-12 Christopher Allan... moving mediagoblin.po to a filename that makes sense
2011-05-12 Christopher Allan... Separation between setting up the template env and...
2011-05-12 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-12 Christopher Allan... Added some locale determination tools
2011-05-12 Christopher Allan... Fix the email debug inbox
2011-05-12 Christopher Allan... I probably shouldn't break the main page since we don...
2011-05-12 Christopher Allan... Moving translations to mediagoblin/translations
2011-05-12 Christopher Allan... Translate the welcome message (extracts successfully!)
2011-05-12 Christopher Allan... Add the jinja2 extension to the jinja loader
2011-05-11 Christopher Allan... URLs should end in trailing slashes, or slash redirecti...
2011-05-10 Christopher Allan... Removing this horrifying submission test stuff from...
2011-05-10 Christopher Allan... 404 appropriately here
2011-05-10 Christopher Allan... Indenting these templates because I'm pedantic about...
2011-05-10 Sebastian SpaethImplement simple media detail page
2011-05-09 Christopher Allan... Merge remote branch 'spaetz/fix_description'
2011-05-08 Sebastian SpaethFix description submission in form handling
2011-05-08 Christopher Allan... Asbool the email debug mode option
2011-05-08 Sebastian SpaethDon't escape the verification URL
2011-05-08 Christopher Allan... Only convert db port if it's there and use asint to...
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/spaetz/master'
2011-05-08 Christopher Allan... mgoblin_section.get, not app_config.get (doh)
2011-05-08 Sebastian Spaethapp.py: Need to pass in port number as 'int'
2011-05-08 Christopher Allan... Added an email debug mode which, by default, is enabled
2011-05-08 Christopher Allan... [to_email] rather than list(to_email) which makes a...
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-08 Joar WandborgUpdated default sender address
2011-05-08 Joar WandborgAdded verification email template
2011-05-07 Joar WandborgRemoved unused variable
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgAdded functionality to send out verification email...
2011-05-07 Joar WandborgChanged the method used to generate uuids for verificat...
2011-05-06 Joar Wandborgmediagoblin.util.send_email now supports both list...
2011-05-06 Joar WandborgFixed bug in models.py:User that caused all users creat...
2011-05-06 Christopher Allan... Actually display submitted stuff on the mainpage. ...
2011-05-06 Christopher Allan... Erk, we didn't save the state right before
2011-05-06 Christopher Allan... Process media! Successfully!
2011-05-06 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... A simple, maybe obvious, docstring for util.send_email()
2011-05-04 Christopher Allan... send_email tool and email sending tests
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Christopher Allan... Force imports of stuff like mediagoblin.process_media...
2011-05-04 Christopher Allan... Add a rudimentary media processing function.
2011-05-03 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-03 Joar WandborgAdded functionality to support user email verification...
2011-05-03 Christopher Allan... Add the base.css and reference it so other people can...
2011-05-02 Christopher Allan... Register the models when using from_celery
2011-05-01 Christopher Allan... Merge branch 'master' into celerysubmit
2011-05-01 Christopher Allan... Now we have something useful: mediagoblin.celery_setup...
2011-05-01 Christopher Allan... Second round of tests for setup_celery_from_config...
2011-05-01 Christopher Allan... tests for setup_celery_from_config()
2011-05-01 Christopher Allan... A few more corrections to make setup_celery_from_config...
2011-04-30 Christopher Allan... Import based on the DEFAULT_SETTINGS_MODULE in setup_ce...
2011-04-30 Christopher Allan... Merge branch 'master' into celerysubmit
2011-04-30 Will Kahn-GreeneAdds initial root page
2011-04-26 Christopher Allan... HTTPFound more accurate than HTTPMovedPermanently.
2011-04-25 Christopher Allan... Actually call setup_celery_from_config when launching...
2011-04-25 Christopher Allan... Commit dummy_settings_module, of course.
2011-04-25 Will Kahn-GreeneFixes traceback on registration
2011-04-24 Christopher Allan... setup_celery_from_config tool. Haven't tried if it...
2011-04-24 Christopher Allan... Make certain bits of info accessable as global variable...
2011-04-23 Christopher Allan... Properly require files when users submit
2011-04-23 Christopher Allan... Submission of image works :)
2011-04-23 Christopher Allan... Enclose queue_file writing in with statement so that...
2011-04-23 Christopher Allan... A stupid success view.
2011-04-23 Christopher Allan... Adding the hidden next field to the login page so we...
2011-04-23 Christopher Allan... submit_start written in a way that, by golly, you'd...
2011-04-23 Christopher Allan... Probably better to request.POST.get?
2011-04-23 Christopher Allan... we should check for request.user['status'] not request...
2011-04-23 Christopher Allan... making state for MediaEntry objects, also adding attrib...
2011-04-23 Christopher Allan... Adding a space for custom validators, though we haven...
2011-04-23 Christopher Allan... Give User a status, also add uploader user field to...
next