Sam Hemelryk
bfb6e97eae
Merge branch 'MDL-43784-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/classes/plugin_manager.php
lib/db/upgrade.php
2014-03-26 11:33:47 +13:00
Mark Nelson
8dfc4d9c58
MDL-44316 core: updated the 'tag_instance' table to store the component, contextid and timecreated
2014-03-22 13:50:07 -07:00
Frederic Massart
7a2dabcbaa
MDL-43784 theme: Removing all the old themes
2014-03-21 12:24:44 +08:00
Marina Glancy
9b8555fbea
weekly release 2.7dev
2014-03-20 16:00:08 +08:00
Eloy Lafuente (stronk7)
1c774322ba
Merge branch 'MDL-41760-master-v8' of https://github.com/jamiepratt/moodle
...
Conflicts:
version.php
2014-03-19 02:14:00 +01:00
James Pratt
038014c415
MDL-41760 quiz_statistics : response analysis for first/last/all tries
2014-03-18 18:47:19 +07:00
Petr Škoda
37429ae33c
MDL-44603 bump version to update web services
2014-03-15 11:10:10 +08:00
Eloy Lafuente (stronk7)
c0e88129d1
weekly release 2.7dev
2014-03-13 23:55:50 +01:00
Eloy Lafuente (stronk7)
ad246c2d2c
NOBUG: Bump version
2014-03-13 18:34:56 +01:00
Dan Poltawski
0fdb526f70
MDL-30085 bump version
2014-03-13 18:31:48 +01:00
Juan Leyva
ba1dc59721
MDL-44462 mobile: Add mod_assign functions to service definition
...
To support new functionality in the Moodle Mobile app.
2014-03-11 14:49:23 +08:00
Eloy Lafuente (stronk7)
0a489777fc
weekly release 2.7dev
2014-03-06 22:16:58 +01:00
Damyon Wiese
d0b114f95e
weekly release 2.7dev
2014-02-28 10:02:14 +08:00
Damyon Wiese
309ae8921f
MDL-25499: Centralise management of all types of cron tasks
...
Centralise management of all types of cron tasks with registration, scheduling,
parallel task conflicts(blocking) and running once off tasks, all using an
administration screen.
This is a combination of several issues:
MDL-25502: Added "black magic" task allocator for cron
MDL-25503: Add step to cron to run all scheduled tasks
MDL-25504 cron: Refactor to use scheduler
MDL-25505: Add an admin interface to schedule tasks via cron.
MDL-25507: Add support for adhoc tasks.
2014-02-26 12:03:46 +08:00
Damyon Wiese
b33fbd428e
Merge branch 'MDL-42923' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2014-02-25 10:26:22 +08:00
Damyon Wiese
8442725219
MDL-38903: Version bump for lang strings
2014-02-25 09:25:43 +08:00
Damyon Wiese
164ad1a30a
Merge branch 'MDL-18633' of https://github.com/danielneis/moodle
2014-02-24 13:16:41 +08:00
Juan Leyva
cb9d825754
MDL-42923 Add renamed web services to the Mobile app service
...
Keep the deprecated ones for backwards compatibility
2014-02-21 15:26:45 +01:00
Eloy Lafuente (stronk7)
ec4c8161a4
weekly release 2.7dev
2014-02-20 12:43:03 +01:00
Damyon Wiese
d4e5757992
MDL-44118 question engine: Fix bad merge conflict resolution (again)
...
This time for sure (sorry).
2014-02-19 10:03:37 +08:00
Damyon Wiese
6071a209fe
Merge branch 'MDL-44118_2' of git://github.com/timhunt/moodle
...
Conflicts:
version.php
2014-02-19 09:08:42 +08:00
Tim Hunt
30de48d285
MDL-44118 drop old quiz/question attempt data.
...
This data should all have been upgraded when moving to Moodle 2.1. It
was only kept as a back-up, and now, after 3 years have past, we can
clean it up.
2014-02-18 11:55:26 +00:00
Tim Hunt
4e8a07d28b
MDL-44118 remove the qeupgradehelper tool
...
and associated code that was only used by it.
2014-02-18 11:55:21 +00:00
Damyon Wiese
0e84ecefcc
Merge branch 'w07_MDL-42541_m27_portevent' of git://github.com/skodak/moodle
...
Conflicts:
version.php
2014-02-18 12:00:45 +08:00
James Pratt
4922e79f3e
MDL-41759 quiz statistics : break down responses for each variant
2014-02-14 15:23:04 +07:00
Eloy Lafuente (stronk7)
692d247a3a
weekly release 2.7dev
2014-02-13 15:29:44 +01:00
Petr Škoda
fd0e019286
MDL-42541 stop using events for porfolion cron
2014-02-13 12:09:24 +08:00
Juan Leyva
925f4d6b16
MDL-44020 Add core_calendar_get_calendar_events function to the moodle mobile core service
2014-02-07 12:23:33 +01:00
Sam Hemelryk
974c2cdc03
weekly release 2.7dev
2014-02-07 11:46:00 +13:00
Sam Hemelryk
8213574043
Merge branch 'MDL-41756-master' of https://github.com/jamiepratt/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2014-02-05 12:35:11 +13:00
Marina Glancy
183515da23
weekly release 2.7dev
2014-01-31 14:11:12 +08:00
James Pratt
1239d28776
MDL-41756 (2) quiz statistics : break down question stats by variant
2014-01-27 18:00:04 +07:00
Damyon Wiese
9843e5ece5
MDL-25500 lock: New locking framework.
...
This locking system is designed to be used everywhere requiring
locking in Moodle. Each use of the locking system can be configured
to use a different type of locking (or the same type with a different
configuration).
The first supported lock types are memcache, memcached, file (flock),
db (specific handlers for pg, mysql and mariadb).
2014-01-27 10:04:18 +08:00
Eloy Lafuente (stronk7)
9788e26805
weekly release 2.7dev
2014-01-23 12:38:19 +01:00
Dan Poltawski
2a9d7a42aa
MDL-41062 gradebook: remove sortorder duplicates
...
* Upgrade function to remove duplicates from the grade item duplicates
column. Duplicates were causing sorting to fail in some cases.
* Add some unit tests which simulate sort order duplicate data and
verify that they have been removed.
2014-01-17 17:31:21 +08:00
Eloy Lafuente (stronk7)
f05e25d208
weekly release 2.7dev
2014-01-16 18:50:54 +01:00
Petr Škoda
62c8032509
MDL-34347 remove all problematic global text caching
...
Instead we will create new MUC caches inside each filter plugin.
Please note that all cache filters should work with local caches
without the need of strict cache invalidation.
2014-01-14 10:49:23 +08:00
Damyon Wiese
8a0667a994
weekly release 2.7dev
2014-01-10 14:19:48 +08:00
Petr Škoda
914499a340
MDL-36721 do not store passwords in config logs
2013-12-27 11:17:45 +08:00
Sam Hemelryk
bbb291b7b7
weekly release 2.7dev
2013-12-24 17:17:29 +13:00
Damyon Wiese
edd9bb451c
weekly release 2.7dev
2013-12-20 11:56:58 +08:00
Sam Hemelryk
2f4e0db7c3
weekly release 2.7dev
2013-12-13 16:59:10 +13:00
Dan Poltawski
c36a2401ab
weekly release 2.7dev
2013-12-05 15:09:50 +08:00
Dan Poltawski
9b37cd72a2
weekly release 2.7dev
2013-11-29 12:52:39 +08:00
Eloy Lafuente (stronk7)
f7434db109
weekly on-sync release 2.7dev
2013-11-21 19:33:52 +01:00
Ankit Agarwal
cc49a6f7eb
MDL-42767 notes: Delete notes on a course delete
2013-11-19 16:32:19 +08:00
Eloy Lafuente (stronk7)
b58bc15af5
weekly back-to-dev release 2.7dev
2013-11-16 23:46:18 +01:00
Eloy Lafuente (stronk7)
2b10fa0433
Moodle release 2.6
2013-11-16 17:28:07 +01:00
Eloy Lafuente (stronk7)
5e6da548d7
Moodle release 2.6rc1
2013-11-15 13:21:41 +01:00
Eloy Lafuente (stronk7)
9524fc754d
on-demand release 2.6beta+
2013-11-15 11:18:00 +01:00