Import mediagoblin.globals as mg_globals so we can be sure things are
[mediagoblin.git] / mediagoblin /
2011-06-12 Christopher Allan... Import mediagoblin.globals as mg_globals so we can...
2011-06-08 Christopher Allan... This attribute in quotes, too. :)
2011-06-08 Christopher Allan... XML attributes must be in quotes!
2011-06-07 Christopher Allan... Fixing check_filetype...
2011-06-06 Christopher Allan... Added a comment to clarify that this shouldn't stay...
2011-06-06 Christopher Allan... Merge remote branch 'remotes/gandaro/324-bad-media...
2011-06-06 Christopher Allan... A setup_fresh_app decorator which should make writing...
2011-06-06 Christopher Allan... A clear_test_buckets() method
2011-06-05 Christopher Allan... Docstring for test_register_views()
2011-06-05 Christopher Allan... Make sure that two users with the same username can...
2011-06-05 Christopher Allan... Email verification view test works
2011-06-05 Christopher Allan... Make sure we can register, and then that we get the...
2011-06-05 Christopher Allan... Use render_template utility so we can test whether...
2011-06-05 Christopher Allan... Moved the verification url generation string template...
2011-06-05 Christopher Allan... Make sure that get_test_app() really does wipe the...
2011-06-05 Christopher Allan... Made a simple template rendering view and switched...
2011-06-05 Christopher Allan... I have a strong preference for aligning all parameters...
2011-06-05 Christopher Allan... Merge remote branch 'remotes/elrond/idea/shortcuts'
2011-06-05 Christopher Allan... Just a bit of formatting for these unfinished tests ;)
2011-06-05 Christopher Allan... New password check error message
2011-06-05 Christopher Allan... Test registration form integrity
2011-06-05 Christopher Allan... The first bit of the registration tests working. Not...
2011-06-05 Christopher Allan... Actually it's a lot better of an idea to load the full...
2011-06-05 Christopher Allan... We should store the template path, not the template...
2011-06-05 ElrondCreate redirect shortcut and use it around
2011-06-05 ElrondReformat render_to_response calls
2011-06-05 ElrondCreate render_to_reponse and use it everywhere.
2011-06-05 Christopher Allan... Firefox 3.X shows hidden fields for some reason, adding...
2011-06-04 Christopher Allan... Moving all views over to using util.render_template()!
2011-06-04 Christopher Allan... Cache template environments and gettexts so we don...
2011-06-04 Christopher Allan... Added new render_template method which will make our...
2011-06-04 Christopher Allan... Proper webtest infrastructure... seems to be about...
2011-06-04 Christopher Allan... Mount media editing under /u/{username}/m/{media}/edit/
2011-06-04 Christopher Allan... Let's redirect back to the media homepage using the...
2011-06-04 Christopher Allan... I shouldn't have removed the .save() entirely :)
2011-06-03 Christopher Allan... Title first and foremost... anything else looks weird...
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-03 Christopher Allan... Find out if such a slug exists via a query instead...
2011-06-03 ElrondPropagate Exceptions up in Celery-Eager-Mode
2011-06-03 Aleksandar MicovicRefactored the sending of verification emails.
2011-06-02 Christopher Allan... attribute values should be quoted :)
2011-06-02 Christopher Allan... No reason for 'verification_successful = bool' here.
2011-06-02 ElrondAdd GNU headers to new *.py
2011-06-02 Jakob Krameradd changes in mediagoblin/submit/views.py
2011-06-02 Jakob Kramershould fix #324
2011-06-02 ElrondHandle Exceptions from save(); Move may_edit_media
2011-06-02 ElrondPrepare for moving /edit/ under /u/.../edit/
2011-06-02 ElrondChange edit form to use divs instead of table
2011-06-02 Christopher Allan... No need for a method for generating the verification...
2011-06-02 Christopher Allan... Elrond put that ObjectId thing in the db.util module...
2011-06-02 ElrondMerge remote branch 'upstream/master'
2011-06-02 ElrondCheck for edit permission.
2011-06-01 Christopher Allan... If a user doesn't provide a userid and a token to the...
2011-06-01 Christopher Allan... Moving import to outside of this function
2011-06-01 Christopher Allan... Just adjusting some spacing so we don't go over 80...
2011-06-01 Christopher Allan... Give a "proper" view for resending verification email
2011-06-01 Christopher Allan... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar MicovicAdded the ability to regenerate a verification key.
2011-05-31 Aleksandar MicovicFixed bug where someone who wasn't logged in was asked...
2011-05-31 Aleksandar MicovicAdded a temporary verification page informing the user...
2011-05-30 Christopher Allan... Add an index on MediaEntries making sure slugs + upload...
2011-05-29 Christopher Allan... Use the object gallery file on the front page also
2011-05-29 Christopher Allan... This <ul /> not used (second inside), removing
2011-05-29 Jakob Kramerremove all 'username_repr' stuff
2011-05-29 Jakob Kramerdon't import 're'
2011-05-29 Jakob Kramerthis should fix #354
2011-05-29 Jef van SchendelFirst changes to media gallery view
2011-05-28 Jef van SchendelSlightly modified text on media page
2011-05-28 Jef van SchendelCentered image on media page
2011-05-28 Jef van SchendelModified logo to change on :hover
2011-05-28 Jef van SchendelChanged submit form to divs
2011-05-28 Joar WandborgChanged <p> font from 'sans' to 'sans-serif'
2011-05-28 Joar WandborgChanged <body> font from 'sans' to 'sans-serif'
2011-05-28 Joar WandborgMerge branch 'master' of git://gitorious.org/~schendje...
2011-05-28 Joar Wandborg*GNU* MediaGoblin on <title>
2011-05-28 Jef van SchendelFixed submit button style, added create-account notice...
2011-05-28 Jef van SchendelForgot a bottom-margin for the error div
2011-05-28 Jef van SchendelChanged login forms to use divs instead of tables
2011-05-28 Jef van SchendelStyled error messages
2011-05-28 Jef van SchendelFixed form header
2011-05-28 Jef van SchendelStyled forms
2011-05-28 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-05-28 Christopher Allan... Added a new form rendering system, render_divs, and...
2011-05-26 Elrond"edit": Finally implement saving.
2011-05-26 ElrondUse new button style
2011-05-26 ElrondStarting "edit" functionality.
2011-05-26 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-05-26 Christopher Allan... *GNU* MediaGoblin home ;)
2011-05-25 Jef van SchendelChanged logout/account text
2011-05-25 Jef van SchendelChanged header size
2011-05-25 Jef van SchendelWe now have only one button style
2011-05-25 Jef van SchendelPut log in / log out in its place!
2011-05-25 Jef van SchendelChanged mediagoblin_content name to mediagoblin_container
2011-05-25 Jef van SchendelAdded actual image
2011-05-25 Jef van SchendelAdded header icon link
2011-05-25 Jef van SchendelRemoved clever subtitle
2011-05-23 Jef van SchendelChanged link color and underline
2011-05-23 Jef van SchendelChanged background colors to plain colors
2011-05-23 Christopher Allan... Expanded page width to 960px
2011-05-23 Jef van SchendelRemoved background images and logo, won't need those...
next