- 11 Jul, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I6b114ec554ceea0bc1d74009959a4e82a455af16 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Nov, 2015 1 commit
-
-
Aaron Wells authored
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
-
- 19 Oct, 2015 1 commit
-
-
behatnotneeded: styling only Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe
-
- 15 Jun, 2015 1 commit
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
- 08 Mar, 2015 1 commit
-
-
Robert Lyon authored
Bug 1422480 Also added a filter to the image block to filter by image files Change-Id: If5665396894f5f9114cca4b449d383efbfc5f94f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Feb, 2015 1 commit
-
-
Robert Lyon authored
And getting it to work in a block configuration form - see the image block's configuration form Includes reverting these commits db7f4520 9e0c498c and altering this commit to not use the switchbutton jquery plugin 901df0a5 Change-Id: I818c296cdcf573ede63b1783defb1b528d93ae2d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Feb, 2015 2 commits
-
-
Aaron Wells authored
Bug 1419539 Change-Id: Id0ce0e028a504b5284e13a2f01e71e7ca1f07c1d
-
Aaron Wells authored
Bug 1419399 Change-Id: Ia22577980bb67862f540a2ffc76dba54fc824aa5
-
- 01 Feb, 2015 1 commit
-
-
Bug 1236102. Also sorting the "text" and "image" blocks while I'm at it. Change-Id: I09c3a1bec1ec9a7ddf0b3f1cfca735759dd2bbbe
-
- 28 Jan, 2015 1 commit
-
-
Robert Lyon authored
This was causing some problems with tagged posts - also hiding the 'add comment' link on page edit screen. And making the comments info show when no comments were on item and allow comments for artefact was enabled. This is an issue with newer versions of php. Also placing some of the template files in the new correct location Change-Id: I599e16b0899559a3ebcdf68cff53220b1d83f2d6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 03 Dec, 2014 1 commit
-
-
... in order to silence all the E_ALL notices Change-Id: I0fdc9fc68ae7ffd2fa2dffe68dfbd79ee9599c06
-
- 16 Nov, 2014 1 commit
-
-
Robert Lyon authored
- similar to the changes done for textbox Change-Id: I7419a50b6790d11ee5e4d48b2d1bbd2b134f2126 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Nov, 2014 1 commit
-
-
Bug 1390339: Before, we had hard-coded the "image" and "text" blocks into the top of the block picker. With this change, a block developer can just give their blocktype the category "shortcut" and it will show up there. Change-Id: Ibaafc481745dd290442aa125b637394084705b00
-
- 09 Nov, 2014 1 commit
-
-
Aaron Wells authored
Bug 1389450 ... since they're also present at the top of the block picker. Change-Id: I758be5c4fd8da81a23bbcf1feecbe89c23b91f9a
-
- 04 Jun, 2014 1 commit
-
-
Aaron Wells authored
As vetted in the May 2014 dev meeting http://meetbot.mahara.org/mahara-dev/2014/mahara-dev.2014-05-01-08.01.log.html Change-Id: I353ed74d69a5346fbe4e8e521e5c349dbe8dcbac
-
- 09 May, 2014 1 commit
-
-
Fixes in this patch: - Moved artefact.php to artefacts directory to separate it from pages. - Fixed reference to a wrong 'artefactonlyviewableinview' string. - Removed add_to_render_path() and its calls which have no purpose at all. - Removed 'artefact_parent_cache' table. - Removed cron jobs related to 'artefact_parent_cache' from DB. - Added 'path' column in 'artefact' table to easier calculate hierarchy. - Added ArtefactTest.php for artefacts unit tests Change-Id: Ia14cd85b94c32a950354446ee3565bd2964c625c Signed-off-by:
Yuliya Bozhko <yuliya.bozhko@totaralms.com>
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 02 Mar, 2012 1 commit
-
-
Kristina Hoeppner authored
Some language strings need fixing that were beyond the minor language string updates. Except for the strings in install.php they all needed new strings to be picked up by the translators. Change-Id: I9cc6fe169a2b7b287a63df0bac1c52ea2c56c633 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 15 Jul, 2011 1 commit
-
-
Eugene Venter authored
bug #605747 and bug #806501 When a user uploads a new profile icon, it now gets added to the "images" folder in their files area. Profile icons are emphasised and descriptions aren't editable. Warning notifications, when deleting a default profile icon or when deleting a folder containing profile icons, are implemented. Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz> Change-Id: I3f8c93c4b65814aa183f0eaa8e1739e750c87905
-
- 13 May, 2011 1 commit
-
-
Francois Marier authored
These closing tags are unnecessary and against our coding guidelines. Let's get rid of them all in one go. Change-Id: Ia94f103e525185597ee3780a3839d7577cdd0c29 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 04 Jul, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 28 Oct, 2009 1 commit
-
-
Richard Mansfield authored
Remove use of istemplate argument in blocks' instance_config_form and artefactchooser_element functions Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 07 Oct, 2009 1 commit
-
-
Nigel McNie authored
Signed-off-by:
Nigel McNie <nigel@catalyst.net.nz>
-
- 22 Sep, 2009 1 commit
-
-
Richard Mansfield authored
Don't base block configuration on template status, apart from showing blog advanced copy options for templates only Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 23 Jun, 2009 1 commit
-
-
Richard Mansfield authored
-
- 09 Jun, 2009 1 commit
-
-
Richard Mansfield authored
-
- 04 Jun, 2009 1 commit
-
-
Richard Mansfield authored
-
- 02 Jun, 2009 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 04 Mar, 2009 1 commit
-
-
Richard Mansfield authored
-
- 29 Jan, 2009 1 commit
-
-
Nigel McNie authored
Now they do things like not making it compulsory to choose an artefact if it's a template (as the creator might just want to put the block there), and removing some options that only make sense in Views. There's a parameter for instance_config_form and artefactchooser_element to allow the Blocktype to detemine whether it's in a template easily.
-
- 18 Nov, 2008 1 commit
-
-
Richard Mansfield authored
-
- 15 Sep, 2008 2 commits
-
-
Penny Leach authored
beginning of wall and another backwards compatibility break for blocktypes now we must pass $editing parameter to render_instance (default false)
-
Penny Leach authored
-
- 01 Sep, 2008 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 13 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 08 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 05 Mar, 2008 1 commit
-
-
Nigel McNie authored
Moved the detection of artefacts not existing when rendering blocktypes to outside the calls to render_instance. This means all blocktypes instantly get the protection required if a bug elsewhere in the system means the artefacts they want don't exist. They can catch the ArtefactNotFoundExceptions themselves and do something more clever if they want to.
-