Issue #362 - Updated `mediagoblin.user_pages.views` to handle new "Simple comments...
[mediagoblin.git] / mediagoblin /
2011-06-28 Joar WandborgIssue #362 - Updated `mediagoblin.user_pages.views...
2011-06-28 Joar WandborgIssue #362 - Updated media.html with things necessary...
2011-06-28 Joar WandborgIssue #362 - Updated the MediaComment model
2011-06-28 Joar WandborgIssue #362 - Added a route to MediaComment POST handler
2011-06-27 Joar WandborgIssue 362 - Add simple comments
2011-06-26 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-06-26 Christopher Allan... Celery wasn't really being properly connected during...
2011-06-25 Christopher Allan... Reordering the uploaded on/by and description sections...
2011-06-25 Christopher Allan... Align images in a gallery to the center
2011-06-25 Christopher Allan... Just adjusting indentation a little bit in the base...
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-25 Christopher Allan... Make the width of these fields 100% rather than providi...
2011-06-25 Christopher Allan... Put the thumbnail on the edit details part on the top...
2011-06-25 Christopher Allan... Setting height for media thumbnail to also 200px
2011-06-25 Christopher Allan... Adjust the width of the fields on the form submission
2011-06-25 Christopher Allan... Separates out the field rendering part from the whole...
2011-06-24 Jef van SchendelImplement basic footer
2011-06-23 Jef van SchendelRemove excess grids, change CSS to center forms
2011-06-23 Jef van SchendelAdd <br /> for correct text layout
2011-06-23 Jef van SchendelSubmit form should not have edit_box class
2011-06-23 Jef van SchendelMake several small changes to wording and top bar links
2011-06-23 Christopher Allan... Merge remote branch 'remotes/schendje/960-grid-system'
2011-06-23 Christopher Allan... Slightly clearer message about email marked as verified...
2011-06-23 Christopher Allan... Setting status to active when adding users with ./bin...
2011-06-23 Christopher Allan... Making arguments positional and removing the "usage...
2011-06-23 Christopher Allan... No need to describe usage of subcommands, gmg subcomman...
2011-06-23 Alejandro VillanuevaAdding new function to gmg_commands, adduser,makeadmin...
2011-06-23 Jef van SchendelSwitch css over to 960.gs. If I did everything right...
2011-06-22 Christopher Allan... Check on media['uploader']'s id rather than the username
2011-06-22 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is388_only...
2011-06-22 Caleb Forbes Davis Vadds conditional for display of media edit link
2011-06-22 Jef van SchendelAdd updates background images
2011-06-22 Jef van SchendelSeveral small UI changes to edit profile page: moved...
2011-06-22 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-22 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-22 Christopher Allan... I don't think we need the username to be part of the...
2011-06-22 Christopher Allan... Adding an extra space between function definitions
2011-06-22 Christopher Allan... Indenting some sections between if / else blocks in...
2011-06-22 Christopher Allan... Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'
2011-06-21 Christopher Allan... Extra checks so that we don't even RUN tests unless...
2011-06-21 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-06-21 Christopher Allan... Make sure we *ONLY* ever kill the test database, EVER.
2011-06-21 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-21 Christopher Allan... Also fix clean_html so that it doesn't barf on an empty...
2011-06-21 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-21 cfdvassigns migration steps to User database objects
2011-06-21 Christopher Allan... Only migrate to description_html if description also...
2011-06-21 Christopher Allan... Fix cleaned_markdown_conversion so that it doesn't...
2011-06-21 cfdvremoves unecessary dependence on existence of username...
2011-06-20 cfdvadds accommmodations for migration of fields in User...
2011-06-20 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-20 Christopher Allan... Also moving the test_server.ini to test_paste.ini to...
2011-06-20 Christopher Allan... Provide a migration to add description_html to MediaEnt...
2011-06-20 Christopher Allan... Adds util.cleaned_markdown_conversion() and uses it...
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-20 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-19 cfdvMerge branch 'is330', remote-tracking branch 'origin...
2011-06-19 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 ElrondMove InvalidId to db.util
2011-06-19 Christopher Allan... Need to run nosetests with CELERY_CONFIG_MODULE set...
2011-06-19 Christopher Allan... Documenting the setup_globals function.
2011-06-19 Christopher Allan... Document our new global objects added during the config...
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-19 Christopher Allan... Reset the globals parameters while testing parameters
2011-06-19 Christopher Allan... Actually we need pkg_resources again in test_celery_set...
2011-06-19 Christopher Allan... Merge branch 'configobj'
2011-06-19 Chris Moylanadded test coverage for redirecting after login with...
2011-06-19 Christopher Allan... Removing a couple of unused imports from util.py
2011-06-19 Christopher Allan... Removing "paste config" phrasing where we're no longer...
2011-06-19 Christopher Allan... renaming storage_system_from_paste_config()->storage_sy...
2011-06-19 Christopher Allan... util.read_config_file() no longer needed; removing.
2011-06-19 Chris MoylanAdded tests for all sorts of login form abuse.
2011-06-19 cfdvenables primitive display of profile data on user page
2011-06-19 cfdvenables entering user details including website url...
2011-06-19 Christopher Allan... Preparing celery unit tests for new setup.
2011-06-19 Christopher Allan... ./bin/gmg commands upgraded to work with the new setup.
2011-06-19 Christopher Allan... Nosetests should now be able to run using the new confi...
2011-06-19 Christopher Allan... Only kill the database if it's really set up.
2011-06-19 Christopher Allan... It's a good idea for us to pass the application itself...
2011-06-18 Christopher Allan... Updating celery_setup.from_celery to use new config...
2011-06-18 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-18 Christopher Allan... Removing option to set celery config section.
2011-06-18 Christopher Allan... Removing type conversions from setup_celery_from_config.
2011-06-18 Christopher Allan... Move entire app structure over to using the new config...
2011-06-18 Christopher Allan... Tests for mediagoblin.config functions
2011-06-18 Christopher Allan... CONFIG_SPEC_PATH should be config_spec here, fixing.
2011-06-18 cfdvbaby step towards enabling profile edits
2011-06-18 Christopher Allan... Removing unused pkg_resources import from test_celery_setup
2011-06-18 Christopher Allan... Make REPORT_HEADER a unicode string also. Unicode...
2011-06-18 Christopher Allan... Validation error reporting functionality.
2011-06-18 cfdvadds user bio and website url fields to the database
2011-06-18 Christopher Allan... Let's specifically import string_list()s in the config_...
2011-06-18 Christopher Allan... Merge branch 'master' into configobj
2011-06-18 cfdvfixes uneven whitespace, and conforms to a strong prefe...
2011-06-18 cfdvadds global link to user's home page in the base.html...
2011-06-17 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-17 Christopher Allan... Merge remote branch 'remotes/cmoylan/test_auth_views_364'
2011-06-17 Chris Moylanlogins are now somewhat tested
next