moodle/lib
2007-12-28 17:14:01 +00:00
..
adodb Document MDL-12378 2007-12-09 18:22:24 +00:00
ajax MDL-12284 Moved require_js to weblib and improved it so that it works if called during header (also tidied up code) 2007-11-20 18:04:03 +00:00
bennu
db MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE 2007-12-23 20:01:14 +00:00
editor htmlarea: fix in FF - MDL-11242 2007-11-14 01:25:20 +00:00
evalmath MDL-12512 - Gradebook calculations are broken. This was caused by == FALSE that should have been === FALSE deep in the 3rd pary maths lib. Merged from MOODLE_19_STABLE. 2007-12-10 17:37:14 +00:00
excel
form MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller. 2007-12-04 10:35:25 +00:00
fpdf
grade MDL-12517 - Move checking code into the user interface layer where it belongs. Merged from MOODLE_19_STABLE. 2007-12-13 14:19:24 +00:00
htmlpurifier MDL-11758 removing one htmlpurifier file to prevent problems on some systems; merged from MOODLE_19_STABLE 2007-12-25 21:06:32 +00:00
json
libcurlemu
magpie
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
pclzip Merged conversion from dos to unix MDL-9088 2007-03-28 07:17:26 +00:00
pear Updating PEAR-Excel lib doc. MDL-9911 2007-07-28 15:15:26 +00:00
phpmailer MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE 2007-12-17 21:39:03 +00:00
phpxml Removed some pass-by-references to remove notices 2007-08-14 02:11:33 +00:00
simpletest Changing wrong UNSIGNEDs to nulls in tests. MDL-11662 2007-12-08 18:54:24 +00:00
simpletestlib Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object). 2007-11-13 07:36:00 +00:00
smarty
snoopy
soap cvsimport fixups 2007-07-07 14:18:30 +12:00
speller MDL-9300 The aspell spell-checker does not work in 1.8; merged from MOODLE_18_STABLE 2007-04-15 17:04:26 +00:00
tcpdf Remove accidentally revived files as part of MDL-11099 fix 2007-12-02 16:14:13 +00:00
typo3
xmldb XMLDB_UNSIGNED only applicable to number types. MDL-11662 2007-12-08 18:20:15 +00:00
yui Remove accidentally revived files as part of MDL-11099 fix 2007-12-02 16:14:13 +00:00
accesslib.php MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE 2007-12-23 19:48:32 +00:00
adminlib.php merged from 1.9 :: MDL-12745 :: added class clearfix to "form-item" to stop div collapsing. 2007-12-27 21:00:00 +00:00
authlib.php MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-) 2007-10-10 12:19:27 +00:00
base32.php
blocklib.php Booleans are not always transformed to 0 /1. This was preventing install 2007-10-19 17:53:23 +00:00
componentlib.class.php MDL-11845 Last checkin accidentally omitted a require_once (hopefully finally done now!!) 2007-12-07 11:11:44 +00:00
cookieless.php
cookies.js
cssconstants.php
csshover.htc
csvlib.class.php MDL-11996 bulk user upload - improvements, bugfixes and cleanup; 2007-11-05 00:43:37 +00:00
datalib.php Improve PHP doc comments. 2007-12-12 17:10:48 +00:00
ddllib.php ddllib: Mark table_column() as deprecated 2007-12-03 23:20:03 +00:00
default.ttf cvsimport fixups binary files 2007-08-29 13:10:20 +12:00
deprecatedlib.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
dmllib.php After some more tests... apply the new preconfigure_dbconnection() 2007-12-20 23:15:03 +00:00
eaccelerator.class.php eaccelerator: never set the mode if we failed to init 2007-09-20 06:51:13 +00:00
editorlib.php
environmentlib.php 1.9 Beta 2 should not be read as 1.9.2 in environment page 2007-11-08 05:13:18 +00:00
eventslib.php MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-) 2007-10-10 12:19:27 +00:00
excellib.class.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
filelib.php making multibyte filename appear correctly under IE download 2007-10-30 00:35:18 +00:00
filterlib.php
formslib.php MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller. 2007-12-04 10:35:25 +00:00
gdlib.php MDL-8605 More changes to upgrade and restore, and some unit tests with db and rs mock objects 2007-10-12 19:13:18 +00:00
gradelib.php MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
graphlib.php
grouplib.php MDL-12351 verify active group before use because allowed groups may change; merged from MOODLE_19_STABLE 2007-12-26 12:42:33 +00:00
htaccess
html2text.php
index.html
javascript-mod.php
javascript-static.js Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript. 2007-12-18 17:18:19 +00:00
javascript.php MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form 2007-12-03 20:13:01 +00:00
kses.php MDL-12338 prevent KSES from breaking í chars in alt/title tags - credit goes to Eloy; merged from MOODLE_19_STABLE 2007-12-25 20:56:36 +00:00
languages.md5
languages.php
lexer.php
listlib.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
locallib.php MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
markdown.php MDL-11104 2007-09-17 12:37:51 +00:00
mathslib.php Do not suppress errors from developers! it makes debugging a nightmare! 2007-12-10 16:53:17 +00:00
md5.js
memcached.class.php
moodlelib.php MDL-12703 - Use the 'welcometocourse' language string if there is no 'welcomemessage' property set in the course object. Currently, there does not seem to be any code or data items that would set this property. 2007-12-28 17:14:01 +00:00
odbc.php
odslib.class.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
olson.php MDL-11538: lib/olson - bugfix, olson time-zone import doesn't deal with rule changes in the future 2007-10-02 01:43:07 +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 MDL-12744 - Add ability to pass an extra button for use in print header for modules that use the course page to display themselves with blocks. 2007-12-28 16:13:09 +00:00
pdflib.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
profilerlib.php Almost completed the new profiling tool. Just a bit more tweaking :-) 2007-03-20 02:59:34 +00:00
questionlib.php Unset a meaningless id. This probably does not change anything in moodle, but it was part of a bug fix in the OU version of Moodle that seemed correct, so I am merging it over. 2007-12-17 15:29:48 +00:00
rsslib.php MDL-12528 - getElementById was misspelled. 2007-12-11 05:00:14 +00:00
scroll_to_errors.js
searchlib.php
session-test.php
setup.php MDL-12716 fixed admin setting for rcache; more robust rcache handling in setup.php; merged from MOODLE_19_STABLE 2007-12-23 13:10:35 +00:00
setuplib.php tidy up phpdoc 2007-12-20 23:17:42 +00:00
simpletestlib.php Merged from MOODLE_19_STABLE. Adding $Id tag 2007-10-12 09:45:33 +00:00
soaplib.php
statslib.php merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports 2007-04-11 23:53:15 +00:00
tablelib.php Improve PHP doc comments. 2007-12-12 19:01:59 +00:00
textlib.class.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
timezones.txt
tokeniserlib.php Updated copyright notice in header 2007-10-10 05:25:14 +00:00
ufo.js MDL-11224 Updated UFO Flash JS library from 3.20 to 3.22, preserving minor Moodle-specific change (and added comment to top about it!) 2007-09-12 10:14:12 +00:00
uploadlib.php small fix for uninitialised var 2007-05-20 11:20:49 +00:00
validateurlsyntax.php MDL-9295 - PARAM_URL/PARAM_LOCALURL does not accept http://localhost/ or other hosts on lans. Merged from MOODLE_18_STABLE. 2007-10-30 10:15:22 +00:00
weblib.php MDL-11561 improved text filter cache resetting when settings change; fixed bug causing fatal errors if html purifier enabled during upgrade; merged from MOODLE_19_STABLE 2007-12-25 10:03:59 +00:00
wiki_to_markdown.php
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php MDL-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file. 2007-04-04 03:35:23 +00:00