..
adodb
Drift between CVS and git
2008-06-25 17:31:23 +00:00
ajax
MDL-12198
2008-08-08 05:25:54 +00:00
bennu
db
Essential patch for MDL-11992 course tagging. This prevents a bug that removes offical tags for a course when a user adds a personal tag to that course.
2008-09-05 14:49:06 +00:00
ddl
removing forgotten grrr debug code ;-)
2008-09-01 20:04:18 +00:00
dml
MDL-14081 fixed error in eventslib unit tests
2008-09-06 11:22:30 +00:00
dtl
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
editor
MDL-14741: fix previous fix..
2008-09-03 04:13:24 +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 fixed undefined itemid
2008-09-07 23:21:31 +00:00
form
MDL-15348 Add changes for filepicker to support the display of existing files
2008-09-08 05:41:45 +00:00
fpdf
geoip
Correcting unicode characters
2008-01-24 15:34:35 +00:00
grade
MDL-15498: Fixes to problems Petr identified with completion system checkin
2008-07-28 15:58:50 +00:00
htmlpurifier
MDL-14898 upgraded html purifier to 3.1.0 in HEAD
2008-06-16 16:39:09 +00:00
json
magpie
just tweaking comment for easy greppage
2008-01-01 15:30:57 +00:00
mp3player
overlib
packer
MDL-15919 support for archive fixing & fixed inline docs a bit
2008-09-03 21:16:54 +00:00
pclzip
pear
Drift between CVS and git
2008-06-25 17:31:23 +00:00
phpmailer
MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE
2007-12-17 21:39:03 +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-14591 - split portfoliolib into logical parts for better readability
2008-09-08 13:44:36 +00:00
simpletest
MDL-15666 Unit tests can all be run from lib/simpletest/testportfoliolib.php. See requires at the end of the file.
2008-09-06 14:36:45 +00:00
simpletestlib
MDL-15204 Removing the lib/simpletestlib/simpletest folder, which was a mistake
2008-07-24 09:27:06 +00:00
smarty
snoopy
MDL-11845 fixed security issues in curl related code in new download_file_content() + minor fixes in Snoopy; merged from MOODLE_19_STABLE
2007-12-31 23:18:06 +00:00
soap
speller
"MDL-14129, fix print_error"
2008-05-15 03:07:21 +00:00
tcpdf
MDL-15055 Upgrade shipped library TCPDF to version tcpdf_php5 TCPDF 4.0.015
2008-07-29 22:22:15 +00:00
typo3
MDL-8246 new typo3 lib imported
2008-06-16 15:31:21 +00:00
xmldb
DEVELOPER_DEBUG messages to help you diagnose broken prev/next links in XMDBD files.
2008-08-15 11:09:45 +00:00
yui
MDL-14383 Ugrading YUI to 2.5.2
2008-07-25 10:49:42 +00:00
accesslib.php
MDL-16343 New PARAM_ type, PARAM_CAPABILITY.
2008-09-08 07:00:49 +00:00
adminlib.php
MDL-16348 Reorganise admin tree:
2008-09-08 11:32:31 +00:00
authlib.php
MDL-14679 towards /admin conversion
2008-05-31 10:43:51 +00:00
base32.php
blocklib.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
clilib.php
MDL-15249 improving cli installer
2008-06-15 12:23:53 +00:00
completionlib.php
MDL-16236 & operator is often not needed in PHP5 in method definition
2008-08-27 20:52:48 +00:00
componentlib.class.php
Drift between CVS and git
2008-06-25 17:31:23 +00:00
cookies.js
cssconstants.php
csshover.htc
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-14488 - start sql query with unique field - credit David Monllaó
2008-09-07 06:00:22 +00:00
ddllib.php
MDL-15635 library inclusion refactoring
2008-08-30 18:47:22 +00:00
default.ttf
deprecatedlib.php
MDL-16029 removing recently added support for $extralocation from print_error(), thanks TIm for pointing out this is not the recommended way anymore
2008-09-02 06:03:37 +00:00
dmllib.php
MDL-14589 minor database driver loading refactoring
2008-09-02 20:32:03 +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
editorlib.php
MDL-11113: Next moodle version requires PHP5: removing php4 compatibility code.
2008-06-27 03:00:29 +00:00
environmentlib.php
Prevent some notices at install. MDL-16188 ; merged from 19_STABLE
2008-08-24 16:33:26 +00:00
eventslib.php
MDL-15741: workaround for annoying null byte php bug (base 64 decode eventdata before storing it in the database, and unencode it before processing)
2008-07-21 16:26:40 +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
MDL-13766, users can delele their own cache files in fp.
2008-09-08 08:48:07 +00:00
filterlib.php
Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE
2008-07-26 22:13:39 +00:00
formslib.php
MDL-9683 Fixed a typo in an error string name invalidseeky -> invalidsesskey
2008-09-08 02:35:22 +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
gradelib.php
MDL-15100 fixed typo ('param' instead of 'array')
2008-06-17 07:05:44 +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-14129, remove error() call
2008-07-21 07:18:58 +00:00
htaccess
MDL-14679 magic quotes gpc are strongly discouraged now :-)
2008-06-13 09:14:41 +00:00
html2text.php
Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE
2008-07-26 23:04:50 +00:00
index.html
installlib.php
MDL-15410 Require PHP 5.2.4 instead of 5.2.0 in HEAD because PHP 5.2.0 has many known problems :-(
2008-08-01 09:44:37 +00:00
javascript-mod.php
Drift between CVS and git
2008-06-25 17:31:23 +00:00
javascript-static.js
MDL-16202 formslib show/hide advanced button does not work with strict XML headers
2008-08-28 07:52:09 +00:00
javascript.php
MDL-13766, mulit-filepicker in htmleditor worked.
2008-08-05 08:12:21 +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
lexer.php
listlib.php
MDL-15094 towards full dml conversion
2008-06-09 12:02:20 +00:00
locallib.php
MDL-14129, remove error() call
2008-07-21 07:18:58 +00:00
markdown.php
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
messagelib.php
MDL-16268 User-User send messages now use new messaging system.
2008-08-30 17:53:30 +00:00
moodlelib.php
MDL-16343 New PARAM_ type, PARAM_CAPABILITY.
2008-09-08 07:00:49 +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
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-14591 - split portfoliolib into logical parts for better readability
2008-09-08 13:44:36 +00:00
profilerlib.php
MDL-14617 removed PHP4 compatibility scandir()
2008-05-01 21:48:36 +00:00
questionlib.php
MDL-15540 Navigation panel did not work on the review page for multi-page quizzes because of the way states were loaded. Fix the regressions caused by the previous refactor.
2008-09-04 07:05:14 +00:00
recaptchalib.php
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
rsslib.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
scroll_to_errors.js
MDL-14956 DDL exceptions
2008-06-22 16:51:55 +00:00
searchlib.php
MDL-15245 converted dml searchlib
2008-06-15 10:12:27 +00:00
session-test.php
Drift between CVS and git
2008-06-25 17:31:23 +00:00
sessionlib.php
MDL-14992 ugly workaround for http://bugs.php.net/bug.php?id=39449
2008-06-22 11:56:01 +00:00
setup.php
MDL-14589 minor database driver loading refactoring
2008-09-02 20:32:03 +00:00
setuplib.php
MDL-16029 removing recently added support for $extralocation from print_error(), thanks TIm for pointing out this is not the recommended way anymore
2008-09-02 06:03:37 +00:00
simpletestlib.php
MDL-14679 last forgotten bits of dml conversion
2008-06-09 19:48:24 +00:00
soaplib.php
statslib.php
CEIL() uses fixed with new DML stuff. MDL-15336
2008-06-28 19:04:25 +00:00
tablelib.php
MDL-16126 "Altering the number of students shown can lead to students being inadvertently hidden" make sure that initials bar is shown if we are filtering by initials.
2008-08-29 06:03:02 +00:00
textlib.class.php
Updated copyright notice in header
2007-10-10 05:25:14 +00:00
timezone.txt
Timezone info updated to tzdata2008c. Merged from 19_STABLE
2008-06-12 16:01:15 +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
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
weblib.php
MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden.
2008-09-08 07:01:41 +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
xmlize.php
MDL-9534, fix xmlize() call
2008-04-11 03:59:41 +00:00