- 17 Dec, 2014 1 commit
-
-
Yuliya Bozhko authored
Change-Id: Ia83d2cd8b5f7b971098daf580839bd61f08be354 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 16 Dec, 2014 8 commits
-
-
Aaron Wells authored
Change-Id: I49cbd9196efca256bb0959e59dfc56aa2ba4e4e2
-
Yuliya Bozhko authored
-
Aaron Wells authored
-
Robert Lyon authored
Fixing up so older versions of php (pre 5.5) can deal with it Change-Id: I88fa8f3641d20bbf18cef7b26d43c8d14a4d6f1d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Also pluralising the lang string Change-Id: Ib98b5d4809d4c8a7dca30ccc0f735e9bdcb078de Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Mike Kelly authored
Change-Id: Iae6b20134f7426c006dcfe0200e46b2cd52279ff Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Mike Kelly authored
Change-Id: I177f3a2eec67609181337ed4bca01fb7c40d7e8a Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
Mike Kelly authored
This is a TinyMCE plugin which allows for browsing and embedding of Mahara-hosted images as well as the embedding of external web-hosted images. This makes adding inline images to WYSIWYG text boxes more user-friendly. Viewing permissions for these embedded files is set by adding references to them to a new database table, artefact_file_embedded, then checking for the existence of the references in the table when serving the files via artefact/file/download.php. For content blocks in views, such as text and textboxes, any embedded images are saved as view artefacts, and viewing permission is granted for those files accordingly via previously existing checks in artefact/file/download.php. This patch is designed to allow image embedding in all WYSIWYG text boxes throughout Mahara, hence the table structure, with resourcetype and resourceid providing the context for checking the validity of the image file to be served. Change-Id: Idcc5ab3495eed44eea6ced171d670ba4c73884f6 Signed-off-by:
Mike Kelly <m.f.kelly@arts.ac.uk>
-
- 15 Dec, 2014 4 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
-
Robert Lyon authored
Bug 1384484 Change-Id: Iac8f43ff872af194140f43f84c46ebe73998d0c8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Dec, 2014 2 commits
-
-
Aaron Wells authored
-
Robert Lyon authored
Change-Id: Ia987b37f0f83825ca0de1cbccf01146205ced110 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Dec, 2014 2 commits
-
-
Kristina Hoeppner authored
Removed reference to IE7 and made some other updates in regards to the login box itself. Change-Id: I96cc0c6e0eba59be5f8a932107a5cdd81a177ea9 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Yuliya Bozhko authored
Change-Id: I32faf161d9ef7c9cd020134a08998ce48acc7060 Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 11 Dec, 2014 17 commits
-
-
Aaron Wells authored
Bug 1399311 Change-Id: I8d66b266d6de3dedb9069f852c5540a139ebb1e5
-
Robert Lyon authored
Now we pass round the userid rather than the username as well Change-Id: I633d058e7b0cc6efd9b3fcb626635f380aa55968 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ief2496eefd3f827a84c49e39580aad630ead5ecc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This allows one to add a pieform element 'type' => 'switchbox' to render a checkbox styled as a toggle switch. See file for list of arguments that can be passed to switchbox Change-Id: I446b676326a9d5e756d5ff645761d8daf27222b5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
1) Stop the callback function firing onload of page 2) Allowing to specify the function by reference so one can have either: callback_on: function() { }, or callback_on: "my_function", 3) Allowing the hidden checkbox to still exist in the tab index for screenreaders Change-Id: Ic7a153083446be89eca9f6457b3e05e69cb55a4b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
-
Robert Lyon authored
This jquery-ui plugin graphically styles a checkbox into a toggle switch Change-Id: Id5f3f5dd9d308aa1231fe8017a505c22f7cf1796 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Have adjusted the testclient to alert bad user/pass for one of the strings - this should be ok as it's only for the testclient interface, which only the admins can see. Change-Id: I5f8857058243108715ef19e7d51587b9bf800f7b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: Ib728376b9262bc0bcd45c3f72abba4903dede902 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1401324 Change-Id: I82cc854004937161c29d74a6c26fc6a00352470b
-
Robert Lyon authored
We can't pass anything other than an array or null to get_recordset_sql() Change-Id: I62717401d3f4960f0e5a5fc76bf8156b0853b9fc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Dec, 2014 5 commits
-
-
Aaron Wells authored
Bug 1401313: The "toupgradecount" was only counting plugins, not core and local. This specifically caused problems for the command-line upgrade script. Change-Id: Ia7b666af890d84613ed34f0c72f395c77fdad358
-
Aaron Wells authored
-
Aaron Wells authored
Bug 1400975 Change-Id: I0b7145a6febdb9a5e7c32da9e5ae6cc138840f9b
-
Aaron Wells authored
-
Son Nguyen authored
-
- 09 Dec, 2014 1 commit
-
-
Robert Lyon authored
-