- 21 Apr, 2016 1 commit
-
-
Robert Lyon authored
1) Allowing $CFG to accept json encoded strings and to be decoded back to php 2) Making the $cfg->openbadgedisplayer_source a json encoded string 3) Allowing the openbadges have the defaults only on one place and warn when they are missing behatnotneeded Change-Id: Ica0349d6343d9f608b2272117d7412b288799278 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 31 Mar, 2016 8 commits
-
-
Robert Lyon authored
1) Moving the template files to correct theme/raw/plugintype subdir 2) Removing the old thumb image 3) Removing the non english translation files - they should be translated as part of the lang pack 4) Adding a basic behat test 5) Adding some warning styles to messages where there are no badges to choose from Change-Id: I897f02bc233879296f3156cd282d84a61fc1df45 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I82dcce85a26722d6466b87e2b039bac28710ee6c
-
Aaron Wells authored
Bug 1397131: Some of the old code here is preventing videojs from working correctly. behatnotneeded Change-Id: Id3d24fdffc4d254019ce0b991d3865b15bec0d74
-
1. Move style.css to htdocs/theme/raw/plugintype/blocktype/openbadgedisplayer/style 2. Move js code from tpl to a js file htdocs/blocktype/openbadgedisplayer/js/showdetails.js behatnotneeded Change-Id: I21f18e44581d11652553334760bdc1e6a3e5b206
-
behatnotneeded Change-Id: I4205f8fa54fbd50a43b8cd649ad34a82ddc1c1c1
-
Allow loading openbadgedisplayer block via ajax. Dynamically load badge groups from sources. Cache badge details in database for one day if $fromcache is true. behatnotneeded Change-Id: I36c8054fd6daf7ca1fcf1fe3a22672c9eb009c6e
-
behatnotneeded Change-Id: I45e62490cf284743b758e847e95991cc56855ead
-
behatnotneeded Change-Id: I2bf98999f352747ecc5e16b5dbee34565f058573
-
- 29 Mar, 2016 1 commit
-
-
We need to reset 'showsharedviews' and 'showsharedcollections' values to 'By members of this group' for the default group home page because they were wrongly modified. behatnotneeded Change-Id: I01b9eeb12af5db2c2a639bbaea24cd1f6b44b93e
-
- 23 Mar, 2016 1 commit
-
-
Bug 1558361 behatnotneeded Change-Id: Idc139a671137cbde6958fdc8406bc56f8c395f08
-
- 21 Mar, 2016 1 commit
-
-
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>
-
- 15 Mar, 2016 1 commit
-
-
Kristina Hoeppner authored
behatnotneeded Change-Id: Ie9c37fc181c069015bbdcc508e5f4dbc0809d805
-
- 24 Feb, 2016 1 commit
-
-
In MySQL, the default "text" column size is 65kB. Because this column can hold the serialized text from several other columns, it needs to be larger than that. Setting it to "big" generates a "longtext", which is 4GB. This change has no effect in Postgres. Postgres has only one text size (unlimited). The XMLDB generator is smart enough that it recognizes this and doesn't run any SQL in this case. behatnotneeded: Changes on database columns types only. Change-Id: I2b72e840676cb7345561ef81d51846509bc04049
-
- 23 Feb, 2016 1 commit
-
-
behatnotneeded Change-Id: Ie966c72484c06ac33ce7cf93c7b76d453443aad5 Signed-off-by:
Gregor Anzelj <gregor.anzelj@gmail.com>
-
- 10 Feb, 2016 1 commit
-
-
Bug 1534081 * This alters the default allowed attributes for iframe and adds: - allowfullscreen - mozallowfullscreen - webkitallowfullscreen All are allowed 0, 1 or empty values. * This resolves issues with vimeo and youtube, who require these attributes before showing the fullscreen icon: https://developer.vimeo.com/player/embedding behatnotneeded: Can't test Flash with behat Change-Id: Ie57c3c3968c4f7cd58a544135351ef506aa6be11
-
- 03 Feb, 2016 1 commit
-
-
Aaron Wells authored
Change-Id: Ib0de08d1ed51baa1f5e58ec1b805eacf034bb541
-
- 01 Feb, 2016 1 commit
-
-
Aaron Wells authored
Bug 1540181 Change-Id: I9365d725453a86581d31937d0bb6057c81926a03
-
- 19 Jan, 2016 2 commits
-
-
RafGDev authored
behatnotneeded Change-Id: I188dce9cd5970dd862158e569ead8012c682a5eb
-
Robert Lyon authored
This way we can avoid re-making it multiple times further down the chain. Most places where the get_owner_object() object was passed can handle dealing with a User object vs a StdObject anyway. behatnotneeded - existing tests should suffice Change-Id: I2b92d9e408066a9c3b4c2f0bb87fbe8370bf9911 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Jan, 2016 1 commit
-
-
Robert Lyon authored
behatnotneeded - colour / style change - functionality the same Change-Id: Iee61793b4d00f52c52c0025f91b638ded3c59a81 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Dec, 2015 2 commits
-
-
behatnotneeded Change-Id: I39faf88ac8932891a704868f5282a5794ae1387d
-
behatnotneeded Change-Id: I536f7d4ab8bd96d653e0ae3bba635437f0d2c17c
-
- 09 Dec, 2015 1 commit
-
-
Robert Lyon authored
behatnotneeded - existing tests should suffice Change-Id: I69a59b5f70bc6e5e3379106faf975f9c99af07b0 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Nov, 2015 1 commit
-
-
Robert Lyon authored
It was trying to pass an unset $userid - which should really be the owner of the dashboard page's id behatnotneeded Change-Id: I8886f37275b0b7ff9be823a0c3f2b271baf67afc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 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
-
- 15 Nov, 2015 1 commit
-
-
Robert Lyon authored
1) Group member search results pagination 2) Blog index page (when user has multiple blogs turned on) 3) Collection index page didn't have json pagination when it should for consistency 4) My views block on index page Was looking for certain ID to replace results table but could not find it behatnotneeded Change-Id: I7f55717fd4375d5c6bd1a4977a834a32dd172338 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Oct, 2015 1 commit
-
-
Robert Lyon authored
Now that pages and collections are displayed we want to show 'X results' behatnotneeded: showing 'pages' vs 'results' doesn't break functionality Change-Id: Ib658a5d7e0586dd371b08b980808a0accd59db52 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Oct, 2015 1 commit
-
-
Just need to require once 'activity.php' behatnotneeded Change-Id: Ie1de5b2b50f3de1c367bfa33f8bf4c412c40b0c8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Oct, 2015 1 commit
-
-
Robert Lyon authored
The $instance->configdata is different to the $bi->configdata due to the $instance->configdata being the before save data so it would return the data to display as the pre configform save state. behatnotneeded Change-Id: I015a062b23421df740b09dbbc6a715fa306126e4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Oct, 2015 1 commit
-
-
Refactor updating embedded images Deals with the deleting of embedded images in a: - blog - forum post - forum topic - group description - note - page description Also sorts out the problem where a note embedded item can be saved with both 'editnote' and 'textbox' resourcetype. We only need one. Also add 'static' to EmbeddedImage::methods() behatnotneeded Change-Id: Ife1f9dee5ffe9eae4468eadb8f46a16a0a2a9044
-
- 19 Oct, 2015 2 commits
-
-
Robert Lyon authored
behatnotneeded Change-Id: I2d0d838b1bb578bfc9f8ff2b778badfb09045d45 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded: styling only Change-Id: Ie47b903e93816c7bac53437bdbb3842020a0effe
-
- 13 Oct, 2015 1 commit
-
-
Robert Lyon authored
Added a 'And the following "messages" exist:' behat step Change-Id: I2d65a455a2eadf662105bf409ecf70fccdadc887 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Oct, 2015 1 commit
-
-
Also include google app icons locally behatnotneeded: styling only Change-Id: I388abe085db161f5ad49f8b6e27ee85307e0d7fb
-
- 07 Oct, 2015 1 commit
-
-
Pat Kira authored
- Remove radio separator behatnotneeded: styling only Change-Id: I5d45e80b91edecafca21a91ca606cd6ea06f259f
-
- 24 Sep, 2015 1 commit
-
-
behatnotneeded: Can't be checked by behat Change-Id: Ia0de29f581e515ad5410139f6f0a8ce616ecf71f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 17 Sep, 2015 1 commit
-
-
Change block "Latest pages" to " Latest changes I can view" (Bug #1492674) to reflect that both pages and collections are displayed. Since both pages and collections can be portfolios, that title is chosen to encompass both. Change-Id: Ia978ee6b50271e23adfab4785afbec35df31b3d5 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 16 Sep, 2015 1 commit
-
-
Robert Lyon authored
Change-Id: I98a8456ed2a5aeb191c1fba6924ed4d09b652f69 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Sep, 2015 1 commit
-
-
Liam Sharpe authored
behatnotneeded Change-Id: I35f66534dbd426432732f644b7d660cfa8cc759d
-