Simey Lameze
817837bdd1
MDL-48807 core_task: change create_contexts_task to daily frequency
2015-02-23 14:44:04 +08:00
Frederic Massart
2c6b80f400
MDL-48069 files: Switch the field order of index on mdl_files_reference
...
To improve performance of file_storage::search_references
2015-01-02 17:19:20 +08:00
Juan Leyva
3b8876f5ef
MDL-47766 web services: get_grades exposes hidden grades to students
2014-11-04 09:13:35 +13:00
Damyon Wiese
d3e7b45d27
MDL-45538 Fix version bump.
2014-11-03 14:26:09 +08:00
Marina Glancy
7dcabab098
MDL-45538 files: restore missing records in draft areas
2014-10-30 10:46:59 +08:00
Neill Magill
68153616be
MDL-46182 Inefficient query during Moodle upgrade on course_section table.
...
This part of the code is changing an index on the course_sections table to be unique, for this to happen in the upgrade script the index must be deleted and then the new version added.
Before this change the following was being done:
* The index is removed
* A query to delete records that were not unique on this index is performed
* The unique version of the index is added
After this change the following happens:
* A query to delete records that were not unique on this index is performed
* The index is removed
* The unique version of the index is added
When the original index is present the query uses it, which greatly improves the execution plan.
Before the change an upgrade on a site with around 387967 course_section records the upgrade would be stuck on the delete query for many hours, after the change the time can be measured in minutes.
2014-10-03 10:25:54 +01:00
Matteo Scaramuccia
93bd10c300
MDL-46985 Added 7-Zip and RAR MIME types.
2014-08-31 22:39:37 +02:00
Tim Hunt
3ce36f6ac1
MDL-45642 questions: add required index to question_attempts.
...
It is important to be able to tell which behaviours are in use, and
without this index, it requires a complete scan of this table, which can
be very big, to verify that a behaviour is unused.
2014-08-12 11:38:26 +01:00
Juan Leyva
b88a31a654
MDL-45041 Web Service: add_user_device doesn't store entries for different users using the same push key
2014-07-25 10:40:08 +02:00
Sam Hemelryk
bfe4417cb7
MDL-45678 cache: renamed new cache and better comments
2014-07-08 09:52:53 +12:00
Sam Hemelryk
6b6affec1f
Merge branch 'MDL-45678-006-27' of https://github.com/dbezborodovrp/moodle into MOODLE_27_STABLE
2014-07-08 09:42:51 +12:00
Damien Bezborodov
0ba5f02b15
MDL-45678 assignsubmission_comments: Improve performance for permissions checking
2014-07-04 14:25:06 +09:30
Petr Skoda
a31fdfb145
MDL-46126 upgrade: fix bogus nulls in user.password before changing precission
...
Note: there is no need to deal with Oracle empty strings here
because only MySQL running in non-strict mode is affected.
2014-07-04 16:29:40 +12:00
Jason Fowler
40a4427420
MDL-45418 Files: Adding upgrade steps for publisher docs
...
Conflicts:
lib/db/upgrade.php
version.php
2014-06-10 19:31:04 +02:00
Sam Hemelryk
0f52f263ca
MDL-44711 navigation: improved expandable course calculation
2014-06-09 09:34:02 +12:00
Eloy Lafuente (stronk7)
7e78f9c4a5
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:16:36 +02:00
Damyon Wiese
d44071ee09
MDL-32543 upgrade: Increment the version bump
2014-05-19 13:02:10 +08:00
Daniel Neis Araujo
d277c441da
MDL-32543 Make sure the action and url fields of log table have correct sizes
2014-05-12 12:05:25 -03:00
Juan Leyva
e2ede4262f
MDL-30106 forum: New web service mod_forum_get_forum_discussion_posts
2014-05-05 11:55:43 +02:00
Dan Poltawski
9d39960028
Merge branch 'MDL-43570' of https://github.com/KristerV/moodle
...
Conflicts:
version.php
2014-05-01 14:43:22 +08:00
Krister Viirsaar
ecdb94d3e0
MDL-43570 filetypes: Added new filetypes - ddoc, bdoc, cdoc
2014-04-30 13:04:34 +03:00
Frederic Massart
c56f0f4a2c
MDL-45298 theme: More permissive usage of retired themes settings
2014-04-28 16:27:33 +08:00
Marina Glancy
3a0edd1fcd
Merge branch 'MDL-45052-master' of git://github.com/ankitagarwal/moodle
2014-04-28 10:44:36 +08:00
Ankit Agarwal
c4652889f1
MDL-45052 events: Cleanup db/events.php
2014-04-28 10:33:18 +08:00
Juan Leyva
2e04d25053
MDL-45158 mobile: Grades functions included in Mobile Service
2014-04-22 14:11:11 +02:00
Daniel Neis Araujo
37032563b5
MDL-44658 Make userid,fieldid unique in user_info_data
2014-04-15 17:48:13 -03:00
Juan Leyva
6acfacfa9a
MDL-44342 airnotifier: Added new functions to the Mobile service
2014-04-10 17:34:03 +08:00
Marina Glancy
039d204abd
MDL-44070 availability: corrected SQL to be mysql-compatible
2014-04-09 14:41:12 +08:00
Damyon Wiese
515fe565f6
Merge branch 'MDL-44070-master' of https://github.com/sammarshallou/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/forms.less
theme/bootstrapbase/style/moodle.css
version.php
2014-04-08 13:30:41 +08:00
Marina Glancy
593fc9d8d6
Merge branch 'MDL-44948' of git://github.com/timhunt/moodle
2014-04-08 11:13:43 +08:00
Sam Hemelryk
652f9a5ef8
Merge branch 'MDL-36141' of https://github.com/merrill-oakland/moodle
2014-04-08 11:22:23 +12:00
sam marshall
8e97006ad0
MDL-44070 Conditional availability enhancements (1): DB upgrade
...
Converts existing data to new structure in database as part of
upgrade, including a progress bar.
Deletes the database tables and fields that were used by the old
system and are no longer needed.
2014-04-07 18:27:43 +01:00
Sam Hemelryk
9bebe2bbbc
MDL-44967 upgrade: fixed theme removal when themes have been removed already
2014-04-06 10:50:34 +12:00
Eric Merrill
288e7b0921
MDL-36141 course Define role to limit access to Other users.
2014-04-04 14:58:48 -04:00
Tim Hunt
3a528d4e76
MDL-44948 add tool_qeupgradehelper to the list of deleted plugins.
2014-04-04 19:21:23 +01:00
Eloy Lafuente (stronk7)
c790670d77
Merge branch 'MDL-30085_grade_ws' of git://github.com/jleyva/moodle
2014-04-02 04:05:19 +02:00
Ankit Agarwal
52dc1de746
MDL-42891 administration: Re-implement incorrect login notification, without using the logtable.
2014-04-01 17:18:15 +08:00
Juan Leyva
19ed179716
MDL-30085 Moved to lib/classes for support autoloading
2014-03-31 15:15:18 +02:00
Juan Leyva
198e802f9d
MDL-30085 core_grades functions moved to correct location
2014-03-31 15:15:17 +02:00
Andrew Davis
d35499312d
MDL-30085 core_grade: added a grade web service
2014-03-31 15:15:17 +02:00
Petr Škoda
0a5aa65b53
MDL-44733 add support for disabling of scheduled tasks
2014-03-28 10:23:37 +08:00
Petr Škoda
9c093a7bf8
MDL-44316 move the tag context upgrade to the end and fix issues
2014-03-26 15:36:50 +08:00
Mark Nelson
0a341617e4
MDL-44316 upgrade: fix to ensure upgraded and new installations have matching 'tag_instance' tables
2014-03-25 22:17:30 -07:00
Damyon Wiese
9f07f05a48
MDL-43883 Behat: Make Atto the default text editor and adjust behat to use it.
2014-03-26 10:01:49 +08:00
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
Eloy Lafuente (stronk7)
2c36f83422
MDL-41760 move upgrade steps to match 04 version.
...
In previous (merge) commit, version was moved, on conflict
to 04 (coz 01) was already in use. This commit moves the 3
upgrade steps to 02, 03 and 04, matching that final version.
2014-03-19 02:15:17 +01: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