- 08 Jul, 2015 1 commit
-
-
Aaron Wells authored
Change-Id: I445c763b09928ce03ae8561605e593bc23bba122
-
- 07 Jul, 2015 1 commit
-
-
Aaron Wells authored
Bug 1463629 Change-Id: I99f4df8b5ce51a58db5f122f44717ae6d12a6d72
-
- 01 Jul, 2015 1 commit
-
-
Robert Lyon authored
When anonymous comments is turned off Change-Id: Id2ed84cb3b532da6ec8e117ef13c283bd64af302 (cherry picked from commit 3046c5c7)
-
- 28 May, 2015 3 commits
-
-
Son Nguyen authored
Change-Id: I7e18e0b19d0f5ccdecd25f310f0493956e56e3fd Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Son Nguyen authored
Change-Id: I1ea800f468cb8177b6e78b0de9f129cd032bbae5 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Hugh Davenport authored
Institution names were not being escaped properly in the accesslist. This patch escapes them properly as well as clearing the compiled cache for the templates where this problem occurs. Change-Id: I2e675af0b84a3a7106e0245a5faa6ee2095a7e06 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 May, 2015 2 commits
-
-
Aaron Wells authored
Change-Id: I3ba68797512dd0d30087c62b17386b8417575ceb
-
Robert Lyon authored
Change-Id: Ida23b4b8d58cad2455e0fcb32efe6cad59fa5ce5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit e5b5ee67)
-
- 07 May, 2015 2 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
It was wanting to check if the user was in the correct institution to edit the group - but was wailing if the user was in group 'mahara' or no institution. Change-Id: Ia77cb601774bdde6a2a176a0ed26760e4ccd8ea8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Apr, 2015 1 commit
-
-
Robert Lyon authored
The fix for this exists in Dwoo 1.2 so backporting it to older branches Change-Id: Idafa654ea5e71118d8fdd1512e9a32cf1f4c39cd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Apr, 2015 1 commit
-
-
Aaron Wells authored
This should make it easier when switching between master and older branches. Change-Id: I5be0afc3338fc66a05750b334f4742f7d17f4225
-
- 20 Apr, 2015 6 commits
-
-
Aaron Wells authored
Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Aaron Wells authored
Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Brian King authored
Bug 1414628: The "tm_yday" (day of the year) param is not supplied by strptime by default on BSD systems such as Mac OS X. It works just as well to use "tm_mday" (day of the month) param instead, and it also makes more sense! Change-Id: I1484dcde4dbd8199f578a4eb5a58a9f78de45635
-
Aaron Wells authored
-
Ghada El-Zoghbi authored
Add missing language string for IMAP Port field. Change-Id: I9fccdd890bc186971fa1b7e90f965a7b34a25615 Signed-off-by:
Ghada El-Zoghbi <ghada@catalyst-au.net>
-
Son Nguyen authored
The old format caused a strict standards warning in PHP 5.5 Change-Id: I3014aae0bbdca131c63735a5daade299d11a265b Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 16 Apr, 2015 6 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
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
Bug #1422232 Change-Id: Ia8fd7d074db3be027e1318a07d062a9ed1bb2ad8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
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>
-
Robert Lyon authored
Do correct string/variable comparison Change-Id: I98c5c1360891699e439108789b2015d7587222ca Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Apr, 2015 4 commits
-
-
Son Nguyen authored
Change-Id: I45bdbbaeedf2e6bced74da0a8d7eebed753d4595 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Son Nguyen authored
Change-Id: I0ae87e94bd7ad723a19045598280a6c4880aa3d8 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
And this ends up breaking the 'more' link in the inbox. Normally we don't expect the url to contain the full path so we need strip it off as it's added back in via the template. Change-Id: Ibf22f361aaf7697e9903a2374f15d4fb031d01ef Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 13 Apr, 2015 1 commit
-
-
Robert Lyon authored
A person can alter the viewid passed to the watchlist ajax update and so a user can end up watching a view they have no access to Change-Id: I21d00963ac3d9d53e337bcb0a7162bd2a1da1802 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 Mar, 2015 3 commits
-
-
Son Nguyen authored
Change-Id: I643a825a3ff878cb8573e96cb2741c0dee0cb29f Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
To test see bug report Change-Id: I88069adce01c77a1009ac49bf61966524532ca44 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I2030a8222ff7691952f9351b297298484f102ac5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Mar, 2015 1 commit
-
-
Robert Lyon authored
To test - see bug report Change-Id: I74b9d35eb8be34af90ee46714f9b4ad19bc340d5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Feb, 2015 2 commits
-
-
Yuliya Bozhko authored
Change-Id: I4536536d254d9dc85c9eb8405bd6ab61c0ae26e9 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
Son Nguyen authored
Bug 1390833 This will update all attachments to the artefact Change-Id: Idc06d5ce35b2427575b44d53f4aa56dfc7b01cf8 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 09 Feb, 2015 1 commit
-
-
Robert Lyon authored
Currently it checks lowercase username against the same username But we need to compare apples wuith apples so the subquery also needs to return lowercase username. Change-Id: Icbe65e12d415be6f943399185c828166ed8a98d4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Feb, 2015 1 commit
-
-
Son Nguyen authored
Change-Id: I0dffc63f0ea10409c9ae18b9194a13a2287e0a7c Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 03 Feb, 2015 1 commit
-
-
Aaron Wells authored
Bug 1417364: This check causes too many false positives and doesn't catch actual problems often enough. Change-Id: I659cafd3dcdbcf254d66a72bcb4f2f6a1ba2ddba
-
- 29 Jan, 2015 1 commit
-
-
Aaron Wells authored
Bug 1415709 Change-Id: Ib6758dfe1d10884f69261179687d5ffde7ff81f9
-
- 26 Jan, 2015 1 commit
-
-
Robert Lyon authored
To test - create an institution and give it the custom theme. Add user to institution and log in with that user. Between each test you will need to re-save the institution so that the custom theme data in the db gets updated by the template change. Change-Id: I21d97c77896d872cbfc335473fbf510999b5187b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-