Sam Hemelryk
b39e6f59d6
Merge branch 'MDL-35312-master' of git://github.com/FMCorz/moodle
2012-09-24 15:54:04 +12:00
Frederic Massart
0f764c023e
MDL-34607 Folder: Remove any sort order during upgrade
2012-09-21 10:09:54 +08:00
Frederic Massart
afe27edce6
MDL-35312 Web Services: Fixed typo in capability of course update
2012-09-21 09:59:02 +08:00
David Monllao
d11f12f646
MDL-30901 user Removing user->screenreader setting
2012-09-21 09:23:32 +08:00
Paul Charsley
b6b6c7acb6
MDL-31859 added get_enrolled_users_with_capability web service function
2012-09-21 09:37:06 +12:00
Jenny Gray
7dd764b856
MDL-15471 course tagging improvements
2012-09-20 09:12:11 +01:00
Eloy Lafuente (stronk7)
7ec68510d9
Merge branch 'MDL-34082' of git://github.com/timhunt/moodle
2012-09-12 17:19:17 +02:00
Tim Hunt
e08eaf7da3
MDL-34082 course restrict modules: typo in MDL-19125 upgrade code.
2012-09-12 16:15:11 +01:00
Frederic Massart
59b9a14063
MDL-8307 Course: Course requests can suggest a category
2012-09-07 11:22:08 +08:00
Eloy Lafuente (stronk7)
6a7fb9f778
Revert "MDL-30643 - Now loading table definitions from XML files."
...
This reverts commit d352e733b3
.
2012-09-05 19:03:17 +02:00
Eloy Lafuente (stronk7)
447721b44f
Revert "RFC-30643 - Removed get_context_instance calls."
...
This reverts commit eb0ffd3214
.
2012-09-05 19:02:27 +02:00
Eloy Lafuente (stronk7)
ac9fe9b3a5
Revert "MDL-30643 fixed whitespace"
...
This reverts commit 5c27678d3a
.
2012-09-05 19:02:07 +02:00
Aparup Banerjee
937b0acba1
MDL-26504 blog: fixed SQL to add explicit casting
2012-09-05 10:25:22 +08:00
Aparup Banerjee
5c27678d3a
MDL-30643 fixed whitespace
2012-09-05 01:51:39 +08:00
Aparup Banerjee
b0381539e5
Merge branch 'MDL-30643_master-log-speed' of git://github.com/tbannister/moodle
2012-09-05 01:16:51 +08:00
Tyler Bannister
eb0ffd3214
RFC-30643 - Removed get_context_instance calls.
...
- Added fifth table to speed up enrolment look ups.
2012-09-04 10:11:16 -04:00
Aparup Banerjee
736cc6a246
Merge branch 'MDL-26504_blog_unregister' of git://github.com/andyjdavis/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-09-04 13:43:11 +08:00
Petr Škoda
3182d885e7
MDL-35080 skip views and weird tables in mysql structure upgrades
2012-09-01 16:23:08 +02:00
Tyler Bannister
d352e733b3
MDL-30643 - Now loading table definitions from XML files.
2012-08-31 14:52:28 -04:00
Eloy Lafuente (stronk7)
238f7761af
Merge branch 'MDL-31973-master-6' of git://git.luns.net.uk/moodle
...
Conflicts:
lib/db/upgrade.php
2012-08-29 00:42:43 +02:00
Andrew Davis
f361678362
MDL-26504 blog: added upgrade code to remove orphan external blog posts
2012-08-28 14:55:33 +08:00
Petr Škoda
882fb83519
MDL-35061 add more custom fields for enrol instances
...
This delays the splitting of plugin specific enrol info from shared enrol table.
2012-08-26 15:55:03 +02:00
sam marshall
1d1917aeaa
MDL-31973 Groups: groups_members table should have 'component', 'itemid' fields
2012-08-24 15:30:13 +01:00
Dan Poltawski
f418f82e52
Merge branch 'MDL-34648-master' of git://github.com/FMCorz/moodle
2012-08-21 14:39:54 +08:00
Frederic Massart
ad778c84e8
MDL-34648 Course: Added capability to control sections moving
2012-08-21 13:31:19 +08:00
Petr Škoda
704533fca7
MDL-34960 drop deprecated Google Maps API V2
2012-08-19 20:07:27 +02:00
Eloy Lafuente (stronk7)
76b97631b0
Merge branch 'MDL-25012' of git://github.com/danpoltawski/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-08-15 00:41:04 +02:00
Petr Škoda
72263b8f33
MDL-34782 detect code abusing integer limits in mysql database
...
It is allowed to store only ranges specified in install.xml, for integers it means number of digits specified in size.
2012-08-10 10:18:19 +02:00
Dan Poltawski
32570ea2ce
MDL-34600 upgrade.php - fix trailing whitespace
2012-08-07 08:44:19 +08:00
Dan Poltawski
850d2db82a
MDL-25012 - blogs: introduce a specific 'enabled' config setting
...
Rather than overloading the $CFG->bloglevel setting which had a
confusing UI in the appearance subsystem.
In order to achieve this we modify take the defaults from the existing
bloglevel setting and set that for $CFG->enableblogs. Note that in order
to prevent a bad default settings from being set we also set
$CFG->bloglevel to a valid 'enabled' setting.
2012-08-06 11:25:22 +08:00
Petr Škoda
237f05cfdd
MDL-34600 fix question table to match install.xml
...
The oldquestiontextformat was used during previous upgrade and is not necessary any more.
Next time we should add these temporary upgrade columns to install.xml files.
2012-08-02 09:48:09 +02:00
Ankit Agarwal
f14f9842d5
MDL-32827 calendar: update eventtype of broken event in bulk instead of doing it one by one
2012-07-31 10:28:32 +08:00
Ankit Agarwal
3713514b08
MDL-32827 calendar: Fixining calender entries with no eventtype
2012-07-27 10:06:37 +08:00
Sam Hemelryk
61e93a4c08
Merge branch 'MDL-27083-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-25 09:20:44 +12:00
Dan Poltawski
b7db7803bc
Merge branch 'w30_MDL-34299_m24_html5' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-24 14:07:26 +08:00
Frederic Massart
67e3dd2c95
MDL-27083 Questions: Orphaned questions are adopted on upgrade
2012-07-23 11:37:09 +08:00
Sam Hemelryk
395b805f97
Merge branch 'MDL-34225' of git://github.com/nebgor/moodle
2012-07-23 14:04:09 +12:00
Petr Škoda
13725b3797
MDL-34299 remove xmlstrictheaders setting and switch to html5 doctype by default
...
This fixes WCAG 2.0 compliance because we were already using HTML5 markup.
The strict XML headers setting never worked for production servers, developers
used browser validators for compliance testing. XHTML 5 option is relatively
similar to this obsolete option, but still it can not be used on production servers.
XHTML Strict 1.x was a standardised dead end, HTML5 is the new de-facto-standard
supported by all major browsers including latest versions of IE.
Please note nothing changes in our coding style because HTML5 is a superset of
several previous standards, it is recommended to use only features that are
already implemented in all our supported browsers.
2012-07-21 19:23:44 +02:00
Petr Škoda
c8b3346cfd
MDL-33180 delete the last traces of SimpleTest - ciao and thanks
2012-07-21 10:11:50 +02:00
Sam Hemelryk
c1483c9c6c
Merge branch 'MDL-32919-core_course_import_course' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2012-07-17 17:38:16 +12:00
Dan Poltawski
6039dc55fb
MDL-8249 install.xml - fixup use of editor
...
Thanks Andrew
2012-07-17 07:55:38 +08:00
Aparup Banerjee
60829d8094
MDL-34225 course completion : moved criteria classes into criteria subdir
2012-07-12 12:04:36 +08:00
Sam Hemelryk
f0d6e53c11
Merge branch 'w28_MDL-33617_m24_roleenrolindex' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 15:47:33 +12:00
Dan Poltawski
00142ce553
MDL-34237 - fix version number mistake
2012-07-10 11:20:33 +08:00
Aparup Banerjee
7534234322
MDL-34225 course completion : move /lib/completion/* up to /completion
2012-07-10 11:06:41 +08:00
Dan Poltawski
e1980f8bb9
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:43:23 +08:00
Dan Poltawski
b40eca11d9
Merge branch 'w28_MDL-33018_m24_pgindex2' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:17:23 +08:00
Dan Poltawski
2579ac464f
Merge branch 'wip-mdl-29969' of git://github.com/rajeshtaneja/moodle
2012-07-09 13:39:08 +08:00
Sam Hemelryk
66dd3e5d2f
MDL-32119 Fixed messy merge in upgrade code
2012-07-09 17:00:52 +12:00
Sam Hemelryk
a2a2e7fb4a
Merge branch 'MDL-32119' of git://github.com/srynot4sale/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-09 16:02:49 +12:00