Dan Poltawski
3a0bc0fdc4
MDL-55244 js: build changes
...
There should be no changes to minified code
2016-07-25 07:58:05 +01:00
Dan Poltawski
bc8b6dc652
MDL-55244 js: fix various lint warnings in yui
...
* Incorrect brace style
* Empty functions
* Multiple var statemnts
2016-07-25 07:53:05 +01:00
Dan Poltawski
5bb4f444de
MDL-55244 js: fix problems with eslint --fix
...
eslint --fix '**/yui/src/**/*.js'
2016-07-25 07:53:05 +01:00
Cameron Ball
1706352d01
MDL-54771 restore: Add deletesource to course object
...
Since deleting a course now triggers the pre_course_delete hook
it may be useful for hook implementations to know whether it was
a "true" course deletion, or one originating from a temporary
course created during a restore.
2016-07-06 23:11:31 +08:00
Rajesh Taneja
921faad9ad
MDL-53571 behat: Use Escaper for escaping
...
xpathLiteral has been depreacted, use Escaper instead
2016-04-06 15:38:31 +08:00
Andrew Nicols
82bb931a31
MDL-53115 backup: Remove unnecessary @javascript tags
2016-04-04 08:08:43 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
Rajesh Taneja
788beb6705
MDL-53126 behat: Fixed radio button in backup step
...
Rather than calling click and check on radio node
use radio form field to set value
2016-02-25 10:33:17 +08:00
Tony Levi
303936aa57
MDL-50453 core: Replace reserved word usage in progress\null (PHP7)
2015-06-15 12:21:27 +09:30
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Damyon Wiese
46a2fbc4b7
MDL-49412 Navigation: Remaining behat fixed for nav branch
...
Behat is passing after this change.
Part of MDL-45774.
2015-04-10 17:19:28 +08:00
Rex Lorenzo
7519d366ef
MDL-49595 backup: Behat tests for importing groups/groupings
...
* Also fixed a missing required parameter for an Exception and some coding standards issues.
2015-03-26 09:04:37 -07:00
John Okely
e7bcd2764a
MDL-44520 behat: Change behat features to use new section selectors
2015-02-06 10:34:54 +08:00
Eloy Lafuente (stronk7)
38ea5e0a39
MDL-21724 course: change remaining tests to new "Save and display"
2014-12-04 12:14:31 +00:00
Eloy Lafuente (stronk7)
d2142e7b7c
Merge branch '23538-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-25 17:00:06 +01:00
David Monllao
99e434f2fa
MDL-31500 backup: Warn users about front page backups
...
They should know that they can only be restored on the front
page before selecting the destination course.
2014-11-25 10:30:25 +08:00
David Monllao
d62c556110
MDL-31500 backup: Remove frontpage restore UI restrictions
2014-11-25 09:37:53 +08:00
Dan Poltawski
bcc4dc3eab
Merge branch 'MDL-31500_master' of git://github.com/dmonllao/moodle
...
Conflicts:
backup/util/ui/renderer.php
2014-11-24 10:55:27 +00:00
David Monllao
03c39daad8
MDL-31500 backup: Allow front page backup/restore
...
Removes restore on front page restrictions and allows
front page modules duplication.
2014-11-21 14:55:09 +08:00
David Monllao
818262afa5
MDL-31500 backup: New unit test for front page backup/restore
2014-11-21 12:37:27 +08:00
Sam Hemelryk
c866fe44de
MDL-23538 backup: tidied up phpdocs + coding style
2014-11-19 10:04:10 +13:00
Mark Nelson
17fd194c7c
MDL-35494 core_backup: fixed activity restoration issue
2014-11-16 22:50:10 -08:00
Frederic Massart
fef943738d
MDL-46481 backup: Ensure one-click backup is not displayed on restore
2014-10-09 18:45:32 +08:00
Frederic Massart
70e7b634e4
MDL-46481 backup: Reposition one-click backup button
2014-10-08 13:45:24 +08:00
Sam Hemelryk
3973b67f61
MDL-46481 backup: removed collapsing and better lang string
...
Thanks Rex for the peer-review!
2014-10-05 16:21:38 +13:00
Sam Hemelryk
bae30ef320
MDL-46481 backup: behat tests for the quick backup button
2014-10-03 09:43:08 +13:00
Sam Hemelryk
f3973676e8
MDL-46481 backup: implemented quick backup process (one click)
2014-10-03 09:43:08 +13:00
Tim Hunt
ef03842ad3
MDL-46894 make Behat backup steps more robust.
2014-08-21 14:16:22 +01:00
Sam Hemelryk
a8266e2f1c
MDL-46335 backup: fixed casting issue with setting labels
...
The issue was that clean_param took an int and returned a string
and the result was used in an exact comparison.
The type change mean the comparison failed.
The solution was to ensure the param was cast as a string.
2014-07-18 08:29:55 +12:00
Rajesh Taneja
11f69d4165
MDL-43835 behat: Fixed backup behat test
...
Disabling section, disables all checkboxes in section,
So we don't have to unset them manually
2014-06-25 12:54:52 +08:00
Damyon Wiese
dd6279788d
Merge branch 'MDL-45652_master' of https://github.com/markn86/moodle
2014-06-24 16:58:04 +08:00
Mark Nelson
c5f0d9f50a
MDL-45652 core_backup: display warning on restore destination form when necessary data is missing
2014-06-17 21:55:48 -07:00
Andrew Nicols
87a37ebe6b
MDL-45935 tests: Specify step names during backup/restore tests
2014-06-10 12:10:45 +08:00
Dan Poltawski
c8ca0cea77
Merge branch 'MDL-44468_master' of git://github.com/ds125v/moodle
2014-04-18 15:27:41 +08:00
David Monllao
af4830a257
MDL-44619 behat: Converting MDLQA-8
...
In a standard forum, students can start discussions
add replies and attach files to their posts.
2014-04-09 19:34:11 +07:00
David Scotson
a1071322f7
MDL-44468 backup: use html_writer::div call
...
Simplify the renderer code with the new html_writer
div function.
2014-04-08 09:46:42 +01:00
David Scotson
9b2a2ffe2a
MDL-44468 backup: use notification API
...
Replace a hardcoded div.notifyproblem with a API call that,
in Standard theme, outputs the same HTML.
Also removes the .notifyproblem class from the heading,
as that might cause problems for themers who expect it to be
used consistently with the API.
2014-04-08 09:46:42 +01:00
Andrew Nicols
1f777e5c6c
MDL-41987 Javascript: Tidy up YUI documentation
2014-03-25 17:01:37 +08:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
Sam Hemelryk
e52bbf07a8
Merge branch 'MDL-41644' of git://github.com/apsdehal/moodle
2014-02-12 09:24:06 +13:00
apsdehal
54ae34ced1
MDL-41644 Backup: Update CSS class .notifywarning with .notifyproblem
2014-02-02 03:26:28 +05:30
James Pratt
809fdb83b1
MDL-41754 (1) Progress tracking : moved from backup and restore to core
2014-01-27 17:45:50 +07:00
David Monllao
abe572e3f2
MDL-43642 behat: Setting the correct files @package
2014-01-10 17:50:50 +08:00
Andrew Nicols
44b724c374
MDL-43232 JavaScript: Correct typo when cancelling the confirmcancel
2013-12-11 13:29:46 +08:00
Eloy Lafuente (stronk7)
ebc77165a4
Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle
2013-12-10 23:29:06 +01:00
Sam Hemelryk
f9fb9826be
NOBUG: rebuilt shifted files
2013-12-10 09:18:16 +13:00
Sam Hemelryk
8f2bd073aa
Merge branch 'MDL-43253-master' of git://github.com/andrewnicols/moodle
2013-12-10 09:09:06 +13:00
Sam Hemelryk
437fd401f9
Merge branch 'MDL-43232-master' of git://github.com/andrewnicols/moodle
2013-12-10 09:06:54 +13:00
David Monllao
c1faf86bd1
MDL-42625 behat: Make behat pacient
...
* When looking for texts inside the page or inside
other containers we should wait until the elements
are visible.
* Same when expanding tree nodes.
* Normalizing loops to spin() function using
behat_base::TIMEOUT and behat_base::EXTENDED_TIMEOUT,
leaving TIMEOUT for DOM load processes and
EXTENDED_TIMEOUT for long processes that involves JS
too.
* Add page load waits between actions that involves
reloading the page.
2013-12-09 11:08:42 +08:00