moodle/lib
2009-01-14 17:08:29 +00:00
..
adodb MDL-14992 towards new moodle db sessions 2009-01-14 17:08:29 +00:00
ajax MDL-16483 - stopped using MoodleUnitTestCase in tests where $DB not needed 2009-01-10 13:23:37 +00:00
alfresco MDL-16384, first draft of alfresco plugin 2008-09-19 04:49:38 +00:00
bennu
db MDL-14992 towards new moodle db sessions 2009-01-14 17:08:29 +00:00
ddl MDL-17859 implemented caching in get_tables() 2009-01-12 18:10:50 +00:00
dml MDL-17880 removed debug code, grr 2009-01-13 19:07:41 +00:00
dtl MDL-17354 moved reset_sequence into dbmanager 2008-11-21 21:40:50 +00:00
editor MDL-17840 moodle_readme.txt -> readme_moodle.txt 2009-01-10 11:22:26 +00:00
evalmath
excel
file "MDL-17391, filter repository intances by file types" 2008-12-08 05:19:09 +00:00
form "MDL-17391, filter repository intances by file types" 2008-12-08 05:19:09 +00:00
fpdf
geoip
grade MDL-17825 Converting float grades to string when counting values using the Mode of Grades aggregation. Merging from MOODLE_19_STABLE 2009-01-08 16:02:11 +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
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 "MDL-16648, UTF-8 lang file for phpmailer" 2008-09-24 02:39:44 +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 MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
simpletest MDL-16483 - partial unbreaking of eventlsib test 2009-01-10 13:54:11 +00:00
simpletestlib MDL-16483 $CFG->unittestprefix not required anymore to run unit tests that do not need fake db; it should be saer to let admins modify the prefix in config.php instead of modifying it from php 2009-01-10 16:06:53 +00:00
smarty
snoopy MDL-17840 moodle_readme.txt -> readme_moodle.txt 2009-01-10 11:22:26 +00:00
soap
tcpdf Set images base path to Moodle dirroot 2008-11-04 12:13:04 +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 MDL-17091 Removing superfluous Zend framework files 2008-10-31 21:36:57 +00:00
accesslib.php accesslib: Nice debug developer warning if you call get_users_with_capability without including u.id in the list of fields. 2009-01-14 04:44:20 +00:00
adminlib.php admin settings: MDL-17877 Remember to pass u.id to get_users_by_capability. 2009-01-14 04:45:19 +00:00
authlib.php MDL-14679 towards /admin conversion 2008-05-31 10:43:51 +00:00
base32.php
blocklib.php MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead 2009-01-12 16:52:53 +00:00
boxlib.php "MDL-16539, fix a syntax error" 2008-09-17 08:24:45 +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-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup 2009-01-11 09:41:48 +00:00
componentlib.class.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
conditionlib.php MDL-15499: Conditional availability of activities 2008-12-17 16:37:35 +00:00
cookies.js
cssconstants.php
csshover.htc
csvlib.class.php "MDL-14129, fix print_error" 2008-05-15 03:07:21 +00:00
customcheckslib.php
datalib.php MDL-17855 fixed typo 2009-01-11 17:16:50 +00:00
ddllib.php MDL-17129 dml/ddl: improved ddl exceptions when changing db structure 2008-11-05 10:45:45 +00:00
default.ttf
deprecatedlib.php Fixed addslashes_object deprecated message. 2008-12-01 20:05:00 +00:00
dmllib.php MDL-17399 workaround for missing mysqli ext 2008-11-27 22:28:56 +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-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 Prevent some notices at install. MDL-16188 ; merged from 19_STABLE 2008-08-24 16:33:26 +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 Cleanup of phpdoc + some clarifications when specifying colors. MDL-14354 ; merged from 19_STABLE 2008-04-14 23:03:05 +00:00
filelib.php "MDL-13766, use bigger icons for file picker" 2009-01-14 03:26:47 +00:00
filterlib.php MDL-17738 fixed uninitialised setting 2008-12-28 18:42:35 +00:00
flickrlib.php MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
formslib.php formslib: Sort list of field types, to make it easier to manage. 2009-01-14 09:58:12 +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: New Picasa Web Albums Plugin MDL-17473 2008-11-30 17:37:06 +00:00
gradelib.php MDL-13778 Added 6 "composite" grade display types for the grader report Merged from MOODLE_19_STABLE 2009-01-08 08:53:20 +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-14129, remove error() call 2008-07-21 07:18:58 +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-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +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 javascript cleanup: MDL-16583 clean up the close_window function in weblib.php. 2008-12-10 08:57:50 +00:00
javascript.php MDL-16654 Move javascript used by the emoticons help file from javascript.php to javascript-static.js. Fix it so that it actually works. 2008-09-25 10:07:11 +00:00
kses.php MDL-13705 2008-03-01 13:11:31 +00:00
languages.md5
languages.php
lexer.php
listlib.php listlib: MDL-17422 Paging in listlib was badly screwed 2008-11-27 10:53:46 +00:00
locallib.php MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead 2009-01-12 16:52:53 +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 edit profile: MDL-15607 Edit profile form breaks if the list of countries in the language pack is broken. 2009-01-13 06:03:26 +00:00
moodlewsapi.php web service MDL-12886 alpha web service api + alpha user core functions api + alpha Rest server (+ rest test client) 2009-01-13 07:00:26 +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 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +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 MDL-14617 removed PHP4 compatibility scandir() 2008-05-01 21:48:36 +00:00
questionlib.php questions manual grading: MDL-15147 refine the logic for distinguishing '' and 0, so you can grade an essay 0 without making a comment, but also, grade some, but not all student's work in the manual grading report. 2008-12-12 09:00:11 +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_errors.js MDL-17845 removed install/upgrade autopilot - not needed any more ;-) 2009-01-10 22:13:12 +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-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
setup.php MDL-17789 fixed typo 2009-01-06 12:46:55 +00:00
setuplib.php MDL-17853 fixed typo, thanks Nicolas Martignoni 2009-01-11 09:44:42 +00:00
simpletestlib.php MDL-14992 towards new moodle db sessions 2009-01-14 17:08:29 +00:00
smblib.php "MDL-16907, shouldnot modify smblib.php" 2008-10-20 07:24:14 +00:00
soaplib.php
statslib.php MDL-17463 - reparate capabilities for course and admin reports 2008-11-29 14:22:10 +00:00
tablelib.php MDL-16869 "Exporting leaves <p> </p> in essay responses" added method to flexible_table class format_text that takes the same parameters as format_text the function in weblib. If the table is not in download mode then this formats the text as html. If it is then it strips the tags or does the right thing depending on the download type. Added methods to download classes to tell flexible_table class what should be done with html. 2008-10-14 15:00:26 +00:00
textlib.class.php
timezone.txt Timezone info updated to tzdata2008c. Merged from 19_STABLE 2008-06-12 16:01:15 +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
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-17845 now only one page per installs/upgrade :-D 2009-01-12 15:13:44 +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 MDL-9534, fix xmlize() call 2008-04-11 03:59:41 +00:00