moodle/lib
2009-07-14 05:14:45 +00:00
..
adodb MDL-19452 Fix oracle/mssql drivers behaviour when using magic_quotes_sybase leading to wrongly escaped contents. Many thanks to Sam Moffatt! Merged from 19_STABLE 2009-06-22 17:30:15 +00:00
ajax themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
alfresco "MDL-16384, upgrade alfresco php library, fixed bugs in offical php sdk" 2009-06-05 06:55:07 +00:00
bennu
db block contexts: MDL-19098 every block should have a context 2009-07-13 08:37:34 +00:00
ddl MDL-19689 fixed strictness constants, thanks Tim 2009-07-04 09:30:59 +00:00
dml MDL-19689 fixed strictness constants, thanks Tim 2009-07-04 10:53:57 +00:00
dragmath MDL-19725 latest dragmath 0.7.8.1 imported 2009-07-06 21:18:49 +00:00
dtl MDL-14679 license header fixes 2009-06-12 08:50:50 +00:00
editor MDL-19725 latest dragmath 0.7.8.1 imported 2009-07-06 21:18:49 +00:00
evalmath fixed typo 2009-05-21 12:21:43 +00:00
excel
file MDL-14589 fixed area tree generation 2009-07-04 18:47:56 +00:00
form MDL-16706 fix of previous fix - multiple editors in one form shoudl work again 2009-07-09 16:33:58 +00:00
fpdf
geoip Correcting unicode characters 2008-01-24 15:34:35 +00:00
grade MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:37:28 +00:00
htmlpurifier MDL-19183 imported HTMLpurifier 3.3.0 2009-05-14 08:31:11 +00:00
jabber/XMPP Forgot the README 2008-09-15 06:14:11 +00:00
magpie MDL-18644 Add a note about the bug found and upstream bug link 2009-03-23 10:53:10 +00:00
mp3player
overlib Adding latest version of overlib with all plugins, into its own directory. Updated lib/javascript.php to point to this instead of the old one, which is still in lib/overlib.js 2007-08-08 09:42:11 +00:00
packer MDL-18111 improving file api comments and docs 2009-05-21 09:37:21 +00:00
pear MDL-19415 fixing deprecated use of contructors 2009-07-02 14:58:41 +00:00
phpmailer Annotating some more customizations performed in PHPMailer(); merged from 19_STABLE 2009-02-23 09:09:08 +00:00
phpxml MDL-13631 Removed a pass-by-reference that was causing a notice in PHP5 2008-02-25 02:37:04 +00:00
portfolio portfolio: removing suplerfluous error_log i forgot to remove earlier. 2009-06-09 19:54:22 +00:00
simplepie simplepie: fix class name caseing: MDL-7946, MDL-13932 2009-04-13 16:00:44 +00:00
simpletest Fix block manager unit tests. 2009-07-14 04:18:58 +00:00
simpletestlib Try to avoid time-outs while running the unit tests 2009-06-22 06:59:13 +00:00
smarty
snoopy MDL-17840 moodle_readme.txt -> readme_moodle.txt 2009-01-10 11:22:26 +00:00
soap cvsimport fixups 2007-07-07 14:18:30 +12:00
spikephpcoverage MDL-19579 code coverage - xhtml compliant fixes 2009-06-23 16:50:03 +00:00
tcpdf MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
typo3 MDL-8246 new typo3 lib imported 2008-06-16 15:31:21 +00:00
xmldb MDL-6218 TEXT/BINARY columns and default clauses - forbidden since ages, warn and autofix them if found 2009-07-03 01:12:59 +00:00
yui MDL-19162 imported latest YUI 2.7.0 - to be backported into MOODLE_19_STABLE later 2009-05-14 08:20:14 +00:00
zend/Zend web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server 2009-02-11 06:57:30 +00:00
accesslib.php block contexts: MDL-19098 every block should have a context 2009-07-13 08:37:34 +00:00
adminlib.php Fix comment. 2009-07-10 03:39:09 +00:00
authlib.php authlib.php MDL-19236 added phpdocs and copyrights 2009-05-22 02:17:29 +00:00
base32.php lib MDL-19236 Corrected PhpDoc 2009-05-26 06:57:19 +00:00
blocklib.php block contexts: MDL-19098 every block should have a context 2009-07-13 08:37:34 +00:00
boxlib.php lib MDL-19236 Corrected PhpDoc 2009-05-26 06:57:19 +00:00
clilib.php MDL-15249 towards localized cli installer 2009-05-30 17:14:24 +00:00
completionlib.php MDL-19692: Improvement to help icon for completion tickboxes, based on user testing 2009-07-02 09:18:26 +00:00
componentlib.class.php lib MDL-19236 Corrected copyright's 2009-05-26 09:29:18 +00:00
conditionlib.php lib MDL-19236 added phpdocs and copyrights 2009-05-22 08:41:00 +00:00
cookies.js
csshover.htc
csvlib.class.php lib MDL-19236 added phpdocs and copyrights 2009-05-22 08:41:00 +00:00
customcheckslib.php lib MDL-19236 Corrected copyright's 2009-05-26 09:29:18 +00:00
datalib.php MDL-19689 get_coursemodule_from_id() and get_coursemodule_from_instance() now have $strictness parameter too 2009-07-04 11:15:16 +00:00
ddllib.php MDL-19695 field dependencies - defined new exception ddl_dependency_exception that 2009-07-02 16:08:44 +00:00
default.ttf cvsimport fixups binary files 2007-08-29 13:10:20 +12:00
deprecatedlib.php MDL-19755 print_table replaced with $OUTPUT->table 2009-07-13 11:10:30 +00:00
dmllib.php MDL-19689 fixed strictness constants, thanks Tim 2009-07-04 09:30:59 +00:00
dropdown.js MDL-14439 Added javascript file dropdwon.js - fix IE/Opera behavior. They do not fire dropdwon menu onChange automatically anymore. Merged from 19 2008-05-02 02:38:36 +00:00
dtllib.php MDL-14679 license header fixes 2009-06-12 08:50:50 +00:00
eaccelerator.class.php fix git cvs drift 2009-05-27 00:36:40 +00:00
editorlib.php MDL-19580 cleanup of require css and js filepicker code 2009-06-24 22:34:29 +00:00
emptyfile.php themes: MDL-19077 new $OUTPUT->header/footer to replace print_header/footer. 2009-06-26 09:06:16 +00:00
environmentlib.php MDL-15249 support for environment test in cli scripts 2009-06-03 16:24:00 +00:00
eventslib.php MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
excellib.class.php lib MDL-19236 Corrected copyright's 2009-05-26 09:29:18 +00:00
filelib.php filelib MDL-19707 Modified file_extension_icon to use extisting function mimeinfo and reverted 2009-07-08 01:52:16 +00:00
filterlib.php lib MDL-19236 added phpdocs and copyrights 2009-05-25 08:27:25 +00:00
flickrlib.php lib MDL-19236 added phpdocs and copyrights 2009-05-25 08:27:25 +00:00
formslib.php MDL-19415 fixing deprecated use of contructors 2009-07-02 14:58:41 +00:00
gdlib.php lib MDL-19236 added phpdocs and copyrights 2009-05-25 08:27:25 +00:00
googleapi.php "MDL-19272, fixed undefined ->pixpath in google docs plugin" 2009-05-26 01:48:31 +00:00
gradelib.php MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
graphlib.php lib MDL-19236 Corrected PhpDoc 2009-05-26 06:57:19 +00:00
grouplib.php lib MDL-19236 Corrected PhpDoc 2009-05-26 06:57:19 +00:00
htaccess MDL-14679 magic quotes gpc are strongly discouraged now :-) 2008-06-13 09:14:41 +00:00
html2text.php lib MDL-19236 Added phpdocs and copyrights 2009-05-26 02:17:06 +00:00
html2text_readme.txt MDL-17542 lib/html2text: update to latest upstream version (r2374) 2009-05-22 02:10:22 +00:00
index.html
installlib.php lib MDL-19236 Added phpdocs and copyrights 2009-05-26 02:17:06 +00:00
javascript-mod.php MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
javascript-static.js themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
kses.php lib MDL-19236 Added phpdocs and copyrights 2009-05-26 02:17:06 +00:00
languages.md5 MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE 2007-12-30 22:19:36 +00:00
languages.php lib MDL-19236 Added phpdocs and copyrights 2009-05-26 02:17:06 +00:00
lexer.php lib MDL-19236 Added phpdocs and copyrights 2009-05-26 02:17:06 +00:00
listlib.php MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:38:41 +00:00
markdown.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 02:46:09 +00:00
mathslib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 02:46:09 +00:00
md5.js
memcached.class.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 02:46:09 +00:00
messagelib.php MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
moodlelib.php themes: MDL-19077 Don't need both output_starting_hook and starting_output method on page. 2009-07-14 05:14:45 +00:00
odbc.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 02:46:09 +00:00
odslib.class.php lib MDL-19236 Corrected copyright's 2009-05-26 09:40:16 +00:00
olson.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:23:32 +00:00
outputlib.php themes: MDL-19077 Don't need both output_starting_hook and starting_output method on page. 2009-07-14 05:14:45 +00:00
overlib.js MDL-10286 Updated overlib.js (2 years diff!) and enabled overlib for HTML feedback format 2007-07-13 10:09:51 +00:00
pagelib.php themes: MDL-19077 Don't need both output_starting_hook and starting_output method on page. 2009-07-14 05:14:45 +00:00
pdflib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:23:32 +00:00
portfoliolib.php MDL-16438 fixed portfolio regression 2009-07-04 09:48:56 +00:00
profilerlib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:23:32 +00:00
questionlib.php themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
recaptchalib.php javascript MDL-16693 Tim's fix for recaptcha 2009-06-24 07:39:57 +00:00
rsslib.php MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-03 06:38:41 +00:00
searchlib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:57:03 +00:00
session-test.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:57:03 +00:00
sessionlib.php cron: MDL-19774 temporary hack so cron does not crash. 2009-07-13 06:08:48 +00:00
setup.php setup: Need memory before setup_DB. 2009-07-10 03:31:30 +00:00
setuplib.php upgrade: MDL-19763 Improve the redirect that forces a DB upgrade when there are major changes 2009-07-10 08:44:01 +00:00
simpletestcoveragelib.php MDL-19579 code coverage - show link to latest complete report 2009-06-26 17:07:33 +00:00
simpletestlib.php Kill some debug code. 2009-06-25 06:56:41 +00:00
soaplib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:57:03 +00:00
statslib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 03:57:03 +00:00
tablelib.php MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 11:09:15 +00:00
textlib.class.php lib MDL-19236 Corrected copyright's 2009-05-27 01:56:31 +00:00
thirdpartylibs.xml Added spikephpcoverage to the list of libs 2009-06-23 11:32:32 +00:00
timezone.txt MDL-18576 timezones - info updated to tzdata2009c ; merged from 19_STABLE 2009-03-16 17:55:26 +00:00
tokeniserlib.php lib MDL-19236 Corrected copyright's 2009-05-27 01:56:31 +00:00
ufo.js "MDL-13368, improve ufo.js to HEAD, backport to 1.9 later" 2008-06-26 06:21:32 +00:00
upgradelib.php themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme 2009-07-09 07:35:03 +00:00
uploadlib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 05:18:52 +00:00
validateurlsyntax.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 05:18:52 +00:00
webdavlib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 06:26:11 +00:00
weblib.php MDL-19755 print_table replaced with $OUTPUT->table 2009-07-13 11:10:30 +00:00
wiki_to_markdown.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 06:26:11 +00:00
womenslib.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 06:26:11 +00:00
wordlist.txt
xhtml.xsl
xmlize.php lib MDL-19236 Added boilerplates and copyrights 2009-05-26 06:26:11 +00:00