..
adodb
MDL-14992 towards new moodle db sessions
2009-01-14 17:08:29 +00:00
ajax
ajaxlib: fix unit tests.
2009-03-10 07:48:29 +00:00
alfresco
MDL-16384, first draft of alfresco plugin
2008-09-19 04:49:38 +00:00
bennu
Cleaning up, completing, bugfixing, adding features to iCalendar export of
2006-11-23 20:30:57 +00:00
db
"REPOSITORY/MDL-18354, enabled local and upload repository plugins when upgrading"
2009-03-05 04:40:51 +00:00
ddl
ddl: New method install_one_table_from_xmldb_file ready for MDL-18607 unit test changes.
2009-03-23 04:04:37 +00:00
dml
Fix tests (missing declaration) and add tests for sql_length()
2009-02-15 23:43:34 +00:00
dtl
admin dbtransfer: MDL-18225 also, let the caller control how transactions are used.
2009-02-13 02:49:25 +00:00
editor
MDL-17840 moodle_readme.txt -> readme_moodle.txt
2009-01-10 11:22:26 +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
file
MDL-14589 course section summary string
2009-02-18 09:03:09 +00:00
form
XHTML strict! If you must write inline JavaScript, please at least remember the CDATA tags.
2009-03-18 08:30:13 +00:00
fpdf
geoip
Correcting unicode characters
2008-01-24 15:34:35 +00:00
grade
MDL-18550 fixed DML typo and bad coding style - yes sam, whitespace is part of the official coding style! thanks nigel daley for spotting of the typo
2009-03-15 13:29:40 +00:00
htmlpurifier
MDL-17099 htmlpurifier: new version from upstream
2008-11-01 18:58:29 +00:00
jabber /XMPP
Forgot the README
2008-09-15 06:14:11 +00:00
magpie
just tweaking comment for easy greppage
2008-01-01 15:30:57 +00:00
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
packer
MDL-15928 PHP 5.2.8 has new zip support - all know problems seem to be solved - yay!
2008-12-30 19:17:39 +00:00
pear
MDL-17549 auth/radius: add CHAP and MSCHAP auth support, detect PHP extension
2008-12-12 04:44:53 +00:00
phpmailer
Annotating some more customizations performed in PHPMailer(); merged from 19_STABLE
2009-02-23 09:09:08 +00:00
phpxml
MDL-13631 Removed a pass-by-reference that was causing a notice in PHP5
2008-02-25 02:37:04 +00:00
portfolio
MDL-16520 portfolio: when an exception happens, kill the active export
2009-03-01 11:01:57 +00:00
simpletest
unit tests: MDL-18607 new way to do unit tests involving the database.
2009-03-23 04:12:37 +00:00
simpletestlib
unit tests: MDL-18607 new way to do unit tests involving the database.
2009-03-23 04:12:37 +00:00
smarty
snoopy
MDL-17840 moodle_readme.txt -> readme_moodle.txt
2009-01-10 11:22:26 +00:00
soap
cvsimport fixups
2007-07-07 14:18:30 +12:00
tcpdf
Set images base path to Moodle dirroot
2008-11-04 12:13:04 +00:00
typo3
MDL-8246 new typo3 lib imported
2008-06-16 15:31:21 +00:00
xmldb
xmldb: MDL-17262 warnings and fatal error when trying to create a unique key or index.
2008-11-18 07:29:45 +00:00
yui
MDL-17218 Copied the image where the css expects it to be. Merging from MOODLE_19_STABLE
2008-11-20 14:37:55 +00:00
zend /Zend
web serviceMDL-12886 refactor servers into object + add Zend_soap and Zend_xmlrpc server
2009-02-11 06:57:30 +00:00
accesslib.php
accesslib: MDL-18620 do not used static to cache things, it makes unit testing impossible.
2009-03-23 03:54:50 +00:00
adminlib.php
"ADMINLIB/MDL-17966, display changes saved in admin page, merged from 1.9"
2009-03-11 02:42:28 +00:00
authlib.php
MDL-17942 more session refactoring
2009-01-18 18:00:44 +00:00
base32.php
blocklib.php
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
2009-01-31 20:07:32 +00:00
boxlib.php
"MDL-16539, fix a syntax error"
2008-09-17 08:24:45 +00:00
clilib.php
MDL-17848 oops, yet more cron compatibility fixes for console_write() ;-) I have added a new console_write_error() too
2009-01-10 20:44:45 +00:00
completionlib.php
MDL-18427: Completion system does not require_once gradelib when used
2009-03-03 17:04:49 +00:00
componentlib.class.php
Drift between CVS and git
2008-06-25 17:31:23 +00:00
conditionlib.php
MDL-18272, MDL-18271: Conditional availability - grade condition to use percentages not raw grades; use wording rather than >= symbol in form because (apparently) teachers are functionally innumerate. ;)
2009-02-18 17:50:13 +00:00
cookies.js
cssconstants.php
Added some docs from MDL-6798
2007-01-24 07:08:50 +00:00
csshover.htc
MDL-8049 Remove all language=Javascript from javascript includes
2007-01-03 19:33:44 +00:00
csvlib.class.php
"MDL-14129, fix print_error"
2008-05-15 03:07:21 +00:00
customcheckslib.php
Function changed to check for register_globals. MDL-12914 ; merged from 19_STABLE
2008-01-12 18:54:30 +00:00
datalib.php
MDL-18293 exception and DML cleanup
2009-02-17 17:15:47 +00:00
ddllib.php
MDL-17129 dml/ddl: improved ddl exceptions when changing db structure
2008-11-05 10:45:45 +00:00
default.ttf
cvsimport fixups binary files
2007-08-29 13:10:20 +12:00
deprecatedlib.php
MDL-18244 sql_length() - deprecate old use of function
2009-02-15 23:18:49 +00:00
dmllib.php
MDL-17399 workaround for missing mysqli ext
2008-11-27 22:28:56 +00:00
dropdown.js
MDL-14439 Added javascript file dropdwon.js - fix IE/Opera behavior. They do not fire dropdwon menu onChange automatically anymore. Merged from 19
2008-05-02 02:38:36 +00:00
dtllib.php
MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks!
2008-09-02 21:20:45 +00:00
eaccelerator.class.php
eaccelerator: never set the mode if we failed to init
2007-09-20 06:51:13 +00:00
environmentlib.php
MDL-9796 environment - add support to specify what xml file we want to use. defaults to newer (bc)
2009-02-14 23:08:05 +00:00
eventslib.php
MDL-16799 - Unit tests failing on events testing - caused by handler caching; merged from MOODLE_19_STABLE
2008-10-06 22:07:37 +00:00
excellib.class.php
Cleanup of phpdoc + some clarifications when specifying colors. MDL-14354 ; merged from 19_STABLE
2008-04-14 23:03:05 +00:00
filelib.php
"REPOSITORY/MDL-13766, return unknown type icon for repository api"
2009-03-12 08:02:51 +00:00
filterlib.php
MDL-18302 filterlib - fixed rebuild of nested ignoretags ; merged from 19_STABLE
2009-02-18 11:03:33 +00:00
flickrlib.php
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
2009-01-05 21:37:20 +00:00
formslib.php
formslib: MDL-15827 disabledif option to repeat_elements did not work if you depend on another repeated element.
2009-03-18 07:08:18 +00:00
gdlib.php
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906
2008-07-31 22:15:30 +00:00
googleapi.php
repository/googledocs New repository plugin MDL-16383
2009-03-08 15:53:11 +00:00
gradelib.php
MDL-13778 Added 6 "composite" grade display types for the grader report Merged from MOODLE_19_STABLE
2009-01-08 08:53:20 +00:00
graphlib.php
MDL-15183 defaulting a couple of variables in the graph class rather than every graph object needing to do it.
2008-06-11 08:22:38 +00:00
grouplib.php
MDL-18407 fixed wrong select
2009-02-28 09:09:09 +00:00
htaccess
MDL-14679 magic quotes gpc are strongly discouraged now :-)
2008-06-13 09:14:41 +00:00
html2text.php
MDL-17542 weblib/html2text: replace html2text.php with a GPL alternative (which is also faster)
2008-12-17 02:55:33 +00:00
index.html
installlib.php
MDL-18198 installer - change distro to distrolib.php and delete distro hack from installlib
2009-02-09 19:35:57 +00:00
javascript-mod.php
MDL-16433 themes and javascript files are not blocked by running upgrade anymore
2008-09-14 08:40:23 +00:00
javascript-static.js
formslib dates: MDL-16592 Take out copy-and-paste snafu
2009-03-16 07:47:01 +00:00
javascript.php
"FORMSLIB,EDITOR/MDL-16698, add filepicker to editor element"
2009-02-18 02:18:06 +00:00
kses.php
MDL-13705
2008-03-01 13:11:31 +00:00
languages.md5
MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE
2007-12-30 22:19:36 +00:00
languages.php
removed whitespace at the end of file causing headers already sent errors
2006-12-11 10:07:47 +00:00
lexer.php
listlib.php
Question categories. Move code to a more appropriate place.
2009-03-05 04:19:33 +00:00
locallib.php
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
2009-01-31 20:07:32 +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
$MCACHE - rework memcached support - some rework on eaccelerator
2006-12-27 22:47:51 +00:00
messagelib.php
MDL-16268 User-User send messages now use new messaging system.
2008-08-30 17:53:30 +00:00
moodlelib.php
email_to_user: MDL-16328 - prevent empty receeipent address
2009-03-19 10:35:08 +00:00
odbc.php
odslib.class.php
MDL-15911 - reverting previous change to odslib - needs a proper rework to use files api.
2008-08-11 10:15:16 +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-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
pdflib.php
MDL-15055 Upgrade shipped library TCPDF to version tcpdf_php5 TCPDF 4.0.015
2008-07-29 22:22:15 +00:00
portfoliolib.php
MDL-17758 fixed hardcoded /admin/ links
2009-01-01 14:25:29 +00:00
profilerlib.php
MDL-14617 removed PHP4 compatibility scandir()
2008-05-01 21:48:36 +00:00
questionlib.php
question bank: MDL-18531 Sorry, capability name typo.
2009-03-18 05:33:56 +00:00
recaptchalib.php
MDL-16706 - eliminate miscellaneous inine JavaScript
2008-09-26 11:24:52 +00:00
rsslib.php
MDL-12563 Fixed RSS dates so that they are always GMT
2008-09-16 08:57:34 +00:00
scroll_to_page_end.js
MDL-17458 scrolling to errors is not needed anymore, we stop after every error now
2009-02-01 17:24:34 +00:00
searchlib.php
MDL-17130 dml: eliminated $CFG->dbfamily
2008-11-05 00:12:30 +00:00
session-test.php
Drift between CVS and git
2008-06-25 17:31:23 +00:00
sessionlib.php
MDL-18137 all cookies now secure if configured to be
2009-02-07 22:41:59 +00:00
setup.php
MDL-18253 hopefully fixed weird float precision that breaks upgrade and gradebook
2009-02-15 19:02:50 +00:00
setuplib.php
MDL-18200 - fix make_upload_directory() was always failing on initial creation of dataroot
2009-02-11 15:26:29 +00:00
simpletestlib.php
unit tests: MDL-18607 new way to do unit tests involving the database.
2009-03-23 04:12:37 +00:00
soaplib.php
statslib.php
MDL-18517 Stats - Course Overview Weighted report returning incorrect information
2009-03-13 02:52:53 +00:00
tablelib.php
tablelib: Fix typo.
2009-03-10 05:00:16 +00:00
textlib.class.php
MDL-17458 rewritten installer
2009-02-07 10:20:33 +00:00
timezone.txt
MDL-18576 timezones - info updated to tzdata2009c ; merged from 19_STABLE
2009-03-16 17:55:26 +00:00
tokeniserlib.php
Updated copyright notice in header
2007-10-10 05:25:14 +00:00
ufo.js
"MDL-13368, improve ufo.js to HEAD, backport to 1.9 later"
2008-06-26 06:21:32 +00:00
upgradelib.php
MDL-17458 standardised lang upgrade code + updating also parent language
2009-02-08 23:14:13 +00:00
uploadlib.php
MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user,
2008-08-02 00:04:29 +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
webdavlib.php
"MDL-16908, webdav plugin for repository module"
2008-10-21 06:30:50 +00:00
weblib.php
weblib: Fix test_format_text_email and unit tests.
2009-03-23 03:41:34 +00:00
wiki_to_markdown.php
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
womenslib.php
wordlist.txt
xhtml.xsl
Added changes suggested by Nick in MDL-7883 to help debug XHTML strict
2006-12-12 07:24:32 +00:00
xmlize.php
MDL-9534, fix xmlize() call
2008-04-11 03:59:41 +00:00