- 01 Feb, 2019 2 commits
- 31 Jan, 2019 1 commit
-
-
Robert Lyon authored
Currently tested against image/text/filedownload blocks for user/group Change-Id: Ic8ee2010a9448bf16c4a5dc95684a6ab839d0e88 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Jan, 2019 1 commit
-
-
Robert Lyon authored
When we allowed the wallpost to have embedded images we accidentally adjusted what was being sent in the wall post activiy object by including the 'id' value when we didn't need to and this caused unexpected consequences. behatnotneeded Change-Id: Ic1b19320cb1cf0c90131dca9bfe262a95fffdd2f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Jan, 2019 1 commit
-
-
behatnotneeded Change-Id: I72c2ce1f592f316c591583e7e3020f6e9c5d380e
-
- 07 Jan, 2019 1 commit
-
-
Added scenario for Institution One and No Institution Using behat Scenario Outline with data Change-Id: I28d99f44797c96313395c696a2a27ae682018bbf
-
- 26 Dec, 2018 1 commit
-
-
Allow one to attach files to forum topics/posts Allow one to upload file to attach either to the user's section or to group's section depending on which tab selected Change-Id: I5feda5dd277ebbf70f6c494e2faa3b694ce1144d
-
- 24 Oct, 2018 1 commit
-
-
Robert Lyon authored
W3 speicifications have changed and Mahara code didn't pass the validator. Issues have been corrected. behatnotneeded Change-Id: Ic22cc7cd6df0bddc995ff7f61502a2aa7455810c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Oct, 2018 1 commit
-
-
Robert Lyon authored
Dealing with the foreign key between installed modules behatnotneeded Change-Id: Ic381249829fe98919b82a79897da4c47daeea87b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Sep, 2018 2 commits
-
-
Robert Lyon authored
1. Change "Settings" to "Preferences" in the user menu's "Settings" category. 2. Move "Shared by me" and "Shared with me" to a new "Share" category in the main menu to conform with the three main elements of Mahara. Change-Id: I0af04a22df5d6469c74674225a7c68c642d99281 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Setup a new page to display version information with a link from the view page Change-Id: Ib3cd69ba69a463f1a297e8c924a28b98755f8fbe
-
- 18 Sep, 2018 2 commits
-
-
Change-Id: I84dadf23c095ce515711d7b8cf1ed647c2de6852
-
Change-Id: I0bfdd555f8c741b8267fbc076d042249bca840de
-
- 12 Sep, 2018 1 commit
-
-
Robert Lyon authored
So a site can specify where a user ends up on normal login Change-Id: Iab57bda8505fe7556e0692481502eeb409e93335 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 09 Sep, 2018 2 commits
-
-
Robert Lyon authored
behatnotneeded Change-Id: I523b7989df426670690b0a086c553149dba26d84 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
It shall be possible to sign off on portfolio pages without using the peer assessment block. behatnotneeded Change-Id: I2abb903cafd91766e2d72cef4031af31958c8ded Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 05 Sep, 2018 1 commit
-
-
behatnotneeded Change-Id: Icc43dc9697882bda25ba5b503b2fcf543914b4b2
-
- 03 Sep, 2018 1 commit
-
-
Robert Lyon authored
Change-Id: I6b0f495f0181fb6867211c6b7fb653fe41fdb64e 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>
-
- 22 Aug, 2018 1 commit
-
-
Steven Spinelli authored
Change-Id: I441cfc6c640a025b458bfb601e846a65119291fc
-
- 18 Aug, 2018 1 commit
-
-
Change-Id: I1d1937a435d5401db7a9aed4233062856d132d71
-
- 16 Aug, 2018 1 commit
-
-
Robert Lyon authored
And handle how we configure / render them when not on normal portfolio page Change-Id: Ib5407a32b52edd0df4ecc2907f8a5c9455f7aa64 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 14 Aug, 2018 1 commit
-
-
Change-Id: I9b5a44c9992329ed4cf78dd36435dd63f88a3290
-
- 08 Aug, 2018 2 commits
-
-
A lot of users in Mahara create (Template) pages to share out to users. This reduces the setup a new user will have to do to. There is an issue that on their personal copy, the blocks that were so carefully setup can be deleted. This functionality creates a new column in the database called "lockblocks" that can be enabled/disabled on the share page. When the user copies the page, this setting is copied over and the "delete" icon is hidden from view should the lockblocks setting be enabled. This only happens on normal portfolio pages. To unset - the user can edit the page settings and disable the lock blocks feature to enable the deletion of the blocks as per normal. behatnotneeded Change-Id: I7a2062f77431d6371f95d7f55bedcc499dd7caa2
-
behatnotneeded Change-Id: Ic06a997d79a447750d7f3bec980ca4acd67ef566
-
- 07 Aug, 2018 2 commits
-
-
Deprecated: document-ready handlers other than jQuery(function) Breaking change: Deprecated .size() removed behatnotneeded Change-Id: I7c61090a3362586571855fc081847c084e398c33
-
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
-
- 06 Aug, 2018 1 commit
-
-
updated script Change-Id: I9258cc18ff48d3c360666c95b08ad916f76721fc
-
- 28 Jun, 2018 1 commit
-
-
Robert Lyon authored
If the configuration for a block instance has a tags field it can save the tag against this block behatnotneeded Change-Id: Ib2f0f73aa6e082472879acb0e4fc1eb60e744087 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Jun, 2018 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I71fc705d8d02bb0273aa51cdba31e64abc860fab Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Jun, 2018 3 commits
-
-
1. On the tags.php page the institution tags shoud be displayed with the institution name as prefix. 2. The institution tags should not be available for editing. 3. Fixed the side block display as well. Change-Id: I4383f3ec6c6976a40897c406887c49c2a219c644
-
1. Added the create tag form on the institution tags page. 2. Store the isntitution tag in the "tag" table. Change-Id: I837ec4137758d28d8a42c7629433b92f04a82600
-
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>
-
- 18 Jun, 2018 2 commits
-
-
Rebecca Blundell authored
new general step for interacting with comment based on text in comment edited property step to abstract out switch statement into its own funct test making a comment public works on one comment only test functionality for page owner/comment owner approval of making comments public. Change-Id: I411e854ef2280b9d8731e5307d81f5a507902bd6
-
Robert Lyon authored
This allows to get an element out of been hidden by a topbar menu Change-Id: Ib6b8f704919ac141e7170e10ad25e247e645b16d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 07 Jun, 2018 1 commit
-
-
Change-Id: I62bf8065c82fba34f9eea1a3e3e004523b19abee
-
- 01 Jun, 2018 1 commit
-
-
Robert Lyon authored
To allow checking for a popup we need to stop the after_step hook closing the popup before we check it. To do this we need to add tag called @allow_popups to the feature file so that popups stay open for the next step to check To use with steps: - And I should not see a popup - And I accept the alert popup - And I accept the confirm popup - And I cancel the confirm popup - And I should see "text" in popup Change-Id: I5fa4827b12b355204141dd8b052bc4f5c77ae3a0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 May, 2018 1 commit
-
-
Rebecca Blundell authored
- changed composer dependencies to make 7.2 work - switched to carat syntax which allows upgrade up to anything below the next major version. - fixed use of count to check for null in Behat2Renderer.php - tested dependencies with php 5.6, 7.0, 7.1, 7.2. You do need to manually delete the composer.lock file and run make initcomposer to resolve issues. behatnotneeded Change-Id: I725d8ac6a2f8ca9d67c95d7d6184882a364c0762
-
- 24 May, 2018 1 commit
-
-
Niranjan Bandi authored
New test to check footer settings and headings correctly displayed Change-Id: I64fa379a05cbe555a22f3ec6104edb349544a24f
-
- 22 May, 2018 1 commit
-
-
behatnotneeded Change-Id: If8d390b3316c55ed5ee6da608fc9e975ae3b3c29
-