mediagoblin.git
2013-07-30 AditiAdd tinymce in head for description field of blog,...
2013-07-30 AditiChange blogpost_create redirect url.
2013-07-30 AditiAdd temporary blogpost display template.
2013-07-30 AditiAdd feature: redirect to 404 error if blog or blog...
2013-07-29 AditiAdd Blog Edit button.
2013-07-29 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-29 AditiFix error in blog edit view.
2013-07-29 AditiChange Redirect url to blog dashboard in blog_edit...
2013-07-25 Christopher... More up to date README
2013-07-25 AditiRemove action url from form action.
2013-07-25 AditiFix blog extraction for get and post both type of requests.
2013-07-25 AditiChange edit url to a button for each blog post.
2013-07-25 AditiAdd edit url for each blog post.
2013-07-24 AditiAdd 'Add Blog Post' button on blog dashboard.
2013-07-24 AditiMerge branch 'master' of git://gitorious.org/mediagobli...
2013-07-24 Christopher... Move the "cd mediagoblin" to the right line. Thanks...
2013-07-22 AditiWrite template for blog_dashboard.
2013-07-22 AditiFormat url for blog_dashboard view.
2013-07-22 AditiWrite blog_dashboard view.
2013-07-22 AditiFix attribute error by writing request.user.is_admin.
2013-07-22 AditiChange class name to BlogPostData(camelcase) and add...
2013-07-22 AditiCreate may_edit_blogpost function.
2013-07-21 AditiRemove form action url.
2013-07-21 AditiFix media type.
2013-07-21 AditiMake changes in blogpost_edit view.
2013-07-21 AditiCreate view for blogpost_edit.
2013-07-21 AditiRemove unused import.
2013-07-20 AditiChange in blogpost create Url.
2013-07-20 AditiRemove BlogPost model and Add attribute for blog id...
2013-07-20 AditiAdd temporary template for blogpost create/edit view.
2013-07-20 AditiAdd BlogPostMediaManager and setup_plugin.
2013-07-20 AditiIndent properly.
2013-07-19 Adititemperory url change for creating a new blog.
2013-07-19 AditiWrote blogpost_create view.
2013-07-19 AditiAdd blog media_type plugin to plugin section.
2013-07-19 AditiChange view and urls for blog edit/create page.
2013-07-19 AditiReplace hardcoded URL by variable for the same.
2013-07-19 AditiAdd class BlogMixin.
2013-07-19 AditiCreate file for utility function and add function.
2013-07-19 AditiAdd view for blog edit and create page.
2013-07-16 AditiAdd config_spec for blog plugin specification.
2013-07-16 AditiChange the field name in BlogEditForm.
2013-07-16 AditiCreate Blog and BlogPostData models.
2013-07-16 Aditimerge with remote master branch of cweb.
2013-07-15 Christopher... Fixing docs: git submodule update, not git submodule...
2013-07-14 Christopher... Skip the openid tests if the openid module is not insta...
2013-07-12 Christopher... Documenting the media_manager fetching hook
2013-07-12 Christopher... Switching the hook 'get_media_manager' to a more "direc...
2013-07-12 Rodney Ewingdocumenting the new media_type plugins and available...
2013-07-12 Christopher... Merge branch 'rodney757-media_plugins'
2013-07-12 Christopher... Fix the last bit preventing all the unit tests from...
2013-07-12 Christopher... Switch the import of the image media manager over to...
2013-07-12 Christopher... Changing the information spat out while printing from...
2013-07-12 Rodney EwingPatch by Strum. Remove redundent tool-tips from Stl...
2013-07-12 Rodney EwingPatch by pythonsnake. Make mediagoblin.ini comments...
2013-07-11 Rodney Ewingmake change_pass page autofocus
2013-07-11 Rodney Ewingforgot to render errors
2013-07-11 Rodney Ewingchange to class instead of id to work with firefox
2013-07-11 Rodney Ewingfix for boolean fields
2013-07-11 Rodney Ewingupdated to new render_divs macro
2013-07-11 Jakob Kramersave “stay_logged_in” in the session
2013-07-11 Jakob Krameradd login option: stay_logged_in
2013-07-11 Rodney EwingPatch submitted by mrb.
2013-07-11 Rodney EwingPatch by Strum. Ticket #451 - Convert all mongokit...
2013-07-11 dunkypfixes the inability to upload non ascii filenames,...
2013-07-11 Rodney Ewingshould use media.slug_or_id incase a MediaEntry doesn...
2013-07-10 Christopher... Revert "remove the list from response.vary. not sure...
2013-07-10 Christopher... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-07-10 Christopher... A few small formatting fixes on the release notes
2013-07-10 Christopher... Merge branch 'release-0.4.1'
2013-07-10 Christopher... Updating docs regarding pulling in and fetching git...
2013-07-10 Christopher... Fix by Rodney Ewing so render_http_exception works...
2013-07-10 Christopher... PyTest needs to be >= 2.3.1
2013-07-10 Rodney Ewingneed to use .get('messages') to not get a keyerror
2013-07-10 Rodney Ewingremove the list from response.vary. not sure why I...
2013-07-10 Rodney Ewingonly check password if there is a store_hash
2013-07-10 Christopher... Release notes v0.4.1 ... fixes serious issue with conve...
2013-07-10 Christopher... Fixing bug that effectively broke document support...
2013-07-10 Christopher... Mention setup.py develop --upgrade also in release...
2013-07-04 AditiMerge remote-tracking branch 'cweb/master'
2013-07-03 Christopher... Merge remote-tracking branch 'remotes/lotusecho/trac_71...
2013-07-03 Christopher... Fix missing quote
2013-07-03 Rodney Ewingchanged hook name to reuse with persona
2013-07-03 Rodney Ewinguse template hooks instead of hardcoding in templates
2013-07-03 Rodney Ewingforgot to pass request.form into LoginForm class
2013-07-03 Rodney Ewingtypo
2013-07-03 Rodney Ewingfixed openid store cleanupAssociations
2013-07-03 Rodney Ewingremoved openid/lib, since the get forms functions were...
2013-07-03 Rodney Ewingmerge --squash openid branch to take care of a false...
2013-07-03 Christopher... fixing the config section we pull things out of for...
2013-07-03 AditiTypo error.
2013-07-02 Rodney Ewingadded a warning for old media types
2013-07-02 Rodney Ewingconverted video media_type to plugin
2013-07-02 Rodney Ewingconverted stl media_type to plugin
2013-07-02 Rodney Ewingconverted pdf media_type to plugin
2013-07-02 Rodney Ewingconverted audio media_type to plugin
2013-07-02 Rodney Ewingtypo in image supported_filetypes
2013-07-02 Rodney Ewingconverted ascii media_type to plugin
2013-07-02 Rodney Ewingfixed some typos and enabled media_type plugins in...
2013-07-02 Rodney Ewingremoved sniff_handler from Imange Media Manager class
next