moodle/lib
Petr Skoda 7df50029b4 MDL-25826 integrate HTMLPurifier 4.3.0 and improve performance
The new HTMLPurifier finally caches the schema properly eliminating both extra CPU cycles and disk writes. The repeated dir exists tests might cause problems on NFS shares.
2011-04-09 11:45:24 +02:00
..
adodb MDL-24551 importing latest adodb 5.11 2010-10-06 15:31:49 +00:00
ajax MDL-11288 Added ability to duplicate module in the course 2011-03-31 13:39:05 +02:00
alfresco MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
bennu
completion MDL-25708 recordsets - fix completion 2011-01-25 19:59:00 +01:00
db Merge branch 'w13_MDL-26913_20_sitecreated' of git://github.com/skodak/moodle 2011-03-28 19:58:49 +02:00
ddl MDL-26883 ddl - fix some function declarations 2011-03-18 14:40:20 +01:00
dml MDL-26542 get_in_or_equal - adding $onemptyitems + tests 2011-03-30 18:22:53 +02:00
dragmath MDL-23844 fixed encodings in lang files 2010-08-18 19:13:37 +00:00
dtl MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
editor MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
evalmath fixed spelling typo 2010-09-18 10:21:09 +00:00
excel MDL-20876 - updating third-party library readme_moodle with changes. 2010-07-21 01:25:04 +00:00
filebrowser backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +00:00
filestorage MDL-26847 new method file_storage::delete_area_files_select for efficient bulk file deletion. 2011-03-21 15:21:02 +00:00
flashdetect unterminated JS statement 2010-09-18 10:35:55 +00:00
flowplayer MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
form MDL-13983 show frozen radio buttons in a more accessible way. 2011-03-09 16:26:37 +00:00
grade MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
htmlpurifier MDL-25826 import HTMLPurifier 4.3.0 2011-04-09 10:05:27 +02:00
jabber MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
minify MDL-26379 remove unused readme 2011-02-12 11:11:44 +01:00
mp3player MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib 2010-04-19 14:42:19 +00:00
overlib
pear MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
phpmailer MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
portfolio Improved portfolio export summary layout 2010-11-11 13:32:57 +00:00
simplepie MDL-23984 improvements of check_dir_exists() - replacing by make_upload_directory() in cases where we want to be sure that the dir is writable; removning now default create and recursive params to make code easier to read 2010-08-29 14:51:09 +00:00
simpletest MDL-25826 integrate HTMLPurifier 4.3.0 and improve performance 2011-04-09 11:45:24 +02:00
simpletestlib Unit tests MDL-24909 Unit tests used 5 minute time limit per test class; this is insufficient for gradebook tests on slow server. Changed to use 60 second limit per test function instead. Added constant and comment defining this behaviour. 2010-11-01 15:14:37 +00:00
smarty MDL-20876 - updating third-party library readme_moodle with changes. 2010-07-21 01:25:04 +00:00
spikephpcoverage MDL-26237 code coverage - prevent execution of not used stuff 2011-02-02 11:21:01 +01:00
swfobject
tcpdf MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
typo3 MDL-22922 Some hacks to prevent typo3 notices 2010-06-25 03:09:53 +00:00
xhprof MDL-26891 profiling - earlier runs 2011-03-30 18:08:38 +02:00
xmldb xmldb MDL-24979 Made xmldb (a) not hide libxml errors permanently, (b) not incorrectly report previous errors with a later, working file 2010-11-01 13:35:27 +00:00
yui MDL-25962 removing obsolete YUI 2.8.1 library 2011-01-13 10:13:52 +01:00
zend MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
accesslib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
adminlib.php MDL-26784 Improved plugins check screen and the new plugins management screen 2011-03-31 13:59:05 +02:00
authlib.php MDL-11728 finally defining the exact meaning of is_internal() in auth plugins 2010-11-14 02:01:59 +00:00
base32.php lib: MDL-20876 third-party libs - fix deprecated split() calls. 2010-07-20 01:29:36 +00:00
blocklib.php blocklib MDL-25654 fix API inconsistency be renaming add_pretend_block to add_fake_block. 2010-12-20 18:22:37 +01:00
boxlib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
clilib.php MDL-23590 fixed borked cli_problem 2010-07-30 14:15:03 +00:00
completionlib.php MDL-26594 renamed named param causing oracle reserved word error. - thanks to Luca Mazzola 2011-03-09 17:04:09 +08:00
componentlib.class.php MDL-26914 Added new language pack installer class and unit tests for it 2011-03-31 12:20:54 +02:00
conditionlib.php MDL-26507: improper use of assignment operater causes grade checks to fail 2011-02-21 12:54:37 +00:00
configonlylib.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
cookies.js fixed unterminated JS statements 2010-09-18 11:04:02 +00:00
cronlib.php MDL-26803 add missing forcing of password reset when new password created in cron 2011-03-16 19:59:33 +01:00
csshover.htc
csvlib.class.php fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
customcheckslib.php MDL-25186: add environmental check to recommend PHP 5.3.3 2010-12-22 16:45:17 +08:00
datalib.php MDL-25708 recordsets - fix accesslib and datalib uses 2011-01-25 19:58:59 +01:00
ddllib.php MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
default.ttf
deprecatedlib.php deprecatedlib NOBUG fix typo. 2010-12-07 10:34:15 +00:00
dmllib.php message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email 2010-12-22 12:05:49 +08:00
dtllib.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
eaccelerator.class.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
editorlib.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
emptyfile.php
enrollib.php Merge branch 'wip-MDL-26822' 2011-03-21 14:03:33 +01:00
environmentlib.php MDL-26007 fix error message when can not found env data 2011-01-16 20:47:22 +01:00
eventslib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
excellib.class.php MDL-21446 truncate >31 char worksheet names that otherwise break Excel export. 2011-03-09 14:43:44 +00:00
externallib.php webservice MDL-25444 indicate which field are unexpected in case of web service error 2010-11-30 01:55:17 +00:00
filelib.php MDL-26887 Refactor file_save_draft_area_files to separate out the file_rewrite_urls_to_pluginfile bit. 2011-03-18 16:41:29 +00:00
filterlib.php MDL-24531 Extend filter manager API so that options can be passed to the filters 2010-10-07 08:57:20 +00:00
flickrlib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
formslib.php Merge branch 'MDL-26557' of git://git.luns.net.uk/moodle 2011-03-21 17:32:06 +08:00
gdlib.php MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
googleapi.php MDL-24276 "static abstract" combination is deprecated since PHP 5.2, replacing with our coding_style exception 2010-09-19 18:43:52 +00:00
gradelib.php MDL-25708 recordsets - fix events/grade/group/moodle libs 2011-01-25 19:58:59 +01:00
graphlib.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
grouplib.php revert MDL-26577 added session cleaning to groups_get_activity_group() that fixes an issue with dirty session data. refactored session cleaning into one function, added caching to reduce queries. 2011-04-05 18:33:35 +02:00
htaccess
html2text.php MDL-25018 stop html_to_text from breaking utf-8 multibyte characters. 2010-11-02 20:03:48 +00:00
html2text_readme.txt MDL-25018 stop html_to_text from breaking utf-8 multibyte characters. 2010-11-02 20:03:48 +00:00
index.html
installlib.php MDL-23027 CLI installer allows to define site name and shortname 2010-10-27 19:18:45 +00:00
javascript-static.js MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
javascript.php NOBUG: Turned off zlib compression when serving javascript files. 2010-11-05 07:03:05 +00:00
kses.php
ldaplib.php auth/ldap MDL-23652 Error in auth_ldap_sync_users.php 2010-08-07 00:40:16 +00:00
lexer.php
licenselib.php MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
listlib.php MDL-24256 question category editing was messed up. 2010-11-02 18:38:50 +00:00
markdown.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
mathslib.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
md5.js MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib 2010-04-19 14:42:19 +00:00
memcached.class.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
messagelib.php message MDL-26119 fixed up the logged URL 2011-02-15 14:24:13 +08:00
modinfolib.php MDL-26990 fix undefined rebuild_course_cache() regression 2011-03-26 22:49:04 +01:00
moodlelib.php MDL-26914 fix undefined CFG langcache property during install 2011-04-06 10:50:19 +02:00
navigationlib.php MDL-25651 add capability check to my private files navigation link 2011-03-31 14:44:35 +01:00
oauthlib.php MDL-19168, dropbox repository plugin for moodle, and oauth support for filepicker. dropbox plugin has a known bug: cannot access folders or files with space, using urlencode to encode filepath is not helping, needs to contact dropbox team to find workaround 2010-05-14 08:29:33 +00:00
odbc.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
odslib.class.php MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
olson.php
outputactions.php fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
outputcomponents.php Merge branch 'MDL-25971' of git://github.com/timhunt/moodle 2011-01-17 15:12:18 +08:00
outputfactories.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
outputlib.php MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
outputrenderers.php MDL-26964 URL anchor support for single_button and single_select 2011-03-24 14:51:39 +01:00
outputrequirementslib.php MDL-26784 Improved plugins check screen and the new plugins management screen 2011-03-31 13:59:05 +02:00
pagelib.php MDL-26881 work around the block context setting problems 2011-03-27 16:39:27 +02:00
pdflib.php fixed invalid font substr 2010-09-18 11:21:42 +00:00
plagiarismlib.php Plagiarism API MDL-13680 add plagiarism support for user submitted files - currently only added to single and advanced Assignment types - other modules to come in future. 2010-09-20 07:32:31 +00:00
pluginlib.php MDL-26784 Plugin manager: make sure that filter_active already exists 2011-04-06 11:24:59 +02:00
portfoliolib.php MDL-25619 portfolio: exported HTML output can not be cleaned 2010-12-08 23:20:04 +00:00
profilerlib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
questionlib.php javascript MDL-26098 make the review this question in a previous state popup work. 2011-01-29 13:59:51 +00:00
recaptchalib.php authentication MDLSITE-1014 updated recaptchlib to point to google urls based on google's api v1.11 2010-10-06 07:53:25 +00:00
resourcelib.php MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
rsslib.php rss MDLSITE-1007 reverted an unnecessary change I committed 2010-10-04 09:01:41 +00:00
searchlib.php MDL-24079 converted searchlib to use new sql_like() 2010-09-04 12:50:23 +00:00
session-test.php
sessionlib.php MDL-26389 improve profile and search engine privacy 2011-02-14 15:42:26 +01:00
setup.php MDL-26891 profiling - earlier runs 2011-03-30 18:08:38 +02:00
setuplib.php MDL-26966 improve self URL validation 2011-03-27 12:29:36 +02:00
simpletestcoveragelib.php MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
simpletestlib.php unit tests MDL-26029 fix notices from CheckSpecifiedFieldsExpectation. 2011-01-17 16:19:26 +00:00
soaplib.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
statslib.php statistics MDL-25822 Fix get_records_sql returning non-unique first column 2010-12-30 12:42:41 +00:00
tablelib.php MDL-26425 tablelib - fix tr class typo (detected @ MDL-27034) 2011-04-06 10:58:39 +02:00
textlib.class.php MDL-26256 detect missing collator support and use workaround instead 2011-02-06 22:27:25 +01:00
thirdpartylibs.xml MDL-25826 integrate HTMLPurifier 4.3.0 and improve performance 2011-04-09 11:45:24 +02:00
timezone.txt MDL-18576 timezones - updated to 2010i from 2009c (2147 rules) 2010-05-06 15:28:00 +00:00
tokeniserlib.php
upgradelib.php MDL-26914 When installing a lang pack, install all the grandparents too 2011-03-31 12:21:05 +02:00
uploadlib.php MDL-21915 fixing remaining chmod and mkdir to use moodle file permissions 2010-10-06 19:06:52 +00:00
validateurlsyntax.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
webdavlib.php MDL-22663, fixed webdav url path 2010-10-20 09:22:55 +00:00
weblib.php MDL-25826 integrate HTMLPurifier 4.3.0 and improve performance 2011-04-09 11:45:24 +02:00
wiki_to_markdown.php MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php MDL-13435 xmlize - now throwing exceptions on parsing error. Credit goes to Tim/Mahmoud 2010-09-27 21:10:00 +00:00