Petr Škoda
c3bc6f1217
MDL-39701 prevent filters before finishing 2.5 upgrade
...
This prevents problems with unsigned integers in MySQL 5.5
2013-06-22 22:22:47 +02:00
Petr Škoda
aaf823a64d
MDL-40233 add proper cache invalidation on frontpage setting save
2013-06-22 22:18:16 +02:00
Marina Glancy
3b42c973d7
MDL-38631 link categories in My courses only when needed
2013-06-22 16:27:28 +10:00
Dmytro Vorona
257b59e737
MDL-38631 Fixed faulty add_category call, introduced in 758103
2013-06-22 16:27:28 +10:00
Sam Chaffee
41340f0461
MDL-40258: Fixed invalid json string error in file-picker
2013-06-21 11:16:44 -04:00
Brian King
b04f84bc80
MDL-40130 Caching: let make_categories_list use the cache it makes
2013-06-21 11:12:21 +02:00
David Monllao
50eeae5906
MDL-40033 behat: Waiting until file manager is available
2013-06-21 15:37:33 +08:00
Dan Poltawski
0ea73a5524
Merge branch 'fix_classloading8' of git://github.com/skodak/moodle
2013-06-19 15:47:08 +08:00
Petr Škoda
1652aa9cdd
MDL-39854 fix borked core_component cache
2013-06-19 09:42:05 +02:00
Dan Poltawski
846f6fbe00
MDL-33955 filelib: accept any HTTP 1.0 in tests
...
This is common with proxies like squid which don't support http
pipelining.
2013-06-19 14:55:35 +08:00
David Monllao
1d4ae19d62
MDL-39854 disable component cachin in BEHAT_TEST
2013-06-19 11:28:32 +08:00
Sam Hemelryk
80b3780a53
Revert "MDL-38555 forms: Prevent same data submission multiple times."
...
This reverts commit 761670208a97c0ed7e1ff7c2e6a7ec5494eb93d3.
2013-06-19 13:45:46 +12:00
Sam Hemelryk
9d109ad60d
Merge branch 'w25_MDL-33955_m26_curlredir' of git://github.com/skodak/moodle
2013-06-19 09:13:30 +12:00
Eloy Lafuente (stronk7)
d745d2d45e
MDL-40103 Now xmldb code matches original templates 100%
...
There were still some differences between the php code
used in the issue and the php code generated by the
xmldb editor for the template tables. This commit put
both 100% in sync.
2013-06-18 15:22:51 +02:00
Russell Smith
2412371efd
MDL-40103 stats: correct incorrectly copied stats tables.
2013-06-18 12:16:38 +02:00
Petr Škoda
04a4b97f99
MDL-39854 disable component caching in BEHAT_UTIL
2013-06-18 12:02:07 +02:00
Petr Škoda
402a974e5e
MDL-39854 fix get_list_of_plugins() test
2013-06-18 11:46:44 +02:00
Petr Škoda
7f86a95f30
MDL-39854 fix test_finder regression
2013-06-18 10:37:04 +02:00
Petr Škoda
299e107e97
MDL-39854 use class loader in editor_tinymce
2013-06-18 09:10:17 +02:00
Petr Škoda
9e19a0f08b
MDL-39854 reimplement Frankenstyle support and enable classloader
...
Better performance, more reliable, completely self contained,
more validation and full backwards compatibility.
This will also allow us to implement ignoring of plugins.
2013-06-18 09:10:07 +02:00
Dan Poltawski
3d164e1ef4
Revert "MDL-39474 Library: Make a fast way to check developer debug mode"
...
There were multiple problems discovered.
This reverts commit 5c92e7a740fbce4184cf204a11ebbb6b918a376b.
Conflicts:
admin/cli/install.php
2013-06-18 15:07:22 +08:00
Ankit Agarwal
fbf4acdc9e
MDL-39153 libraries: role_unassign doesn't accept context as parameter. Fixing incorrect doc.
2013-06-18 14:27:30 +08:00
Marina Glancy
da107ae428
Merge branch 'MDL-40207-master' of git://github.com/danpoltawski/moodle
2013-06-18 15:36:42 +10:00
Dan Poltawski
c0fb582c58
Merge branch 'MDL-39339_master' of https://github.com/pauln/moodle
2013-06-18 13:10:24 +08:00
Sam Hemelryk
07cfd5e599
Merge branch 'MDL-39152-master' of git://github.com/ankitagarwal/moodle
2013-06-18 15:34:30 +12:00
Sam Hemelryk
36096f0fe9
Merge branch 'MDL-39634_master' of git://github.com/dmonllao/moodle
2013-06-18 14:51:06 +12:00
Sam Hemelryk
044bb690f8
Merge branch 'MDL-39865-master' of git://github.com/FMCorz/moodle
2013-06-18 13:54:39 +12:00
Sam Hemelryk
d35d831190
Merge branch 'MDL-38555-master' of https://github.com/lucisgit/moodle
2013-06-18 11:38:05 +12:00
Eloy Lafuente (stronk7)
672bee2d23
MDL-40103 Bump version & whitespace/punctuation
2013-06-18 01:30:13 +02:00
Eloy Lafuente (stronk7)
96c90fab6a
Merge branch 'MDL-40103_temptable' of https://github.com/mr-russ/moodle
...
Conflicts:
lib/db/upgrade.php
2013-06-18 01:30:07 +02:00
Eloy Lafuente (stronk7)
57ed9d90c7
Merge branch 'w25_MDL-40210_m26_badgescaps' of git://github.com/skodak/moodle
2013-06-18 00:55:53 +02:00
Eloy Lafuente (stronk7)
a48dad1fe1
Merge branch 'MDL-33562-master' of git://github.com/danpoltawski/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2013-06-18 00:40:36 +02:00
Sam Hemelryk
03d34e07c0
Merge branch 'wip-mdl-16982' of git://github.com/rajeshtaneja/moodle
2013-06-18 10:04:18 +12:00
Petr Škoda
ad35231698
MDL-40210 do not use CAP_PREVENT for role defaults!
2013-06-17 12:12:36 +02:00
Dan Poltawski
85db00e0c3
Merge branch 'MDL-39825_dev_master' of https://github.com/totara/openbadges
2013-06-17 16:40:24 +08:00
Dan Poltawski
af08eb9912
Merge branch 'MDL-39474-master' of git://github.com/sammarshallou/moodle
2013-06-17 15:36:15 +08:00
Ankit Agarwal
5b23d9adac
MDL-39152 webservices: Rename external_api::get_context() to external_api::get_context_from_params()
2013-06-17 15:18:49 +08:00
Rajesh Taneja
d8372b54b9
MDL-16982 Administration: Moved bulk action outside loop and using profile api to save data
2013-06-17 12:55:09 +08:00
Dan Poltawski
f1da132271
MDL-40207 simplepie: reduce false failures in unit tests
...
The simplepie tests time out too quickly due to a low connect timeout,
to fix this:
* Introduced a way to set the timeout during intitial construction
* Converted the unit tests to use a high timeout value
2013-06-17 10:32:25 +08:00
Sam Hemelryk
67b34c34f0
MDL-40136 cache: fixed dirroot change bugs with plugin caches
2013-06-17 09:23:50 +12:00
Russell Smith
62d6f183c4
MDL-40103 Backup: Move install.xml templates to inline XML
2013-06-15 15:07:03 +10:00
Russell Smith
283e448ab3
MDL-40103 stats: Move db temp templates to inline xmldb tables
...
Move all statistics temporary tables into the code. We are not
going to continue to use database templates. They were a mix
of reading the install.xml and tables in the database. It is
much clearer to have them created inline at the point they are
used in the code.
2013-06-15 15:03:02 +10:00
David Monllao
051e9663f0
MDL-39634 behat: Removing unused arguments
...
Also adding deprecated methods.
2013-06-14 16:14:04 +08:00
Ankit Agarwal
aac70ffc18
MDL-39152 webservices: Abstract context fetching
...
Since many apis in future will need to provide alternative method to fetch context, I have abstracted this bit into the core external_api class
2013-06-14 15:47:48 +08:00
Petr Škoda
35ea5db031
MDL-33955 add file download and curl unit tests
2013-06-14 08:03:50 +02:00
Petr Škoda
220eef0e4c
MDL-33955 make downalod_file_content() use curl class and cleanup
...
The options in constructor were renamed to setttings in order to prevent confusion.
This removes ignored CURLOPT_BINARYTRANSFER, add newline header cleaning,
reworks proxy settings and some other minor issues.
2013-06-14 08:03:49 +02:00
Petr Škoda
9936c2a54c
MDL-33955 fix sloppy whitespace in curl class
2013-06-14 08:03:49 +02:00
Dan Poltawski
a151eb403e
Revert "MDL-39832 Files: Revert MDL-39688 commit, f111746140fe80a821ae69e3bf518d950bf188a1"
...
This reverts commit 3960c00e3cf129c60b01fecdfe2851ba9ef7ba59.
2013-06-13 13:56:11 +08:00
Dan Poltawski
db74804ff1
Revert "MDL-39832 Files: Fixed ETag format according with RFC2616."
...
This reverts commit 9ab37ae3e07f54bc08644f8462d94bed68ff6c9b.
2013-06-13 13:56:09 +08:00
Damyon Wiese
7e815a6eac
MDL-37459 admin: Set the default setting flags on a new install.
...
Make sure the default flags for all settings are saved on a new install.
2013-06-13 15:20:52 +10:00