- 19 Mar, 2015 1 commit
-
-
Robert Lyon authored
needed to pass the js to render the expander post ajax load Change-Id: Ia5d962aae9108ef751c120b9c89ddf18c85b0017 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 04 Feb, 2015 1 commit
-
-
Robert Lyon authored
- Currently ordered as per this comment https://bugs.launchpad.net/mahara/+bug/1236102/comments/1 Change-Id: I95b5eac314dcbf2fef58e8b16836d4a6822b8b40 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 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>
-
- 12 Jan, 2015 1 commit
-
-
- Filter out draft posts when editing the blogpost block - Don't display the post's content if it is unpublished Change-Id: Iaaf92f29383e2f3997e214b052dd116005a971dd Signed-off-by:
Son Nguyen <son.nguyen@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
Getting the rendering of the blogpost comment count to be done by the block instance in a similar fashion as the other artefact blocks. Change-Id: I67805ac33a9850c1fded17b32873e5ad90c7489f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 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
-
- 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>
-
- 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>
-
- 18 Apr, 2011 1 commit
-
-
Richard Mansfield authored
Change-Id: I2809e1042e3c07835d594e58d3922dfd6bb12d10 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 26 Aug, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 26 May, 2010 1 commit
-
-
Francois Marier authored
This was not exploitable, but will reduce the risk that a SQL injection will be accidentally introduced in the future. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 28 Oct, 2009 2 commits
-
-
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>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@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
-
- 08 Jul, 2009 1 commit
-
-
Richard Mansfield authored
-
- 23 Jun, 2009 1 commit
-
-
Richard Mansfield authored
-
- 11 Jun, 2009 1 commit
-
-
Nigel McNie authored
-
- 09 Feb, 2009 1 commit
-
-
Nigel McNie authored
If a blog or post is put into a View via reference, you now can't configure that block (other than to change its title). There is a note that points out the block has been copied, which explains this for users. Fixed up a couple of other problems with the blocktype configuration forms, which should hopefully mean users won't see options they can't use.
-
- 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.
-
- 06 Jan, 2009 1 commit
-
-
Nigel McNie authored
Allow blog, blogpost and textbox blocktypes having links or manually created <img> tags to artefacts to have those artefacts counted as being within the blocktype, and thus within the view. This is so if people manually link to or source artefacts within textual content, those artefacts will be downloadable when the view is shown to others. Not backporting to 1.0 although the problem will most certainly exist there - the patch is just too big to trust on a stable release.
-
- 17 Dec, 2008 1 commit
-
-
Nigel McNie authored
copy_artefacts_allowed. copy_artefacts_allowed is unnecessary as it's only called if the copy type is 'full', and there's now no way that you would want to fully copy a block and not copy the artefacts inside it. Some other API tidyups have been done - default_artefact_config has been renamed to rewrite_blockinstance_config and had a method signature change to be a bit more flexible. The copyconfig field of the View object is gone too, no longer required.
-
- 16 Dec, 2008 1 commit
-
-
Nigel McNie authored
View. This means that blog/profile/resume blocktypes don't show up in group/institution/site Views. This is controlled through a new Blocktype method - allowed_in_view. Various code had to be changed to listen to this method, mostly around the display of the category browser. When making a template, all blocktypes are available. Part 3 is to change the configuration forms to be more sensible when editing a template, and then testing what happens when blocktypes are rendered somewhere that they "shouldn't" be - e.g. a My Friends block in a group View.
-
- 18 Nov, 2008 2 commits
-
-
Richard Mansfield authored
-
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
-
- 15 Aug, 2008 1 commit
-
-
Richard Mansfield authored
-
- 13 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 04 Dec, 2007 1 commit
-
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 14 Nov, 2007 1 commit
-
-
Penny Leach authored
Changed all requires. Also removed not used json/renderartefact.php
-
- 08 Nov, 2007 1 commit
-
-
Nigel McNie authored
-
- 07 Nov, 2007 1 commit
-
-
Nigel McNie authored
Implemented get_artefacts in the BlockType parent class, so that all children don't have to implement it. The one exception thus far is the Profile Information blocktype, which needs to add the 'profileicon' field.
-
- 29 Oct, 2007 1 commit
-
-
Nigel McNie authored
-
- 27 Oct, 2007 3 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
* The element is set in artefactchooser_element() * artefactchooser_get_element_data() works out the blog the artefact is in, as well as a shortening for the description * artefactchooser_get_sort_order() sorts the blogposts by what blog they are in, then by their creation time descending
-
Nigel McNie authored
Added blogpost blocktype, first cut. The title of the blogpost is used for the title of any blockinstance made. Currently, the artefact chooser for choosing a blogpost is stuffed, because the artefact chooser is still assuming that images and files are what is in it.
-