Damyon Wiese
e9fe65d575
MDL-43326 Assign: Start new attempt from previous missing sesskey
2013-12-11 13:07:52 +08:00
Rajesh Taneja
0e72987517
MDL-40058 mod_wiki: modified wiki_restore_page api to accept version and context
2013-12-11 13:53:04 +11:00
Rajesh Taneja
e94f6c6572
MDL-40058 Events: added unit test
2013-12-11 13:53:04 +11:00
Rajesh Taneja
86b0e3b308
MDL-40058 Events: Replaced add_to_log for page comments to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
8b43cf225f
MDL-40058 mod_wiki: Replaced add_to_log for page version viewed to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
a8481a66fe
MDL-40058 mod_wiki: Replaced add_to_log for page created to event
2013-12-11 13:53:00 +11:00
Rajesh Taneja
ff79f49f44
MDL-40058 mod_wiki: Replaced add_to_log for page map viewed to event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
d6a54be3a6
MDL-40058 mod_wiki: Replaced add_to_log for admin to event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
b3dd79d101
MDL-40058 mod_wiki: Replaced add_to_log for override locks with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
3e5e78a2c9
MDL-40058 mod_wiki: Replaced add_to_log for page diff view with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
fb92417b5e
MDL-40058 mod_wiki: Replaced add_to_log for page edit with event
2013-12-11 13:52:59 +11:00
Rajesh Taneja
31383bcdad
MDL-40058 mod_wiki: Replaced add_to_log for version restored with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
d1d555c955
MDL-40058 mod_wiki: Replaced add_to_log for history viewed with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
9307bed8c5
MDL-40058 mod_wiki: Replaced add_to_log on index.php with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
48f871e09b
MDL-40058 mod_wiki: Replaced add_to_log for course_module_viewed with event
2013-12-11 13:52:58 +11:00
Rajesh Taneja
8ac1d22436
MDL-40058 mod_wiki: Replaced add_to_log for page_viewed with event
2013-12-11 13:52:54 +11:00
Marina Glancy
939aedfe30
Merge branch 'MDL-43071-master' of https://github.com/lucisgit/moodle
2013-12-11 12:46:14 +11:00
Eloy Lafuente (stronk7)
ebc77165a4
Merge branch 'MDL-42625_master' of git://github.com/dmonllao/moodle
2013-12-10 23:29:06 +01:00
Eloy Lafuente (stronk7)
5cf182e39d
Merge branch 'wip-MDL-42174-master' of git://github.com/marinaglancy/moodle
2013-12-10 22:06:39 +01:00
Sam Chaffee
7bfa3d9b6e
MDL-37972 Assignment: fixing settings link for upload single submissions
2013-12-10 13:41:57 +08:00
Marina Glancy
8f3e0bf7a5
Merge branch 'MDL-37380-master' of git://github.com/danpoltawski/moodle
2013-12-10 15:20:22 +11:00
Marina Glancy
b3e0bd5225
Merge branch 'MDL-43199-master' of git://github.com/damyon/moodle
2013-12-10 15:15:27 +11:00
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
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