mediagoblin.git
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 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 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 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()`
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-28 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-28 Caleb Forbes... adds message queue unit testing
2011-06-28 Caleb Forbes... removes messages.add_message from the global template...
2011-06-28 Christopher... Documenging index utils and adjusting how remove_deprec...
2011-06-28 Christopher... Documentation updates to indexes.py's docstring
2011-06-28 Christopher... Updating migrate.py to actually run the indexing commands
2011-06-27 Christopher... Adding our current indexes and removing the index that...
2011-06-27 Christopher... Tools to add / remove indexes from collections
2011-06-27 Joar WandborgIssue 362 - Add simple comments
2011-06-27 Jef van SchendelTiny changes
2011-06-27 Jef van SchendelImplement sidebar on media page
2011-06-27 Caleb Forbes... adds message queue
2011-06-27 Christopher... Store the collection information in the ACTIVE_INDEXES...
2011-06-27 Christopher... A base set of indexes for us to use with our new indexi...
2011-06-26 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-06-26 Christopher... Celery wasn't really being properly connected during...
2011-06-25 Christopher... Reordering the uploaded on/by and description sections...
2011-06-25 Christopher... Align images in a gallery to the center
2011-06-25 Christopher... Just adjusting indentation a little bit in the base...
2011-06-25 Christopher... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-25 Christopher... Make the width of these fields 100% rather than providi...
2011-06-25 Christopher... Put the thumbnail on the edit details part on the top...
2011-06-25 Christopher... Setting height for media thumbnail to also 200px
2011-06-25 Christopher... Adjust the width of the fields on the form submission
next