moodle/lib
Tim Hunt 8f6384a9ec MDL-27045 formslib: fix disabledif for advcheckbox
This is based on earlier work by Henning Bostelmann and Tom Potts.
2011-11-17 17:57:27 +00:00
..
adodb MDL-29328 import latest adodb 2011-09-12 09:12:46 +02:00
ajax MDL-27228: Fix label 'eye' does not match show/hide setting 2011-08-21 14:54:00 +02:00
alfresco MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
bennu MDL-22308 Update lib/bennu to latest upstream. 2011-04-05 16:00:21 +12:00
completion MDL-29656 Fix bad string reference 2011-11-09 16:47:16 +08:00
db Merged MDL-29108 Advanced grading 2011-11-14 22:01:05 +13:00
ddl MDL-29321 tweak large varchar unit tests for oracle 2011-09-16 08:53:11 +02:00
dml MDL-30026 improve session lock - stronger detection for oracle 2011-11-13 19:23:53 +01:00
dragmath
dtl MDL-29029 move dbtransfer to admin tools 2011-09-17 22:24:12 +02:00
editor MDL-29785 enable TinyMCE on iOS 5 devices 2011-10-16 17:37:12 +02:00
evalmath NOBUG if we are going to reuse the functions used within the evalmath code then 2011-06-30 17:50:05 +01:00
excel
filebrowser MDL-27586 fix file_browser access control 2011-08-06 15:45:18 +02:00
filestorage MDL-29955: filestorage/file_types: add support for .f4v, .m4v and .webm 2011-10-31 15:26:25 +08:00
flowplayer MDL-26697 multiple media filtering fixes and improvements 2011-03-12 17:42:52 +01:00
form MDL-27045 formslib: fix disabledif for advcheckbox 2011-11-17 17:57:27 +00:00
grade MDL-28643 Fix debugging message when deleting activity with grade completion 2011-08-10 11:02:56 +01:00
htmlpurifier Fix permissions 2011-04-20 11:08:21 +02:00
jabber MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
minify MDL-29864 minify: Added a link to upstream issue being patched 2011-11-07 12:19:57 +13:00
pear Merge branch 'w42_MDL-29914_m22_codesniffer' of git://github.com/skodak/moodle 2011-10-25 16:34:04 +02:00
phpmailer MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
portfolio MDL-29401 introduce new frankenstyle PARAM types 2011-09-25 09:59:55 +02:00
simplepie MDL-28701 Change all uses of $CFG->dataroot/cache to $CFG->cachedir 2011-09-10 10:35:46 +02:00
simpletest MDL-30266 completionlib fix unit test breakage (regression) 2011-11-15 14:05:20 +00:00
simpletestlib
spikephpcoverage
tcpdf MDL-29283 import TCPDF to 5.9.133 - fix permissions 2011-11-01 17:27:26 +01:00
typo3 MDL-29878 reapply our typo3 fixes 2011-10-22 21:10:20 +02:00
xhprof MDL-29029 move profiling to admin tools 2011-09-17 10:20:51 +02:00
xmldb MDL-29668 xmldb editor - fix PHP generation for foreign-unique keys 2011-10-08 21:49:56 +02:00
yui MDL-29555 import YUI 3.4.1 2011-09-29 09:38:40 +02:00
zend MDL-29435 SOAP/XMLRPC server return debuginfo into the exception message when DEBUG >= NORMAL 2011-10-07 14:21:41 +08:00
accesslib.php Merged MDL-29108 Advanced grading 2011-11-14 22:01:05 +13:00
adminlib.php MDL-28436 webservice : fixed missing field in query 2011-10-13 09:54:25 +08:00
authlib.php
blocklib.php Merge branch 'wip-MDL-30010' of git://github.com/lazydaisy/moodle 2011-11-14 12:10:17 +13:00
boxlib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
clilib.php
completionlib.php MDL-26647 (5) Support showuseridentity on course and activity completion reports 2011-11-04 13:57:15 +00:00
componentlib.class.php MDL-29788 Fixed the version of installed language packs 2011-10-15 00:01:44 +02:00
conditionlib.php MDL-27242 Conditional availability dates should support time as well as day 2011-10-13 10:23:23 +01:00
configonlylib.php MDL-28345 make sure input parameters do not contain invalid utf-8 chars 2011-07-15 15:00:49 +02:00
cookies.js
cronlib.php MDL-29670 add more timeout resets 2011-10-25 22:07:04 +02:00
csvlib.class.php MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory(). 2011-09-10 10:43:49 +02:00
customcheckslib.php
datalib.php MDL-26647 (3) Support showuseridentity on Browse Users page 2011-11-04 13:57:11 +00:00
ddllib.php
default.ttf
deprecatedlib.php MDL-29602 accesslib improvements 2011-10-16 14:05:18 +02:00
dmllib.php MDL-30026 improve session lock acquire timeouts and other minor cleanup 2011-11-06 17:52:15 +01:00
dtllib.php MDL-29029 move dbtransfer to admin tools 2011-09-17 22:24:12 +02:00
eaccelerator.class.php
editorlib.php
emptyfile.php
enrollib.php MDL-30131 improve current user enrol caching 2011-11-06 09:40:06 +01:00
environmentlib.php MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer. 2011-10-20 11:13:39 +01:00
eventslib.php MDL-28179 make failed event hander error message much more useful. 2011-07-04 18:55:45 +01:00
excellib.class.php MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory(). 2011-09-10 10:43:49 +02:00
externallib.php Merged branch 'MDL-29277' of git://github.com/mouneyrac/moodle.git with improvements 2011-10-17 13:18:30 +13:00
filelib.php MDL-28701 Change all uses of $CFG->dataroot/cache to $CFG->cachedir 2011-09-10 10:35:46 +02:00
filterlib.php MDL-29994 filters - prevent mod/data and mod/glossary to be re-added 2011-10-30 02:35:59 +01:00
flickrlib.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
formslib.php MDL-27045 formslib: fix disabledif for advcheckbox 2011-11-17 17:57:27 +00:00
gdlib.php
googleapi.php MDL-29661 - lib/googleapi.php - Switch to SSL urls 2011-10-10 16:27:53 +13:00
gradelib.php MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects 2011-09-06 15:39:00 +12:00
graphlib.php
grouplib.php MDL-28450 prefer member group for default 2011-08-07 13:06:45 +02:00
htaccess
html2text.php MDL-29462 html_to_text('0') gives '', not '0'. 2011-09-21 16:38:58 +01:00
html2text_readme.txt MDL-29462 html_to_text('0') gives '', not '0'. 2011-09-21 16:38:58 +01:00
index.html
installlib.php MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer. 2011-10-20 11:13:39 +01:00
javascript-static.js MDL-29980 fix rules typo 2011-10-28 15:21:02 +02:00
javascript.php MDL-28701 Change all uses of $CFG->dataroot/cache to $CFG->cachedir 2011-09-10 10:35:46 +02:00
ldaplib.php
lexer.php
licenselib.php
listlib.php
markdown.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
mathslib.php
memcached.class.php
messagelib.php MDL-29670 cron cleanup and minor fixing 2011-10-22 14:31:18 +02:00
modinfolib.php MDL-30175 cm_info - add support to external url icon images 2011-11-07 22:14:13 +01:00
moodlelib.php MDL-29893 Fixing issues with password generation function 2011-11-16 12:01:57 +05:30
navigationlib.php Merged MDL-29108 Advanced grading 2011-11-14 22:01:05 +13:00
oauthlib.php
odslib.class.php MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory(). 2011-09-10 10:43:49 +02:00
olson.php MDL-27966 timezones - updated to 2011g version + fix minor notice 2011-06-21 16:23:24 +02:00
outputactions.php MDL-28195 confirm_action should allow the button labels to be customised 2011-07-06 14:47:30 +01:00
outputcomponents.php MDL-21676 user: Implemented support for Gravatar profile pictures 2011-09-20 12:41:48 +02:00
outputfactories.php
outputlib.php MDL-20534 lti: B3, revert old outputlib hack for external icons 2011-11-07 23:35:58 +01:00
outputrenderers.php MDL-29030 move user log reporting to report_log plugin 2011-11-06 12:22:52 +01:00
outputrequirementslib.php MDL-28701 Change all uses of $CFG->dataroot/cache to $CFG->cachedir 2011-09-10 10:35:46 +02:00
pagelib.php MDL-28228 pagelib - incorrect DEBUG constant used 2011-07-25 13:04:46 +08:00
pdflib.php MDL-29283 import TCPDF to 5.9.133 - clean whitespace 2011-11-01 20:09:10 +01:00
plagiarismlib.php
pluginlib.php MDL-27622 theme_mymobile: add it to core themes 2011-11-14 12:45:48 +01:00
portfoliolib.php MDL-27857 Typo in the phpDocs fixed 2011-10-03 10:15:38 +02:00
questionlib.php MDL-30069 Question type icons missing in lots of places. 2011-11-15 11:17:18 +00:00
recaptchalib.php
resourcelib.php MDL-30005 fix general URI support in URL module 2011-10-30 23:53:17 +01:00
rsslib.php MDL-28701 one more make_cache_directory 2011-09-10 10:49:04 +02:00
searchlib.php
session-test.php
sessionlib.php MDL-30026 improve session lock - unit tests & minor comment fixup 2011-11-13 19:05:57 +01:00
setup.php Merge branch 'w42_MDL-29866_m22_setupinit' of git://github.com/skodak/moodle 2011-10-25 16:41:11 +02:00
setuplib.php Merge branch 'MDL-29474' of git://github.com/timhunt/moodle 2011-10-26 10:33:37 +02:00
soaplib.php
statslib.php MDL-29030 fix remaining report linking hacks 2011-11-06 12:22:50 +01:00
tablelib.php MDL-27962 Fixed typo in tablelib preventing columns from being collapsed 2011-06-23 13:33:28 +08:00
textlib.class.php Merge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle 2011-09-12 18:26:09 +12:00
thirdpartylibs.xml MDL-29283 import TCPDF to 5.9.133 2011-10-29 08:56:26 +02:00
timezone.txt MDL-28931 timezone - update to 2011h (2200 rules) 2011-08-14 18:04:59 +02:00
tokeniserlib.php
upgrade.txt MDL-29897 Update upgrade.txt files 2011-11-03 08:11:55 +01:00
upgradelib.php MDL-29474 update more of the admin code to use the admin renderer. 2011-10-20 11:13:35 +01:00
uploadlib.php MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently 2011-09-08 09:38:46 +12:00
validateurlsyntax.php MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
webdavlib.php MDL-30154 Repositories : fixed whitespace. 2011-11-08 11:29:31 +08:00
weblib.php MDL-29925 improve redirect url cleanup 2011-10-28 19:32:07 +02:00
wiki_to_markdown.php
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php