- 26 Mar, 2019 1 commit
-
-
Robert Lyon authored
Render the 'blog' blocktype with pagination in normal display but no pagination in versioning display / or html export but rather list all entries behatnotneeded Change-Id: If91c29b29240b31960fa15fca621fe2aea36f12c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit 0cfb63e6)
-
- 30 Sep, 2018 1 commit
-
-
To allow us to restrict things being shown for block when in older version. behatnotneeded Change-Id: I8d9ffe1e7b26a07fc84e3ce64e988b9d7babc396 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Mar, 2018 1 commit
-
-
Robert Lyon authored
This patch contains the following: - created a relatedtags.php page + json file + template to handle the viewing of related tags for a user, the differences for this to tags.php page are: -- it can be viewed publically -- it requires a tag and viewid - Adjusted the filters for blog/blogpost, plan/task so they appear under their own filters as well as 'text' filter - adjusted the dwoo function list_tags so that we can pass an array of viewids/tags and/or just a view id -adjusted the portfolio_search_* functions so they would work for both my tags and related tags pages - fixed a filter js problem for tags.php where choosing the filter was not updating the displayed filter string behatnotneeded Change-Id: Ie3a2c3cb56e94ced0e021265bce88e35a9cfba5d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Mar, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
When a journal entry is marked as draft, we can't add it to a block we don't show it in a page, instead we show a placeholder with a message see bug 1387858 Change-Id: I73c475bbc6baddc0dc38c9e7a2c3c60b24a617b4 behatnotneeded
-
- 05 Mar, 2017 1 commit
-
-
behatnotneeded Change-Id: I202828d9fb16ef9c9c0057ad2f03845683e31551
-
- 12 Mar, 2016 1 commit
-
-
behatnotneeded Change-Id: I2d67baea26986ac97e2744994f867f457e8c6298
-
- 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
-
- 22 Sep, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded: the change makes the string identifier 'blogs' be 'Blogs' and the output should still show 'Journals' which we test for Change-Id: I8342d535cf0ee169f8d22a89a4ea071fb22da64c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Aug, 2015 1 commit
-
-
Robert Lyon authored
Change-Id: Ifda5e0fc2dd357069472b560c2674bbd5b02ebf1 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Aug, 2015 1 commit
-
-
Robert Lyon authored
This patch should do the following: Add a new site / institution menu item called 'Journals' Allow an institution to add Journals An admin can add entries to the journal A newly created user can get a copy of the journal Change-Id: I1fc424824fefe548d253e4c55d234ac3456484a8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Jun, 2015 3 commits
-
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I0a0a78d67909392613cd630faa542dd9b8145797
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I353a0945dfea3df6f6f9331dc38b33b85ca789b7
-
Bug 1465107: Use Bootstrap CSS Framework Change-Id: I332f8f2ea0c317b5171fe9163912c760f6bc2c77
-
- 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 2 commits
-
-
Aaron Wells authored
Bug 1401210. The get_artefacts() method is used by the Blogpost artefact to find all the blocks that use a particular blogpost, for storing in the view_artefacts table. This one was skipping the blogposts themselves, and it was including content from unpublished blog entries. Change-Id: I4248be998ba4082722648a1ddbcf1c9334672409
-
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
To handle the fact that blog blocks have more than one blogpost and therefore more than one comment link I've passed the artefact id and block id in together and appended a '0' to the front of the id so that the artefact id + block id does not clash with another block of the same id. Change-Id: Iddd4dab7afe70e8926a8556cdb55ea8d4dceda06 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
-
- 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>
-
- 14 Dec, 2012 1 commit
-
-
Son Nguyen authored
Make sure the string '&' does NOT passed to 'url' of a pagination. All values of 'url' passed to build_pagination were well investigated and fixed. All strings of '&' were also well investigated Change-Id: Id35837459e9dcfc42d2d6133720123e85758aac1 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 28 Jun, 2012 1 commit
-
-
Son Nguyen authored
Three blocktypes have been updated 1. Blog block (entire journal) -> add shortcut "New entry" to this blog 2. recentposts block (most recent journal entries): if there is only one journal -> add shortcut "New entry" if more than on -> display a dropdown list of blogs to select (these blogs are taken from the block configuration) 3. taggedposts block (tagged journal entries): all journals owned by this user will be displayed in the dropdown list *Note: Javascript code has been removed from the template. *Note: Call initialization js code of all blocks Change-Id: Ibdd63dfee39787f74d872a6a31b3286c63dee70a Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 08 Jun, 2012 1 commit
-
-
Richard Mansfield authored
The blog and friends blocks assumed that the view urls contained a query string. This is no longer true when clean urls are enabled. Change-Id: Iafae1c7b51fc3a82d131a1c8993ea7cad21bb9fc Signed-off-by:
Richard Mansfield <richard.mansfield@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>
-
- 16 Aug, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 12 Aug, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 22 Jul, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 05 Jul, 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
-
- 23 Jun, 2009 1 commit
-
-
Richard Mansfield 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.
-