moodle/lib
stronk7 f020b35705 Moving some change_field_XXX() functions and introducing
change_field_type(). Seems to work everywere but under
mssql (due to some problems with default constraints).
Will see it tomorrow.
2006-09-28 23:14:52 +00:00
..
adodb removed one more unneeded file from adodb library 2006-09-28 18:29:54 +00:00
ajax File had a UTF-8 BOM at the start, was causing problems, now removed 2006-09-25 14:59:21 +00:00
bennu Incoming: Bennu library to be used for iCal imports/exports. 2006-01-13 15:06:25 +00:00
cas fix for 3644 merged 2006-05-04 06:56:43 +00:00
db Removed duplicate capability moodle/course:managequestions MDL-6610 2006-09-28 07:17:39 +00:00
editor replacing deprecated calls and references to capability calls 2006-09-20 09:00:04 +00:00
excel Fix for bug on Windows and Mac servers while generating quiz reports 2004-04-15 15:41:06 +00:00
form now wrapping a group element in a fieldset tag, brought id tag on checkboxes and radio boxes in line with moodle universal form structure 2006-09-28 04:18:35 +00:00
fpdf Merge from 1.6. New class FPDF_Protection. See bug #5855. 2006-06-19 02:41:44 +00:00
magpie fix listed in bug 3834 applied 2006-03-21 20:54:50 +00:00
mp3player Copied files from stable into head 2005-07-15 18:46:08 +00:00
pclzip imported newer PCLZIP library; added directory restriction to our own security checks 2006-08-30 08:51:57 +00:00
pear upgraded tableless pear quickform packages 2006-09-27 16:31:11 +00:00
phpmailer Notice killing... ;-) 2006-03-19 11:10:25 +00:00
simpletest Avoid reserved words in dmllib unit tests. 2006-08-24 16:56:59 +00:00
simpletestlib Bug #5979 - Check in the OU's unit testing framework. Docs at http://docs.moodle.org/en/Unit_tests 2006-06-30 14:59:05 +00:00
smarty Merged from STABLE 2005-06-24 12:50:29 +00:00
snoopy fix listed in bug 3834 applied 2006-03-21 20:54:50 +00:00
soap Many bugfixes accummulated during CVS outage, more to come. 2006-04-05 05:53:18 +00:00
speller Merged support for personal dictionaries in spellchecker 2006-09-22 04:38:32 +00:00
tcpdf TCPDF pdf library 2006-09-04 08:11:37 +00:00
typo3 Changing //TRANSLIT to //IGNORE because some weird bug 2006-08-11 09:48:35 +00:00
xmldb prevent nulls to become nulls (oracle error) 2006-09-28 23:06:04 +00:00
yui Checking YUI into Moodle for future AJAX work 2006-07-13 08:35:43 +00:00
accesslib.php One more debugging removed 2006-09-28 08:38:27 +00:00
adminlib.php calendar admin page cleaned up 2006-09-28 04:46:09 +00:00
base32.php Updated licensing terms. 2005-05-17 02:20:10 +00:00
blocklib.php Now XMLDB installation is enabled! Old mysql.php and postgres7.php can 2006-09-20 22:36:21 +00:00
componentlib.class.php Removed blank line 2006-04-16 15:56:36 +00:00
cookieless.php I hope final fix for warnings when using error() after print_header() with buffering on, solution was to flush all buffers and reenable SID rewrite when needed; merged from MOODLE_16_STABLE 2006-05-14 17:23:29 +00:00
cookies.js I added all code to handle the cookies and the sideblock content, the icon and the patches for hiding/showing the content of the sideblocks. 2005-02-05 21:37:53 +00:00
csshover.htc I found a newer version (was 1.21 is now 1.30) 2005-05-17 13:03:34 +00:00
datalib.php Prevent 'Warning: Invalid argument supplied for foreach() in ...' for get_courses_page function when there are no courses in the required category. 2006-09-22 11:15:10 +00:00
ddllib.php Moving some change_field_XXX() functions and introducing 2006-09-28 23:14:52 +00:00
default.ttf Default TrueType font updated from (http://www.nongnu.org/freefont/) 2006-04-05 22:48:14 +00:00
deprecatedlib.php Fix sort on get_teacher to get the most senior teacher 2006-09-25 06:15:31 +00:00
dmllib.php One wrong use of onespace2empty() - an strange function - :-/ 2006-09-26 18:27:44 +00:00
editorlib.php fixed typo and s() 2006-04-22 16:36:35 +00:00
environmentlib.php coverted /admin/ to proper /$CFG->admin/ in paths 2006-09-26 21:10:14 +00:00
excellib.class.php Added two new functions: set_column() and set_row() 2006-05-02 15:28:02 +00:00
filelib.php Partially reversed patch for http://tracker.moodle.org/browse/MDL-5136, caching of filtered uploaded html files is disabled now MDL-5136 , Eloy is changing the column type in cache_text back to TEXT. 2006-09-22 18:08:53 +00:00
filterlib.php Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
formslib.php wrapping group element in a fieldset tag 2006-09-28 04:19:56 +00:00
gdlib.php Avoid one notice. Bug 4690. Credits go to fad. B-) 2006-02-11 16:17:06 +00:00
graphlib.php Bug #5937 - Fix nonascii chars in graphs: 2006-06-29 21:22:16 +00:00
htaccess added register_globals off as recommended setting; merged from MOODLE_15_STABLE 2005-11-14 22:58:02 +00:00
html2text.php Removed $goodStr = str_replace(chr(160), ' ', $goodStr ); 2005-03-27 05:50:21 +00:00
index.html
javascript-mod.php Returns a Javascript file containing all the scripts found in modules 2005-04-16 12:10:44 +00:00
javascript-static.js Update to static JS - 'hitem' hidden fields now optional for lockoptions. 2006-09-20 15:04:57 +00:00
javascript.php Adding tinymce needed defaults and new $CFG property 'editorsrc' 2006-03-04 14:52:50 +00:00
kses.php improved kses cleaning of html SC#204; merged from MOODLE_15_STABLE 2006-03-02 21:38:20 +00:00
languages.md5 language list file to keep in /lib, in case user can't use fopen, this list is read to get a list of possible languages to download from download.moodle.org 2006-01-05 06:53:05 +00:00
languages.php Added Filipino. There is no two letter code for it so we are using the country code 2005-09-16 02:25:22 +00:00
lexer.php New libraries to support lexer-based searching. From Tony Hursh - thanks! 2005-01-31 07:39:03 +00:00
locallib.php upgrade logging cleanup, fixes - more improvements ahead 2006-08-17 22:37:34 +00:00
markdown.php Latest version of Markdown Extra - Note that Extra has some new features 2006-02-25 16:48:46 +00:00
md5.js
moodlelib.php Comments. 2006-09-28 00:13:07 +00:00
odbc.php Converted comments to phpdoc style 2004-09-26 04:54:03 +00:00
olson.php Change rule to tzrule (reserved word) 2006-08-22 20:10:54 +00:00
overlib.js newer version of overlib is smaller and better. This comes straight from http://www.macridesweb.com/oltest/. 2005-01-20 21:45:58 +00:00
pagelib.php New "Switch Role" functionality to replace the old "Student view". 2006-09-21 09:16:41 +00:00
pdflib.php Fake constructor for PHP5 2006-09-12 06:58:42 +00:00
questionlib.php More capability name typos. 2006-09-20 08:01:59 +00:00
rsslib.php Fixed a capability name: MDL-6727 2006-09-28 15:06:07 +00:00
scroll_to_errors.js Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault. 2006-07-13 09:48:56 +00:00
searchlib.php searchlib can use sql_ilike too! 2006-09-26 05:08:39 +00:00
session-test.php towards XHTML compliance 2004-09-12 13:21:01 +00:00
setup.php Corrected accidental language-changing because of lang in POST 2006-09-24 12:07:44 +00:00
setuplib.php Detect Oracle Database Encoding in order to set CFG->unicodedb properly 2006-09-22 17:23:09 +00:00
simpletestlib.php Fixes bug MDL-6478 "Unit tests (not) working.." 2006-09-07 09:11:55 +00:00
soaplib.php Main Moodle SOAP library. It uses nusoap or phpsoap 2006-02-07 00:20:50 +00:00
statslib.php Moved Penny's funky sql function into dmllib.php 2006-09-26 04:33:59 +00:00
tablelib.php If tablelib is going to do fullname voodoo, it should allow us to make the default order field something that makes up fullname (ie, firstname/lastname) 2005-11-18 04:19:58 +00:00
textlib.class.php Bug #5937 - Fix nonascii chars in graphs: 2006-06-29 21:22:16 +00:00
timezones.txt Updated using tzdata2006j 2006-08-22 20:11:33 +00:00
uploadlib.php fixed warning 2006-09-17 20:51:54 +00:00
validateurlsyntax.php Add eu to allowed domains 2006-09-27 12:57:33 +00:00
weblib.php moved styles in theme\standard\styles_form.css to theme\standard\styles_layout.css and removed theme\standard\styles_form.css and all references to it. In line with discussion here : http://moodle.org/mod/forum/discuss.php?d=54907 2006-09-28 10:32:23 +00:00
wiki_to_markdown.php nasty empty line at the end of file .... 2006-03-07 20:26:27 +00:00
womenslib.php Sshhh easter egg. ;-) 2005-03-01 08:45:05 +00:00
wordlist.txt
xmlize.php added '@access private' docblock tags to functions that should not be called directly 2004-09-28 16:40:26 +00:00