Modified logo to change on :hover
[mediagoblin.git] / mediagoblin /
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 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...
2011-05-23 Bernhard Kellermodified atomfeed feature, corrected spacing, url gener...
2011-05-22 Christopher Allan... A more explicit version of get_page_url that doesn...
2011-05-22 Christopher Allan... Merge remote branch 'refs/remotes/elrond/idea/new_get_p...
2011-05-22 Christopher Allan... Slightly better spacing in media.html
2011-05-22 Christopher Allan... Forgot switch to media.uploader() in the same way on...
2011-05-22 Christopher Allan... Update all the views so that they use the uploader...
2011-05-22 Christopher Allan... User migration works (but the rest of the system isn...
2011-05-22 Christopher Allan... Move the general applicaiton setup commands to a utilit...
2011-05-22 Christopher Allan... 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 Allan... This check is redundant now that it's handled by the...
2011-05-21 Christopher Allan... Make sure that a MediaEntry does belong to this appropr...
2011-05-20 Christopher Allan... Now you can set CELERY_ALWAYS_EAGER environment variabl...
2011-05-20 Christopher Allan... Added a url_for_self method for generating mediaentry...
2011-05-20 Christopher Allan... Cosmetic changes: removed an unused import, stripped...
2011-05-20 Christopher Allan... MediaEntry slugs usable in URLs, & decorator that grabs...
2011-05-20 Christopher Allan... Adjusting spacing a little bit
2011-05-20 Christopher Allan... pass in page number in uses_pagination view via keyword...
2011-05-20 Christopher Allan... I think 30 is a good default number of items per page.
2011-05-20 Christopher Allan... Another minor formatting change.
2011-05-20 Christopher Allan... One more mild styling tweak
2011-05-20 Christopher Allan... We don't really need to use a \ here so let's not do so.
2011-05-20 Christopher Allan... Adjusting docstrings a bit to my taste.
2011-05-20 Christopher Allan... Reorganizing the uses_pagination decorator a little...
2011-05-20 Christopher Allan... 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).
2011-05-18 Bernhard Kelleradded Pagination class, usage description in Pagination...
2011-05-18 Christopher Allan... Renaming connect_database to connect_database_from_conf...
2011-05-18 Christopher Allan... Need to import asint for users who specify ports via...
2011-05-18 Christopher Allan... Adding copyright headers and explaining why these unuse...
2011-05-18 ElrondMove ObjectId, DESCENDING to db.util
2011-05-17 ElrondMove "connect to database" into db/util.py
2011-05-17 ElrondMove models into new db/ directory
2011-05-16 Christopher Allan... Actually we only need unique slugs per uploader.
2011-05-16 Christopher Allan... My name's Chris Webber and I'm pedantic about lines...
2011-05-16 Christopher Allan... Require that the slug field have only unique values.
2011-05-16 Christopher Allan... Adding the is_admin field now per Elrond's sane request...
2011-05-16 Sebastian SpaethShow images in reverse submit order
2011-05-16 Christopher Allan... Properly linking to the background image
2011-05-16 Christopher Allan... ./bin/gmg shell! Should make a lot of peoples' hacking...
2011-05-13 Christopher Allan... Removing the raw string-ness
2011-05-13 Jef van SchendelRemoving backup files and preventing them from showing...
2011-05-13 Jef van Schendellabels changed to font-weight normal instead of bold...
2011-05-13 Jef van SchendelAdded @font-face to css
2011-05-13 Jef van SchendelAdded header to base.html
2011-05-13 Jef van SchendelChanged all headers to <h1>
2011-05-13 Jef van SchendelStyled buttons for real this time
2011-05-13 Jef van SchendelStyled input buttons
2011-05-13 Jef van SchendelChanged base.html back to old version
2011-05-13 Jef van SchendelFixing changes
2011-05-13 Aaron WilliamsonMinor fomatting fix.
2011-05-13 Aaron WilliamsonGenerate unique slugs for newly submitted images.
2011-05-13 Christopher Allan... min=0 makes more sense than min=-1
2011-05-13 Aaron WilliamsonOn image submission, do not require title. If none...
2011-05-13 Christopher Allan... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-13 Christopher Allan... locale rather than target_lang in the get parameters
2011-05-13 Sebastian SpaethImprove user homepage
2011-05-13 Christopher Allan... Load gettext, and load it into the template environment
2011-05-12 Christopher Allan... moving mediagoblin.po to a filename that makes sense
2011-05-12 Christopher Allan... Separation between setting up the template env and...
2011-05-12 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-12 Christopher Allan... Added some locale determination tools
2011-05-12 Christopher Allan... Fix the email debug inbox
2011-05-12 Christopher Allan... I probably shouldn't break the main page since we don...
2011-05-12 Christopher Allan... Moving translations to mediagoblin/translations
2011-05-12 Christopher Allan... Translate the welcome message (extracts successfully!)
2011-05-12 Christopher Allan... Add the jinja2 extension to the jinja loader
next