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
Dan Poltawski
8da277ea96
Merge branch 'MDL-49894-master' of git://github.com/jleyva/moodle
2015-04-16 16:10:23 +01:00
Juan Leyva
6d28e2cfa6
MDL-49894 webservices: Add missing API changes in upgrade.txt
2015-04-16 15:19:42 +02:00
David Monllao
89a6290fb9
Merge branch 'MDL-45131-master' of git://github.com/jleyva/moodle
2015-04-16 17:04:34 +08:00
Juan Leyva
b78010975f
MDL-45131 files: Add validation for returned parameters in WS tests
2015-04-16 10:25:32 +02: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
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
Dan Poltawski
8edac41831
Merge branch 'MDL-43535_master' of git://github.com/dmonllao/moodle
2015-02-09 22:39:36 +00:00
David Monllao
3c1aa6fdfb
MDL-43535 webservices: Marking functions as deprecated
...
Also:
- We don't allow users to add deprecated functions to WS
- We show a debugging message when deprecated functions
are already being used in web services.
2015-02-09 05:42:22 +08:00
Juan Leyva
7310dcff41
MDL-30239 webservices: Return additional fields in ws get_files
2015-02-05 14:20:24 +01:00
Brian Barnes
7eac77a51e
MDL-48286 core_files: Improved accessibility of file management
2014-12-16 13:27:36 +08:00
Sam Hemelryk
525b6ebeb9
Merge branch 'MDL-47033_master' of https://github.com/totara/openbadges
2014-09-29 15:18:03 +13:00
Dan Poltawski
0072e5d559
Merge branch 'MDL-46586-master' of git://github.com/jleyva/moodle
2014-09-08 15:31:13 +01:00
Dan Poltawski
7f2c821420
Merge branch 'MDL-46982' of https://github.com/shashirepo/moodle
2014-09-08 12:22:27 +01:00
Juan Leyva
ff831a44ed
MDL-46587 files: Invalid $itemid conversion in core_files_get_files Web Service
2014-09-05 13:46:18 +02:00
Juan Leyva
b893dc2252
MDL-46586 files: Invalid return parameters definition in core_files_get_files external function
2014-09-05 13:31:14 +02:00
shashirepo
04e57ab0c7
MDL-46982 core: fixes wrong opening div tag
2014-09-05 10:19:24 +05:30
Yuliya Bozhko
369484bf87
MDL-47033 general: Fix incorrect use of 'course' layout
...
It should use 'incourse' layout in most cases
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2014-09-05 09:25:43 +12:00
Jason Fowler
a34f0a4331
MDL-42752 File-picker: Fix tabbing to disabled icons
2014-07-04 14:08:16 +08:00
Tim Hunt
b8459bba14
MDL-46031 output: better handling of once-per-page items
...
In several places we only want to output a certain bit of HTML (e.g. the
contents on the mod chooser) once per page.
This used to be done with a static variable in the function, which
meant the logic was once per PHP-script execution, not once-per-page.
Now there is a new bit of API in page_requirements_manager to handle
this properly.
2014-06-19 18:50:04 +01:00
Dan Poltawski
9eeacad9b8
Merge branch 'MDL-44507_master' of https://github.com/SWiT/moodle
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2014-04-09 11:52:33 +08:00
Jason Fowler
0d5bfb9c65
MDL-44881 Filepicker: Fix alignment and padding on file-select dialog
2014-04-08 14:44:50 +08:00
Matt Switlik
0a4fe80bff
MDL-44507 filemanager: indicator for clicking Download All in filemanager
2014-03-26 14:34:36 -04:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Jason Fowler
00bc0844b0
MDL-38903 Filepicker: Improving Bootstrap button support
2014-02-27 10:51:03 +08:00
Jason Fowler
88d366e595
MDL-38903 File picker: making upload form with more semantic HTML
2014-02-25 07:51:53 +08:00
Russell Smith
42e34c2882
MDL-43926 files: Unit tests cannot assume id values.
2014-02-06 09:34:56 +08:00
Russell Smith
74b63eae76
MDL-43440 unit testing: Use cmid in unit tests when it should be used.
...
instance is has been used instead of cmid. This works as all id's are 1
in most cases, but not always.
accesslib_clear_all_caches_for_unit_testing was updated to clear the
$USER->access cache which would fail test when the wrong user's data was used.
2014-01-25 08:57:32 +11:00
David Monllao
81ad5438c7
MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary
2014-01-17 10:41:37 +08:00
Jason Fowler
73b80792e9
MDL-42631 Filepicker: swap the alt attribute to a title attribute to help usability
2013-11-04 16:34:02 +08:00
David Monllao
63950e4d0b
MDL-42236 behat: New steps to look for elements visibility
2013-11-01 08:55:27 +08:00
Jason Fowler
98719c48fa
MDL-42236 Filepicker: fixing search box for repositories
...
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-11-01 08:55:27 +08:00
Jason Fowler
f57697d428
MDL-42236 File Manger/Picker - Matching UI with standard UI
2013-10-29 14:24:04 +08:00
Petr Škoda
d5814f4e22
MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas
2013-10-21 14:17:55 +08:00
David Monllao
89376590c0
MDL-42013 behat: Uncommenting @core_files test
2013-10-10 18:40:29 +08:00
Eric Merrill
53d79266b9
MDL-41940 files Additional behat cleanup
...
Fixing components and Given/When/Then styling.
2013-10-09 22:56:29 -04:00
Eric Merrill
ff715cc936
MDL-41940 files Fixes for behat tests
...
Commented out second test pending MDL-42013 visibiliy checking.
2013-10-09 07:47:11 -04:00
Eric Merrill
cc0bb815ad
MDL-41940 files Option to limit legacy course files
...
Adding an option that prevents users from adding new files
or directories to legacy course files. Helps with weaning
users from them.
2013-10-04 13:56:57 -04:00
Marina Glancy
0fb7a8a3dd
MDL-32773 Add a help icon for button 'Set main file' in filemanager
2013-09-27 18:12:11 +10:00
Sam Hemelryk
c0739778f3
MDL-41189 fixed overflow issue with filepicker thumbnail
2013-09-09 08:24:31 +12:00
Dan Poltawski
6b25e62f48
Merge branch 'MDL-35925-master' of git://github.com/phalacee/moodle
...
Conflicts:
lib/yui/build/moodle-core-notification-dialogue/moodle-core-notification-dialogue-min.js
2013-09-02 15:23:05 +08:00
Jason Fowler
2eaaae00be
MDL-35925 File picker - Improving accessibility by adding focus and removing unnecessary alt attribs
2013-08-28 14:05:13 +08:00
Adrian Greeve
9c3bfea0da
MDL-41419 - unit tests: Fixed up sporadic test failures in externallib_test.php.
...
Also added much needed comments to the unit test.
2013-08-27 10:40:08 +08:00
Damyon Wiese
3d262be88d
MDL-40038 files: Removed commented code from unit test
2013-08-20 15:52:11 +08:00
Damyon Wiese
57cef30e42
Merge branch 'wip-MDL-40038-master' of git://github.com/abgreeve/moodle
...
Conflicts:
files/tests/externallib_test.php
2013-08-20 15:51:57 +08:00
Adrian Greeve
196c8b71f1
MDL-40038 - web services: Added unit tests for core_files_external::get_files().
2013-08-15 15:28:38 +08:00
Adrian Greeve
dbb8cd36bd
MDL-40038 - web services: Added an alternative to using the context id.
...
Context id is more of an internal Moodle identifier, so we have now included
contextlevel and instanceid in the funciton core_files_external::get_files().
2013-08-15 15:28:38 +08:00
Damyon Wiese
d61c96b6b4
MDL-39851 javascript: Full screen dialogs on small screens
...
This change adds support to M.core.dialogue for showing fullscreen
dialogs on small screen sizes. There are 2 new configuration values that
can be set to control this when creating a dialog (responsive and responsiveWidth).
Setting responsive to false will disable this functionality completely (old behaviour).
Setting responsiveWidth controls the screen width that the dialog will switch to
fullscreen mode. Try not to think of the device that will be accessing the dialog,
but the width at which the content of the dialog needs to be displayed differently.
The activity chooser and the filepicker are the two dialogs that have been converted
in this patch. The filepicker first had to be converted to use M.core.dialog and not
Y.Panel.
2013-08-13 10:37:32 +08:00
Sam Hemelryk
8fa5ad6212
Merge branch 'MDL-35931-master' of git://github.com/phalacee/moodle
2013-08-13 08:38:33 +12:00
Sam Hemelryk
8e9709f8bf
Merge branch 'MDL-35934' of git://github.com/rwijaya/moodle
2013-08-13 08:33:12 +12:00