Davo Smith
581e66373a
MDL-51412 question: add index to qtype field
2015-09-15 12:10:50 +01:00
Dan Poltawski
9e66dff06c
Merge branch 'wip-MDL-51132-master' of https://github.com/marinaglancy/moodle
2015-09-08 10:46:38 +01:00
Marina Glancy
0d1e545612
MDL-51132 tags: do not use user tags for tagging courses
2015-09-05 11:21:15 +08:00
Eloy Lafuente (stronk7)
e45f622b8e
Merge branch 'MDL-29801_master' of git://github.com/markn86/moodle
2015-09-02 19:19:27 +02:00
Mark Nelson
1efd323842
MDL-29801 install: added message deleted fields
2015-08-31 15:09:51 -07:00
Dan Poltawski
482ebc1786
Merge branch 'MDL-50723-master' of git://github.com/andrewnicols/moodle
2015-08-24 14:47:25 +01:00
Adrian Greeve
0305798c62
MDL-30315 gradebook: Uploading feedback doesn't override grades.
2015-08-18 17:02:45 +08:00
Andrew Nicols
04c24a55ec
MDL-50723 core: Remove long-defunct table webdav_locks
2015-08-14 08:42:34 +08:00
Damyon Wiese
4359caa22b
MDL-50757 upgrade: Unset config value that will never be used again
2015-07-03 16:37:54 +08:00
Adrian Greeve
316c560cc5
MDL-50757 gradebook: Update fix for pre 2.8 upgrades.
...
Moodle installations that updated before the 2.8 grade push
were being flagged for a gradebook freeze. This was resulting in
calculated grades being shown as different to how they were
displayed before the upgrade. This fix retains the original
grade value.
2015-07-03 13:13:12 +08:00
Adrian Greeve
4d4dcc2718
MDL-48239 gradebook: Calculated grades maxgrade now able to be set.
2015-07-02 11:13:25 +08:00
Marina Glancy
156d048659
MDL-49257 grades: fix bugs with extra credit weights
...
When we adjust the weights in natural grading (setup screen), the extra credit items
should not depend on other overrides. If extra credit item's weight was overriden, it stays as it is.
Otherwise it is calculated as itemgrademax / totalgrademax (total excludes extra credit items)
2015-06-23 14:25:50 +08:00
David Monllao
d8ee571298
MDL-48618 upgrade: Matching conditions and upgrade savepoints
2015-06-11 15:02:06 +08:00
David Monllao
408e3812af
MDL-48618 grades: Forcing new upgrade savepoint
2015-06-11 14:37:31 +08:00
Frederic Massart
ebea19cb26
MDL-48618 grades: Handling of inconsistencies due to min/max grades
2015-06-10 12:33:41 +08:00
Eric Merrill
c07775dfff
MDL-48618 gradebook: Only use individual min/max for aggrigate grades
2015-06-05 17:05:24 +08:00
Mark Nelson
2b7b0bae62
MDL-50309 core_upgrade: fixed undefined '$customusermenuitems' notice
2015-05-27 21:29:39 -07:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
John Okely
35ea78d2ba
MDL-49987 Navigation: Put messages before preferences, not mypreferences
2015-05-04 16:31:16 +08:00
Andrew Nicols
d3f1cde59e
MDL-49987 upgrade: Correct missing main_savepoint update
2015-05-04 14:40:09 +08:00
Andrew Nicols
6df7f2008b
Merge branch 'MDL-49987-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-05-04 13:40:57 +08:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Damyon Wiese
3c568cd3db
MDL-49987 upgrade: Make sure messages is in the user menu
...
Because we have removed messages from the navigation tree,
it is important that it exists in the user menu. That is the default
behaviour, but if sites previously removed it, we need to make sure it
is inserted back.
2015-05-03 21:47:20 +08:00
Mark Nelson
3b318d3e69
MDL-49932 core_install: removed upgrade step changing 'defaulthomepage'
...
The upgrade step was changing any site that had the setting
'defaulthomepage' set to HOMEPAGE_SITE to HOMEPAGE_MY. We can
not make the assumption that users want this setting changed.
2015-04-29 15:30:45 -07:00
Matteo Scaramuccia
6514ced4f5
MDL-47004 LDAP: improved the default objectClass setting for AD.
2015-04-15 23:53:35 +02:00
Adrian Greeve
72324523ad
MDL-45774 navigation: Version bump and upgrade.php edit.
2015-04-13 15:31:23 +08:00
Damyon Wiese
5472f9f4e0
MDL-45774 Navigation: Add upgrade step to change defaulthomepage
2015-04-10 17:18:21 +08:00
Adrian Greeve
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
Damyon Wiese
e4522f8841
MDL-48934 navigation: Update the default entries in the user menu.
...
Add mypreferences and remove mybadges and myfiles (You should get to the
last 2 through your dashboard).
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
c9451960e3
MDL-45894 navigation: My grades update to overview report.
...
Part of MDL-45774
2015-04-10 17:17:05 +08:00
Damyon Wiese
75ece778c5
Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-04-07 17:27:17 +08:00
Andrew Hancox
6398ff5387
MDL-49101 core: Add a global admin setting config->requiremodintro
...
Removed requiremodintro setting from all core activity plugins and replace
with a single global setting.
Deprecated moodleform_mod::add_intro_editor and replaced with
moodleform_mod::standard_intro_elements
2015-04-07 10:11:53 +01:00
Petr Skoda
d6e7a63d9a
MDL-49684 timezones: rewrite timezone support
...
This patch replaces all homegrown timezone
stuff with standard PHP date/time code.
The main change is the introduction of core_date
class that returns normalised user and server
timezones. From now on nobody should be using
$CFG->timezone or $user->timezone directly!
Other new features and fixes:
* admins are prompted for timezone during install
* editing of other users is finally fixed
* timezones are displayed in user profile
* new $this->setTimezone() in phpunit
* time locale is now automatically reset in phpunit
* timezone is now automatically reset in phpunit
* phpunit has Australia/Perth as default timezone
2015-04-06 13:53:51 +12:00
Eloy Lafuente (stronk7)
89267d6a51
Merge branch 'MDL-49543' of https://github.com/totara/openbadges
2015-03-25 01:32:34 +01:00
Yuliya Bozhko
fffeb03fe7
MDL-49543 badges: Add decription format and backup/restore
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-24 09:22:47 +13:00
Yuliya Bozhko
3784d3be98
MDL-49543 badges: Add description to the badge criteria
...
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
2015-03-23 08:47:49 +13:00
Andrew Davis
24aac597c5
MDL-49070 core_registration: removed now unused config setting
2015-03-20 20:50:48 +08:00
Andrew Nicols
1f50bbf184
MDL-49381 message: Remove old useridfrom indexes
2015-03-17 00:26:20 +01:00
David Monllao
42d81ef740
Merge branch 'MDL-49298-master' of git://github.com/merrill-oakland/moodle
...
Conflicts:
version.php
2015-03-11 08:33:23 +08:00
Eric Merrill
c803fa6855
MDL-49298 backup: Make tgz file format standard for backups
2015-03-05 10:07:58 -05:00
Andrew Davis
858e92fefe
MDL-49164 admin: removed unused registration config setting
2015-03-04 08:50:39 +08:00
Andrew Nicols
db23cd087b
Merge branch 'MDL-48716-master' of git://github.com/jleyva/moodle
...
Conflicts:
lib/db/services.php
lib/db/upgrade.php
version.php
2015-02-25 09:20:26 +08:00
Dan Poltawski
e6c453bb3d
Merge branch 'MDL-48108-master' of git://github.com/andrewnicols/moodle
...
Conflicts:
version.php
2015-02-24 08:59:53 +00:00
Andrew Nicols
8b52863f0a
MDL-48108 core: Add new indexes to message tables
2015-02-24 09:39:05 +08:00
Juan Leyva
3221718eda
MDL-48716 webservices: New ws core_user_remove_user_device
2015-02-19 15:15:18 +01:00
David Monllao
d3dac40019
MDL-48894 core_registration: Fixing version value
2015-02-11 16:18:06 +08:00
Andrew Davis
806c06fc7b
MDL-48894 core_registration: make it more obvious if site is registered
2015-02-10 21:12:10 +01:00
Mark Nelson
6c85571902
MDL-48266 core: fixed backup upgrade
2015-01-27 21:32:07 -08:00
Stephen Bourget
5bc12ca265
MDl-47104 Calendar: Make 'calendar_lookahead' more flexible
2015-01-28 02:24:36 +01:00
Eloy Lafuente (stronk7)
e6b1816588
MDL-48266 backup: make upgrade step to match current version bump.
2015-01-26 19:22:44 +01:00