- 16 May, 2016 1 commit
-
-
behatnotneeded Change-Id: I38fbf34dae007b7a64e0753a69a8cebb7a3401bd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 01 May, 2016 1 commit
-
-
Robert Lyon authored
They need to be consistent in PHP7 and include the parameter types. behatnotneeded - existing tests are ok Change-Id: I5d94ee53962a92db6faf3718e5a54f48ea31e367 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Jan, 2016 2 commits
-
-
behatnotneeded Change-Id: I39faf88ac8932891a704868f5282a5794ae1387d
-
behatnotneeded Change-Id: I536f7d4ab8bd96d653e0ae3bba635437f0d2c17c
-
- 24 Nov, 2015 1 commit
-
-
Bug 1510421 Defines a new static PluginBlocktype method, get_css_icon(), which fetches the name of the CSS icon to use for this blocktype. It returns false by default, which tells the theme to "fall back" to the old thumbnail.png instead. 3rd-party plugins can override this to specify a particular icon to use. All the core blocktypes have been refactored to extend MaharaCoreBlocktype, which uses the blocktype name as the name of the CSS icon to use. I also deprecated the "SystemBlocktype" class while I was at it. PluginBlocktype::get_blocktypes_for_category() now returns both the results of get_css_icon() and the thumbnail.png path, so that themes can decide which they want to use. (And of course thumbnail.png is served via thumbnail.php, so 3rd party themes can provide their own custom image files if they wish.) behatnotneeded: Requires installing third-party plugins to test Change-Id: Idb1ecfc7b21175913708e695788906c11133b0c0 (cherry picked from commit 4f849ed2)
-
- 19 Oct, 2015 1 commit
-
-
behatnotneeded: styling only Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe (cherry picked from commit e618ed73)
-
- 07 Oct, 2015 1 commit
-
-
Change-Id: Id1f33a00eadd44757344c26b3e9a249bfe290a00 behatnotneeded: styling only (cherry picked from commit 550d72fe)
-
- 22 Sep, 2015 1 commit
-
-
behatnotneeded: Styling fixes only Change-Id: I064dc0e6d859249ff3c58f7e576fca9287d779eb
-
- 20 Sep, 2015 1 commit
-
-
behatnotneeded Bug #1465107 Change-Id: I27492cbc38416fd4790e1e62ec8090c19602d171
-
- 07 Aug, 2015 1 commit
-
-
behatnotneeded Change-Id: I5ac5becac82a0e4801fe095c09d5041bab0fc871
-
- 30 Jul, 2015 2 commits
-
-
Change-Id: I6bbd0edde9b09c7a01cc0e36fa5bfe55972a14e8
-
Change-Id: Icb22e6c2318630fe5043b73351af878fe85d5ad1
-
- 15 Jun, 2015 4 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: Ib3db7843c7fa5285b2aa3bd9f2f34a56580ff4a7
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I1f631d6f2637b22e00ea9e0972f0447a52304f4c
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I7196464441c27c657820742b2d310de4fb409b2d
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
- 18 May, 2015 1 commit
-
-
Aaron Wells authored
Bug 1430567 Change-Id: I839f40c00117a6ba798e6060b1bacaf1afe69bd9
-
- 14 Apr, 2015 1 commit
-
-
Aaron Wells authored
Bug 1443730 Change-Id: Ic2ee67db4d4b9bc5756b5a46552b3dc8a6e02101
-
- 26 Mar, 2015 1 commit
-
-
Gilles-Philippe Leblanc authored
Change-Id: I724a844fc9e4fbae9e58834082279b4f3f21995c
-
- 21 Mar, 2015 1 commit
-
-
Kristina Hoeppner authored
Change-Id: I91b8b698a0aa9d3aa828ce85f93973a205d5bdb2 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 18 Mar, 2015 1 commit
-
-
Aaron Wells authored
Bug 1431673. In order to replace this with a proper lang string, I had to change the annotation blocktype so that it's using the proper APIs for its JS file. Change-Id: I5155be2505f4986e424bf2909769377de7cd8c42
-
- 17 Mar, 2015 2 commits
-
-
Change-Id: I6bbb1855aef67b3678a801e2460637a1bedcd18e Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Kristina Hoeppner authored
Change-Id: I2da48645d81ec1deb373eb91a5035c59ce3b585c Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 13 Mar, 2015 3 commits
-
-
Aaron Wells authored
Bug 1431661: Logged-out users can't leave feedback anyway. When they submit the feedback form, they are prompted to log in. So, we may as well hide the "leave feedback" link for logged-out users. Change-Id: I5441c05e7dab5c50bd4e2ff24b841dfc13b2a133
-
Aaron Wells authored
Bug 1431668: This logic doesn't work for sites that are using cleanURLs, and sites in subdirectories. And anyway, the annotation.js file only gets loaded on pages where the block is in "view" mode, so the logic isn't even needed. Change-Id: I3c2a6505bd95331ab376cde6d5784e3c7e8cd6e2
-
Ghada El-Zoghbi authored
A new artefact similar to the comment artefact but with less functionality (i.e. no attached files, etc). It's an explenation of why a particular evidence meets a particular standard. If an annotation is created and added to a page, when the user deletes it from the page, the instance is deleted along with the annotation and its feedback. TODO: 1. Imports seem to be working. Can get all comments to import and display. Needs some serious testing. 2. Made changes for broken images but another bug was reported and is currently being worked on. So, may not need the fixes in here. Changes in: - htdocs/artefact/file/download.php To completely fix the broken images for all artefacts, changes are also required in htdocs/lib/embeddedimage.php to delete based on resourceid instead of fileid. Change-Id: Ibdb2e1c6500862645bac741bf61cff37e5a5b35c
-