moodle/lib
2011-06-13 17:41:56 +08: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 MDL-22308 Update lib/bennu to latest upstream. 2011-04-05 16:00:21 +12:00
completion MDL-25594 completion: Remove unused column from query 2011-05-04 13:02:28 +12:00
db MDL-27552 get webservice token by providing username and password 2011-06-13 17:41:56 +08:00
ddl MDL-26883 ddl - fix some function declarations 2011-03-18 14:40:20 +01:00
dml MDL-27325 Adding some extreme, but 32bits safe, float tests 2011-05-06 16:07:17 +02:00
dragmath
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
excel
filebrowser backup MDL-22184 Scheduled backups are now possible again through cron. 2010-11-10 06:07:43 +00:00
filestorage Merged MDL-27251 Fixed up whitespace, Fixed broken string, reworded new strings 2011-05-03 10:51:06 +08:00
flashdetect
flowplayer MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
form MDL-26388, pop up a dialog when attaching a file already being used in draft area. 2011-05-02 10:11:19 +08:00
grade MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
htmlpurifier Fix permissions 2011-04-20 11:08:21 +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
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
simpletest Merge branch 'wip-mdl-27577-master' of git://github.com/rajeshtaneja/moodle 2011-06-09 00:59:11 +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
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
xhprof MDL-27481 profiling - prevent data to be sent to DB before it is available 2011-05-12 02:04:13 +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-27148 use new get_in_or_equal() param prefix instead of start 2011-04-14 15:15:01 +02:00
adminlib.php Merged branch 'MLD-27551' of git://github.com/mouneyrac/moodle.git with changes 2011-06-08 17:34:17 +08: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
blocklib.php MDL-27400 Fixed up typo in blocklib.php 2011-05-06 16:27:15 +08:00
boxlib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
clilib.php
completionlib.php MDL-26778 Completion unit tests broken by earlier change 2011-05-05 12:10:27 +01: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
cookies.js fixed unterminated JS statements 2010-09-18 11:04:02 +00:00
cronlib.php MDL-20636 Merge remote-tracking branch 'moodle/master' into upgrade 2011-05-11 20:29:49 +01:00
csshover.htc
csvlib.class.php
customcheckslib.php MDL-25186: add environmental check to recommend PHP 5.3.3 2010-12-22 16:45:17 +08:00
datalib.php MDL-27148 use new get_in_or_equal() param prefix instead of start 2011-04-14 15:15:01 +02: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
eaccelerator.class.php
editorlib.php
emptyfile.php
enrollib.php MDL-27603 enrol_user - changed modifier to modifierid which is used in database 2011-05-30 10:10:03 +08: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 Merged MDL-27251 Fixed up whitespace, Fixed broken string, reworded new strings 2011-05-03 10:51:06 +08: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-27148 use new get_in_or_equal() param prefix instead of start 2011-04-14 15:15:01 +02:00
graphlib.php
grouplib.php MDL-26577 fix several groups and groupings issues 2011-04-10 13:31:17 +02:00
htaccess
html2text.php MDL-27736 improve a bit html2text to avoid some ugly & unnecessary trailing spaces 2011-06-06 16:42:55 +01: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-27652 messages: introduce message_update_processors 2011-06-01 12:02:37 +01: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
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
md5.js
memcached.class.php
messagelib.php MDL-27171 messages: add processor uninstall function 2011-06-02 09:27:05 +01:00
modinfolib.php MDL-25191: Properly destroy all elements of the modinfo cache 2011-05-27 13:28:55 +01:00
moodlelib.php Merge branch 'wip-mdl-27577-master' of git://github.com/rajeshtaneja/moodle 2011-06-09 00:59:11 +02:00
navigationlib.php Merge branch 'MDL-27600-master' of git://github.com/sammarshallou/moodle 2011-05-30 10:05:59 +08:00
oauthlib.php
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
outputcomponents.php MDL-26167 lib/form: minor coding tweaks 2011-04-18 11:42:27 +02:00
outputfactories.php
outputlib.php MDL-27116 theme_config::find_theme_location() respects $CFG->themedir 2011-04-27 14:09:08 +02:00
outputrenderers.php MDL-25394 Tidied up several things in order to get this integrated 2011-05-31 14:28:03 +08:00
outputrequirementslib.php MDL-27171 messages: add default message outputs management interface 2011-05-27 13:49:28 +01:00
pagelib.php MDL-25394 Tidied up several things in order to get this integrated 2011-05-31 14:28:03 +08: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-27647 Added the afterburner theme to the whitelist of standard plugins 2011-05-26 21:51:01 +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 MDL-27747 Imporove API for getting the standard fraction choices. 2011-06-07 13:53:29 +01: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 Merged branch 'MDL-25775_head' of git://github.com/grabs/moodle.git 2011-06-08 13:49:36 +08:00
rsslib.php MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes 2011-05-23 12:35:39 +02:00
searchlib.php
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-26910 add HTTPD server name whitelisting 2011-04-10 14:00:42 +02:00
simpletestcoveragelib.php MDL-24321 switching to stdClass in /lib/ 2010-09-21 08:07:44 +00:00
simpletestlib.php MDL-27401 Unit test errors in lib/simpletest/testpagelib_moodlepage.php 2011-05-09 11:15:55 +01:00
soaplib.php
statslib.php MDL-27009: Fix role group by statement for statistics 2011-05-30 09:05:53 +08:00
tablelib.php MDL-27340 tablelib.php fix a notice when is false. 2011-05-01 17:36:19 +01: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
tokeniserlib.php
upgradelib.php Merged branch 'MLD-27551' of git://github.com/mouneyrac/moodle.git with changes 2011-06-08 17:34:17 +08: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 Merged branch 'MDL-27695' of git://github.com/nebgor/moodle.git with changes 2011-06-08 16:25:57 +08:00
wiki_to_markdown.php
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