- 15 Apr, 2019 1 commit
- 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)
-
- 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)
-
- 15 Feb, 2019 1 commit
-
-
Robert Lyon authored
and we got to 2nd page of pagination in a blog block behatnotneeded Change-Id: Ia6b3401ca63b7f2a25cc415726d51bb0400ef8d8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> (cherry picked from commit 9f031671)
-
- 30 Sep, 2018 2 commits
-
-
Cecilia Vela Gurovic authored
inlcudes: - allow to display pdf in old versions of view that are no longer part of the view - tagged journals && recent forum posts blocks: show the block content - allow pagination in the block when displaying version of the page (for example, tasks in plan block) behatnotneeded Change-Id: I74af39b15f5165a1ed9916329c23051897b8463a
-
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>
-
- 24 Sep, 2018 1 commit
-
-
Robert Lyon authored
Includes converting the RESUME_SUBPAGE to MENUITEM_SUBPAGE And getting the group subnav to use the same structure behatnotneeded Change-Id: Ia3bcb02030b5fe4deae47f20ff497dda55667d95 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Sep, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I523b7989df426670690b0a086c553149dba26d84 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Aug, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I4b7b4d95bd17ff2fea81e3b750f9978471ec5d7a Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Aug, 2018 1 commit
-
-
replaced each() with foreach in core code. replaced create_function() with anonymous function in core code. Also removed some functions that were not used anymore behatnotneeded Change-Id: I300396a1ec04c75d7882b7ec5c9de76c3763e70d
-
- 07 Aug, 2018 1 commit
-
-
Event Breaking change: .load(), .unload(), and .error() removed Breaking change: .on("ready", fn) removed Breaking change: event.pageX and event.pageY normalization removed Breaking change: jQuery.event.props and jQuery.event.fixHooks removed Breaking change: Delegated events with bad selectors throw immediately Deprecated: .bind() and .delegate() no calls to .bind() for events in core. Only calls to bind() refer to the js bind of arguments to functions. no calls to unbind() for event in core. Only calls to unbind refer to the unbind method defined in formChangeManager not related to the jQuery method. Warnings fix JQMIGRATE: jQuery.fn.click() event shorthand is deprecated - also applies to the other event shorthands, including: blur, focus, focusin, focusout, resize, scroll, dblclick, mousedown, mouseup, mousemove, mouseover, mouseout, mouseenter, mouseleave, change, select, submit, keydown, keypress, keyup, and contextmenu. JQMIGRATE: jQuery.fn.hover() is deprecated JQMIGRATE: jQuery(window).on('load'...) called after load event occurred (for FileBrowser we can see this error when editing a block in a page) behatnotneeded Change-Id: I1a50050f882b864ad63d273de160e0b441a77705
-
- 18 Jul, 2018 1 commit
-
-
Update /admin/index.php so that the content is the same as in the admin menu. Update descriptions as necessary add commas after and, as requested behatnotneeded Change-Id: I28aecd85cbf5d6036ece818516fab566d56e41b2
-
- 04 Jul, 2018 1 commit
-
-
Robert Lyon authored
Added the 'create via tags' field to Page settings. Can add certain tagged artefacts/blocks to the page Note: if the block with the tag already exists on the page it will not add it again behatnotneeded Change-Id: I97e930e36a40d43a4ffdbf0337ae3303dbb72f19 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jun, 2018 2 commits
-
-
Change-Id: I833caaa90b2640c3902c81d96ffaf451489abbcb
-
Robert Lyon authored
So that we only have one 'tag' table that holds all the tag information behatnotneeded Change-Id: Ieb83e61da45edddfa8703816c11f3658c5394c47 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 May, 2018 1 commit
-
-
behatnotneeded Change-Id: If9c4bfbc7e1113cd4de131712db821a048ba2136
-
- 28 Mar, 2018 1 commit
-
-
Journal and Institutions pages behatnotneeded Change-Id: I39885dc6791666b5cba190139962931d29cbb55b
-
- 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>
-
- 08 Mar, 2018 1 commit
-
-
Change-Id: I7b04f12de8d896c56c81bfeb5d53a7bd91003b0e
-
- 28 Feb, 2018 1 commit
-
-
updated language string to use a link works for user, group, institution, and site journals behatnotneeded Change-Id: Iffd24c3678f0ce213d7251406dee8bc7ecbfc74a
-
- 23 Feb, 2018 1 commit
-
-
This commits adds a mechanism that will build links to the manual pages such that: - user's language is used if manual exists in that language, else en - the manual for this mahara/series is used The key -> manual page map will need to be populated and these links added to pages. Change-Id: Id7871395821dce660841341dda200f231e75de16
-
- 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>
-
- 14 Nov, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ie98a2f97da4db41565bc5a72ae7f270e0020d8b0
-
- 11 Oct, 2017 1 commit
-
-
Robert Lyon authored
Also show correct 'No journals' message depending if we are looking at group, site, or institution journal list page behatnotneeded Change-Id: I237b1ab417ac6c5b7fa26081d0ebfdf0f9b93e08 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Sep, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I6f0c82a74e0d60614230aac1d4fc3884eae387a5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Sep, 2017 1 commit
-
-
Robert Lyon authored
Add 5 new new columns to event_log table make searching over the data easier and also record the id of any parent/related info as well Eg, if one deletes an image block from a page we now record: id - the event id resourceid - the block id resourcetype - the blocktype, eg image parentresourceid - the id of the parent, eg view id parentresourcetype - the type of parent, eg 'view' Because we would not be able to find related view info from just the block id anymore. Also added the ability to index and search over event information in elasticsearch search type event_log Change-Id: I280c1c75c35a6c58f42d8acb36cf5c24c70b902d 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
-
- 31 Jul, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
After pressing New entry from a Tagged journal entry block behatnotneeded Change-Id: Idb236e5d3bc5a10ab00f8a31f91da02ea8d4f606
-
- 30 Jun, 2017 2 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Id40eccb3c10c654ef807c35e0e7c480a199b9caf
-
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
-
- 28 Mar, 2017 2 commits
-
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I8129db13fd22a16c763e5ce24074957082ac4f22
-
Cecilia Vela Gurovic authored
When a member/tutor dont have access to edit or create in the group, the buttons to edit, publish, create entry, create journal, delete, are hidden. Also, when a group edit/create access permission is changed, we update the role permissions for each blog and blogpost artefact in the group. behatnotneeded Change-Id: Ic06fbc7112f14a6038cdb0bb3beb8f93aed6f633
-
- 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
-
- 27 Feb, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
Replaced most calls to DB to request group basic information, for get_group_by_id() method in group library behatnotneeded Change-Id: Ie03520a6c7a364ead63ccedaff07118a5928348e
-
- 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>
-
- 10 Jan, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
added title in sr-only tags in edit/delete buttons in: Resume (Education and employment, Achievements) Journal lists and entry lists behatnotneeded Change-Id: If02f4fdeaf6ec0a5625cdbdf6a1969ae03159f5e
-