diaspora/app
Sarah Mei b60101b9ad Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new.
Facebox needs to get back a text/html response. We were using text/javascript to indicate that we wanted a remote form and text/html to indicate we wanted a non-remote form. The trouble is, if we request with text/javascript then that is the format we get back. It doesn't really make sense to use formats that way anyway, so I changed it to an explicit parameter. This had the nice side effect of simplifying our new-aspect views.
2011-08-28 16:08:57 -07:00
..
controllers Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new. 2011-08-28 16:08:57 -07:00
helpers reshares now have notifications, slight refactor of the notification helper 2011-08-25 17:16:09 -07:00
mailers reshares now have notifications, slight refactor of the notification helper 2011-08-25 17:16:09 -07:00
models a user now has the option to disable reshare email notifications 2011-08-25 17:16:09 -07:00
uploaders Revert "Revert "Revert "remove uploaded test images after running the specs/cucumber"" -- using == now instead of =" 2011-08-18 12:06:04 -07:00
views Use explicit parameters instead of request format to determine whether we render a remote or non-remote form in aspects#new. 2011-08-28 16:08:57 -07:00