moodle/lib
2019-02-21 09:46:54 +01:00
..
adodb MDL-58546 libraries: Patch ADOdb for PHP 7.2 compat 2017-10-03 15:52:18 +08:00
ajax
amd MDL-63944 Question: Convert toggle all to generic module 2019-02-15 10:07:08 +07:00
antivirus MDL-63276 upgrade: clean < 3.2.0 upgrade steps 2019-01-03 01:17:17 +01:00
behat Merge branch 'MDL-64570-master' of git://github.com/damyon/moodle 2019-02-19 06:45:21 +01:00
bennu Merge branch 'MDL-62914-master' of git://github.com/lameze/moodle 2018-08-28 23:15:36 +02:00
classes Merge branch 'MDL-64571-master' of git://github.com/cescobedo/moodle 2019-02-21 08:10:54 +08:00
db Merge branch 'MDL-64093_master' of git://github.com/markn86/moodle 2019-02-21 09:46:54 +01:00
ddl MDL-63020 ddl: fix nullable unique indexes in OCI and MS SQL 2018-09-20 17:41:22 +01:00
dml MDL-63020 tests: ensure that searching for is null values also works ok 2018-09-24 17:38:10 +02:00
dtl
editor Merge branch 'MDL-64200-master' of git://github.com/damyon/moodle 2019-02-20 15:57:55 +01:00
evalmath MDL-64414 lib/evalmath: add AND, OR functions to evalmath 2018-12-18 09:40:29 +01:00
external MDL-57259 external: fix page url debug in fragment loading 2017-08-02 04:47:41 +00:00
filebrowser MDL-63103 filebrowser: Speed up finding activities with files 2019-01-11 08:58:39 +00:00
filestorage MDL-60819 core_files: fix exception thrown from generate_image_thumbnail 2018-06-11 10:44:51 +08:00
fonts
form Merge branch 'MDL-55211-master' of git://github.com/damyon/moodle 2019-02-18 09:34:43 +01:00
geopattern-php MDL-61657 block_myoverview: implement course images for the myoverview block 2018-04-23 23:21:06 +02:00
google
grade MDL-63591 core_grades: delete files when grade object is deleted 2018-11-21 16:15:12 +08:00
horde MDL-63422 lib: horde - review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
html2text MDL-60238 libraries: Upgrade HTML2Text to 4.1.0 2017-10-02 08:43:33 +05:30
htmlpurifier Merge branch 'wip-MDL-60337-master' of git://github.com/marinaglancy/moodle 2017-10-16 15:40:44 +08:00
jabber MDL-64223 libraries: PHP7.1 compatibility fixes for Jabber lib 2018-11-27 16:40:35 +08:00
jquery MDL-62491 core_privacy: Add html files to the user data export. 2018-10-08 09:00:08 +08:00
lessphp MDL-62294 lib: Take note of cherry-picked upstream commit 2018-11-07 17:25:03 +01:00
ltiprovider MDL-61110 LTIProvider: Store 'lis_course_section_sourcedid' value in DB 2018-07-07 00:50:02 +03:00
markdown MDL-60239 libraries: patch Markdown for PHP7.2 2017-10-02 15:32:11 +08:00
maxmind MDL-60291 libraries: bump readme to actual versions 2017-10-12 00:47:22 +02:00
minify MDL-58550 libraries: Upgrade matthiasmullie libraries 2017-09-21 16:46:24 +05:30
mlbackend MDL-64282 versions: bump all versions and requires near release 2018-11-29 18:24:08 +01:00
mustache MDL-60286 lib: Update mustache to 2.12.0 2017-10-09 09:43:47 +08:00
pear MDL-62947 core_form: fix remote code execution exploit in QuickForms 2018-09-05 12:12:19 +08:00
php-css-parser MDL-58646 lib: import latest sabberworm/PHP-CSS-Parser 2017-06-02 07:45:57 +01:00
phpexcel
phpmailer MDL-63967 libs: some filter_var() filters are deprecated with php73 2019-02-01 11:56:05 +01:00
phpunit MDL-64599 phpunit: Fix typo in arraydataset 2019-01-18 07:07:25 +10:00
portfolio MDL-62233 portfolio: check caller parent class 2018-05-10 09:13:03 +08:00
requirejs MDL-64684 javascript: Do not minify jQuery+requireJS in dev mode 2019-01-24 09:28:21 +08:00
rtlcss
scssphp MDL-61529 core: update lib scssphp to version 0.7.5 2018-03-16 10:36:40 +01:00
simplepie MDL-60236 libraries: Upgrade simplepie to 1.5.0 2017-09-28 10:19:33 +05:30
spout MDL-60288 libraries: Upgrade spout to 2.7.3 2017-10-12 11:32:15 +05:30
tcpdf MDL-63422 lib: tcpdf - review core loop / switch / case / continue 2018-10-31 00:17:59 +01:00
templates Merge branch 'MDL-64570-master' of git://github.com/damyon/moodle 2019-02-19 06:45:21 +01:00
testing MDL-62514 behat: Remove potentially conflicting names from description 2019-01-30 08:24:32 +08:00
tests MDL-63977 Behat: Wait longer for app login 2019-02-13 14:14:32 +08:00
typo3 MDL-63967 libs: some filter_var() filters are deprecated with php73 2019-02-01 11:56:05 +01:00
userkey MDL-64737 privacy: Fix privacy provider testsuite file names 2019-01-31 11:31:57 +01:00
xhprof MDL-63031 administration: Allow plugins to define trace storage 2018-08-13 21:54:48 -06:00
xmldb MDL-63020 xmldb: Improve PHPdoc comments for better IDE autocomplete 2018-09-20 17:41:22 +01:00
yui MDL-60207 javascript: remove click handler in YUI modal initialiser 2018-05-29 10:05:00 +08:00
yuilib
accesslib.php MDL-61441 accesslib: get_users_by_capability groups perf improvement 2019-01-11 11:26:41 +00:00
adminlib.php Merge branch 'MDL-64190' of https://github.com/paulholden/moodle 2019-01-30 10:25:33 +01:00
authlib.php MDL-40613 auth_ldap: removed usage of profile_load_custom_fields() 2018-01-03 18:13:01 +08:00
badgeslib.php MDL-63973 core_badges: related badges query now works both ways 2018-11-19 11:08:00 +08:00
blocklib.php MDL-59629 mod_block: Set the default region in add_region 2018-12-14 10:29:10 +08:00
boxlib.php
cacert.pem
cacert.txt
clilib.php
completionlib.php MDL-37933 core_complete: fixed criteria/criterion naming confusion 2017-11-27 15:26:43 +08:00
componentlib.class.php
conditionlib.php
configonlylib.php
cookies.js
coursecatlib.php MDL-62742 core: rename coursecat->core_course_category 2018-08-28 11:36:23 +02:00
cronlib.php Merge branch 'MDL-64454-master' of https://github.com/sammarshallou/moodle 2019-02-06 22:26:44 +01:00
csslib.php MDL-59148 css: Remove legacy param from php-doc 2017-06-28 18:24:50 +02:00
csvlib.class.php
customcheckslib.php
dataformatlib.php MDL-60443 dataformat lib: Change a wrong variable name 2017-12-06 19:53:34 +13:00
datalib.php MDL-36255 core_grade: fix to ensure correct context used for filters 2018-08-22 17:55:50 +08:00
ddllib.php
default.ttf
deprecatedlib.php MDL-63211 core_message: deprecated functions and added new API 2018-10-03 11:35:26 +08:00
dmllib.php MDL-59581 database: remove mssql references from lib/ files 2018-04-09 02:00:09 +02:00
dtllib.php
editorlib.php
emptyfile.php
enrollib.php MDL-63457 block_myoverview: Update getters for enrolled courses 2018-10-29 08:36:59 +08:00
environmentlib.php MDL-63421 env: Moodle 3.4.x and 3.5.x do not support PHP 7.3 2018-10-05 13:36:26 +02:00
excellib.class.php MDL-51419 core_files: Support for utf8 in file names in MS Edge 2018-06-22 10:29:23 +08:00
externallib.php MDL-63225 webservice: Return proper debuginfo on WS exceptions 2018-10-02 13:14:33 +02:00
filelib.php MDL-27520 core_grades: make constant names clearer 2018-10-17 15:57:27 +08:00
filterlib.php MDL-64012 filters: activity name autolinking fails for names with () 2018-11-14 16:04:31 +00:00
flickrclient.php MDL-59645 oauth1: Implement a new simple Flickr API client 2017-09-19 14:44:41 +02:00
flickrlib.php MDL-59645 flickrlib: Show debug notice when using legacy authentication 2017-09-19 14:44:41 +02:00
formslib.php Merge branch 'MDL-55211-master' of git://github.com/damyon/moodle 2019-02-18 09:34:43 +01:00
gdlib.php
googleapi.php MDL-60733 core: B/C for google_oauth 2017-11-08 15:41:53 +08:00
gradelib.php MDL-64609 gradebook: Prevent infinite loop in regrading 2019-01-22 21:40:12 -05:00
graphlib.php
grouplib.php MDL-64521 grouplib: reduce memory use in groups_get_all_groups 2019-01-22 16:42:18 +00:00
index.html
installlib.php MDL-62777 Administration: CLI upgrade new setting notification 2018-10-22 14:28:06 +11:00
javascript-static.js MDL-63714 javascript: Improve docs for pendingjs 2018-10-24 08:00:00 +08:00
javascript.php
jslib.php
ldaplib.php
lexer.php
licenselib.php
listlib.php MDL-61557 Lib: Add get_top_level_parent_id function 2018-03-05 13:34:08 +11:00
mathslib.php MDL-14274 lib/evalmath: support of conditional math in formulas. 2018-06-26 10:25:44 +02:00
messagelib.php MDL-63724 core_message: move message redirection into helper function 2018-11-12 10:09:27 +08:00
modinfolib.php MDL-41507 core_group: Consistent default value for FEATURE_GROUPS 2018-12-12 14:03:45 +11:00
moodlelib.php MDL-62728 lang: display a warning when missing some locales on server 2019-02-15 09:53:00 +01:00
myprofilelib.php MDL-60548 profile: Show profile email when 'maildisplay' allows it. 2018-01-15 12:21:09 +00:00
navigationlib.php MDL-62142 navigation: accessibility 2019-02-18 14:09:48 +08:00
oauthlib.php MDL-63696 oauth2: Store system account access tokens in DB 2018-11-16 11:43:16 +01:00
odslib.class.php
outputactions.php
outputcomponents.php Merge branch 'MDL-62680-master' of git://github.com/damyon/moodle 2019-02-07 10:23:39 +01:00
outputfactories.php
outputfragmentrequirementslib.php
outputlib.php MDL-62968 Boost: Adding editor SCSS support 2019-01-02 13:35:19 +08:00
outputrenderers.php Merge branch 'MDL-64488-master' of git://github.com/damyon/moodle 2019-02-11 16:05:53 +08:00
outputrequirementslib.php MDL-64684 javascript: Do not minify jQuery+requireJS in dev mode 2019-01-24 09:28:21 +08:00
pagelib.php MDL-61601 cohort: Add theme support for cohorts 2018-04-06 08:28:01 +02:00
pdflib.php
phpminimumversionlib.php MDL-63276 install: PHP min version checker bump to PHP 7.1 2019-01-03 01:17:17 +01:00
plagiarismlib.php
portfoliolib.php MDL-62233 portfolio: check caller parent class 2018-05-10 09:13:03 +08:00
questionlib.php MDL-63809 question: handling bad questions in question_has_capability_on 2018-12-18 15:05:37 +11:00
recaptchalib.php
recaptchalib_v2.php MDL-63940 recaptcha: Use www.recaptcha.net in the service endpoint URL 2018-11-08 22:55:33 +01:00
requirejs.php MDL-59431 requirejs: Prioritise errors 2017-07-12 10:05:59 +08:00
resourcelib.php
rsslib.php
searchlib.php
sessionkeepalive_ajax.php
sessionlib.php MDL-42834 admin: Remove loginhttps 2017-10-23 12:25:35 +08:00
setup.php MDL-55188 events: First deprecation of eventslib.php 2018-07-30 09:23:54 +08:00
setuplib.php MDL-57898 core: Bump $lastmajordbchanges to trigger upgrade immediately 2019-01-22 09:36:15 +08:00
soaplib.php
statslib.php MDL-58596 core_stats: fixed infinite loop cause by DST change 2019-01-08 07:37:42 +00:00
tablelib.php MDL-49399 core: Add ability to specify a header col 2019-01-15 07:55:36 +08:00
thirdpartylibs.xml MDL-61657 block_myoverview: implement course images for the myoverview block 2018-04-23 23:21:06 +02:00
tokeniserlib.php
upgrade.txt Merge branch 'MDL-62142-master' of git://github.com/damyon/moodle 2019-02-18 14:28:09 +08:00
upgradelib.php MDL-62777 Administration: CLI upgrade new setting notification 2018-10-22 14:28:06 +11:00
uploadlib.php
validateurlsyntax.php MDL-59255 core: Add rtmp:// support to validateUrlSyntax function. 2017-07-18 10:29:07 +01:00
webdavlib.php MDL-60281 general: function each() is deprecated in PHP7.2 2017-10-16 09:37:20 +08:00
weblib.php MDL-36754 output: Support token pluginfiles in group pic 2018-08-14 07:06:09 +08:00
wiki_to_markdown.php
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php MDL-61619 core: use empty string instead of null in xmlize 2018-03-12 11:12:00 +08:00
xsendfilelib.php