Reviewed: https://reviews.mahara.org/6720 Committed: https://git.mahara.org/mahara/mahara/commit/ce1a97ac9ebbe80d5d9e0d116263ca156a6d8a71 Submitter: Robert Lyon ([email protected]) Branch: master
commit ce1a97ac9ebbe80d5d9e0d116263ca156a6d8a71 Author: Aaron Wells <[email protected]> Date: Thu Jul 14 18:54:24 2016 +1200 Bug 1600099: Cleanup of the webservice admin page This patch does a few things: 1. Renames "webservice_enabled" config to "webservice_provider_enabled", to indicate that this config only controls Mahara's actions as a webservice provider, *not* a webservice client. 2. Renames all the "webservice_<protocol>_enabled" configs to "webservice_provider_<protocol>_enabled" to indicate that they only control whether Mahara will provide webservices via that protocol, and not whether Mahara will use that protocol as a client. 3. Renames "webservice_connections_enabled" config to "webservice_requester_enabled", to clarify that this config controls whether Mahara is allowed to request webservices from external sources. 4. Updates language strings to make these changes clearer. 5. Rearranges and renames the form methods in webservice/admin/index.php to make the flow of control more obvious. Now the main form method is first, followed in order by the methods that generate its subforms and each of their submit handlers. behatnotneeded: Covered by existing tests Change-Id: I58dadb352d1f1542ca67a104ebfd702b4ca90fc9 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1600099 Title: Improving webservices connection manager user interface Status in Mahara: Fix Committed Bug description: While testing out the new webservices connection manager (Bug 1393536), I noticed a few areas of the user interface that could use some improvement. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1600099/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

