mediagoblin.git
2013-07-03 Rodney Ewingmerge --squash persona branch to take care of a false...
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-06-28 Christopher... More clarifications on what ./bin/gmg dbupdate does...
2013-06-28 Christopher... Some documentation on how to write database migrations.
2013-06-27 Emily O'LearyUpdated comments for run_all_migrations and config_spec...
2013-06-26 Rodney Ewingtypo
2013-06-26 Rodney Ewingdo the label thing only for boolean fields
2013-06-26 Rodney Ewingmade edit_account to autofocus on the first field
2013-06-26 Emily O'LearyImproved test runtime from 352 seconds to 59 seconds...
2013-06-25 Rodney Ewingadded feature to render_divs where if field.label ...
2013-06-25 Christopher... Explain about sqlite dropping the constraint and why...
2013-06-25 Rodney Ewingcleanup after merge
2013-06-25 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-06-25 Rodney Ewingtypo
2013-06-25 Christopher... Add a bit more docs to plugin configuration
2013-06-24 Christopher... Reverting "No more of this find_packages nonsense."
2013-06-22 Christopher... Adding a docstring to fixture_media_entry
2013-06-22 Christopher... Fix the data integrity bug in test_misc.
2013-06-22 Christopher... Padding on the header-dropdown area
2013-06-22 Christopher... Merge remote-tracking branch 'refs/remotes/joar/notific...
2013-06-22 Christopher... Fix by Rodney Ewing so render_http_exception works...
2013-06-21 Christopher... Removing the "enter your password to change your email...
2013-06-21 Rodney Ewingchanges after cwebb's review
2013-06-21 Christopher... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-06-20 Christopher... Indenting some stuff in pdf.html and wrapping width...
2013-06-20 Alon Levypdf: remove two unused files (we use pdf.js in an ifram...
2013-06-20 Christopher... What is models_v0.py? An explaination!
2013-06-18 Christopher... Now in dev mode on 0.4.1
2013-06-17 Christopher... MediaGoblin v0.4.0!
2013-06-17 Christopher... Committing extracted and compiled translations
2013-06-17 Christopher... Committing present MediaGoblin translations before...
2013-06-17 Christopher... Documenting most of the the many new features in the...
2013-06-15 Christopher... Added Laura Arjona to AUTHORS.
2013-06-15 Rodney Ewingmoved authentication_disabled to config_spec
2013-06-15 Christopher... Adding new contributors to this release
2013-06-13 Alon Levymedia-types.rst: clarify the pdf media type requirements
2013-06-11 Rodney Ewingchanged no_auth to authentication_disabled in config
2013-06-09 Joar WandborgNew notifications, fixed
2013-06-09 Joar WandborgNew notifications
2013-06-07 Christopher... Added some test-writing docs for plugins, but not sure...
2013-06-06 Christopher... ./bin/gmg dbupdate, not ./bin/dbupdate
2013-06-06 Joar WandborgCloudFiles: Default to SSL URIs
2013-06-04 Rodney Ewingcleanup
2013-06-04 Rodney Ewingfixed a bug that was deleting the messages
2013-06-04 Rodney Ewingminor changes from aaronw's review
2013-06-03 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-06-03 Christopher... Make sure that the pytest revision is at least at 2.3.
2013-05-30 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-30 Christopher... Commenting out the max-height restriction on thumbnails.
2013-05-29 Christopher... Explained more clearly why it's okay for interface...
2013-05-29 Christopher... Provide a tip on how to do interfaces via our plugin...
2013-05-29 Christopher... Actually use the right underlining for the wtforms...
2013-05-29 Christopher... Additional hook tips! Documentation on how to modify...
2013-05-29 Christopher... Where do you find hooks? How do you add them? An...
2013-05-29 Rodney Ewingcleanup after merge
2013-05-29 Rodney Ewingmodified verification emails to use itsdangerous tokens
2013-05-29 Rodney Ewingsend_verification_email was moved to auth/tools
2013-05-29 Rodney Ewingform is already validated, no need to validate again
2013-05-29 Christopher... Actually link to the release notes when we say "see...
2013-05-29 Christopher... Link to the plugin api stuff and the database plugin...
2013-05-28 Christopher... The pdf.js iframe view is awesome so I'm making it...
2013-05-28 Christopher... Fixing bug where non-image types might break if app_con...
2013-05-28 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-28 Rodney Ewingremoved extra argument from check_login_simple in login...
2013-05-28 Rodney Ewingcleanup
2013-05-28 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-05-28 Rodney Ewingcleanup
2013-05-28 Rodney EwingConflicts:
2013-05-27 Rodney Ewingadded a register_user function
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingmoved email_debug_message to gmg/tools/mail
2013-05-27 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-27 Rodney Ewingremoved unused import
2013-05-27 Christopher... Committing extracted and compiled translations
2013-05-27 Rodney Ewingmodified get_user function to take kwargs instead of...
2013-05-27 Rodney Ewingno need for user might be email kwarg in check_login_simple
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-27 Rodney Ewingmoved fp_verification_email to auth/tools
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingadded a register_user function
2013-05-27 Rodney Ewingmoved email_debug_message to gmg/tools/mail
2013-05-27 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-27 Rodney Ewingremoved unused import
2013-05-27 Rodney Ewingchanged User model pw_hash field to nullable and added...
2013-05-27 Rodney Ewingno need for check_login with the new check_login_simple...
2013-05-27 Rodney Ewingrenamed lib to tools
2013-05-27 Rodney Ewingcleanup after merge
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-26 ElrondExtract footer into bits/base_footer.html.
2013-05-25 Rodney Ewingcreated a check_login_simple function
2013-05-25 Rodney Ewingadded a register_user function
next