- 24 Apr, 2015 1 commit
-
-
Robert Lyon authored
So we can tell them apart with behat Change-Id: I6af2a13c141b5d67674a1f0c3fbde32f3ed4f7a4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Apr, 2015 3 commits
-
-
Robert Lyon authored
This is because the selenium gets confused by having two 'save' buttons on the page, as the 'addblock' one gets hidden but still exists Change-Id: Ieef1c583fa0f4ea5381ba931ab12f116556740cf Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Iee5110eb9ffb9bcb1a6dbbcdfa1b8a43891db93e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Nigel Cunningham authored
Add caching of results to ArtefactType::get_plugin_name. In a test export of 1000 users via admin/users/bulkexport.php, this patch reduced the number of calls to get_field from 78,000 to 26 and reduced the execution time from 115 seconds to 92 seconds. Change-Id: Ie7b2e39089bed1c3cd4844748b21f1ffb251f8dd Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
- 20 Apr, 2015 1 commit
-
-
Jinelle Foley-Barnes authored
I have moved the feature files that were outside of folders into folders. Go to mahara/tests/behat/features to see the ones that have been moved. They were moved in attempt to tidy it up and check they are no redundancys. Change-Id: I63db763a359d2cc715e0a4a6128cf01e774ebbab
-
- 16 Apr, 2015 8 commits
-
-
Robert Lyon authored
-
Bug 1286935 Seeing as we check the url against FILTER_VALIDATE_URL and that only site admins can add to the 'allowed iframe sources' that should be enough without having to add the / to the end of the url. Change-Id: I82e3623d3df2fa03012278d334994224c51a092e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
Was trying to access 'Pete Mc' but the link for first and last name are separate on the admin/users/search.php page so we need to just look for the first name Change-Id: I42778395f8c1b77cf2bb40333c1d3fd935802ecb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Bug #1422232 Change-Id: Ia8fd7d074db3be027e1318a07d062a9ed1bb2ad8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
- 15 Apr, 2015 14 commits
-
-
Robert Lyon authored
Do correct string/variable comparison Change-Id: I98c5c1360891699e439108789b2015d7587222ca Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
By doing two things: 1) Getting the embedded SWF object to set the allowscriptaccess = "never" and allownetworking = "never" 2) By forcing a 'download file' link to actually download file - this goes for all files now that don't have embedded=1 in their url. I've done it this way, having the embedded item have extra url param so that if a user tries to manipulate a url by removing params it will default to force download. I've merged the changes I'd done here https://reviews.mahara.org/#/c/3522/2 and I've also cleaned up places where the download=1 was used as that is not needed now. Now if there are places where we need to embed rather than download we add the embedded=1 to the url. Change-Id: If5290a7c571d06d4178ef2ae5c4c09ed287403b4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
-
Aaron Wells authored
* changes: Behat Test: Friend Request (Bug 1440908) The accepting friend notification contains full url (Bug #1440908)
-
Aaron Wells authored
-
Robert Lyon authored
Rather than the loading spinners Change-Id: I051fedd6bb8ee5061960c5f6bb2a67fb5b72d9ad Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Discovered this problem when I fixed the HTML export - it was exporting blocks with the loading spinner rather than actual block content Change-Id: Id9c790f7cc6058141fb98c6d984af188ae265d6c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1444229: It was hacky to rely on the block content being empty to signal the AJAX block loader. We should tell it to do so explicitly. Change-Id: I9816c43c96ffed85282ac0d874fa5bfe1ca62e00
-
Aaron Wells authored
Bug 1443770. Note this solution doesn't work fully in IE10. In that browser, the keyboard nav works, but clicking on the thumbnail won't pop open the accessibility links. The fix for that, is ultimately to change this from using MochiKit to using JQuery. Change-Id: I5f173f6b32a3a301c10262cd71838f78821b36dd
-
Aaron Wells authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 14 Apr, 2015 12 commits
-
-
Aaron Wells authored
Bug 1443280: Currently feedback triggers notifications for users watching the page, but only for single-author pages. This patch makes it work for site pages, group pages, and institution pages as well. Change-Id: I4decf520088a0e5b4948c341cdffbd801aa2531c
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
To make the switch button's function more logical. Change-Id: Ia7714a50c91d7cbf0d9c9c64745b52be62838340 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
Unfortunately this doesn't work for anonymous feedback, because the notification_internal_activity table only has an integer column for the userid in the "from" column. To handle anonymous feedback we would need a string for the "from" column. Change-Id: Ia429a548b371d30166775e51f95cd5998062445f
-
Aaron Wells authored
Bug 1443736 Change-Id: I809cd3bc2f7e2865dc6641ee2448d22b96426415
-
Aaron Wells authored
Bug 1443732 Change-Id: I61a59f7615f29b7386d9806695c8da70dcbc4938
-
Aaron Wells authored
Bug 1443730 Change-Id: Ic2ee67db4d4b9bc5756b5a46552b3dc8a6e02101
-
Aaron Wells authored
Bug 1443730 Change-Id: I827a7f7d45b6248da37570bfcedb58ecfee34849
-
- 13 Apr, 2015 1 commit
-
-
Robert Lyon authored
Users who are logged in on the suspended institution's auth method are logged out. Change-Id: I10e1dec465a4363a076e92f4d90ec663ff8a822e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-