mediagoblin.git
2012-02-14 Jef van SchendelAdd left and right arrow keys navigation (add new JS...
2012-02-14 Christopher... Revert "Layout overhaul time!"
2012-02-13 Elrond47: Only lowercase host part of email
2012-02-13 Christopher... Our javascript is actually AGPLv3+, not LGPL*. Correcting.
2012-02-12 Jef van SchendelWait, scratch that. This commit uses a better way.
2012-02-12 Jef van SchendelAdd navigation button styles for mobile
2012-02-12 Jef van SchendelFix comment input field width/padding; change some...
2012-02-12 Jef van SchendelMake media thumbnail gallery a list instead of a table
2012-02-12 Jef van SchendelCorrections for mobile layout
2012-02-12 Jef van SchendelMove "Added on" date to sidebar
2012-02-12 Jef van SchendelStyle sidedata h3; revert sidebar margin change
2012-02-12 Jef van SchendelFix sidebar margins
2012-02-12 Jef van SchendelMove Attachments from sidebar to default pane
2012-02-12 Jef van SchendelConsistencify sidebar bits (same headers and such)
2012-02-12 Jef van SchendelRestore sidebar
2012-02-11 Jef van SchendelLayout overhaul time!
2012-02-11 Elrondsql db design suggestions by Svavar Kjarrval
2012-02-09 Jef van SchendelFix for ticket #386
2012-02-09 Will Kahn-GreeneFix docs version
2012-02-09 Will Kahn-GreeneUpdate version to 0.3.0-dev
2012-02-09 Will Kahn-GreeneUpdate version numbers
2012-02-09 Christopher... Committing extracted and compiled translations
2012-02-09 Will Kahn-GreeneRemoving youcanhelp stuff
2012-02-09 Will Kahn-GreeneUpdate copyright headers for shell scripts
2012-02-09 Christopher... Added info on how to enable ascii art
2012-02-09 Christopher... Updating codebase.rst to reflect the modern mediagoblin...
2012-02-08 Will Kahn-GreeneMinor rewording
2012-02-08 Will Kahn-GreeneFix copyright statements; add LICENSE for EXIF.py
2012-02-08 Christopher... Fully qualify the import of asciitoimage
2012-02-08 Christopher... Added CC0 header to all MediaGoblin docs in docs/source/
2012-02-05 Christopher... Committing extracted and compiled translations
2012-02-05 Christopher... Committing present MediaGoblin translations before...
2012-02-05 Christopher... Committing present MediaGoblin translations before...
2012-02-04 ElrondFix EXIF based image rotation test
2012-02-04 Joar WandborgASCII media support - Fixes
2012-02-02 Joar WandborgASCII art support - Fixes
2012-02-02 Joar WandborgAdded extensions 'asc' and 'nfo' to ASCII media type
2012-02-02 Christopher... It's 2012 all up in here
2012-02-02 Christopher... Updating deployment guide so that it can handle the...
2012-01-29 ElrondSome small SQL model improvements
2012-01-29 Christopher... Committing extracted and compiled translations
2012-01-29 Christopher... Committing present MediaGoblin translations before...
2012-01-29 Christopher... Adding a line reminding user to push up commits
2012-01-29 Christopher... Committing extracted and compiled translations
2012-01-29 Christopher... Hm, maybe this is better... that didn't fix the stop...
2012-01-29 Christopher... Update update_translations script to consider several...
2012-01-28 ElrondNearly complete support for Tags
2012-01-28 Joar WandborgResized a test_exif test image. 1.9M is unnecessarily...
2012-01-28 Joar WandborgMerge remote-tracking branch 'joar/exif-rebase'
2012-01-28 ElrondAdd develover sql switch
2012-01-28 Christopher... We were using translitcodec and I didn't understand...
2012-01-28 Christopher... We aren't using translitcodec anymore. Kill it!
2012-01-28 ElrondLet some code support "media without slug"
2012-01-28 Joar WandborgJavaScript fixes - AGPL headers, etc
2012-01-27 Joar WandborgScripts and styleshets for geolocation map - Conditional
2012-01-27 Joar WandborgAdding previously erroneously gitignored extlib/leaflet...
2012-01-27 Joar WandborgUpdated .gitignore due to it blacking out the extlib...
2012-01-26 ElrondMove declarative_base Base into base.py
2012-01-26 ElrondAdd "mediagoblin/templates *.txt" to packaging
2012-01-26 ElrondDrop all buildout things
2012-01-26 ElrondPackaging improvement by Clint Byrum from Debian/Ubuntu
2012-01-25 Joar WandborgRefractored media.html template and related includes
2012-01-25 Joar WandborgActs on feedback from Chris
2012-01-25 Joar WandborgMoved EXIF to sidebar, added conditions for visibility...
2012-01-25 Joar WandborgAdded exif_visisble and geolocation_map_visible to...
2012-01-25 Joar WandborgEXIF fixes
2012-01-25 Joar WandborgRemoved link to EXIF.py in media_types.image
2012-01-25 Joar WandborgEXIF extraction, geolocation map, image rotation
2012-01-25 Joar WandborgAdded code for leaflet geolocation map
2012-01-25 Joar WandborgInstalled EXIF.py in extlibs/
2012-01-25 Joar WandborgInstalled leaflet in extlib
2012-01-22 ElrondProper url_to_{prev,next} for SQL
2012-01-22 ElrondCreate a fully functional get_comments for SQL
2012-01-21 Christopher... Canonical license URIS for CC stuff should have a trail...
2012-01-21 Christopher... Show the license list in sorted form
2012-01-21 Christopher... Oops, I broke teh all rights reserved ;)
2012-01-21 Christopher... Provided a SORTED_SUPPORTED_LICENSES (but keep the...
2012-01-21 Christopher... Convert over the license field, too!
2012-01-21 Christopher... License "all rights reserved" default should be None...
2012-01-21 ElrondFix unit tests with new license support
2012-01-20 Aaron WilliamsonAdded migration for license field, resolved conflict...
2012-01-19 ElrondAdd copyright header and a bit of pep8ification
2012-01-19 ElrondUse custom query class
2012-01-19 Aaron WilliamsonMinor formatting and syntax fix.
2012-01-19 Aaron WilliamsonMoved get_license_data to mixin.py, added license to...
2012-01-19 Aaron WilliamsonMerge branch 'mediagoblin-upstream' into feature544_bas...
2012-01-18 Elrondsql/fake.py: Some fake objects/methods to calm the...
2012-01-17 Michele AzzolariCleaned the code
2012-01-17 Michele AzzolariWe handle exceptions if PuSH fails
2012-01-17 ElrondMerge remote branch 'remotes/macno/pushatom'
2012-01-17 Aaron WilliamsonChanged license.html to fit new layout better
2012-01-17 Aaron WilliamsonFixed a syntax error in edit/views and added back in...
2012-01-17 Aaron WilliamsonAdded new files
2012-01-17 Aaron WilliamsonFixed merge with upstream
2012-01-17 Aaron WilliamsonMerged changes with upstream
2012-01-17 Aaron WilliamsonFirst crack at basic license support.
2012-01-15 Jef van SchendelSmall fix to simplify font style
2012-01-15 Jef van SchendelAnother small text style fix
2012-01-15 Jef van SchendelSmall margin/font-weight fix
2012-01-14 ElrondDrop sessions with invalid ObjectIds
next