mediagoblin.git
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...
2013-05-11 Christopher... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-11 Christopher... Merge remote-tracking branch 'gabithume/146_debug_message'
2013-05-11 Christopher... Use the controller's symbolic/lookup name as part of...
2013-05-11 Christopher... Merge branch 'master' into 623_context_hooks
2013-05-10 Christopher... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher... Merge branch 'master' of gitorious.org:mediagoblin...
2013-05-10 Christopher... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-08 Elrondpiwigo: Better logging for login.
2013-05-08 Elrondpiwigo: Let getStatus return the current user.
2013-05-08 ElrondCreate new session system for piwigo plugin.
2013-05-08 Elrondpiwigo: Add .images.add including form handling.
2013-05-08 Elrondpiwigo: Remove possibly_add_cookie.
2013-05-08 Christopher... Fix the new config "plugin spec" loading code so it...
2013-05-08 Christopher... Fixing API setup with new plugin "config spec" world
2013-05-08 Christopher... Ah right, and here's the config we intend to use for...
2013-05-08 Christopher... The beginning of context hooks.
2013-05-08 Christopher... Documenting plugin configuration
2013-05-08 Christopher... Unit tests for plugins defining their own config_spec...
2013-05-08 Christopher... Allow plugins to install their own config_spec.ini...
2013-05-06 Sam TukeAdded info about editing mediagoblin.ini
2013-05-05 Joar WandborgRemoved unused imports in httpapiauth
2013-05-05 ElrondUse collection.url_for_self more; Add missing /a.
2013-05-02 ElrondFix typo in new stl MEDIA_MANAGER.
2013-04-30 ElrondFix media manager reference in video.
2013-04-30 Praveen KumarMake all media types use the new MediaManager classes.
2013-04-30 Gabi ThumeFixing ticket #146 - Make messaging system testable
2013-04-29 ElrondAdd warning about crypt/itsdangeroussecret.bin.
2013-04-28 ElrondCreate redir_obj and use it around.
2013-04-27 ElrondRewrite resize_image to use proc_state.store_public.
2013-04-27 Elrondimage resizing: Refactor some decisions into resize_tool.
2013-04-27 ElrondMake uuid look like a uuid.
2013-04-27 ElrondRemove extra indentation left over from previous commit.
2013-04-27 ElrondFix translations for collections and drop useless try.
2013-04-26 Christopher... word-wrapping the public/queue storage explainations...
2013-04-26 Christopher... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-26 Christopher... Switch "sqlite_refcheck" keyword arg to "migrations...
2013-04-26 Christopher... Don't turn on sqlite refcheck stuff during migrations
2013-04-26 Christopher... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-04-26 Rodney EwingRemoved an unused import
2013-04-25 ElrondUnit test for ReallyLazyProxy.
2013-04-25 ElrondNo lazy_* needed here; Add ReallyLazyProxy.__repr__.
2013-04-24 Christopher... Adding ReallyLazyProxy, a proxy that does what we expect :)
2013-04-24 Christopher... Switching non-forms back to using normal pass_to_ugettext
next