- 04 Aug, 2016 3 commits
-
-
Aaron Wells authored
Changing the "--transform" flag in tar to use a regex, so that's one less place you have to specify the full version. Change-Id: I9d41ecc24f9d2116424be706e793f1f2618c35cf
-
Aaron Wells authored
The official downloads are now on github. Also, the GitHub URL sends you a 302 redirect to an AWS url, so we need to add the "-L" flag to Curl to tell it to follow that. Change-Id: I27bebc3f46f6041c92d9cc5950fb379ea9098346 behatnotneeded: Outside the scope of Behat currently
-
Aaron Wells authored
-
- 03 Aug, 2016 2 commits
-
-
Son Nguyen authored
-
Aaron Wells authored
Change-Id: I6079aad571d3e0ce550293bac60a14d33b6f4824 behatnotneeded: Covered by existing tests
-
- 02 Aug, 2016 1 commit
-
-
Son Nguyen authored
behatnotneeded Change-Id: I7675dbc105cf73a9eb3960529c582acffb8aad26
-
- 01 Aug, 2016 20 commits
-
-
Robert Lyon authored
Two patches got merged with the same version update number so might as well have the upgrade steps in the same 'if' statement behatnotneeded Change-Id: I2d9e24fc967a491d5a1d3d76e1f45bc8545ff4ab Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Aaron Wells authored
-
Marcelo Ortega authored
When: 1) The folder is empty 2) When the folder only contains folders that are also empty behatnotneeded Change-Id: I7e86a3ff051ff9d46a4b68e763574abfe0c6b14d
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
-
Jono Mingard authored
Replace all MochiKit function calls with either jQuery or rewritten versions. Also remove some old functions which aren't needed or weren't being used behatnotneeded: should be functionally identical Change-Id: Ie48032009b14adddfecbe8c381f4ff692afafe70
-
Aaron Wells authored
-
Aaron Wells authored
-
Ghada El-Zoghbi authored
behatnotneeded Change-Id: I2eada9b65cc174900cdb6584c13905410c91c673
-
- 29 Jul, 2016 1 commit
-
-
Ghada El-Zoghbi authored
When retrieving data from the LDAP server, check the results retrieved from ldap_search() and ldap_list(). If there is an error, do not continue. Otherwise, the sync_users() will assume that zero users were retrieved from LDAP. It will then deleted or suspended users when 'If a user is no longer present in LDAP' is set to either suspend users or delete them. behatnotneeded Change-Id: Ib57901c61f769d96720cf932d2e0d7f643853a56
-
- 28 Jul, 2016 2 commits
-
-
Mark Webster authored
Refactor the css to allow table border colours set by the user in TinyMCE. Adds table_style_by_css option to TinyMCE init in lib/web.php. Adds TinyMCE patch https://github.com/tinymce/tinymce/pull/3080 behatnotneeded: Covered by existing tests Change-Id: Iff67b93a4d8f41beaed30dffac34149e930c97ba Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Aaron Wells authored
Change-Id: I4ed0568ced7109cf9c24b832baa261e128905a62 behatnotneeded: Test to come later
-
- 27 Jul, 2016 1 commit
-
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: I1a1cd9e819a45a2b09099d0eececa6575b4a70b3
-
- 26 Jul, 2016 3 commits
-
-
Aaron Wells authored
-
Aaron Wells authored
Change-Id: I69d51c750fbcf605f98a5825fc8af1113719b723 behatnotneeded: Test to come later
-
Aaron Wells authored
Change-Id: I2e047be4ecad4594b9d27bb6d0058fa5971966ce behatnotneeded: Test to come later
-
- 25 Jul, 2016 5 commits
-
-
Ghada El-Zoghbi authored
It turns out a lot of existing code checks the boolean value of usr.suspendedcusr to determine if a user should be treated as suspended or not. The LDAP sync cron (and, indeed, any code suspending users via a cron task) was setting usr.suspendedcusr to 0, which is boolean false, so these users would be treated as not suspended. We are going to update all usr.suspendedcusr = 0 to a valid site admin ID. Change-Id: Iecfbfd8a4cdd98d5d07149bb40c64308262ea234 behatnotneeded: Test to come later
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: Icaafe3e7f3ee77aaece9f891fda1db40d5a235fe
-
Dmitrii Metelkin authored
behatnotneeded: Can't test drag-drop files in Behat Change-Id: I7951c70ab932f17ad30e088e526ad4fbd1930176
-
Aaron Wells authored
This patch changes that bad left (outer) join to an inner join, so that we only check for notifications for users who are in the affected institution. As a further safeguard, it also removes the line that compared each user's file usage to the institution's new quota. Now, we'll instead compare each user's file usage to that user's current quota (which, for members of the institution, will be the institution's new quota.) Change-Id: I4db6068221d1238c8a755434e78e6cc006a84aa8 behatnotneeded: Test to come later
-
Pat Kira authored
Change-Id: I797f07c7989d9d55b18f52933d9de4e2c67fcd79 behatnotneeded: styling only
-
- 24 Jul, 2016 2 commits
-
-
Aaron Wells authored
The abstract Activity class defines the function update_url() with no parameters, but the two subclasses that override it define it with one parameter. This will cause problems in PHP 7. It's always called with one parameter, (even in the Activity class itself) so the best option is to add one parameter to the implementation in Activity. Change-Id: I810061ed6f8c55101327e2e907bb68ebf9870380 behatnotneeded: Covered by existing tests
-
Robert Lyon authored
It is meant to return artefact instances but was missing the plugin name behatnotneeded: Testing with phpunit instead Change-Id: Id12df696b932d3644e85fe6836a3d97910bf36ff Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-