moodle/lib
2008-10-28 22:31:26 +00:00
..
adodb Drift between CVS and git 2008-06-25 17:31:23 +00:00
ajax MDL-12198 Fixed ordering of sections, Merging from MOODLE_19_STABLE 2008-10-08 12:22:04 +00:00
alfresco MDL-16384, first draft of alfresco plugin 2008-09-19 04:49:38 +00:00
bennu
db Adding new setting "statsruntimedays" to configure the number of days to 2008-10-13 21:53:49 +00:00
ddl MDL-17020 dml: native pgsql driver - ddl unittest more robust - fixed typo, thanks ELoy! 2008-10-27 15:54:36 +00:00
dml MDL-14990 dml: towards proper logging/perf infrastructure 2008-10-28 22:31:26 +00:00
dtl 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
editor MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
evalmath
excel
file MDL-16669 dml: improved sql_substring(), added unit tests 2008-10-28 15:11:10 +00:00
form MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE 2008-10-22 09:31:49 +00:00
fpdf
geoip
grade MDL-16785 bogus grades inserted when formulas used - credit Michael Spall and Ann Adamcik; merged from MOODLE_19_STABLE 2008-10-24 17:53:15 +00:00
htmlpurifier MDL-16668 import htmlpurifier 3.1.1 to HEAD 2008-09-24 21:32:10 +00:00
jabber/XMPP Forgot the README 2008-09-15 06:14:11 +00:00
magpie
mp3player
overlib
packer MDL-16861 - file api/zip packer - make inline docs clearer for people like me who miss information 2008-10-17 06:58:11 +00:00
pclzip
pear MDL-16780 Merging from MOODLE_19_STABLE 2008-10-03 07:13:16 +00:00
phpmailer "MDL-16648, UTF-8 lang file for phpmailer" 2008-09-24 02:39:44 +00:00
phpxml
portfolio MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read) 2008-10-25 13:35:20 +00:00
simpletest MDL-17036 dml: dbpersist moved into dboptions 2008-10-27 22:21:34 +00:00
simpletestlib MDL-15204 Removing the lib/simpletestlib/simpletest folder, which was a mistake 2008-07-24 09:27:06 +00:00
smarty
snoopy
soap
tcpdf MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
typo3 MDL-8246 new typo3 lib imported 2008-06-16 15:31:21 +00:00
xmldb Improve DOM detection (due to conficts with old DOM-XML). MDL-15637 ; merged from 19_STABLE 2008-09-29 17:14:05 +00:00
yui MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
accesslib.php MDL-16669 dml: improved sql_substring(), added unit tests 2008-10-28 15:11:10 +00:00
adminlib.php MDL-16029 extralocations deprecated 2008-10-25 17:52:38 +00:00
authlib.php MDL-14679 towards /admin conversion 2008-05-31 10:43:51 +00:00
base32.php
blocklib.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
boxlib.php "MDL-16539, fix a syntax error" 2008-09-17 08:24:45 +00:00
clilib.php MDL-15249 improving cli installer 2008-06-15 12:23:53 +00:00
completionlib.php fixed syntax error ;-) 2008-10-24 17:54:58 +00:00
componentlib.class.php Drift between CVS and git 2008-06-25 17:31:23 +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-14488 - start sql query with unique field - credit David Monllaó 2008-09-07 06:00:22 +00:00
ddllib.php MDL-16930 ddl - exceptions cleanup 2008-10-18 22:46:17 +00:00
default.ttf
deprecatedlib.php Fix for deprecated zip_files() function. Packager requires 2008-10-16 17:50:13 +00:00
dmllib.php MDL-16930 dml: exceptions instead of print_error 2008-10-28 15:21:01 +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 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
filelib.php Adding correct Office 2007 mime types. MDL-15987 ; merged from 19_STABLE 2008-10-17 18:05:23 +00:00
filterlib.php Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE 2008-07-26 22:13:39 +00:00
flickrlib.php MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read) 2008-10-25 13:35:20 +00:00
formslib.php MDL-16962 New formslib element for dropdowns with a link to another page. Applied to outcome item and outcome edit pages. Merged from MOODLE_19_STABLE 2008-10-22 09:31:49 +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
gradelib.php MDL-15100 fixed typo ('param' instead of 'array') 2008-06-17 07:05: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-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 Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE 2008-07-26 23:04:50 +00:00
index.html
installlib.php MDL-15410 Require PHP 5.2.4 instead of 5.2.0 in HEAD because PHP 5.2.0 has many known problems :-( 2008-08-01 09:44:37 +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 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
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
languages.md5
languages.php
lexer.php
listlib.php listlib: off-by-one error. I found this while preparing my Brisbane MoodleMoot demo. It was causing notices on the question bank page, or something like that. 2008-10-23 09:04:52 +00:00
locallib.php MDL-14129, remove error() call 2008-07-21 07:18:58 +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-17000 "telling get_list_of_plugins() to ignore simpletest directories" added simpletest to the list of dirs to ignore. 2008-10-24 15:17:45 +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-16587 bit of a large refactor of the portfolio formats. still more to come. 2008-10-11 17:33:20 +00:00
profilerlib.php
questionlib.php MDL-16683 - add 5/6 as a grading option. Also, make all these optoins 7 decimal places, to match what we store in the DB, and explaing the 'rationale' behind the list. 2008-09-26 03:14:05 +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-16486 Activated autopilot for test table install/upgrade 2008-09-18 14:32:43 +00:00
searchlib.php MDL-15245 converted dml searchlib 2008-06-15 10:12:27 +00:00
session-test.php Drift between CVS and git 2008-06-25 17:31:23 +00:00
sessionlib.php MDL-14992 ugly workaround for http://bugs.php.net/bug.php?id=39449 2008-06-22 11:56:01 +00:00
setup.php MDL-16433 themes and javascript files are not blocked by running upgrade anymore 2008-09-14 08:40:23 +00:00
setuplib.php MDL-16930 dml: exceptions instead of print_error 2008-10-28 15:21:01 +00:00
simpletestlib.php MDL-17036 dml: dbpersist moved into dboptions 2008-10-27 22:21:34 +00:00
smblib.php "MDL-16907, shouldnot modify smblib.php" 2008-10-20 07:24:14 +00:00
soaplib.php
statslib.php MDL-16709. Improve scheduling of stats. They only will run if: 2008-10-13 23:24:45 +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-16939 - adding check type exists to avoid PHP notice in build_navigation function; merged from MOODLE_19_STABLE 2008-10-20 17:56:11 +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