mediagoblin.git
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).
2011-05-18 Bernhard Kelleradded Pagination class, usage description in Pagination...
2011-05-18 Christopher... Renaming connect_database to connect_database_from_conf...
2011-05-18 Christopher... Need to import asint for users who specify ports via...
2011-05-18 Christopher... 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... Actually we only need unique slugs per uploader.
2011-05-16 Christopher... My name's Chris Webber and I'm pedantic about lines...
2011-05-16 Christopher... Require that the slug field have only unique values.
2011-05-16 Christopher... Adding the is_admin field now per Elrond's sane request...
2011-05-16 Christopher... ./bin/gmg shell documented in the hackinghowto
2011-05-16 Sebastian SpaethShow images in reverse submit order
2011-05-16 Christopher... Properly linking to the background image
2011-05-16 Christopher... ./bin/gmg shell! Should make a lot of peoples' hacking...
2011-05-13 Christopher... 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... 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... Merge remote branch 'refs/remotes/dneelyeps/master'
2011-05-13 Christopher... locale rather than target_lang in the get parameters
2011-05-13 Sebastian SpaethImprove user homepage
2011-05-13 Christopher... Load gettext, and load it into the template environment
2011-05-12 Christopher... moving mediagoblin.po to a filename that makes sense
2011-05-12 Christopher... Separation between setting up the template env and...
2011-05-12 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2011-05-12 Christopher... Added some locale determination tools
2011-05-12 Christopher... Fix the email debug inbox
2011-05-12 Christopher... I probably shouldn't break the main page since we don...
2011-05-12 Daniel NeelUpdate to previous commit
2011-05-12 Daniel NeelEdits to "What's where" diagram in docs/codebase.rst
2011-05-12 Daniel NeelUpdated table of contents
2011-05-12 Daniel NeelFixed previous broken commit
2011-05-12 Daniel NeelChanged "Foreward" to "Foreword"
2011-05-12 Daniel NeelFixed a typo in docs/contributinghowto.rst
2011-05-12 Daniel NeelFixed another typo in docs/mediagoblin.rst
2011-05-12 Daniel NeelFixed a typo in docs/mediagoblin.rst
2011-05-12 Christopher... Moving translations to mediagoblin/translations
2011-05-12 Christopher... adding master.po translations file
2011-05-12 Christopher... buildout instructions come first since it's easier...
2011-05-12 Christopher... Translate the welcome message (extracts successfully!)
2011-05-12 Christopher... Added extraction stuff that's not used but appears...
2011-05-12 Christopher... Add the jinja2 extension to the jinja loader
2011-05-12 Christopher... Fixing tyop in README... thanks Daniel Neel!
2011-05-12 Christopher... Right, we don't need the exported HTML either.
2011-05-12 Christopher... I don't believe we need READMEish.org anymore.
2011-05-11 Sebastian SpaethEnforce using local dateutil with buildout
2011-05-11 Christopher... URLs should end in trailing slashes, or slash redirecti...
2011-05-10 Christopher... Removing this horrifying submission test stuff from...
2011-05-10 Christopher... 404 appropriately here
2011-05-10 Christopher... Indenting these templates because I'm pedantic about...
2011-05-10 Sebastian SpaethImplement simple media detail page
2011-05-09 Christopher... Merge remote branch 'spaetz/fix_description'
2011-05-08 Sebastian SpaethFix description submission in form handling
2011-05-08 Christopher... Asbool the email debug mode option
2011-05-08 Sebastian SpaethDon't escape the verification URL
2011-05-08 Christopher... Only convert db port if it's there and use asint to...
2011-05-08 Christopher... Merge remote branch 'refs/remotes/spaetz/master'
2011-05-08 Christopher... mgoblin_section.get, not app_config.get (doh)
2011-05-08 Sebastian Spaethapp.py: Need to pass in port number as 'int'
2011-05-08 Christopher... Removing unused sys import from setup.py
2011-05-08 Christopher... Added an email debug mode which, by default, is enabled
2011-05-08 Christopher... [to_email] rather than list(to_email) which makes a...
2011-05-08 Christopher... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-08 Joar WandborgUpdated default sender address
2011-05-08 Joar WandborgAdded verification email template
2011-05-07 Joar WandborgRemoved unused variable
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-07 Christopher... Reversing buildout and virtualenv instructions because...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Will Kahn-GreeneRemoves the git requirement--that's redundant
2011-05-07 Will Kahn-GreeneWraps the virtualenv wrapper line
2011-05-07 Will Kahn-GreeneTweaks the "if mongodb isn't working" troubleshooting...
next