1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 18:28:47 +02:00
phorge-phorge/src/applications/macro/controller
epriestley 9f2efd0fa0 Remove ajaxey comment magic in Pholio, and also some bugs
Summary:
Fixes T5424.

  - One concrete issue: drafts were not being cleared properly because `__draft__` was not set on submission. This (mostly) fixes phantom drafts.
  - This ajax comment magic feels weird and floaty and generally has problems. For example, if you add subscribers or inlines, all the stuff on the page which represents those won't update automatically. Instead, just reload. Maybe we'll ajax this stuff some day, but it feels like a net negative for now.
  - Also remove it from other applications where it's currently used.
  - Fix an issue with inline previews.

Test Plan: Made some comments on a mock, everything worked normally like I expected it to.

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5424

Differential Revision: https://secure.phabricator.com/D9649
2014-06-21 12:50:40 -07:00
..
PhabricatorMacroAudioController.php Simplify PHUIObjectBoxViews handling of Save and Error states 2014-01-10 09:17:37 -08:00
PhabricatorMacroCommentController.php Remove ajaxey comment magic in Pholio, and also some bugs 2014-06-21 12:50:40 -07:00
PhabricatorMacroController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
PhabricatorMacroDisableController.php Fix incorrect check for CAN_EDIT in macro enable/disable controller 2013-11-09 16:34:26 -08:00
PhabricatorMacroEditController.php Use "\z" instead of "$" to anchor validating regular expressions 2014-03-13 12:42:41 -07:00
PhabricatorMacroListController.php Move more rendering into SearchEngines for panels 2014-05-09 12:25:52 -07:00
PhabricatorMacroMemeController.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
PhabricatorMacroMemeDialogController.php Turn the macro selector into a tokenizer 2013-11-25 19:22:06 -08:00
PhabricatorMacroViewController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00