Matteo Scaramuccia
ef844148a9
MDL-60923 backup: Added $CFG->backuptempdir
...
The new setting will allow to host the temporary backup files
into a specific target directory. Defaults to '$CFG->tempdir/backup'.
Calling make_backup_temp_directory() checks that the required sub-directory
will be properly created under the new target directory.
2018-04-16 23:50:28 +02:00
Marina Glancy
5189f57f38
MDL-59495 block_community: search courses on moodle.net only
...
Remove support for alternative hubs and hub selector
2017-09-27 13:56:50 +08:00
Cameron Ball
18ec7521da
MDL-52718 block_community: Send XML-RPC request correctly
...
mnet has its own separate XML-RPC implementation which supports
introspection. So even though we were sending incorrectly formatted
parameters, our previous XML-RPC implementation could work out how
to mangle the parameters to be correct. Introspection is not a
part of the XML-RPC specification and we should not rely on it. Our
current XML-RPC client/server implementation does not support it either.
Therefore we should always send data in the expected format.
2016-03-08 10:46:14 +08:00
Damyon Wiese
390b833ada
MDL-51790 block_community: xmlrpc expects correct types
...
This is defined as an int on the hub site, so it must be sent as an int.
2015-10-15 15:08:51 +08:00
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
Eloy Lafuente (stronk7)
993414fdf6
MDL-44151 Amend subplugin packages.
...
This commit fixed the @package for all assignment subplugins.
Also adds a tiny change in the community block (MDL-44120).
2014-02-18 01:33:05 +01:00
Sam Hemelryk
f25a6839fd
MDL-44120 block: tidied up block @package uses
2014-02-16 12:17:14 +13:00
Sam Hemelryk
12ceaa5514
MDL-42619 block_community: delete course redirect bug fix
2013-11-01 10:17:15 +08:00
Adam Olley
e7dbb03978
MDL-42122 block_community: Dont show install option without capability
2013-10-03 14:25:06 +09:30
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c .
2013-08-21 13:42:30 +08:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Jerome Mouneyrac
46b229f9a8
MDL-37012-master redesign the community finder search form
2013-02-04 11:17:02 +08:00
David Monllao
4bcbdb3e88
MDL-30899 moodle-core-notification Adding close button title for accessibility
2012-11-27 14:41:42 +08:00
Frederic Massart
fe2fdd11e4
MDL-34456 Librairies: Replaced deprecated get_context_instance()
2012-07-24 09:49:47 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Eloy Lafuente (stronk7)
5dbfbacc49
MDL-31831 whitespace clean - take2
2012-03-01 02:20:35 +01:00
Jerome Mouneyrac
c78e11338a
MDL-30249 Display warning when downloading/uploading a file
2012-02-17 17:02:40 +08:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
jerome mouneyrac
0d731457f7
community block/publication MDL-23056 use required_param instead of optional_param when possible
2010-11-09 02:35:36 +00:00
jerome mouneyrac
34613fb84a
community block MDL-24825 fix 'community search' crumbtrail
2010-10-28 02:28:29 +00:00
jerome mouneyrac
9e32912bca
community block MDL-24826 'Save a link to this course' redirect to the original course
2010-10-27 08:42:38 +00:00
jerome mouneyrac
48cff382d1
community block MDL-24826 change 'Add to community block' message
2010-10-27 07:56:27 +00:00
jerome mouneyrac
38e22fe9ed
community block MDL-24827 redirect to the referer when remove a link from the community finder
2010-10-27 03:24:40 +00:00
jerome mouneyrac
fb5302b5f8
community block MDL-24828 search form language option is default to current_language()
2010-10-26 06:55:34 +00:00
jerome mouneyrac
ba14d721f2
community block MDL-24830 better "wait for download" message
2010-10-26 06:08:49 +00:00
jerome mouneyrac
20e033bd34
image gallery MDL-24773 replace external image gallery library calls with a new image gallery created in community block
2010-10-25 03:42:46 +00:00
jerome mouneyrac
65a00309ec
community block MDL-24606 fix the 'download finished' message that was misplaced
2010-10-15 06:32:16 +00:00
jerome mouneyrac
19eb73cdf3
community block MDL-24606 add information (waiting alert + expected time) when user downloads a course from community block
2010-10-12 07:10:19 +00:00
jerome mouneyrac
0d5fae12eb
community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir
2010-09-24 05:22:07 +00:00
jerome mouneyrac
a8e174ccd8
community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir
2010-09-24 05:12:44 +00:00
jerome mouneyrac
c48ab36aeb
community block MDL-24292 add 'give me more' link to course search result
2010-09-21 07:44:21 +00:00
jerome mouneyrac
43a58be792
community block MDL-22890 sort search results
2010-09-20 07:43:31 +00:00
jerome mouneyrac
0bb7789a70
community hub MDL-24232 use $this->instance->parentcontextid instead $this->page->course->id in community block
2010-09-16 09:38:52 +00:00
jerome mouneyrac
379a5b85d3
community hub MDL-24097 change backup zip extension to mbz extension
2010-09-09 02:22:35 +00:00
jerome mouneyrac
1ce282c884
community hub MDL-24011 add rating/comment to search results + new CSS design
2010-09-08 08:48:10 +00:00
jerome mouneyrac
43f258cdbe
community block MDL-23481 "fix" pathname that used get_string
2010-08-03 09:27:30 +00:00
jerome mouneyrac
b48c4478ce
community block MDL-23481 integrate restore operation
2010-07-26 06:58:55 +00:00
jerome mouneyrac
8afbe76511
community block MDL-23288 highlight search result
2010-07-15 05:58:24 +00:00
jerome mouneyrac
001251f222
web service MDL-12886 extends xml-rpc client from Zend client
2010-07-08 08:15:46 +00:00
jerome mouneyrac
ac90abb43d
community hub MDL-23014 add private hub to the searchable hub list + use private token to search on a hub when a private token is available
2010-07-06 08:53:31 +00:00
jerome mouneyrac
5cbbcc1ae6
registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page.
2010-07-02 03:40:12 +00:00
jerome mouneyrac
efba7034b2
course MDL-22948 improve subjects select field (add None option + required + sorted)
2010-06-29 06:59:25 +00:00
jerome mouneyrac
178f282b10
Community block MDL-19314 better error messages when an communication error occurs between site and hub or site and hub directory
2010-06-21 09:00:41 +00:00
jerome mouneyrac
1c2b7a90ae
Community block MDL-19314 add prefix block_community_ to class and functions of block community
2010-06-09 05:49:13 +00:00
jerome mouneyrac
755f96f8cf
Community block MDL-19314 add community block access control (two new capability: moodle/community:add and moodle/community:download)
2010-06-08 02:21:50 +00:00
jerome mouneyrac
78f00eab26
community block MDL-19314 improve the download form (check that if the file already exist in the file aera, change link for button, delete temp downloaded file, change name of the backup file including course name)
2010-05-26 05:06:02 +00:00
jerome mouneyrac
f1b4e19eea
community block MDL-19314 improve search community course form (heading, help icons, help text, remove "no search result" text on first display)
2010-05-20 03:37:03 +00:00
jerome mouneyrac
84e249b96f
community course MDL-19314 fix adding a community course to the community block
2010-05-17 03:36:08 +00:00
Sam Hemelryk
2b2ffe79c2
block-community MDL-19309 Added call to set page context to fix notification
2010-05-14 07:13:48 +00:00
jerome mouneyrac
178097a0c0
course publication MDL-19315 retrieve previously published information when republished
2010-05-13 08:49:13 +00:00