moodle/lib
2005-05-16 10:12:54 +00:00
..
adodb Updated ADOdb to latest version 4.60 2005-02-18 08:37:18 +00:00
cas Moving the CAS library into the main library directory 2005-03-11 17:13:31 +00:00
db Use type numeric(5,2) to store value 100.00 2005-05-15 19:47:07 +00:00
editor Merged from MOODLE_14_STABLE: Default course id for htmlarea insert image to 0 rather than empty string to prevent invalid sql. Credit: Patrick Li 2005-05-11 02:05:59 +00:00
excel Fix for bug on Windows and Mac servers while generating quiz reports 2004-04-15 15:41:06 +00:00
ipatlas Merged from MOODLE_14_STABLE - Cleared a warning 2005-02-14 07:23:02 +00:00
magpie I had noticed that stale reads from cache were failing on the filesystem with an invalid md5 checksum of the filename - this should fix that 2005-01-29 02:57:07 +00:00
mp3player Added Andy's readme 2005-03-15 13:07:44 +00:00
pclzip Updated to 2.4RC1. This should terminate 2004-11-30 17:57:42 +00:00
phpmailer typo in comment 2005-02-06 19:23:32 +00:00
smarty Upgraded to latest version of Smarty 2.6.9 2005-04-19 09:52:16 +00:00
snoopy Some blank index.html files to prevent browsing 2004-03-20 04:10:26 +00:00
speller Enhancing editor settings. 2005-01-22 10:58:25 +00:00
adminlib.php Fixed bug mentioned here http://moodle.org/mod/forum/discuss.php?d=22645 2005-04-26 07:45:09 +00:00
base32.php Import of base32.php based on race.php -- hoping for a clearer licensing picture, otherwise will switftlyt rewrite 2005-04-20 09:12:51 +00:00
blocklib.php Changed include to require for base_block class. Won't get far without this 2005-05-03 12:23:48 +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
datalib.php Merged from MOODLE_14_STABLE: SQL errors are now (optionally -- defaults to off) logged to the apache error log. Helps debugging! Credit: Patrick Li <patrick@catalyst.net.nz> 2005-05-11 23:34:46 +00:00
default.ttf A very nice default Unicode font under the GPL licence 2004-04-28 15:59:25 +00:00
defaults.php Default value for langcache. Bug 2975 (SE) 2005-04-21 09:16:57 +00:00
filelib.php Added support for all Open Office 1.0 and 2.0 file types (bug 3068) 2005-05-04 15:19:00 +00:00
filterlib.php Do you like speed? 10%-15% bump with this version! B-) 2005-05-09 00:28:53 +00:00
gdlib.php Converted comments to phpdoc style. Functions require additional documenting. 2004-09-26 04:57:07 +00:00
graphlib.php Various little tweaks here and there 2005-03-11 14:56:34 +00:00
htaccess bug 753 2004-05-08 14:02:18 +00:00
html2text.php Removed $goodStr = str_replace(chr(160), ' ', $goodStr ); 2005-03-27 05:50:21 +00:00
index.html Dummy index to prevent browsing 2004-03-20 04:08:19 +00:00
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 Removing dead code. 2005-05-12 14:46:16 +00:00
javascript.php If Javascript is enabled, make IE fix the block sizes after the page loads 2005-05-12 14:45:16 +00:00
kses.php Updated to 0.2.2 2005-05-09 10:37:12 +00:00
languages.php towards XHTML compliance 2004-09-12 13:21:01 +00:00
lexer.php New libraries to support lexer-based searching. From Tony Hursh - thanks! 2005-01-31 07:39:03 +00:00
markdown.php Latest bugfix version 1.0.1a 2005-05-16 10:12:54 +00:00
md5.js MD5 library for home-made security 2004-01-23 08:40:29 +00:00
moodlelib.php Fixes for load average display ... see bug 3249 2005-05-15 04:22:40 +00:00
odbc.php Converted comments to phpdoc style 2004-09-26 04:54:03 +00:00
olson.php Now comments don't break Zone continuation, should fix reported issues with the Europe/Paris zone definition. 2005-05-02 10:26:26 +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 Removing the "dirty compatibility hack", it surely has done what it was 2005-04-19 12:40:15 +00:00
rsslib.php moved a method from rss client action script to rsslib since it's needed by the new tabs in the instance config 2005-05-15 02:46:15 +00:00
searchlib.php Fixes from Mits for bug 3101 to fix multi-byte search results 2005-05-03 16:37:01 +00:00
session-test.php towards XHTML compliance 2004-09-12 13:21:01 +00:00
setup.php Apache log intergration. In apache conf file one can use ${MOODULEUSER}n in LogFormat to get the current logged in username in moodle. Implemented by Patrick Li. 2005-05-16 02:51:05 +00:00
tablelib.php Store flextable session cache in an independent way so they don't reset each other 2005-04-14 17:43:18 +00:00
timezones.txt Updating the timezone lists with the Manila fix and also the glaring Paris 2005-05-01 17:13:30 +00:00
uploadlib.php Just some tiny style fixes 2005-03-07 11:53:00 +00:00
validateurlsyntax.php Merged from MOODLE_14_STABLE 2005-01-25 06:05:21 +00:00
weblib.php Added function to convert text format value to internal name and vice versa. 2005-05-16 10:08:18 +00:00
wiki_to_markdown.php get_record should be get_record_sql ... 2005-04-18 02:26:52 +00:00
womenslib.php Sshhh easter egg. ;-) 2005-03-01 08:45:05 +00:00
wordlist.txt Slightly bigger wordlist 2002-08-12 07:44:53 +00:00
xmlize.php added '@access private' docblock tags to functions that should not be called directly 2004-09-28 16:40:26 +00:00