Petr Škoda
7eaca5a810
MDL-37658 add new logging API with basic implemenation
2014-02-28 14:52:24 +08:00
Damyon Wiese
811ba97093
NOBUG: Fixed file access permissions
2014-02-28 10:02:13 +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
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
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
0d7e83c4e4
MDL-44118 question engine: Fix bad merge conflict resolution
...
Version numbers were out of order in upgrade file (my bad).
2014-02-19 09:35:57 +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
Daniel Neis Araujo
9d9361e82d
MDL-18633 User profile: add last ip field to user view
2014-02-18 09:42:28 -03: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
9d3d859c7f
MDL-41759 quiz statistics : install.xml & upgrade.php difference
2014-02-17 19:25:10 +07:00
James Pratt
4922e79f3e
MDL-41759 quiz statistics : break down responses for each variant
2014-02-14 15:23:04 +07:00
Petr Škoda
fd0e019286
MDL-42541 stop using events for porfolion cron
2014-02-13 12:09:24 +08:00
Sam Hemelryk
5e45f31d83
Merge branch 'MDL-42882-master' of git://github.com/danpoltawski/moodle
2014-02-10 13:12:57 +13: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
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
Dan Poltawski
119cf17eec
MDL-42882 upgrade: unit tests for root folders upgrade
...
Just verifying the original behaviour
2014-02-03 17:29:51 +08:00
Marina Glancy
e20497827d
MDL-41384 upgrade: make sure to re-read $SITE from DB when course table is altered
2014-01-31 16:56:30 +08:00
Sam Hemelryk
453d66b782
Merge branch 'MDL-25500-master-squashed' of git://github.com/damyon/moodle
2014-01-29 13:21:00 +13:00
David Curry
c8ade8cbdc
MDL-43797 lib/db/upgrade.php: Optimise sql for my_pages deletion
...
Change-Id: Idf300ab07afda3bcefea80e617549f40c710e529
2014-01-28 12:36:04 +13:00
David Curry
a5ab83ac5e
MDL-43797 lib/db/upgrade.php: Remove custom pages for deleted users
...
Change-Id: Ifef563431682a2a5524927f85ca9eba9cbe520ff
2014-01-28 11:55:17 +13: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
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
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
Eloy Lafuente (stronk7)
b47b3c58e0
MDL-36721 make upgrade queries cross-db
2014-01-10 11:17:23 +08:00
Petr Škoda
914499a340
MDL-36721 do not store passwords in config logs
2013-12-27 11:17:45 +08:00
Petr Škoda
e696fe6aa5
MDL-37016 fix sloppy mysql nulls in event.uuid
2013-11-24 15:10:58 +08:00
Ankit Agarwal
cc49a6f7eb
MDL-42767 notes: Delete notes on a course delete
2013-11-19 16:32:19 +08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Damyon Wiese
d5c0f0453c
Merge branch 'MDL-39923_master' of https://github.com/totara/openbadges
...
Conflicts:
version.php
2013-11-11 10:17:07 +08:00
Frederic Massart
4bceea11be
MDL-42772 upgrade: Force alternate fields in session user
2013-11-08 14:01:39 +08:00
Yuliya Bozhko
f5d17c14ea
MDL-39923 badges: Send badge messages through internal messaging system
2013-11-07 14:49:27 +13:00
Petr Škoda
e0caccb410
MDL-42708 force mymobile uninstallation during upgrade
2013-11-06 20:04:58 +01:00
Damyon Wiese
c5ae81ca38
Merge branch 'wip-MDL-38228-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
version.php
2013-11-05 22:44:53 +08:00
Marina Glancy
47644f7d6a
MDL-38228 upgrade: Rewrite and re-apply script that fixes corrupt course modules to sequence relation
2013-11-05 14:20:50 +11:00
Jerome Mouneyrac
7c2efc115c
MDL-40874 Retire MyMobile as a standard theme
2013-11-04 14:18:41 +11:00
Damyon Wiese
e9a20b4703
Merge branch 'wip-MDL-28463-master' of git://github.com/marinaglancy/moodle
...
Conflicts:
version.php
2013-11-01 21:31:57 +08:00
Marina Glancy
b4dba228a7
MDL-28463 conditionlib: use MUC for caching grades, reset when grades are changed
2013-11-01 16:48:50 +11:00
Damyon Wiese
da13302f91
Merge branch 'wip-MDL-41337-master' of git://github.com/marinaglancy/moodle
2013-11-01 08:55:23 +08:00
Sam Hemelryk
df2d3777cc
Merge branch 'MDL-42542-master' of git://github.com/FMCorz/moodle
...
Conflicts:
version.php
2013-11-01 08:55:21 +08:00
Marina Glancy
d90c811585
MDL-41337 files: Fixed bug with accidental delete of the root directory
2013-10-29 20:29:35 +11:00
Frederic Massart
fc203e28d6
MDL-42542 portfolio: Fix handlerfile in portfolio event handler
2013-10-25 16:00:51 +08:00
Dan Poltawski
012b0472c5
Merge branch '42299-26' of git://github.com/samhemelryk/moodle
...
Conflicts:
version.php
2013-10-24 15:47:48 +08:00
Dan Poltawski
3481222e57
MDL-42459 upgrade: fix upgrade step ordering
...
Also incremented version to be safe
2013-10-22 12:14:40 +02:00
Eloy Lafuente (stronk7)
bf928b2933
Merge branch 'MDL-42459-master' of git://github.com/damyon/moodle
...
Conflicts:
version.php
2013-10-22 12:14:29 +02:00
Damyon Wiese
775a32c9b8
MDL-42459 Atto: Bye bye - see you in the plugins db!
2013-10-22 12:01:56 +08:00