mediagoblin.git
2013-06-21 AditiMerge remote-tracking branch 'cweb/master'
2013-06-21 Aditi MittalInitial commit
2013-06-20 Christopher... Indenting some stuff in pdf.html and wrapping width...
2013-06-20 Alon Levypdf: remove two unused files (we use pdf.js in an ifram...
2013-06-20 Christopher... What is models_v0.py? An explaination!
2013-06-18 Christopher... Now in dev mode on 0.4.1
2013-06-17 Christopher... MediaGoblin v0.4.0!
2013-06-17 Christopher... Committing extracted and compiled translations
2013-06-17 Christopher... Committing present MediaGoblin translations before...
2013-06-17 Christopher... Documenting most of the the many new features in the...
2013-06-15 Christopher... Added Laura Arjona to AUTHORS.
2013-06-15 Christopher... Adding new contributors to this release
2013-06-13 Alon Levymedia-types.rst: clarify the pdf media type requirements
2013-06-07 Christopher... Added some test-writing docs for plugins, but not sure...
2013-06-06 Christopher... ./bin/gmg dbupdate, not ./bin/dbupdate
2013-06-06 Joar WandborgCloudFiles: Default to SSL URIs
2013-06-03 Christopher... Make sure that the pytest revision is at least at 2.3.
2013-05-30 Christopher... Commenting out the max-height restriction on thumbnails.
2013-05-29 Christopher... Explained more clearly why it's okay for interface...
2013-05-29 Christopher... Provide a tip on how to do interfaces via our plugin...
2013-05-29 Christopher... Actually use the right underlining for the wtforms...
2013-05-29 Christopher... Additional hook tips! Documentation on how to modify...
2013-05-29 Christopher... Where do you find hooks? How do you add them? An...
2013-05-29 Christopher... Actually link to the release notes when we say "see...
2013-05-29 Christopher... Link to the plugin api stuff and the database plugin...
2013-05-28 Christopher... The pdf.js iframe view is awesome so I'm making it...
2013-05-28 Christopher... Fixing bug where non-image types might break if app_con...
2013-05-27 Rodney Ewingadded a register_user function
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingmoved email_debug_message to gmg/tools/mail
2013-05-27 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-27 Rodney Ewingremoved unused import
2013-05-27 Christopher... Committing extracted and compiled translations
2013-05-26 ElrondExtract footer into bits/base_footer.html.
2013-05-24 Christopher... No more of this find_packages nonsense.
2013-05-24 Joar WandborgImproved docs
2013-05-23 Rodney Ewingmoved normalize_user_or_email_field to auth/tools.py...
2013-05-23 Christopher... Moving statcdirect automodule doc reference to autoclas...
2013-05-23 Joar WandborgCleaned up EXIF view
2013-05-23 Christopher... Documentation changes to reflect new plugin assetlink...
2013-05-23 Christopher... Full unit test for the plugin assetlink command.
2013-05-23 Christopher... Cleaning a bit: os.path.sep.join -> os.path.join
2013-05-23 Christopher... docstring update: link theme... and plugins!
2013-05-23 Christopher... Generalize "gmg theme assetlink" -> "gmg assetlink...
2013-05-23 Christopher... test_plugin_staticdirect now works and passes.
2013-05-23 Christopher... Simple "staticstuff" plugin for writing unit tests...
2013-05-23 Christopher... Various fixes to plugin assetlinking command.
2013-05-23 Christopher... Moving test_user_dev->user_dev in plugin app configs...
2013-05-23 Christopher... Document assetlink and staticdirect usage for plugins.
2013-05-23 Christopher... Oh right, actually mount /plugin_static/ :)
2013-05-23 Christopher... Work towards getting plugin static linking/serving...
2013-05-23 Christopher... Start of ability to have plugins provide static resources!
2013-05-22 Christopher... Move "bits" templates with dashes in them to underscores
2013-05-22 Christopher... Moved frontpage "welcome" stuff into its own bits file.
2013-05-21 Mats SjöbergPiwigo minor fix in categories_getList.
2013-05-21 Mats SjöbergPiwigo: some sanity checks before adding to collection...
2013-05-21 Mats SjöbergPiwigo: return collections list only to logged in users.
2013-05-21 Mats SjöbergRudimentary collections support for piwigo plugin.
2013-05-21 Mats SjöbergFixed minor typo in piwigo logging.
2013-05-21 ElrondMerge remote-tracking branch 'rodney757/change_pass'
2013-05-21 Rodney Ewingfixed translation, and changed tabs to spaces, and...
2013-05-20 ElrondRefactor submit util new_upload_entry
2013-05-20 Rodney Ewingmodified change_pass tests
2013-05-20 Rodney Ewingmoved change pass to a seperate view and fixed issues 709
2013-05-20 Elrondpiwigo: Return proper error for wrong user/password.
2013-05-20 Elrondpiwigo: Add PwgError class.
2013-05-20 ElrondA bit of pep8 and small typo fix.
2013-05-19 Joar WandborgOnly calculate aperture if fnumber is provided
2013-05-19 Joar WandborgTake into account incomplete EXIF data
2013-05-19 Joar WandborgFixed EXIF tests
2013-05-19 Gabriel SaldanaModifies EXIF section with Camera Info, display toggle...
2013-05-19 Gabriel SaldanaChanges to display all EXIF information
2013-05-19 Joar WandborgAdded upload processing to the piwigo/addSimple
2013-05-17 Christopher... Just word-wrapping the recent changes to the deployment...
2013-05-17 Christopher... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-17 Christopher... Noting why we don't have an email uniqueness constraint...
2013-05-17 Christopher... Merge remote-tracking branch 'refs/remotes/elrond/misc...
2013-05-17 Christopher... Reverting "Always activate testing in every test module...
2013-05-16 ElrondAlways activate testing using pytest fixture.
2013-05-16 Christopher... Always activate testing in every test module ever.
2013-05-16 Christopher... Fixing bug in dbupdate where it would explode on plugin...
2013-05-15 Christopher... Merge branch '623_context_hooks'
2013-05-15 Christopher... Testing the template_context_prerender hook
2013-05-15 Christopher... Simple tyop, view->test... I was writing too many tests...
2013-05-15 Christopher... Oh right, actually add that hook we just documented...
2013-05-15 Christopher... Hook->hooks since there's more than one of them :)
2013-05-15 Christopher... Adding global context hooks & fixing method names-...
2013-05-14 Christopher... Added documentation on view specific hooks
2013-05-14 Christopher... Normalizing indentation a bit in media.html
2013-05-14 Rodney Ewingfix for bug when comments are disabled, link attribute...
2013-05-14 Christopher... Documenting the test_modify_context and context_modifie...
2013-05-14 Christopher... Fully working context hooks, both template/view and...
2013-05-12 Elrondpiwigo: Start first tests.
2013-05-12 Elrondpiwigo: Fix validator usage.
2013-05-12 Christopher... Merge branch 'master' into 623_context_hooks
2013-05-12 Christopher... Removing reference to nose (thanks for catching, Elrond!)
2013-05-12 Christopher... Tests should no longer use the environment-variable...
2013-05-12 Christopher... Making the uncomment-able db string match the one that...
2013-05-11 Christopher... Moving the get_original_date method over to the MediaMa...
2013-05-11 Christopher... Updated "created on" feature to reflect new "hover...
next