- 29 Mar, 2016 1 commit
-
-
Best to keep this current as mail is an important component of the system behatnotneeded Change-Id: Ifc845036ca6973445a3b99e6d612494269bae143 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 23 Mar, 2016 12 commits
-
-
Aaron Wells authored
This will help IDE's to properly auto-complete its functions Change-Id: If5a19c55222efef78bc101d31fbba6bfe112eb73
-
Robert Lyon authored
behatnotneeded Change-Id: Ie1b754da7d1cd1beaeadc0579890639e7d2623b7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded - should be covered by existing tests Change-Id: Ia4592c9bd261c978dc911999e81f906fa0b13450
-
Also setting the note block's form change checker state to "dirty" by default, so that users will get a warning before navigating away to the other page. Change-Id: I20f586781df63e942a7a1c82e5e74fd5214c233f
-
Bug 1558361 behatnotneed Change-Id: Idc3f0a010fef76a0908f65ce88bf52ae870170d3
-
Bug 1558361: Deleting this because it has some target="_blank" links in it, and we're not using it anyway. Change-Id: I270e9b4928488715c6c3fff1728e8060a575379b
-
Bug 1558361 Change-Id: Ifb0dba0d91a0ea2ba2b2dfc2daeda39b679c0397
-
Bug 1558361 behatnotneeded Change-Id: I4bebbcca92bd9cbd594ca7d8d83030f6f3e0388b
-
Bug 1558361 behatnotneeded Change-Id: Idc139a671137cbde6958fdc8406bc56f8c395f08
-
Bug 1558361: TinyMCE will filter them out on the editing side, and HTMLPurifier will filter them out on the display side. behatnotneeded: Would require non-trivial new Behat step to check whether links have "target" attribute. Change-Id: If27462b2ca1a382ceeaadb374aade1f795f261bd
-
Aaron Wells authored
Bug 1560730: In 15.10, where there are combined text field & filter-dropdown fields, we use Bootstrap magic to combine them into one succinct little thing Change-Id: I8c9756194a60d4505ebb2840718e6b114dd8aaa5 behatnotneeded: Covered by existing tests
-
Aaron Wells authored
Bug 1560738: The problem was a URL starting with "//". The fix is to surround it with single-quotes. Change-Id: I8f3f761f99f7d5bb447897240b5c7185720e46b8 behatnotneeded: Covered by existing tests
-
- 22 Mar, 2016 6 commits
-
-
Change-Id: Ia4ebd5bf2b3bdb8b75530ff58826e74794aa9f68
-
Son Nguyen authored
behatnotneeded Change-Id: I9c0c82dd9c788bcab1ec1efb6cd1a2cba688e887
-
... so that we don't bother doing setup just to get to testRun() and realize we're skipping this test behatnotneeded: phpunit, not behat Change-Id: I0c96e364129435f9eca3f0cb3bb44beaf9db4701
-
behatnotneeded: This is phpunit, not behat. ;) Change-Id: I906089c82c6e5ca521007359006b49381c537f2b
-
Robert Lyon authored
This version simplifies how we deal with cookie consent All a user has to do is acknowledge that they understand that the site uses cookies and if they want to know more they can follow the link to the cookie policy of the site. Change-Id: I8a757cb09487167b0bc655d75c3625a0e1d7d0d7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Change-Id: I71c3afc2b3a4e07f4bbba1bb356d86911ab4b332
-
- 21 Mar, 2016 5 commits
-
-
Bug 1559796: Because the block config modal's "X" closer button is outside of the <form> tags of the new block, the standard form change checker code wasn't binding the "reset" event to it. Also, because the form change checker was written with the assumption that each form submitted to it would have a unique ID, you wind up with tons of forms in the formcheckers list, all with the same "instconf" id, one for each time you open the modal. Change-Id: I26c06c322d5c876e406a203647676cd73cda511d
-
Robert Lyon authored
As they are set to TITLE we can just assign TITLE to PAGEHEADING in the smarty function call. We can later override the PAGEHRADING with $smarty->assign('PAGEHEADING', string); if we need to. Have also updated a few files where TITLE was not defined. behatnotneeded - everything should work as before Change-Id: I3ea592cd37344e68c6e90a3c64947cf99db59471 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Add behat tests Change-Id: I905af729d2cda76d5c6ff31b29b9d21c3dc67505
-
Robert Lyon authored
To make this similar to PAGEHEADING / TITLE for consistency This allows the for it to display when an AccessDeniedException is thrown. Also fixing up where the PAGEHEADING / SUBSECTIONHEADING were set in the wrong order. behatnotneeded - existing tests should be fine Change-Id: Ife016639aa8f444e6d3f3183e3753cd9f8e9aae4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Now that 'mahara' can have blog/blogpost artefacts we want to ignore them from site menus options for logged in links Change-Id: I8d1be32678ae97d93187181eb4aedcb331e543eb Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 20 Mar, 2016 1 commit
-
-
Robert Lyon authored
Because if we have a latest pages block but no group pages listed then the template will not initially compile as there has been no call to require lib/group.php Actually we should avoid having non basic function calls in the template so I'll move all instances of group_homepage_url() in templates out to the php that generates the data. behatnotneeded Change-Id: Ia804fee854418e7b3b3620c998f2219a0b0d6f25 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Mar, 2016 6 commits
-
-
Robert Lyon authored
When deleting users Change-Id: Ie94c0e2d045b84dd5e7f227e2d571fdedc5eae5e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
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
-
Pat Kira authored
behatnotneeded Change-Id: I6c59b9bb13384f0a4cdf71d1ab82fb219a9137ee
-
Kristina Hoeppner authored
This is an interim fix only until the functionality can be corrected to not allow people to pick access dates outside of the overriding start / end dates. behatnotneeded: Just a lang string that doesn't exist in a test yet. Change-Id: Iff7841084a798e5e184a9842465ac947c62b000d
-
behatnotneeded Change-Id: Idcb92dda82a8f1eaafa20f258639b5e2d2b78113
-
Robert Lyon authored
When we upgrade from earlier versions views need to be saved that expect the numcolumns field to exist before we get round to dropping it. So the View class needs to be able to define a default value for it. behatnotneeded - unable to test upgrades Change-Id: Ic70add18e814975289a7145e8e91454e3699a234 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Mar, 2016 3 commits
-
-
Robert Lyon authored
There was a setting to stop the login link (top right) from showing if there were sidebars on logged out homepage. This became a problem if the login box was turned off (not counted as a sidebar block for some reason) via $cfg->showloginsideblock = false; But the top right login link should always show when logged out whether a sidebar is in play or not. behatnotneeded Change-Id: I8d6c1916f165285afb1f0210a0ae9b364f3a7a4f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1558393 behatnotneeded: API change only Change-Id: Iaa88093a12603db177dc475790b0b0bda8bda163
-
Aaron Wells authored
Bug 1558387 With this, we don't have to remember to bump HTML.DefinitionRev in html_clean(), or clear the htmlpurifier directory in dataroot. behatnotneeded: API change only Change-Id: I15cd291fd8e5d7d5c357f1595a89f34f44236e7d
-
- 16 Mar, 2016 4 commits
-
-
Robert Lyon authored
As there is already code to verify/submit group page comment moderation I've added a bit of code to show the private pre-moderated comments on group pages to group admins so they can moderate them. Change-Id: Ia117ee00d26c7cf9050345488d65169caff16694 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
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>
-
Aaron Wells authored
Since this blog post object wasn't committed after having its description updated, it causes the destructor to try to save the changes to the database, and that sometimes throws a fatal error if PHP garbage-collects the global $db variable before it calls this constructor. behatnotneeded: Covered by existing "edit_journal.feature" Change-Id: I5056ecce91b823b245cb5bd29f0676a35a6afd45
-
As this is confusing debugging issues with view layout as the view.numcolumns column is not actually used anymore for working out the layout, but it's still being populated when a page is made. behatnotneeded - existing tests will do Change-Id: If90dff066201e7356601b08c9b7150cab8a77f45 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Mar, 2016 2 commits
-
-
Kristina Hoeppner authored
behatnotneeded Change-Id: Ie9c37fc181c069015bbdcc508e5f4dbc0809d805
-
Robert Lyon authored
When displaying names for adding group members to groups behatnotneeded Change-Id: I0fb09eb1a17bd94c58533b8272db38e439897cbe Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-