- 18 Feb, 2019 1 commit
-
-
When adding comment to the entry and the journal is owned by group/institution behatnotneeded Change-Id: Id492c04e3facdbf00a5dfdc4d714c3c5103ff3a2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit 5988b7de)
-
- 06 Dec, 2017 1 commit
-
-
Robert Lyon authored
Because we are not using the normal generated html for rendering a blog post we need to filter the description text so that any embedded images include the view id We also need to add the attachments html directly as well so need to move that to it's own template behatnotneeded Change-Id: If6df01ec217610849108b599adfc04b81fd10b66 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Aug, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Fix for tag search when they have a character changed by urlencoding() Fix for tag display in Tagged posts block when tag has a character changed by htmlspecialchar() Fix for not executing javascript inside the text of a tag Fix to delete blocktype_taggedposts_tags entries when deleting a tagged posts block behatnotneeded Change-Id: Ic4a56ea90457e605c99203f0b355def93a04baa1
-
- 30 Jun, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Add button functionality got broken when we removed Mochikit behatnotneeded Change-Id: Ibe5b26e0f314a6a69f0dee8d9d6b672fafbdb5d2
-
- 25 May, 2017 1 commit
-
-
Robert Lyon authored
When viewing the page the blog/post is on and being logged out behatnotneeded Change-Id: I8418b37158073d3772d70f20cc696d6ab49d1f13 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 May, 2017 1 commit
-
-
Add JS event handlers for - pieforms - tinyMCE editor - bootstrap to detect when a page is ready after a behat test step Refactor behat tests .feature files - remove redundant steps I wait - replace the step I set the field ... by the faster step I fill in ... for regular text inputs Change-Id: I0ce4cc8dc32f228a648cfee608ec60ed917b7774
-
- 12 Jan, 2017 1 commit
-
-
If the created and updated dates are different for a blogpost, we see both dates. Based on Robert's Proof of Concept With showing both the created and updated dates for a journal entry (blogpost) Change-Id: If1701b56a12d39b017a8bb498fa1fbd0ea1ce92b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 11 Jan, 2017 1 commit
-
-
alexeyomelchenko authored
* annotation, blog, plans behatnotneeded: same functionality Change-Id: I39880674ad56381f46921949edac8f2819dcc01a Signed-off-by:
alexeyomelchenko <alexeyomelchenko@catalyst.net.nz>
-
- 14 Sep, 2016 1 commit
-
-
Cecilia Vela Gurovic authored
Journal entries block filtered by tags behatnotneeded Change-Id: Idfb823d4babff47b192a7c1b6f0588d2e2e5545b
-
- 22 Jun, 2016 2 commits
-
-
Robert Lyon authored
Note unlike copying journal blocks there is a special option for taggedposts block that allows for copying of tags only. This means copying the tags used in the block across to the new block instance only. So if you copy your own page the new taggedposts block should display the same content as the old one If you are another user it should display either nothing or the journals you have with the same tags Change-Id: I8011919dcf4e24e643bc2b07b1ba87db0963b81f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Initial changes as suggested by Stéphanie Lanthier behatnotneeded Change-Id: Id8c430e9f3dd4f0a91906d0ca28f45a53499dab8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Jun, 2016 1 commit
-
-
Aaron Wells authored
Bug 1580499. Updating comments feature to adapt to the new behavior, and removing redundant "feedback_configuration" feature file. Change-Id: Ib48cbb19f6ab9cc4937f31cef504724569680e1f
-
- 15 May, 2016 1 commit
-
-
Piers Harding authored
behatnotneeded Change-Id: I38fbf34dae007b7a64e0753a69a8cebb7a3401bd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Mar, 2016 1 commit
-
-
Bug 1558361 behatnotneed Change-Id: Idc3f0a010fef76a0908f65ce88bf52ae870170d3
-
- 18 Mar, 2016 1 commit
-
-
Bug 1557896: When you first click in Select2, it fires off an aqax request with no "q" value (because there's no query string yet). We return a "required parameter missing" error message in a JSON object, which causes a Javascript warning in the browser. Better to just treat it like an empty q, instead of a missing q. behatnotneeded - unable to test for issues in console Change-Id: I81c4cfe77c51fce735cfd2628aaed1e40cc35940
-
- 16 Mar, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded existing tests should be enough Change-Id: I6316c6301c703353928c9e6210e02cdfc25151a8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 07 Mar, 2016 1 commit
-
-
Bug 1521818. Making the "Tagged journal entries" block act more like a collection of "Journal entry" blocks. So, it doesn't add the parent blog to view_artefacts, only the specific blog entries that are displayed in the block. Also removing the title of the parent blog (and the link to it) from the list of blog entries, like the "Journal entry" block, which doesn't display the title of the containing journal. Note the viewer may still have access to the whole blog, if the blog is also shared on the same page via a "blog" or "recent journal entries" block. Change-Id: I33fc7e58b964c03bc8003f1de81a4bf58b6079b7
-
- 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
-
- 21 Oct, 2015 1 commit
-
-
Robert Lyon authored
Stops the modal from being closed when clicking on the 'x' on the tag options. behatnotneeded: will add behat test is subpatch as there needs to be a new step added Change-Id: I8c1589fb708e654ca3200e1893ed25def19a5a3d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Jul, 2015 1 commit
-
-
Change-Id: Ia270b31fb7761df509ef9cefc843b9d72fc6f729
-
- 28 Mar, 2015 1 commit
-
-
Kristina Hoeppner authored
Change the "Show items in full" checkbox to a switchbox. Change-Id: I8b93da39b60df192026d7b4d7239fdadf5df78ba Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 23 Mar, 2015 1 commit
-
-
Bug #1433776 Change-Id: Ifbc242ac05f3e7a29ad12cd66cc134c0fa9474d8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 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>
-
- 16 Mar, 2015 1 commit
-
-
Kristina Hoeppner authored
Change-Id: Ie4e411e650dbc4ab9fd99f02a1e19cbfae97d031 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 05 Feb, 2015 1 commit
-
-
Change-Id: I448b74850bb387c8d9569a3df72da3927ca691d9
-
- 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>
-
- 30 Jan, 2015 1 commit
-
-
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. I needed to add a table, blocktype_taggedposts_tags, to store the tags in a manner that was easier to query than a serialized blockconfig. Change-Id: Ieef58715e404689d95848e32ccd4132ea3fbcdc5
-
- 28 Jan, 2015 2 commits
-
-
Aaron Wells authored
Change-Id: I4349d8c2816a1bec3b01121a6f2ae165add4477c
-
Robert Lyon authored
To include and/or exclude certain tags - has two pools of tags; those that are 'in' and those that are 'out'. To exclude a tag begin your search with a minus sign. Change-Id: I32a3b3d3f244d08bd0547d72db25b8189642fc0e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Jan, 2015 1 commit
-
-
Son Nguyen authored
- Use render_self() in full detail option - Remove calls of $artefact->get() in template file Change-Id: I6be321adfda07c7f3e7cb3ac4026894b081e131f 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
If the taggedblog block is set to display full entries then comments also show Change-Id: Iea4f6c3df3f61d0b58e8f7b0b06c1fb3713fedd8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Oct, 2014 1 commit
-
-
Aaron Wells authored
Theme files for plugins can now live under the plugin's directory or under the theme's directory. Moving the files for the core plugins to /theme should make life easier for theme developers by putting them all in one place. Change-Id: Icff863c46c80ed2d6be07cd49404bc0b7f5fc4c0
-
- 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>
-
- 03 Mar, 2014 1 commit
-
-
Robert Lyon authored
This way it's consistent with the "External feed" block, where we also put the date below the title of the feed entry. Also split up the 'posted by' and 'comments', placing the comments last in the list. Also have the posted date at top of the Content -> Journal page Change-Id: I25a7f62f4ba91c66e198333546dbe471c222246c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 02 Mar, 2014 1 commit
-
-
Change-Id: If5d628ebc63be8b97a688e4835e21ca4001c7e3f Signed-off-by:
Jono Mingard <jonom@catalyst.net.nz>
-
- 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>
-
- 24 Sep, 2013 1 commit
-
-
Robert Lyon authored
- This was not working for tagged journal and recent journal blocktypes clicking the button did not do anything. - problem was a css variable expected by the js had been removed so I added a new one that didn't clash with current css styles. - Fixed this for when a user has only 1 journal or multiple journals Change-Id: I19374c2c64bbf08f683871197b16e3ad37b1f6dd Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Aug, 2013 1 commit
-
-
Robert Lyon authored
- Bugs #1201258, #1181010, #1199563 As these are all integrated together it is easier to test them as one patchset. Change-Id: I5ce68a4ea2de1de8b9deeb7d95380fcdcae095a0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jul, 2013 1 commit
-
-
Here are all the UI changes that were made by Evonne Change-Id: I08d98d759a701deaf0a332af9e9392b7270704a5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-