mediagoblin.git
2011-06-03 Christopher... Merge branch 'media_edit'
2011-06-03 Christopher... 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... Refactored the sending of verification emails.
2011-06-02 Christopher... attribute values should be quoted :)
2011-06-02 Christopher... 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... No need for a method for generating the verification...
2011-06-02 Christopher... 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... 0.0.2 of GNU MediaGoblin!
2011-06-01 Christopher... If a user doesn't provide a userid and a token to the...
2011-06-01 Christopher... Moving import to outside of this function
2011-06-01 Christopher... Just adjusting some spacing so we don't go over 80...
2011-06-01 Christopher... Give a "proper" view for resending verification email
2011-06-01 Christopher... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar... Added the ability to regenerate a verification key.
2011-05-31 Aleksandar... Fixed bug where someone who wasn't logged in was asked...
2011-05-31 Aleksandar... Added a temporary verification page informing the user...
2011-05-30 Christopher... Add an index on MediaEntries making sure slugs + upload...
2011-05-29 Christopher... Use the object gallery file on the front page also
2011-05-29 Christopher... 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... 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... *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... Expanded page width to 960px
2011-05-23 Jef van SchendelRemoved background images and logo, won't need those...
2011-05-23 Bernhard Kellermodified atomfeed feature, corrected spacing, url gener...
2011-05-22 Christopher... Encourage users to run migrations every time they buildout.
2011-05-22 Christopher... A more explicit version of get_page_url that doesn...
2011-05-22 Christopher... Merge remote branch 'refs/remotes/elrond/idea/new_get_p...
2011-05-22 Christopher... Slightly better spacing in media.html
2011-05-22 Christopher... Forgot switch to media.uploader() in the same way on...
2011-05-22 Christopher... Update all the views so that they use the uploader...
2011-05-22 Christopher... User migration works (but the rest of the system isn...
2011-05-22 Christopher... Move the general applicaiton setup commands to a utilit...
2011-05-22 Christopher... Move the ./bin/gmg shell command into its own module.
2011-05-21 ElrondFix doc string of get_page_url()
2011-05-21 ElrondGive Pagination.get_page_url() a request instead of...
2011-05-21 Christopher... Clarified: don't do this in production!
2011-05-21 Christopher... Added some stuff on how to run CELERY_ALWAYS_EAGER
2011-05-21 Will Kahn-GreeneMoves virtualenv instructions to a place far far away
2011-05-21 Christopher... This check is redundant now that it's handled by the...
2011-05-21 Christopher... Make sure that a MediaEntry does belong to this appropr...
2011-05-20 Christopher... Now you can set CELERY_ALWAYS_EAGER environment variabl...
2011-05-20 Christopher... Added a url_for_self method for generating mediaentry...
2011-05-20 Christopher... Cosmetic changes: removed an unused import, stripped...
2011-05-20 Christopher... MediaEntry slugs usable in URLs, & decorator that grabs...
2011-05-20 Christopher... Adjusting spacing a little bit
2011-05-20 Christopher... pass in page number in uses_pagination view via keyword...
2011-05-20 Christopher... I think 30 is a good default number of items per page.
2011-05-20 Christopher... Another minor formatting change.
2011-05-20 Christopher... One more mild styling tweak
2011-05-20 Christopher... We don't really need to use a \ here so let's not do so.
2011-05-20 Christopher... Adjusting docstrings a bit to my taste.
2011-05-20 Christopher... Reorganizing the uses_pagination decorator a little...
2011-05-20 Christopher... Merge remote branch 'remotes/hanaku/pagination'
2011-05-19 Bernhard Kellermoved check for correct page values into decorator...
2011-05-19 Bernhard Kellerremoved request arg from Pagination class
2011-05-19 Bernhard Kellerchanged some coding styles and changed the interface...
2011-05-18 ElrondFactor out most of the database connection into db...
2011-05-18 ElrondClean unused imports (found by pyflakes).
next