ORIENT/modules/system/classes
Dave Shoreman c746954c03 Make sure Project ID is always included in POST (#1728)
* Make sure Project ID is always included in POST

Attempting to install a paid plugin through Artisan would return an 'authority not found' error, when the same would work fine when clicking "Update" in the backend.

This moves the code that adds the project ID into the applyHttpAttributes method to ensure it gets added for all post requests, and not just those that are actually requesting a file.

* Remove projectId from requestUpdateList method

After moving the other setter to the applyHttpAttributes method,
this one is no longer necessary as the apply method is called from
the closure inside $this->requestServerData.
2016-05-28 16:22:55 +10:00
..
CombineAssets.php Address serialize/unserialize issues 2016-04-16 08:22:31 +10:00
ComposerManager.php Use fill()+save() instead of save() 2015-06-27 14:32:52 +10:00
Controller.php Missing NS ref 2015-02-23 19:55:06 +11:00
ErrorHandler.php Might reconsider this, since the exact line in twig is lost 2015-06-04 17:37:29 +10:00
MarkupManager.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
ModelBehavior.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
PluginBase.php Fixed loading permissions from plugin.yaml 2016-02-15 17:23:10 -08:00
PluginManager.php Fix plugin management page - Ref #907 (#2034) 2016-05-23 05:05:19 +10:00
SettingsManager.php Update SettingsManager.php 2015-12-08 11:54:38 +01:00
UpdateManager.php Make sure Project ID is always included in POST (#1728) 2016-05-28 16:22:55 +10:00
VersionManager.php Minor logic error 2016-04-30 06:01:51 +10:00