- 10 Oct, 2016 1 commit
-
-
Robert Lyon authored
Like adding image block modal or tinymce insert image modal behatnotneeded Change-Id: If608f87b852b8ee2e4d6c74bdf2a31124599eb03 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Oct, 2016 10 commits
-
-
Aaron Wells authored
- Respect the "optional" and "default" flags for object and array params (not just scalar params) - Allow REST server to handle file upload params ($_FILES) behatnotneeded: Tests to come later Change-Id: I3a6a6ccf7c9de1711e2fd39aa5f130c245823721
-
Aaron Wells authored
These fields can be used to indicate which client app registered and/or is using the token behatnotneeded: Can't be tested in Behat Change-Id: I939c844cc5474fc799ddfd002a1052bb4ca67d1b
-
Aaron Wells authored
behatnotneeded: Test to come later Change-Id: I77131ad76a5a9f1c6e0f780fdb9bff07d70a8421
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Two of the server classes had their own implementations of this, with slightly different logic. Moving it up into the parent class in order to make sure everything works the same, all the time. behatnotneeded: Can't test in Behat Change-Id: I91c205822a18213c475bbef7c784247cebdbd649
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Currently, a plugin has to list its component as e.g. "module/mobileapi/webservice". This could just be "module/mobileapi". Since we're using the component string as part of the automated token request system, it's better to change this now to something more sensible. behatnotneeded: Tests to come later Change-Id: Ia7663065b79598d92c3bf8450c5539efb6aa3e2d
-
Robert Lyon authored
-
- 06 Oct, 2016 3 commits
-
-
Robert Lyon authored
-
Son Nguyen authored
behatnotneeded Change-Id: I9f624b8bbc0ab7c53ebc84f5f8110ae257c6949e
-
Aaron Wells authored
behatnotneeded Change-Id: Idea08ba7827d939af6f2fc8ec6be30774f2af5cb
-
- 05 Oct, 2016 8 commits
-
-
Aaron Wells authored
* changes: Bug 1624959: Fixing the heading alignment webservice tables Bug 1620879: Add "apiversion" field to external_services Bug 1620879: Changes to service groups to facilitate automation
-
Robert Lyon authored
-
Robert Lyon authored
For example the Service functions table, where the thead columns are misaligned from the rest of the table. This is due to the headings being rendered as pieform type 'html', which adds an '.html' class, which in turns adds a clearfix and it is this clearfix that is causing problems behatnotneeded - design/layout issue Change-Id: Icd427ab0bdb4ab70214cc9f81c5b33c5e2cddac2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
To help clients determine which version of a webservice they might be connecting to. behatnotneeded: Tests to come later Change-Id: I90abd0d9470cba4ae42ee3a22a6c0629d325f8d2
-
Aaron Wells authored
- Adding "shortname" field to service groups - Marking plugin-created service groups, as the ones that have a "component" field. Make the function list for plugin-created service groups not editable by users. - Since users may have already edited the old "sample" service groups, removing the "component" value from those. - And, to avoid trouble going forward, preventing the install of the sample service groups on new installations behatnotneeded: Tests to be written later Change-Id: I23c781d6f2bbf689c12de30a67882bf3f1f4aff9
-
Cecilia Vela Gurovic authored
If a user has manually assigned a remote authorization method from an institution and he is not a member of that institution when we try to delete the institution there will still be a record in auth_remote_user table. When the institution is deleted, so is the authorization method, and so should be the remote user record. behatnotneeded Change-Id: I91dcadc5fbfddc8941c60adc78f304996591b3b8
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I9c2623c451735d2fc50d8b6240edfa0fe47391da
-
Robert Lyon authored
-
- 04 Oct, 2016 2 commits
-
-
Cecilia Vela Gurovic authored
Added a control in view/share screen to see if there is a conflict between the access permission dates and the overriding dates. There is no conflict only when overriding dates contain any other access dates. behatnotneeded Change-Id: Id6082f314d1e30b3e8bf1cc7d5532afa0ff87c42
-
Ghada El-Zoghbi authored
Change-Id: I8709a4218a4bc1a233db90e2f85ecc37ce932523
-
- 03 Oct, 2016 2 commits
-
-
Aaron Wells authored
Bug 1560329: We were neglecting to rewire the "cancel/remove" button on a block config after a Pieforms validation failure. A pieforms validation failure (when you're using Pieforms' jsforms feature) actually replaces the current form with a new one, rather than just inserting error messages into the existing form. Change-Id: Ie3fa440595b08cc5a49cb89cb7ca95bcfa02c2db behatnotneeded: Not easy to test with Behat
-
Robert Lyon authored
-
- 02 Oct, 2016 1 commit
-
-
Robert Lyon authored
-
- 29 Sep, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
Added conditions to javascript to stop the creation of a new TinyMCE editor for a cover letter everytime a Personal Information pieform was submitted behatnotneeded Change-Id: I3088cc13bcb9167807dfbe545f63e872b45a42b9
-
- 27 Sep, 2016 4 commits
-
-
Cecilia Vela Gurovic authored
Change group homepage so that it does not to show repeated pages/collections in different sections shared/submitted Updated create_group() in TestingDataGenerator.php to set in the DB the correct group role of a user Change-Id: I07504f38a35d4dda4a3c4f440d94cffed293bbf2
-
Aaron Wells authored
PHP 5.0 to 5.2 apparently did not support dynamic access of static members, e.g. $classname::$method(). But support for this was added in PHP 5.3. So there's no longer any reason to use call_static_method(). Change-Id: Ib2c48251fb3e5a8ca4af9994bd2d648bc40794d2 behatneeded: Comment update only
-
Aaron Wells authored
-
Aaron Wells authored
-
- 26 Sep, 2016 6 commits
-
-
Robert Lyon authored
-
Aaron Wells authored
This patch removes all authentication functionality from the browserid auth plugin. It adds a script, accessible through the plugin's configuration page, to migrate user accounts from browserid to internal auth. Also includes changes to allow users to be searched by authtype, and to prevent non-useable plugins from being enabled on the plugin config page. Change-Id: I4e8bd9fc4d2fb2ccaa1845fda533c9373ec251bd behatnotneeded: Can't test with behat
-
Aaron Wells authored
JSON-encodes more information about the error or exception, and adds an optional error number. behatnotneeded: Can't test in Behat Change-Id: I258e7a275d78c91a5f8cd638ab7f6a7590125a6d
-
Cecilia Vela Gurovic authored
Added shortname of institution to: - Table in institution screen as a column - individual institution form as a non editable field behatnotneeded Change-Id: I37ba89d5d7c801852f970ce2ff82d7193c85f8d1
-
Cecilia Vela Gurovic authored
In web service configuration, when service provider master switch and service requester master switch are set to off, then all protocol switches are set to off and disabled. behatnotneeded Change-Id: I2672d93abd14d80f184e08c9796e6fcbee4bfc91
-
Son Nguyen authored
-
- 25 Sep, 2016 2 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-