moodle/lib
2009-10-08 04:52:33 +00:00
..
adodb MDL-19452 Fix oracle/mssql drivers behaviour when using magic_quotes_sybase leading to wrongly escaped contents. Many thanks to Sam Moffatt! Merged from 19_STABLE 2009-06-22 17:30:15 +00:00
ajax MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state. Merged from MOODLE_19_STABLE 2009-10-03 01:53:17 +00:00
alfresco
bennu
db MDL-17135 adding more security restrictions for web service users 2009-10-06 20:47:07 +00:00
ddl MDL-17491 oci native driver: alter column from TEXT to integer/number now working 2009-09-28 23:16:55 +00:00
dml MDL-17491 oci native driver: fix LOB meta length and minor whitespace 2009-09-28 23:19:20 +00:00
dragmath MDL-19725 forgotten to update version in readme 2009-07-19 10:43:21 +00:00
dtl
editor tinymce/video MDL-19611 Restoring the video button so at least it works and we can do demos and tests. If there are still security issues then please describe them. 2009-10-08 04:33:55 +00:00
evalmath
excel
file file api: fixing a critical typo 2009-08-03 18:54:07 +00:00
form "MDL-20470, add a texturl element, which can use filepicker to choose a url" 2009-10-07 05:23:36 +00:00
geoip MDL-19874 updated geoip to 1.80 and fixed iplookup regressions 2009-07-19 13:54:11 +00:00
grade MDL-19407 Defaulting all grade items to non-extra-credit when moving to a SWM category, except if they originally come from a SWM category and were set as extra credit there. Merged from MOODLE_19_STABLE 2009-09-17 07:16:51 +00:00
htmlpurifier MDL-19871 imported htmlpurifier 4.0.0 2009-07-19 11:56:56 +00:00
jabber/XMPP
mp3player
overlib
packer
pear MDL-19415 fixing deprecated use of contructors 2009-07-02 14:58:41 +00:00
phpmailer
portfolio MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
simplepie lib/simplepie MDL-7946 - improve simplepie defaults 2009-07-30 18:57:19 +00:00
simpletest MDL-12886 refacoring: the external_param is in fact value because we use it also in return structures 2009-10-07 21:49:03 +00:00
simpletestlib
smarty
snoopy
soap
spikephpcoverage Adding support for T_ABSTRACT token in PHP code coverage parser 2009-08-19 21:44:24 +00:00
tcpdf MDL-19876 upgrade to tcpdf-4.6.020 (php5 version) 2009-07-20 17:31:48 +00:00
typo3
xmldb MDL-6218 TEXT/BINARY columns and default clauses - forbidden since ages, warn and autofix them if found 2009-07-03 01:12:59 +00:00
yui MDL-20007 temporary fix for styles broken by UI overriding general elements 2009-08-05 21:52:17 +00:00
zend/Zend
accesslib.php My Moodle/Courses: MDL-20472 get_my_courses returns 2 more courses then limit. Repairs two off by one errors in get_my_courses and get_user_courses_bycap. 2009-10-08 04:52:33 +00:00
adminlib.php moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list. 2009-10-02 11:30:11 +00:00
authlib.php
base32.php
blocklib.php unittests: NOBUG fix pagelib unit tests 2009-09-30 22:35:48 +00:00
boxlib.php
clilib.php
commentlib.php "MDL-19118, add comments counter" 2009-10-02 06:22:17 +00:00
completionlib.php MDL-19799 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:20:12 +00:00
componentlib.class.php
conditionlib.php
cookies.js
csshover.htc
csvlib.class.php
customcheckslib.php
datalib.php My Moodle/Courses: MDL-20472 get_my_courses returns 2 more courses then limit. Repairs two off by one errors in get_my_courses and get_user_courses_bycap. 2009-10-08 04:52:33 +00:00
ddllib.php MDL-19695 field dependencies - defined new exception ddl_dependency_exception that 2009-07-02 16:08:44 +00:00
default.ttf
deprecatedlib.php core MDL-19799 Upgraded deprecated calls and minor documentation improvement 2009-09-30 06:14:58 +00:00
dmllib.php MDL-17969 Now defaulting to new mssql native driver instead of adodb one. Yay! 2009-08-30 23:26:23 +00:00
dropdown.js
dtllib.php
eaccelerator.class.php
editorlib.php MDL-19580 cleanup of require css and js filepicker code 2009-06-24 22:34:29 +00:00
emptyfile.php themes: MDL-19077 new $OUTPUT->header/footer to replace print_header/footer. 2009-06-26 09:06:16 +00:00
environmentlib.php MDL-19799 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:50:50 +00:00
eventslib.php
excellib.class.php
externallib.php MDL-12886 refacoring: the external_param is in fact value because we use it also in return structures 2009-10-07 21:49:03 +00:00
filelib.php " MDL-16597, ajax file manager element" 2009-09-17 08:47:23 +00:00
filterlib.php
flickrlib.php
formslib.php "MDL-20470, add a texturl element, which can use filepicker to choose a url" 2009-10-07 05:23:36 +00:00
gdlib.php MDL-19799 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:20:12 +00:00
googleapi.php
gradelib.php NOBUG: Added a new function handling with the grades precission 2009-09-08 21:45:44 +00:00
graphlib.php graphlib: NOBUG previous Moodle-specific hack had a bug when y_max was very small. This would round, e.g. 10^-5 to 0 which would break the axis. 2009-10-06 17:49:47 +00:00
grouplib.php MDL-12886 new design of external service functions, groups api improved and known problems fixed - still work in progress with lots of todos - sorry 2009-09-14 23:52:08 +00:00
htaccess
html2text.php
html2text_readme.txt
index.html
installlib.php MDL-19799 Migrated calls to close_window_button() 2009-08-06 02:52:39 +00:00
javascript-deprecated.js MDL-19756 Migrating choose_from_menu to outputlib 2009-07-28 02:45:13 +00:00
javascript-mod.php
javascript-navigation.js navigation MDL-20297 Fixed bug whereby ajax events wern't be detached leading to over population of the tree 2009-09-18 06:24:42 +00:00
javascript-static.js javascript MDL-20400 Addition of disabledif hide option, thanks Jonathan for the brilliant patch 2009-10-01 06:41:33 +00:00
kses.php
languages.md5
languages.php
lexer.php
listlib.php MDL-19976 Changing redirect($url->out()) to redirect($url). NEVER, NEVER use redirect($url->out())!!! Bad Tim! :p 2009-07-31 09:30:11 +00:00
markdown.php
mathslib.php
md5.js
memcached.class.php
messagelib.php
moodlelib.php moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list. 2009-10-02 11:30:11 +00:00
navigationlib.php simpletest-navigation MDL-20395 Fixed up regressions in the simpletest caused by recent changes to upgrades to navigation lib. 2009-10-01 02:31:42 +00:00
odbc.php
odslib.class.php
olson.php
outputactions.php navigation MDL-20324 Fixed typo 2009-09-23 06:28:12 +00:00
outputcomponents.php MDL-19756 Fixed link to help.php 2009-09-16 09:29:37 +00:00
outputfactories.php MDL-19077 Split outputlib.php into smaller logical files. 2009-08-10 06:22:04 +00:00
outputlib.php unittests: NOBUG fix pagelib unit tests 2009-09-30 16:24:05 +00:00
outputrenderers.php output: MDL-19797 fix some fallback code in print_header. 2009-10-03 08:54:30 +00:00
pagelib.php navigation MDL-20332 MDL-20324 Modifications to fix the following issues: 2009-09-23 06:05:36 +00:00
pdflib.php MDL-19876 upgrade to tcpdf-4.6.020 (php5 version) 2009-07-20 17:31:48 +00:00
portfoliolib.php MDL-19799 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:50:50 +00:00
profilerlib.php
questionlib.php MDL-19799 Upgraded calls to link_to_popup_window() 2009-08-20 13:18:08 +00:00
recaptchalib.php javascript MDL-16693 Tim's fix for recaptcha 2009-06-24 07:39:57 +00:00
resourcelib.php MDL-20065 new implementation of File module, modules sub-types are being migrated to separate modules; remaining issues to be listed as sub-tasks in tracker 2009-08-13 20:45:50 +00:00
rsslib.php lib/rsslib - Missing global decloration of $OUTPUT 2009-07-31 21:19:20 +00:00
searchlib.php
session-test.php core MDL-19791 Replaced deprecated functions, added set_url calls 2009-09-25 06:17:38 +00:00
sessionlib.php MDL-20462 reminder to minimise timemodified indexed column changes 2009-10-06 19:34:40 +00:00
setup.php navigation MDL-14632 Very significant navigation commit 2009-08-28 08:47:31 +00:00
setuplib.php MDL-20374 default exception handler: log backtrace to webserver log if DEBUG_MINIMAL or greater. 2009-09-29 06:29:11 +00:00
simpletestcoveragelib.php MDL-19799 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:50:50 +00:00
simpletestlib.php unittests: NOBUG further fix to HTML expectations - prevent side-effects. 2009-09-30 17:01:05 +00:00
soaplib.php
statslib.php core MDL-19791 Replaced deprecated functions, added set_url calls 2009-09-25 06:17:38 +00:00
tablelib.php MDL-19799 Upgraded calls to print_paging_bar 2009-09-08 08:39:30 +00:00
textlib.class.php
thirdpartylibs.xml Remove lib/magpie: MDL-7946/MDL-13932 2009-07-30 14:49:23 +00:00
timezone.txt
tokeniserlib.php
ufo.js
upgradelib.php MDL-20274 upgrade and install support for db/services.php 2009-09-13 21:26:51 +00:00
uploadlib.php MDL-19799 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:20:12 +00:00
validateurlsyntax.php
webdavlib.php
weblib.php navigation MDL-20395 Fixed regression created earlier 2009-10-01 04:16:22 +00:00
wiki_to_markdown.php
womenslib.php core MDL-19791 Replaced deprecated functions, added set_url calls 2009-09-25 06:17:38 +00:00
wordlist.txt
xhtml.xsl
xmlize.php