Eloy Lafuente (stronk7)
c9a1a6341c
MDL-65571 versions: bump all versions and requires near release
...
version = 2019052000 release version
requires= 2019051100 current beta (week6roll2) version
2019-05-12 23:46:34 +02:00
Eloy Lafuente (stronk7)
085353b315
MDL-64282 versions: bump all versions and requires near release
...
version = 2018120300 release version
requires= 2018112800 current rc2 (week7roll1) version
2018-11-29 18:24:08 +01:00
Jonathan Champ
34dd57053d
MDL-54035 accesslib: only modify role_capabilities in accesslib
...
Whenever the role_capabilities table is changed, we need to remember
to clear the cache for the role(s) being modified. This is far simpler
when all of those changes happen in a single file, i.e. accesslib.php,
allowing other parts of the application to use the public functions
without requiring knowledge of the cache internals.
2018-09-21 09:17:43 -04:00
Eloy Lafuente (stronk7)
57ea6753d3
MDL-62361 versions: bump all versions and requires near release
...
version = 2018051400 release version
requires= 2018050800 current beta+ (week4roll1) version
2018-05-09 02:46:30 +02:00
cescobedo
980e85cd44
MDL-61915 enrol: Add privacy implementation for all enrol plugins
...
None of the Enrol plugins (except lti and paypal) have any user preference or database table.
They all implement the null provider.
2018-04-23 14:31:40 +02:00
Farhan Karmali
351cff7928
MDL-61208 enrol: Fix for issue found while testing
2018-04-11 18:24:14 +05:30
Farhan Karmali
fe5b5be1dd
MDL-61208 enrol: Standard enrol plugins should use tasks instead of cron
2018-04-10 09:16:17 +05:30
Helen Foster
700522badd
MDL-61046 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* pluginname_desc, enrol_category - improved explanation
* pathtopythondesc, core_admin - mentioning Python version
* configdeleteunconfirmed, core_admin - setting applies to more than
just email-based self-registration
2018-01-04 11:30:54 +01:00
Eloy Lafuente (stronk7)
ba854606e6
MDL-60764 versions: bump all versions and requires near release
...
version = 2017111300 release version
requires= 2017110800 current rc2 version
2017-11-10 02:52:53 +01:00
Eloy Lafuente (stronk7)
d989ee1e03
MDL-58853 versions: bump all versions and requires near release
...
version = 2017051500 release version
requires= 2017050500 current rc1 version
2017-05-09 02:58:28 +02:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Daniel Neis Araujo
b5a289c4e8
MDL-46509 enrol: Require 'enrol/PLUGIN:config' capabilities to show/hide enrollment instances
2014-08-21 19:01:57 -03:00
Daniel Neis Araujo
85b030cc39
MDL-46509 enrol: fix usage of incorrect enrol plugin in capability check
2014-08-21 19:01:57 -03:00
Damyon Wiese
6b78b55c15
MDL-35864 Enrol plugins: Add missing capability strings
2014-07-23 13:53:55 +08:00
Dan Poltawski
82f88cabe9
MDL-35864 enrol: misc fixups
...
* Removed get_config_instance_capabilities() which was from
older reviewed vrsions of the patch
* Added note to upgrade.txt
* Fixed deprecation note
* Bump versions
2014-07-22 17:02:21 +01:00
Daniel Neis
ee9e079ddd
MDL-35864 Require 'enrol/PLUGIN:config' capabilities to delete enrol instances
2014-06-20 13:08:18 -03:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Frederic Massart
5cec6c2670
MDL-41962 events: Bumping plugin versions to update handlers
2013-09-26 14:56:12 +08:00
Petr Škoda
4b734e74ae
MDL-39846 more fixing and cleanup of new events
...
* fix typos (thanks Rajesh)
* move log related data out from event API specification
* change callable key in definition to callback
* use event data in observers instead of cached records if possible
* event level is now a number 1…100
* improved event safety checks
* add event name and description method
* new can_view() method
* improve unit tests to test all callable types
* improved performance
2013-07-19 08:43:27 +02:00
Petr Škoda
e99a209094
MDL-39846 convert enrol_category to new events and class loader
2013-07-19 08:43:27 +02:00
Frederic Massart
8e8891b76b
MDL-40403 libraries: Deprecate get_parent_contexts()
2013-07-09 13:34:44 +08:00
Petr Škoda
5b5d372c3c
MDL-39802 ignore deleted users in category enrolments
2013-05-24 21:15:17 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Petr Škoda
961fbc4f84
MDL-37297 user progress_trace in enrol_category sync
2012-12-29 21:40:07 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Petr Škoda
7a7b8a1f19
MDL-35071 redesign enrol restore
...
Includes option to convert all enrolments to enrol_manual instances, support for mapping of custom fields and fixes for several other problems. This does not include support for custom enrol tables, it will be addressed in another issue.
2012-09-07 11:11:28 +02:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00
Petr Škoda
8d9b8a4894
MDL-34864 bump up enrol category sync version
2012-08-18 11:39:03 +02:00
Petr Škoda
4b0b9f1d9d
MDL-34864 add enrol_category unit tests for sync
2012-08-18 11:34:36 +02:00
Petr Škoda
6c326e2b19
MDL-34864 improve enrol_category phpdocs
2012-08-18 11:34:15 +02:00
Petr Škoda
455748c882
MDL-34864 add verbose option to CLI enrol_category sync
2012-08-18 11:32:39 +02:00
Petr Škoda
147b9760da
MDL-34864 improve enrol_category sync performance
2012-08-18 10:04:51 +02:00
Frederic Massart
55bcef2954
MDL-34461 Librairies: Replaced deprecated get_context_instance()
2012-07-23 17:42:05 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Petr Skoda
e807c0be4f
MDL-32095 fix event handler classes to be E_STRICT compatible
2012-03-26 16:04:47 +02:00
Eloy Lafuente (stronk7)
eaf7533fc1
Merge branch 'wip-MDL-30985-m23' of git://github.com/samhemelryk/moodle
2012-03-01 01:07:33 +01:00
Petr Skoda
e67bc2a410
MDL-30964 fix phpdocs in access.php files in all plugins
2012-02-27 07:23:10 +01:00
Sam Hemelryk
1d1719f5dd
MDL-30985 Fixed up event API phpdocs
2012-02-27 14:34:06 +13:00
Gerard (Gerry) Caulfield
ce8df92df1
MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
2012-02-10 15:40:04 +08:00
Eloy Lafuente (stronk7)
792182713a
Merge branch 'w52_MDL-30951_m23_catsync' of git://github.com/skodak/moodle
2012-01-04 00:39:51 +01:00
Petr Skoda
c2d6b4f9ce
MDL-30951 prevent fatal error when category sync enrolment not configured
2012-01-01 13:41:32 +01:00
Petr Skoda
3751e28f1c
MDL-30610 remove outdated enrol upgrade code
2011-12-23 10:38:11 +01:00
Petr Skoda
9dbf768ede
MDL-30007 standardise enrol plugins version info
2011-11-29 21:09:42 +01:00
Petr Skoda
cf717dc26b
MDL-27148 use new get_in_or_equal() param prefix instead of start
2011-04-14 15:15:01 +02:00