Petr Škoda
83f45bfd56
MDL-40450 update links to TinyMCE 3.x docs
2013-07-07 16:11:19 +02:00
Petr Škoda
c118e4c112
MDL-40537 mark new major upgrade version
...
This is required for cache invalidation of classloader class map.
2013-07-07 14:34:31 +02:00
Matteo Scaramuccia
78030f9db1
MDL-39832 Files: Fixed ETag format according with RFC2616.
...
ETag must be double quoted,
http://tools.ietf.org/html/rfc2616#section-3.11 :
entity-tag = [ weak ] opaque-tag
weak = "W/"
opaque-tag = quoted-string
2013-07-07 09:02:17 +02:00
Matteo Scaramuccia
264631cdc8
MDL-39832 Files: Revert MDL-39688 commit, f111746140fe80a821ae69e3bf518d950bf188a1
...
MDL-39688 has been successful in providing a solution for the issue but further
investigations done in MDL-39832 have got the evidence that the given solution
is more likely a workaround.
2013-07-07 09:02:15 +02:00
Frederic Massart
ce58136547
MDL-40466 libraries: Not deprecating get_sorted_contexts()
2013-07-05 16:15:24 +08:00
Dan Poltawski
337965feb1
MDL-40516 deprecatedlib: final deprecation for old 1.9 functions
...
These functions have been throwing debugging notices for some time and
its time for them to be put to rest.
2013-07-05 15:09:16 +08:00
Dan Poltawski
8f7ebd1820
MDL-40496 deprecatedlib: remove 1.9 final deprecations
2013-07-05 12:34:25 +08:00
Yuliya Bozhko
e50220f840
MDL-40112 badges: Drop unused image field from badge table
2013-07-05 09:18:59 +12:00
Petr Škoda
c05a50992e
MDL-40415 add explicit OPcache support
2013-07-04 19:32:26 +02:00
Petr Škoda
9240ecbd98
MDL-40500 move MOODLE_INTERNAL define before core_component include
...
This resolves problems with MOODLE_INTERNAL in db/subplugins.php
2013-07-04 19:04:23 +02:00
Ankit Agarwal
01546175d2
MDL-40402 libraries: update the mistake in comment
2013-07-04 15:46:15 +08:00
Ankit Agarwal
492ba9deb3
MDL-40402 libraries: Deprecate get_system_context()
2013-07-04 15:45:48 +08:00
Ankit Agarwal
1d364843ab
MDL-40402 unittests: Make sure get_system_context() throws a deprecated warning
2013-07-04 15:41:19 +08:00
Ankit Agarwal
0601e0eef6
MDL-40402 libraries: Replace get_system_context() with context_system::instance() in core
2013-07-04 15:41:06 +08:00
Rajesh Taneja
85b2e46f23
MDL-40401 Libraries: load_temp_role() and remove_temp_roles() can not be used any more.
2013-07-04 15:04:09 +08:00
Adrian Greeve
b1d31f49dc
MDL-40490 - database: Fixed a check on database port options.
...
The addition of a port for the database means that an array
would be set regardless of whether it had any information or not.
The isset() function sees an array as being set and follows through
with the rest of the if statement concatenating a colon to the end
of the database host name and throwing a connection problem if no port
number is supplied.
The if statement has now been changed to if not empty. The empty
function does see zero as an empty value, but a port shouldn't have
a value of zero anyway.
2013-07-04 15:01:53 +08:00
Frederic Massart
0193dd1c32
MDL-38314 repository: Improving performance of upgrade script
2013-07-03 16:24:19 +08:00
Petr Škoda
02a541ee8e
MDL-39088 fix incorrect module count SQL
2013-07-03 09:40:07 +02:00
Frederic Massart
d802435e00
MDL-38314 repository: Delete repository instances on context deletion
2013-07-03 15:26:20 +08:00
Frederic Massart
4aa4d88da8
MDL-38314 repository: Remove orphan repository instances
2013-07-03 15:26:20 +08:00
Yuliya Bozhko
19a9f2eada
MDL-39986 badges: Show badge navigation to users with awardbadge capability
...
Also fixes an arror when a user with this capability tries to award a badge,
but their role is not among the criteria set up for a badge
2013-07-03 13:13:55 +08:00
Eloy Lafuente (stronk7)
1b80060ff0
MDL-35009 Normalize deprecation (also MDL-34472)
...
- Use same deprecation phrases style.
- Use same upgrade.txt phrases style.
- Add unit test covering the deprecation.
See the issue for some more rationale / comments.
2013-07-02 21:40:16 +02:00
Eloy Lafuente (stronk7)
7b2ca65574
Merge branch 'wip-mdl-35009' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/accesslib.php
lib/deprecatedlib.php
lib/upgrade.txt
2013-07-02 21:22:30 +02:00
Eloy Lafuente (stronk7)
f8c54a7469
MDL-37516 Translate fieldnames on output only.
...
This reverts a change performed by the previous commit where user
fieldnames were being translated (and cached) when fetched,
causing the information to remain static later, not responding
to language switches (and perhaps leading to other problems if those
structures are used lated for DB / $USER comparisons.
With the commit, the translation happens on output, so no
potential interferences will happen and, also, the information
changes dynamically on lang switching.
2013-07-02 20:39:05 +02:00
sam marshall
6316bfa0c7
MDL-37516 Conditional activities: user field condition display fixes
2013-07-02 20:00:17 +02:00
Eloy Lafuente (stronk7)
1203222a3c
Merge branch 'MDL-40246_master' of git://github.com/dmonllao/moodle
2013-07-02 14:27:34 +02:00
Eloy Lafuente (stronk7)
3c2e7a0e7c
Merge branch 'MDL-34472-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
lib/upgrade.txt
2013-07-02 14:09:11 +02:00
Damyon Wiese
f48f4827d1
Merge branch 'w27_MDL-40299_m26_textlib' of https://github.com/skodak/moodle
2013-07-02 15:23:38 +08:00
Dan Poltawski
fe6d32fcb3
Merge branch 'MDL-40282' of github.com:colchambers/moodle
2013-07-02 15:15:04 +08:00
Ankit Agarwal
bfb99cc619
MDL-34472 phpunit: Make sure a debugging is thrown when get_context_instance() is called
2013-07-02 15:09:01 +08:00
Rajesh Taneja
cc1b501595
MDL-40127 Enrolments: Added status to instance info and removed displaying of enrolment form with notice
...
get_enrol_info will return status of enrolment instance, to notify webservice if enrolment is possible or not
If enrolment is not possible then don't show enrolment form
show_enrolme_link will use can_self_enrol to varify if enrolment link should be shown or not.
2013-07-02 14:35:33 +08:00
Rajesh Taneja
85d1c53af4
MDL-40127 Enrolments: Abstracted self_enrolment code so as to be used by webservices
2013-07-02 14:35:33 +08:00
Dan Poltawski
20cea2c57f
Merge branch 'MDL-40297' of git://github.com/stronk7/moodle
2013-07-02 13:43:40 +08:00
Dan Poltawski
b25cd1f3d5
Merge branch 'w27_MDL-40399_m26_msarrayshift' of https://github.com/skodak/moodle
2013-07-02 13:34:09 +08:00
Damyon Wiese
a57885a651
Merge branch 'w27_MDL-26943_m26_localsubplugins' of https://github.com/skodak/moodle
2013-07-02 11:00:33 +08:00
Dan Poltawski
ad3ebb8f5f
Merge branch 'w27_MDL-40266_m26_arrayshift' of https://github.com/skodak/moodle
2013-07-02 09:55:20 +08:00
Eloy Lafuente (stronk7)
c6638cd6ce
Merge branch 'w27_MDL-39088_m26_uninstall' of https://github.com/skodak/moodle
2013-07-02 00:43:31 +02:00
Sam Hemelryk
93b2977d9d
Merge branch 'MDL-39733' of git://github.com/stronk7/moodle
2013-07-02 10:31:48 +12:00
Eloy Lafuente (stronk7)
2e746b72be
MDL-39733 xhprof: implement import of runs
2013-07-02 00:28:47 +02:00
Ankit Agarwal
bea86e845e
MDL-34472 libraries: Remove usage of get_context_instance() from core
2013-07-01 15:40:37 +08:00
Ankit Agarwal
61a0299a94
MDL-34472 libraries: add deprecated warning to get_context_instance()
2013-07-01 15:40:37 +08:00
Rajesh Taneja
ce2b21509e
MDL-35009 Libraries: Deprecated get_context_instance_by_id
2013-07-01 14:55:23 +08:00
Petr Škoda
7aed7f46ab
MDL-40266 improve emulate_bound_params() for mssql driver
...
Looping over large numbers of items with array_shift() is expensive.
Reverse the array and fetch items from the top of the pile.
Credit goes to Martin Langhoff for original mysqli fix.
2013-07-01 08:52:03 +02:00
Petr Škoda
b983901d48
MDL-40266 improve emulate_bound_params() for sqlsrv driver
...
Looping over large numbers of items with array_shift() is expensive.
Reverse the array and fetch items from the top of the pile.
Credit goes to Martin Langhoff for original mysqli fix.
2013-07-01 08:51:35 +02:00
Dan Poltawski
91d445db9a
Merge branch 'wip-MDL-39212-m26' of git://github.com/samhemelryk/moodle
2013-07-01 11:55:45 +08:00
Dan Poltawski
536a240891
Merge branch 'wip-MDL-40344-m26' of git://github.com/samhemelryk/moodle
2013-07-01 11:21:47 +08:00
Martin Langhoff
4f3e38e745
MDL-40266 improve emulate_bound_params() for mysqli
...
Looping over large numbers of items with array_shift() is expensive.
Reverse the array and fetch items from the top of the pile.
2013-06-30 18:25:14 +02:00
Petr Škoda
3601c5f09c
MDL-26943 implement subplugin support for local plugins
2013-06-30 09:18:35 +02:00
David Mudrák
a7182af94a
MDL-35206 Fix the links list enumeration in the html2text library
2013-06-28 13:10:10 +02:00
Colin Chambers
4704eda0f0
MDL-40282 Collapsible editor loses border in IE8-9
2013-06-28 11:18:28 +01:00