1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/phame/controller/blog
Cam Spiers 4770437bb3 Fix issue where phame "View Live" functionality works by using POST not GET
Summary: Currently you can't refresh the live blog or a blog post after clicking "View Live" due to POST action. I have removed the setRenderAsForm call on the "View Live" actions. I am unsure if this has any unintended consequences but I have tested and not found any.

Test Plan: Click the "View Live" action within a blog post or blog, and observe that the request occurs via GET not POST

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6314
2013-06-26 06:12:23 -07:00
..
PhameBlogDeleteController.php Modernize Phame 2013-04-14 08:02:29 -07:00
PhameBlogEditController.php Update form styles, implement in many places 2013-05-07 14:07:06 -07:00
PhameBlogFeedController.php Phame - fix some issues with feed reported on github (290, 291) 2013-04-11 16:10:09 -07:00
PhameBlogListController.php Modernize Phame 2013-04-14 08:02:29 -07:00
PhameBlogLiveController.php Fix an open redirect issue in Phame with "View Live" 2013-02-19 16:04:54 -08:00
PhameBlogViewController.php Fix issue where phame "View Live" functionality works by using POST not GET 2013-06-26 06:12:23 -07:00