Michael Dikih
1d2c29ca0d
MDL-43109: mod/wiki - When editing pages populate the default value for the tags input.
2013-12-10 14:15:35 +10:30
Mark Nelson
841a369a87
MDL-40920 mod_url: replaced add_to_log calls with events
2013-12-09 18:49:55 -08:00
Andrew Nicols
0d8907e3d8
MDL-43243 JavaScript: Deprecate show_item
2013-12-10 09:55:34 +08:00
Marina Glancy
013620aad3
Merge branch 'MDL-43044-master' of git://github.com/ankitagarwal/moodle
2013-12-10 11:40:54 +11:00
Sam Chaffee
262075ce02
MDL-40003 mod_assign: Fixed submission comments not being restored
2013-12-09 11:01:34 +01:00
Damyon Wiese
4fe9950ba6
MDL-43025 EditPDF: Increase memory limit when reading source pdfs.
2013-12-09 12:58:40 +08: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
Damyon Wiese
1f738c8c0c
MDL-43074 assignfeedback_editpdf: Use escapeshellarg for all args in exec command.
...
This is to fix a reported problem with windows compatibility (e.g. when ghostscript is installed in
a folder with spaces in the name).
2013-12-09 10:52:35 +08:00
Damyon Wiese
9a046c0683
MDL-40096 assign: Prevent js error because uniqid() is not unique.
...
Use html_writer::random_id instead because it incorporates a static counter.
2013-12-09 10:25:15 +08:00
Dan Poltawski
4ea3286758
MDL-37380 mod_data: remove unused JS functions
2013-12-06 16:27:41 +08:00
Ankit Agarwal
1f2aeda91e
MDL-43044 events: Add unit tests
2013-12-06 16:08:03 +08:00
Ankit Agarwal
45faf15dfd
MDL-43044 events: Deprecate and remove code duplication from instances_list_viewed events
2013-12-06 15:59:49 +08:00
David Monllao
d1e55a47be
MDL-42625 behat: Step definitions + related changes in features
...
In general aiming for compatibility with multiple browsers,
firefox, chrome and phantomjs to be more specific.
* Removing hardcoded waits
* Adding @_alert, @_switch_window and @_switch_frame tags,
to label actions that different drivers have problems with.
* Adding missing @_files_upload and @_only_local tags to features that
uploads files.
* Fixing a few wait for page ready what specified miliseconds.
* New methods to ensure elements (usual selectors), sections and editors
are ready to interact with
* Changing the select an option implementation to deal with the different
drivers implementations when listening to JS events.
2013-12-06 13:10:24 +08:00
Pavel Sokolov
a66555328b
MDL-43199 assign: fix js error when expanding comments for non editing teachers in assign grading table
2013-12-06 12:57:20 +08:00
David Monllao
333db2e9b9
MDL-42625 behat: Editing .feature files
2013-12-06 12:13:39 +08:00
Andrew Nicols
a42791cb90
MDL-41030 JavaScript: Convert remaining YUI2 IO calls to YUI3
2013-12-06 12:13:39 +08:00
Marina Glancy
07622451a3
MDL-42174 behat: deprecate upload file to filepicker step in favour of filemanager
2013-12-05 21:00:25 +11:00
Marina Glancy
b9c3f07ad0
MDL-40191 folder: Do not check capability in renderer
...
Capability to access the module is already checked before calling the renderer. Extra check works bad together with switching roles
2013-12-04 18:27:55 +11:00
Tim Lock
8ed63d4710
MDL-34020: Further work on IMS package importing when using Blackboard packages
2013-12-04 15:16:59 +10:30
Sam Hemelryk
db9c8f4c7d
Merge branch 'MDL-42919-master' of git://github.com/damyon/moodle
2013-12-04 09:43:43 +13:00
Eloy Lafuente (stronk7)
3e1a05790d
Merge branch 'master-mdl33971' of https://github.com/tlock/moodle
2013-12-03 17:17:06 +01:00
Eloy Lafuente (stronk7)
6cc00494e2
Merge branch 'MDL-43079-master-v2' of https://github.com/jamiepratt/moodle
2013-12-03 15:36:25 +01:00
Damyon Wiese
a977fa7b36
Merge branch 'wip-MDL-42731-master' of git://github.com/marinaglancy/moodle
2013-12-03 17:29:39 +08:00
Damyon Wiese
23a05a1b9a
Merge branch 'MDL-42627_master' of git://github.com/dmonllao/moodle
2013-12-03 16:15:53 +08:00
Dan Poltawski
9c25a183fa
Merge branch 'master-mdl43020' of https://github.com/tlock/moodle
2013-12-03 16:08:15 +08:00
Damyon Wiese
53741d32a6
Merge branch 'MDL-42962-master' of git://github.com/ankitagarwal/moodle
2013-12-03 15:15:25 +08:00
Ankit Agarwal
e10ea84ed0
MDL-42962 events: Remove duplicate code from all course_module_viewed events
2013-12-03 14:24:32 +08:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Michael Aherne
157771a321
MDL-42495 lesson Prevent coding error for invalid user
2013-12-02 10:36:39 +00:00
Marina Glancy
6dfd8325f0
MDL-42731 behat: load 'Site administration' when expanding node in non-javascript mode
2013-12-02 17:44:32 +11:00
David Monllao
e7c71c448b
MDL-42627 behat: Moving the deprecated method to behat_deprecate and updating scenarios
2013-12-02 14:13:17 +08:00
Dan Poltawski
9a7de39d7a
Merge branch 'MDL-43068' of git://github.com/timhunt/moodle
2013-12-02 11:11:07 +08:00
Eloy Lafuente (stronk7)
4942801c39
Merge branch 'MDL-42957-master' of https://github.com/jamiepratt/moodle
...
Conflicts:
question/classes/statistics/questions/calculator.php
question/classes/statistics/responses/analyser.php
2013-11-28 12:44:04 +01:00
James Pratt
7d6b28d87a
MDL-42957 (3) quiz statistics : removing assertEquals(time(), ..) tests
2013-11-28 17:57:02 +07:00
James Pratt
487e7e6602
MDL-42957 (2) quiz statistics : Hardcoded sql LIMIT clause
...
Fixing some typos and adding some tests.
2013-11-28 17:13:26 +07:00
Tim Hunt
1c73df9eea
MDL-43068 course&gradebook: show/hide cm & CONTROLS_GRADE_VISIBILITY
...
Making a quiz visible on the course page, of via the settings form,
could cause the grade item to become visible in the gradebook, even
though the quiz supports FEATURE_CONTROLS_GRADE_VISIBILITY to ensure
that when the grades are hidden in the quiz settings, they do not appear
in the gradebook.
Now, if a module supports FEATURE_CONTROLS_GRADE_VISIBILITY, then
set_coursemodule_visible calls the _grade_item_update callback to update
the grade item(s).
In addition, there was a bug when saving the quiz form, where it used
the value of $cm->visible from the database, which was wrong if the
value of cm->visible had just been changed on the setting form.
2013-11-27 17:40:40 +00:00
James Pratt
34292e218d
MDL-43079 quiz statistics : fix stats graph when all grades zero
2013-11-27 17:50:05 +07:00
Sam Hemelryk
8d5a9d6ec1
Merge branch 'wip-MDL-42508-master' of git://github.com/marinaglancy/moodle
2013-11-27 12:36:02 +13:00
Tim Lock
579f849928
MDL-33971: When viewing course log entries for Quiz View Summary a number is displayed not the quiz name
2013-11-27 08:14:40 +10:30
Ruslan Kabalin
749700e4a7
MDL-43071 assign: Fix offline grades import for scale grading.
2013-11-26 16:36:37 +00:00
Dan Poltawski
2bc34d6528
Merge branch 'MDL-40741_master' of git://github.com/dmonllao/moodle
2013-11-26 14:52:21 +08:00
Damyon Wiese
3a5c3b3cbf
MDL-42919 Assign: Remove no-label form hacks
2013-11-26 13:30:36 +08:00
Dan Poltawski
6ac888c5f2
Merge branch 'wip-MDL-43006-master' of git://github.com/marinaglancy/moodle
2013-11-26 13:24:02 +08:00
David Monllao
5df9e40cec
MDL-40741 behat: Changing xpaths for clean theme
...
Keeps compatibility with standard theme.
2013-11-26 11:41:13 +08:00
Sam Hemelryk
657b29e7bc
Merge branch 'MDL-43037_master' of https://github.com/markn86/moodle
2013-11-26 08:36:36 +13:00
Tim Lock
16c25753a8
MDL-43020: Fix lesson scale warnings when deleting user attempts
2013-11-25 15:08:19 +10:30
Marina Glancy
8a3a584da5
MDL-43006 behat: adding javascript tag because of behat bug
...
behat without JS does not submit the empty textarea field causing notice in the form processing
2013-11-25 14:59:28 +11:00
Dan Poltawski
83a97ce6c7
Merge branch 'master_MDL-42992' of git://github.com/danmarsden/moodle
2013-11-25 11:17:47 +08:00
Tim Lock
74dd3bd6c7
MDL-43020: Fix calculation of lesson scale value warning
2013-11-25 09:31:56 +10:30
Mark Nelson
12bb281e5e
MDL-43037 mod_quiz: retrieve all name fields for the user override pages
2013-11-23 16:17:54 -08:00