]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-15666 MDL-16486
nicolasconnault [Tue, 16 Sep 2008 07:33:16 +0000 (07:33 +0000)]
MDL-15666 MDL-16486

16 years agoMDL-16524 - Fixed a typo.
mits [Tue, 16 Sep 2008 06:13:35 +0000 (06:13 +0000)]
MDL-16524 - Fixed a typo.

16 years agoMDL-13766, clean up
dongsheng [Tue, 16 Sep 2008 05:33:55 +0000 (05:33 +0000)]
MDL-13766, clean up

16 years agoMDL-13766, move filepicker javascript code to a seperated file.
dongsheng [Tue, 16 Sep 2008 03:52:11 +0000 (03:52 +0000)]
MDL-13766, move filepicker javascript code to a seperated file.

16 years agoMDL-13766
dongsheng [Tue, 16 Sep 2008 03:11:17 +0000 (03:11 +0000)]
MDL-13766
1. Clean up source code
2. use search api replace old get_listing api

16 years agoMDL-15350: format code (mostly white spaces) + skeleton for documentation
jerome [Tue, 16 Sep 2008 02:09:35 +0000 (02:09 +0000)]
MDL-15350: format code (mostly white spaces) + skeleton for documentation

16 years agoMDL-15488: format code (mostly white space) + skeleton for documentation
jerome [Tue, 16 Sep 2008 02:01:59 +0000 (02:01 +0000)]
MDL-15488: format code (mostly white space) + skeleton for documentation

16 years agoUpdated the HEAD build version to 20080916
moodlerobot [Tue, 16 Sep 2008 01:50:29 +0000 (01:50 +0000)]
Updated the HEAD build version to 20080916

16 years agoMDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004.
piers [Mon, 15 Sep 2008 19:56:36 +0000 (19:56 +0000)]
MDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004.

16 years agoMDL-16517 - fix regression i introduced in resource mod portfolio implementation
mjollnir_ [Mon, 15 Sep 2008 19:39:46 +0000 (19:39 +0000)]
MDL-16517  - fix regression i introduced in resource mod portfolio implementation

16 years agoDB error changing array('id', $state->id) to array('id'=> $state->id)
pichetp [Mon, 15 Sep 2008 18:39:15 +0000 (18:39 +0000)]
DB error changing array('id', $state->id) to array('id'=> $state->id)

16 years agoMDL-16516 - fixing bad regression in mahara portfolio plugin
mjollnir_ [Mon, 15 Sep 2008 17:14:51 +0000 (17:14 +0000)]
MDL-16516 - fixing bad regression in mahara portfolio plugin

16 years agoRe-introducing colons in page names + cleaning tabs output. MDL-15896 ; merged from...
stronk7 [Mon, 15 Sep 2008 16:24:48 +0000 (16:24 +0000)]
Re-introducing colons in page names + cleaning tabs output. MDL-15896 ; merged from 19_STABLE

16 years agoMDL-15666 - fake writting files in test portfolio exporter so that we can test integr...
mjollnir_ [Mon, 15 Sep 2008 16:10:55 +0000 (16:10 +0000)]
MDL-15666 - fake writting files in test portfolio exporter so that we can test integration between callers and plugins

16 years agoMDL-15666 - fixing bugs in resource unit test implementation
mjollnir_ [Mon, 15 Sep 2008 16:08:59 +0000 (16:08 +0000)]
MDL-15666 - fixing bugs in resource unit test implementation

16 years agoMDL-16514 - adding format to forum mod_form and fixing regression in single forum...
mjollnir_ [Mon, 15 Sep 2008 15:55:11 +0000 (15:55 +0000)]
MDL-16514 - adding format to forum mod_form and fixing regression in single forum type add instance

16 years agoMDL-16389 meta course help file update
wildgirl [Mon, 15 Sep 2008 15:44:19 +0000 (15:44 +0000)]
MDL-16389 meta course help file update

16 years agoMDL-15314 lang string rewording, thanks to Ray Lawrence
wildgirl [Mon, 15 Sep 2008 15:16:02 +0000 (15:16 +0000)]
MDL-15314 lang string rewording, thanks to Ray Lawrence

16 years agoMDL-15134 lang string typo fix, thanks to David Mudrak
wildgirl [Mon, 15 Sep 2008 14:21:01 +0000 (14:21 +0000)]
MDL-15134 lang string typo fix, thanks to David Mudrak

16 years agoMDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to...
jamiesensei [Mon, 15 Sep 2008 14:08:11 +0000 (14:08 +0000)]
MDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to clean up.

16 years agoMDL-14404 enrolment expiry notification help file text
wildgirl [Mon, 15 Sep 2008 14:06:05 +0000 (14:06 +0000)]
MDL-14404 enrolment expiry notification help file text

16 years agoMDL-15760 - move boxnet folder creation from prepare_package into send_package
mjollnir_ [Mon, 15 Sep 2008 14:01:57 +0000 (14:01 +0000)]
MDL-15760 - move boxnet folder creation from prepare_package  into send_package

16 years agoMDL-15666 Subclassing exporter class so that only local files are written
nicolasconnault [Mon, 15 Sep 2008 13:45:14 +0000 (13:45 +0000)]
MDL-15666 Subclassing exporter class so that only local files are written

16 years agoMDL-16362 "Quiz - bar graph on results screen" there was a bug in my code that would...
jamiesensei [Mon, 15 Sep 2008 13:38:31 +0000 (13:38 +0000)]
MDL-16362 "Quiz - bar graph on results screen" there was a bug in my code that would put the graph generation code into an infinite loop if the overall grade for the quiz is 0. Since the change in the type of the field for quiz->grade the old test for quiz->grade being zero doesn't work. Using $quiz->grade as a bool does not work ($quiz->grade is now a string 0.0000), since Moodle 2.0 need to use $quiz->grade == 0.

16 years agoMDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup metho...
nicolasconnault [Mon, 15 Sep 2008 13:18:44 +0000 (13:18 +0000)]
MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id)

16 years agoMDL-16423 - changed button->set_formats to respect more general formats (for later...
mjollnir_ [Mon, 15 Sep 2008 13:13:21 +0000 (13:13 +0000)]
MDL-16423 - changed button->set_formats to respect more general formats (for later when we have richer export formats that aren't mostly based on mime)

16 years agoMDL-16355 Do not set lesson maxgrade to 100 but use the real value without multfactor...
mudrd8mz [Mon, 15 Sep 2008 11:57:53 +0000 (11:57 +0000)]
MDL-16355 Do not set lesson maxgrade to 100 but use the real value without multfactor. Merged from 1.9

16 years agoMDL-16356 Fix capability name. Merged from 1.9
mudrd8mz [Mon, 15 Sep 2008 11:49:42 +0000 (11:49 +0000)]
MDL-16356 Fix capability name. Merged from 1.9

16 years agoMDL-16125 "Improvement to Detailled Responses Report : Format of csv export" Fixed...
jamiesensei [Mon, 15 Sep 2008 11:39:15 +0000 (11:39 +0000)]
MDL-16125 "Improvement to Detailled Responses Report : Format of csv export" Fixed missing format string problem when downloading.

16 years agoMDL-16441 Display language selection drop-down list at My Moodle page. Merged from 1.9
mudrd8mz [Mon, 15 Sep 2008 11:31:53 +0000 (11:31 +0000)]
MDL-16441 Display language selection drop-down list at My Moodle page. Merged from 1.9

16 years agoMDL-16502 "highlight questions that appear not to be working very well according...
jamiesensei [Mon, 15 Sep 2008 11:13:31 +0000 (11:13 +0000)]
MDL-16502 "highlight questions that appear not to be working very well according to statistics"

There is a function is_dubious_question on the statistics table passed all the stats for that question and other question data and that returns a bool.

16 years agoMDL-13766
dongsheng [Mon, 15 Sep 2008 09:42:38 +0000 (09:42 +0000)]
MDL-13766
1. remove repo_id field in plugin
2. remove reset varible in javascript code.

16 years agoMDL-13766
dongsheng [Mon, 15 Sep 2008 09:31:41 +0000 (09:31 +0000)]
MDL-13766
1. create logout() and check_login() function
2. Remove the code use global varibal

16 years agoMDL-15402: fix a bug with parameter in the delete URL (wrong cleaning setting) +...
jerome [Mon, 15 Sep 2008 09:21:29 +0000 (09:21 +0000)]
MDL-15402: fix a bug with parameter in the delete URL (wrong cleaning setting) + move flickr public email address setting from admin to instance

16 years agoMDL-16501 "moving key to colours on graph to the bottom of the graph gives more horiz...
jamiesensei [Mon, 15 Sep 2008 09:16:57 +0000 (09:16 +0000)]
MDL-16501 "moving key to colours on graph to the bottom of the graph gives more horizontal screen space for the graph itself"

16 years agoMDL-15402: minor changes for flickr admin settings
jerome [Mon, 15 Sep 2008 08:42:56 +0000 (08:42 +0000)]
MDL-15402: minor changes for flickr admin settings

16 years agoFixed duplicated style in fw_fonts.css
andreabix [Mon, 15 Sep 2008 08:02:25 +0000 (08:02 +0000)]
Fixed duplicated style in fw_fonts.css

16 years agoJust tidying as I read it. Main problem with it now is that huge block of JS
moodler [Mon, 15 Sep 2008 07:56:26 +0000 (07:56 +0000)]
Just tidying as I read it.   Main problem with it now is that huge block of JS

16 years agoJust cleaning up layout a little
moodler [Mon, 15 Sep 2008 07:37:21 +0000 (07:37 +0000)]
Just cleaning up layout a little

16 years agoMDL-13766 Tidying
moodler [Mon, 15 Sep 2008 06:58:26 +0000 (06:58 +0000)]
MDL-13766  Tidying

16 years agoMDL-13766 Cleaned up the formatting a bit for readability
moodler [Mon, 15 Sep 2008 06:56:08 +0000 (06:56 +0000)]
MDL-13766  Cleaned up the formatting a bit for readability

16 years agoForgot the README
moodler [Mon, 15 Sep 2008 06:14:11 +0000 (06:14 +0000)]
Forgot the README

16 years agoMDL-16046 Fixed up the portfolio tabs
moodler [Mon, 15 Sep 2008 06:09:57 +0000 (06:09 +0000)]
MDL-16046 Fixed up the portfolio tabs

16 years agoMDL-16500 Removed the old Jabber class from the module and moved to a new one called...
moodler [Mon, 15 Sep 2008 05:55:58 +0000 (05:55 +0000)]
MDL-16500  Removed the old Jabber class from the module and moved to a new one called xmpphp in core libraries
           Also cleaned up some notices in message/edit.php

16 years agoTurn off strict XML headers during upgrade, so if an error occurrs, you are more...
tjhunt [Mon, 15 Sep 2008 04:21:15 +0000 (04:21 +0000)]
Turn off strict XML headers during upgrade, so if an error occurrs, you are more likely to be able to see what happened.

16 years agoMDL-16492: the fix for MDL-16411 broke the fix for MDL-16200. Fix it.
tjhunt [Mon, 15 Sep 2008 04:20:23 +0000 (04:20 +0000)]
MDL-16492: the fix for MDL-16411 broke the fix for MDL-16200. Fix it.

16 years agoMDL-15351: making sure empty folders are still recognized as folders.
scyrma [Mon, 15 Sep 2008 01:51:25 +0000 (01:51 +0000)]
MDL-15351: making sure empty folders are still recognized as folders.

16 years agoUpdated the HEAD build version to 20080915
moodlerobot [Mon, 15 Sep 2008 01:47:12 +0000 (01:47 +0000)]
Updated the HEAD build version to 20080915

16 years agoMDL-16433 themes and javascript files are not blocked by running upgrade anymore
skodak [Sun, 14 Sep 2008 08:40:23 +0000 (08:40 +0000)]
MDL-16433 themes and javascript files are not blocked by running upgrade anymore

16 years agoMDL-16493 file and picture element migrated; waiting for file picker to mature, prese...
skodak [Sun, 14 Sep 2008 08:22:44 +0000 (08:22 +0000)]
MDL-16493 file and picture element migrated; waiting for file picker to mature, presets not finished yet

16 years agoMDL-16491 fixed typos, versions were not saved in upgrade savepoints
skodak [Sun, 14 Sep 2008 07:39:41 +0000 (07:39 +0000)]
MDL-16491 fixed typos, versions were not saved in upgrade savepoints

16 years agoUpdated the HEAD build version to 20080914
moodlerobot [Sun, 14 Sep 2008 01:43:21 +0000 (01:43 +0000)]
Updated the HEAD build version to 20080914

16 years agoMDL-14589 image resizing and conversion support
skodak [Sat, 13 Sep 2008 19:38:44 +0000 (19:38 +0000)]
MDL-14589 image resizing and conversion support

16 years agoUpdated the HEAD build version to 20080913
moodlerobot [Sat, 13 Sep 2008 01:39:31 +0000 (01:39 +0000)]
Updated the HEAD build version to 20080913

16 years agoMDL-16423 Adding a missing $ sign
nicolasconnault [Fri, 12 Sep 2008 19:17:53 +0000 (19:17 +0000)]
MDL-16423 Adding a missing $ sign

16 years agoMDL-16046 - log page for portfolio transfers
mjollnir_ [Fri, 12 Sep 2008 15:34:20 +0000 (15:34 +0000)]
MDL-16046 - log page for portfolio transfers

16 years agoMDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin
mjollnir_ [Fri, 12 Sep 2008 15:32:14 +0000 (15:32 +0000)]
MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin

16 years agoMDL-14591 - added some phpdocs, moved the transfer log insert into its own method...
mjollnir_ [Fri, 12 Sep 2008 15:31:17 +0000 (15:31 +0000)]
MDL-14591 - added some phpdocs, moved the transfer log insert into its own method and streamlined how it's called.
Also added a parameter to verify reawaken so that when we are just viewing queued transfer logs it can be in a different session (sesskey verification)

16 years agoMDL-15666 - change all the portfolio plugins and callers to use exceptions
mjollnir_ [Fri, 12 Sep 2008 11:22:15 +0000 (11:22 +0000)]
MDL-15666 - change all the portfolio plugins and callers to use exceptions
rather than relying on return values (send_package and prepare_package)

move zipping of temporary files into the exporter class so it can be overridden during unit tests

fix a small todo in mahara plugin

16 years agoMDL-16463 "Long group names can make drop down box too wide" added an if condition...
jamiesensei [Fri, 12 Sep 2008 08:33:40 +0000 (08:33 +0000)]
MDL-16463 "Long group names can make drop down box too wide"  added an if condition to test the length of the group name. If it is more than 20 characters then we use the string 'this group' instead of the group name.

16 years agoMDL-14589 no file browsing if not logged-in
skodak [Fri, 12 Sep 2008 08:22:41 +0000 (08:22 +0000)]
MDL-14589 no file browsing if not logged-in

16 years agoMDL-13766
dongsheng [Fri, 12 Sep 2008 08:16:09 +0000 (08:16 +0000)]
MDL-13766
introduce new search API

16 years agoMDL-16474 Modifications to allow definition of 1-point scales
moodler [Fri, 12 Sep 2008 07:33:49 +0000 (07:33 +0000)]
MDL-16474  Modifications to allow definition of 1-point scales

16 years agoMDL-13766, improve repository search, search interface can be defined
dongsheng [Fri, 12 Sep 2008 07:28:40 +0000 (07:28 +0000)]
MDL-13766, improve repository search, search interface can be defined
in print_search function now!

16 years agoMDL-16474 Make counts of posts look nicer, and use the scale to show the results...
moodler [Fri, 12 Sep 2008 07:26:56 +0000 (07:26 +0000)]
MDL-16474 Make counts of posts look nicer, and use the scale to show the results, not just a number

16 years agoMDL-16473 Merged style fix for user pics from 1.9
moodler [Fri, 12 Sep 2008 06:56:11 +0000 (06:56 +0000)]
MDL-16473 Merged style fix for user pics from 1.9

16 years agoMDL-15632 Wrong permission in the admin tree defininition mean that people with moodl...
tjhunt [Fri, 12 Sep 2008 05:18:27 +0000 (05:18 +0000)]
MDL-15632 Wrong permission in the admin tree defininition mean that people with moodle/role:manage could not define role, and people with moodle/role:assign could not assign system roles.

16 years ago"MDL-15488, use a smaller icon for flickr"
dongsheng [Fri, 12 Sep 2008 03:36:39 +0000 (03:36 +0000)]
"MDL-15488, use a smaller icon for flickr"

16 years agoMDL-15488
dongsheng [Fri, 12 Sep 2008 03:32:31 +0000 (03:32 +0000)]
MDL-15488
1. Move flickr lib to lib/flickrlib.php
2. Create a new flickr plugin for public access, the original one will be
a personal repository, user need to login to access his/her own photos.

16 years agoUpdated the HEAD build version to 20080912
moodlerobot [Fri, 12 Sep 2008 01:55:13 +0000 (01:55 +0000)]
Updated the HEAD build version to 20080912

16 years agoMDL-15906 file picker improvements - it now keeps current file after failed server...
skodak [Thu, 11 Sep 2008 23:11:24 +0000 (23:11 +0000)]
MDL-15906 file picker improvements - it now keeps current file after failed server side validation or submission (input element used instead of button element)

16 years agoPrevent get_users_by_capability() to return deleted users. MDL-16323 ; merged from...
stronk7 [Thu, 11 Sep 2008 22:17:20 +0000 (22:17 +0000)]
Prevent get_users_by_capability() to return deleted users. MDL-16323 ; merged from 19_STABLE

16 years agoMDL-16468 never mail deleted users; merged from MOODLE_19_STABLE
skodak [Thu, 11 Sep 2008 19:54:39 +0000 (19:54 +0000)]
MDL-16468 never mail deleted users; merged from MOODLE_19_STABLE

16 years agoMDL-16422 add option to share files and new folders in box.net portfolio plugin
mjollnir_ [Thu, 11 Sep 2008 14:13:58 +0000 (14:13 +0000)]
MDL-16422 add option to share files and new folders in box.net portfolio plugin

16 years agoMDL-16423 - fixing regression i introduced in refactor with missing global
mjollnir_ [Thu, 11 Sep 2008 14:12:07 +0000 (14:12 +0000)]
MDL-16423  - fixing regression i introduced in refactor with missing global

16 years agoMDL-15666 - adding extra test to forum portfolio caller
mjollnir_ [Thu, 11 Sep 2008 14:03:41 +0000 (14:03 +0000)]
MDL-15666 - adding extra test to forum portfolio caller

16 years agoMDL-15666 - changes to the portfolio caller tests
mjollnir_ [Thu, 11 Sep 2008 13:47:40 +0000 (13:47 +0000)]
MDL-15666 - changes to the portfolio caller tests

now that i changed the api again (adding load_data), rather than add a call to it to
all the callers, i abstracted the caller setup into the parent class (portfoliolib_test)

16 years agoMDL-16423 - big refactor of the way callers interact with the portfolio code
mjollnir_ [Thu, 11 Sep 2008 13:42:58 +0000 (13:42 +0000)]
MDL-16423 - big refactor of the way callers interact with the portfolio code

added two new contract methods to the caller class, load_data and expected_callbackargs (static)
this means that the base class is the only place that needs a constructor
and that no data loading happens in the constructor
this in turn means we can check callback argument validity much more lightly

also completely remoted portfolio_add_button function and replaced with a class
as the argument list was getting out of control.  it's now much more readable.

16 years agoMDL-15760 - fix teeny notice-causing bug in box.net portfolio plugin
mjollnir_ [Thu, 11 Sep 2008 13:38:22 +0000 (13:38 +0000)]
MDL-15760 - fix teeny notice-causing bug in box.net portfolio plugin

16 years agoadd missing icons
urs_hunkler [Thu, 11 Sep 2008 13:23:45 +0000 (13:23 +0000)]
add missing icons

16 years agoMDL-14202 "Replace Item Analysis Report with new improved 'Statistics' report." Remov...
jamiesensei [Thu, 11 Sep 2008 12:59:33 +0000 (12:59 +0000)]
MDL-14202 "Replace Item Analysis Report with new improved 'Statistics' report." Removing Quiz Item Analysis report

16 years agoMDL-14202 "Replace Item Analysis Report with new improved 'Statistics' report." finis...
jamiesensei [Thu, 11 Sep 2008 12:48:08 +0000 (12:48 +0000)]
MDL-14202 "Replace Item Analysis Report with new improved 'Statistics' report." finished statistics report. This patch includes some changes to lib/tablelib.php so that it is possible to export the content of a table as part of a multi table export - with mutliple tables / multiple worksheets.

16 years agoMDL-6751 improve the usability of the page a bit.
tjhunt [Thu, 11 Sep 2008 11:07:04 +0000 (11:07 +0000)]
MDL-6751 improve the usability of the page a bit.

16 years agoMDL-16410 Implement the delete question type functionality on the question type admin...
tjhunt [Thu, 11 Sep 2008 11:01:20 +0000 (11:01 +0000)]
MDL-16410 Implement the delete question type functionality on the question type administration screen.

16 years agoImprove comment.
tjhunt [Thu, 11 Sep 2008 10:37:50 +0000 (10:37 +0000)]
Improve comment.

16 years agoMDL-16456 Remove support for old-style config.html files in modules.
tjhunt [Thu, 11 Sep 2008 10:25:30 +0000 (10:25 +0000)]
MDL-16456 Remove support for old-style config.html files in modules.

16 years agoMDL-16457 Remove support for old-style filterconfig.html files
tjhunt [Thu, 11 Sep 2008 10:22:22 +0000 (10:22 +0000)]
MDL-16457 Remove support for old-style filterconfig.html files

16 years ago"MDL-13766, improve settings"
dongsheng [Thu, 11 Sep 2008 09:15:27 +0000 (09:15 +0000)]
"MDL-13766, improve settings"

16 years agoMDL-14129 missing language string.
tjhunt [Thu, 11 Sep 2008 08:49:42 +0000 (08:49 +0000)]
MDL-14129 missing language string.

16 years agoMDL-15351: small fix when search is not used.
scyrma [Thu, 11 Sep 2008 08:13:12 +0000 (08:13 +0000)]
MDL-15351: small fix when search is not used.

16 years ago"MDL-13766, expand automaticlly"
dongsheng [Thu, 11 Sep 2008 07:58:39 +0000 (07:58 +0000)]
"MDL-13766, expand automaticlly"

16 years agoMDL-15351: testing to make folder expanded by default
scyrma [Thu, 11 Sep 2008 07:48:35 +0000 (07:48 +0000)]
MDL-15351: testing to make folder expanded by default

16 years agoMDL-16447 move quiz-specific pictures out of theme/standard/pix/
tjhunt [Thu, 11 Sep 2008 07:34:51 +0000 (07:34 +0000)]
MDL-16447 move quiz-specific pictures out of theme/standard/pix/

16 years agoMDL-15351: it's now possible to search the local repository
scyrma [Thu, 11 Sep 2008 07:30:07 +0000 (07:30 +0000)]
MDL-15351: it's now possible to search the local repository

16 years agoMDL-15402: flickr rep admin settings updated (I forgot to set multiple instances...
jerome [Thu, 11 Sep 2008 06:45:34 +0000 (06:45 +0000)]
MDL-15402: flickr rep admin settings updated (I forgot to set multiple instances to true)

16 years agoMDL-15402: flickr rep admin settings updated
jerome [Thu, 11 Sep 2008 06:42:54 +0000 (06:42 +0000)]
MDL-15402: flickr rep admin settings updated

16 years agoMDL-16449 error unexpected event exception in essay question
tjhunt [Thu, 11 Sep 2008 03:57:28 +0000 (03:57 +0000)]
MDL-16449 error unexpected event exception in essay question

16 years agoMDL-15488
dongsheng [Thu, 11 Sep 2008 03:18:54 +0000 (03:18 +0000)]
MDL-15488
Use a popup login window intead inline login form
TODO:
Find a grace way to verify token

16 years agoUpdated the HEAD build version to 20080911
moodlerobot [Thu, 11 Sep 2008 02:01:32 +0000 (02:01 +0000)]
Updated the HEAD build version to 20080911

16 years agoMDL-15666 new unit test for new button class
nicolasconnault [Wed, 10 Sep 2008 17:08:14 +0000 (17:08 +0000)]
MDL-15666 new unit test for new button class