mediagoblin.git
2011-07-06 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-07-05 Will Kahn-GreeneMakes maketarball more resilient to errors
2011-07-05 Will Kahn-GreeneUpdates version to 0.0.3.
2011-07-05 Will Kahn-GreeneAdds tarball generation script
2011-07-04 Christopher... This extra <br /> is maybe a bit too much space...
2011-07-04 Christopher... A few media thumbnail changes pre-release
2011-07-04 Christopher... Don't even show the profile box if no profile exists
2011-07-04 Christopher... Set the jpeg quality at 90 for now...
2011-07-04 Christopher... Put some space between the gallery and the rest of...
2011-07-04 Christopher... Not happy with 180x135, switching back to 180x180
2011-07-04 Christopher... Move submit an item to the user page.
2011-07-04 Christopher... Put the profile stuff in p's instead of <ul>'s
2011-07-04 Christopher... .message_info was missing closing }
2011-07-04 Christopher... Adjusting indentation of object_gallery.html
2011-07-04 Christopher... Put link to edit profile slightly after the profile
2011-07-04 Christopher... Removing a tab... hate mixed tabs and spaces :)
2011-07-04 Christopher... Just removing some trailing whitespace
2011-07-04 Christopher... Check user['_id'] instead of username, which is slightl...
2011-07-04 Caleb Forbes... bug#422_user_can_not_edit_own_profile_unless_admin
2011-07-03 Christopher... Fixing the symlinks for these CSS files
2011-07-03 Christopher... New thumbnail size is apparently 180x135.
2011-07-03 Jef van SchendelStyle changes to messages. Tell me if I changed too...
2011-07-03 Jef van SchendelTiny margin changes
2011-07-03 Jef van SchendelStyle navigation buttons
2011-07-03 Jef van SchendelFirst push with 180px wide thumbnails
2011-07-03 Jef van SchendelSwitched over to 960_16_col. This may break a bunch...
2011-07-03 Jef van SchendelAdded reset.css and text.css from 960.gs. This might...
2011-07-03 Jef van SchendelPut file input form at the top of submission form
2011-07-03 Christopher... Merge remote branch 'remotes/jwandborg/f409-redirect_to...
2011-07-03 Christopher... class="media_image" accidentally added back during...
2011-07-03 Christopher... Switching single-quoted strings to double-quote to...
2011-07-03 Christopher... Caution an admin when they're editing someone else...
2011-07-03 Christopher... user_gallery_url -> {{ user_gallery_url }} ... How...
2011-07-03 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/b388+b391_...
2011-07-03 Caleb Forbes... uses new 'username' variable in querystring to specify...
2011-07-03 Caleb Forbes... allows admins to edit user media
2011-07-03 Caleb Forbes... moves edit profile link to user page
2011-07-03 Joar WandborgFeature #409 - Submitting an image should redirect...
2011-07-03 Christopher... Make pagination on user profile point to the user gallery
2011-07-03 Christopher... Just some spacing changes in profile.html
2011-07-03 Christopher... We should link to the user's gallery, not the logged...
2011-07-03 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/f401_prev_...
2011-07-03 Christopher... Let users write their own config and paste files w...
2011-07-03 Christopher... Merge remote branch 'remotes/elrond/idea/lazyserver'
2011-07-03 Christopher... Merge remote branch 'remotes/jwandborg/feature_400...
2011-07-02 ElrondImprove lazyserver.sh to handle args
2011-07-02 Christopher... Only show pagination if we have pages to show
2011-07-02 Joar WandborgFeature #400 - Resize images to fit on page
2011-07-02 Christopher... Issue 406: media_details template deprecated. Removing!
2011-07-02 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/b404_edit_...
2011-07-02 Christopher... Note from Chris Webber prefacing Elrond's DB abstractio...
2011-07-02 Christopher... Merge remote branch 'remotes/elrond/idea/db_doc'
2011-07-02 Christopher... Merge remote branch 'remotes/elrond/dev/init'
2011-07-02 ElrondMove config.py to init/
2011-07-02 Christopher... Merge remote branch 'remotes/jwandborg/feature_362...
2011-07-02 Christopher... Removing that 'temporarily, an "image gallery" that...
2011-07-02 Christopher... the delete text should be flush against the image since...
2011-07-02 Christopher... More spacing / newline changes to media.html
2011-07-02 Christopher... Not sure what these fields are here commented out for...
2011-07-02 Christopher... Cleaning up some indentation in media.html
2011-07-02 Christopher... images/iconFoo.png filenames -> icon/icon_foo.png
2011-07-02 Christopher... Merge remote branch 'remotes/schendje/master'
2011-07-02 ElrondMove get_jinja_loader to init submodule.
2011-07-02 ElrondMove mediagoblin.celery_setup -> mediagoblin.init.celery
2011-07-02 ElrondStart mediagoblin.init
2011-07-02 Caleb Forbes... adds previous and next links in the sidebar
2011-07-02 Caleb Forbes... Bug #404 - Successful profile edit is successful!
2011-07-01 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-07-01 Jef van SchendelTiny pagination style changes
2011-07-01 Jef van SchendelRemove dotted_line style from css
2011-07-01 Jef van SchendelFix tiny pagination error: missing end tag
2011-07-01 Jef van SchendelRemove strong style from pagination
2011-07-01 Jef van SchendelReorder media.html (comments, icons, links, layout)
2011-07-01 Jef van SchendelReorganize media.html, comment part
2011-07-01 Jef van SchendelPut comment author/date on the left
2011-07-01 Jef van SchendelAdd delete and edit icons
2011-07-01 Jef van SchendelFix first part of issue 402 - small images are no longe...
2011-07-01 Jef van SchendelAdd feed icon
2011-07-01 Jef van SchendelStyle comments (first draft only)
2011-07-01 Joar WandborgIssue #362 - Simple comments - Changes based on feedbac...
2011-07-01 Will Kahn-GreeneRemoves spurious file
2011-06-30 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-06-30 Christopher... Actually make use of CELERY_SETUP in from_tests.py
2011-06-30 ElrondDocument the db submodule a bit
2011-06-30 Christopher... Merge remote branch 'remotes/schendje/master'
2011-06-30 Christopher... Comment indexes
2011-06-30 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-30 Chris Moylanmocked out submission spec
2011-06-30 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-06-30 Christopher... Excitedly send a user a message that their comment...
2011-06-30 Christopher... Use the cleaned_markdown_conversion method instead...
2011-06-30 Christopher... Merge remote branch 'remotes/jwandborg/feature_362...
2011-06-29 Joar WandborgMerge branch 'feature_362-simple_comments'
2011-06-29 Jef van SchendelPut messages.html in grid_12, above content
2011-06-29 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-29 Chris MoylanMerge branch 'master' into test_submission_views_365
2011-06-29 Christopher... Making the messages conform to the 960.gx widths
2011-06-29 Christopher... Styling for the messaging list items. A rainbow of...
2011-06-29 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/f368_msg_f...
2011-06-28 Joar WandborgIssue #362 - Added new `wtforms.Form`; `MediaCommentForm()`
next