moodle/lib
2009-04-21 21:17:21 +00:00
..
adodb MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE 2009-03-23 09:53:02 +00:00
ajax ajaxlib: fix unit tests. 2009-03-10 07:48:29 +00:00
alfresco MDL-16384, first draft of alfresco plugin 2008-09-19 04:49:38 +00:00
bennu
db MDL-18297: Forgot that course cache needs rebuilding for upgraded dates 2009-04-17 16:21:15 +00:00
ddl UnitTestCaseUsingDatabase: fix bug with install_one_table_from_xmldb_file 2009-04-07 05:19:20 +00:00
dml lib/dml: new compatibility method sql_cast_2signed for when MySQL thinks that 1 * -1 = 18446744073709551615 2009-04-10 09:33:26 +00:00
dtl admin dbtransfer: MDL-18225 also, let the caller control how transactions are used. 2009-02-13 02:49:25 +00:00
editor "MDL-18486, remove php varible from file picker code, all javascript code goes into a static file" 2009-04-20 08:53:21 +00:00
evalmath
excel
file MDL-15931 More unit tests of file_info_* classes 2009-04-20 13:10:42 +00:00
form "MDL-18486, remove php varible from file picker code, all javascript code goes into a static file" 2009-04-20 08:53:21 +00:00
fpdf
geoip
grade MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
htmlpurifier MDL-17099 htmlpurifier: new version from upstream 2008-11-01 18:58:29 +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
packer MDL-15928 PHP 5.2.8 has new zip support - all know problems seem to be solved - yay! 2008-12-30 19:17:39 +00:00
pear MDL-17549 auth/radius: add CHAP and MSCHAP auth support, detect PHP extension 2008-12-12 04:44:53 +00:00
phpmailer Annotating some more customizations performed in PHPMailer(); merged from 19_STABLE 2009-02-23 09:09:08 +00:00
phpxml
portfolio MDL-16520 portfolio: when an exception happens, kill the active export 2009-03-01 11:01:57 +00:00
simplepie simplepie: fix class name caseing: MDL-7946, MDL-13932 2009-04-13 16:00:44 +00:00
simpletest MDL-15931 Using $CFG->unittestprefix now for filelib unit tests. MUCH slower but safe(r) 2009-04-21 12:22:36 +00:00
simpletestlib MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
smarty
snoopy MDL-17840 moodle_readme.txt -> readme_moodle.txt 2009-01-10 11:22:26 +00:00
soap
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 xmldb: MDL-17262 warnings and fatal error when trying to create a unique key or index. 2008-11-18 07:29:45 +00:00
yui MDL-17218 Copied the image where the css expects it to be. Merging from MOODLE_19_STABLE 2008-11-20 14:37:55 +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 filters: MDL-18879 filter data not deleted when a context is deleted 2009-04-17 02:49:07 +00:00
adminlib.php MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
authlib.php MDL-17942 more session refactoring 2009-01-18 18:00:44 +00:00
base32.php
blocklib.php MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements 2009-01-31 20:07:32 +00:00
boxlib.php "MDL-18848, curl_cache is not specific to repository module any more" 2009-04-14 02:34:38 +00:00
clilib.php MDL-17848 oops, yet more cron compatibility fixes for console_write() ;-) I have added a new console_write_error() too 2009-01-10 20:44:45 +00:00
completionlib.php MDL-18427: Completion system does not require_once gradelib when used 2009-03-03 17:04:49 +00:00
componentlib.class.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
conditionlib.php MDL-18297: Changed date conditions so that the text and behaviour is more natural. 2009-04-17 16:06:29 +00:00
cookies.js
cssconstants.php
csshover.htc
csvlib.class.php
customcheckslib.php
datalib.php category paths: MDL-18897 call fix_course_sortorder eveywhere we insert a category to set category.path and .depth 2009-04-20 05:59:11 +00:00
ddllib.php ddllib.php: add required library 2009-04-08 11:46:39 +00:00
default.ttf
deprecatedlib.php MDL-18472 fixed missing argument in deprecated function, thanks Gordon Bateson 2009-03-26 20:53:03 +00:00
dmllib.php MDL-17399 workaround for missing mysqli ext 2008-11-27 22:28:56 +00:00
dropdown.js
dtllib.php MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks! 2008-09-02 21:20:45 +00:00
eaccelerator.class.php
environmentlib.php MDL-9796 environment - add support to specify what xml file we want to use. defaults to newer (bc) 2009-02-14 23:08:05 +00:00
eventslib.php MDL-16799 - Unit tests failing on events testing - caused by handler caching; merged from MOODLE_19_STABLE 2008-10-06 22:07:37 +00:00
excellib.class.php
filelib.php "MDL-18848, add default module to curl class" 2009-04-20 09:21:28 +00:00
filterlib.php filters: MDL-7336 was missing the table prefix from one column. 2009-04-20 02:07:46 +00:00
flickrlib.php "MDL-18848, curl_cache is not specific to repository module any more" 2009-04-14 02:34:38 +00:00
formslib.php editor formslib element: symbolic constant EDITOR_UNLIMITED_FILES instead of hard-coded -1. 2009-03-30 10:01:39 +00:00
gdlib.php MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906 2008-07-31 22:15:30 +00:00
googleapi.php repository/googledocs New repository plugin MDL-16383 2009-03-08 15:53:11 +00:00
gradelib.php MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
graphlib.php MDL-15183 defaulting a couple of variables in the graph class rather than every graph object needing to do it. 2008-06-11 08:22:38 +00:00
grouplib.php MDL-13843 treat default course grouping as current grouping at course level (groupmode is used the same way at course level) 2009-04-09 08:17:12 +00:00
htaccess MDL-14679 magic quotes gpc are strongly discouraged now :-) 2008-06-13 09:14:41 +00:00
html2text.php MDL-17542 weblib/html2text: replace html2text.php with a GPL alternative (which is also faster) 2008-12-17 02:55:33 +00:00
index.html
installlib.php MDL-18198 installer - change distro to distrolib.php and delete distro hack from installlib 2009-02-09 19:35:57 +00:00
javascript-mod.php MDL-16433 themes and javascript files are not blocked by running upgrade anymore 2008-09-14 08:40:23 +00:00
javascript-static.js fomslib: MDL-18735 disabledif not working in IE if depended on element was a <select>. 2009-04-06 02:56:37 +00:00
javascript.php "MDL-18486, remove php varible from file picker code, all javascript code goes into a static file" 2009-04-20 08:53:21 +00:00
kses.php
languages.md5
languages.php
lexer.php
listlib.php Question categories. Move code to a more appropriate place. 2009-03-05 04:19:33 +00:00
locallib.php MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements 2009-01-31 20:07:32 +00:00
markdown.php
mathslib.php
md5.js
memcached.class.php
messagelib.php MDL-16268 User-User send messages now use new messaging system. 2008-08-30 17:53:30 +00:00
moodlelib.php MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:17:21 +00:00
odbc.php
odslib.class.php MDL-15911 - reverting previous change to odslib - needs a proper rework to use files api. 2008-08-11 10:15:16 +00:00
olson.php
overlib.js
pagelib.php pagelib: Fixing start-of-file comments in CVS to avoid merge problems when I switch to git. 2009-04-15 03:24:25 +00:00
pdflib.php MDL-15055 Upgrade shipped library TCPDF to version tcpdf_php5 TCPDF 4.0.015 2008-07-29 22:22:15 +00:00
portfoliolib.php MDL-17758 fixed hardcoded /admin/ links 2009-01-01 14:25:29 +00:00
profilerlib.php
questionlib.php qtypes: MDL-18711 Allow qtype plugins to have custom CSS and JavaScript on the editing page. 2009-03-30 09:15:46 +00:00
recaptchalib.php MDL-16706 - eliminate miscellaneous inine JavaScript 2008-09-26 11:24:52 +00:00
rsslib.php MDL-12563 Fixed RSS dates so that they are always GMT 2008-09-16 08:57:34 +00:00
scroll_to_page_end.js MDL-17458 scrolling to errors is not needed anymore, we stop after every error now 2009-02-01 17:24:34 +00:00
searchlib.php MDL-17130 dml: eliminated $CFG->dbfamily 2008-11-05 00:12:30 +00:00
session-test.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
sessionlib.php MDL-18137 all cookies now secure if configured to be 2009-02-07 22:41:59 +00:00
setup.php Improve documentation of our global variables 2009-04-16 08:59:46 +00:00
setuplib.php "MEMORY/MDL-18540,remove hard-coded php memory limit, added system setting for it, create a function reduce_memory_limit to reduce memroy limit and respect php.ini setting in the meanwhile, merged from 1.9" 2009-03-26 02:09:28 +00:00
simpletestlib.php simpletestlib: Fix typo in error message 2009-04-20 06:47:01 +00:00
soaplib.php
statslib.php MDL-18517 Stats - Course Overview Weighted report returning incorrect information 2009-03-13 02:52:53 +00:00
tablelib.php tablelib: Fix typo. 2009-03-10 05:00:16 +00:00
textlib.class.php MDL-17458 rewritten installer 2009-02-07 10:20:33 +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
ufo.js "MDL-13368, improve ufo.js to HEAD, backport to 1.9 later" 2008-06-26 06:21:32 +00:00
upgradelib.php MDL-17458 standardised lang upgrade code + updating also parent language 2009-02-08 23:14:13 +00:00
uploadlib.php MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user, 2008-08-02 00:04:29 +00:00
validateurlsyntax.php
webdavlib.php "MDL-16908, webdav plugin for repository module" 2008-10-21 06:30:50 +00:00
weblib.php MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:17:21 +00:00
wiki_to_markdown.php MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php