..
adodb
Merged Adodb 4.98 from 1.9 MDL-13474
2008-02-15 07:02:02 +00:00
ajax
MDL-12284 Moved require_js to weblib and improved it so that it works if called during header (also tidied up code)
2007-11-20 18:04:03 +00:00
bennu
Cleaning up, completing, bugfixing, adding features to iCalendar export of
2006-11-23 20:30:57 +00:00
db
MDL-10990 2) added event table index for calendar block/view ; merged from MOODLE_19_STABLE
2008-02-26 22:48:16 +00:00
editor
MDL-12825 - add some extra height to popups in IE7, otherwise they cant
2008-01-03 22:41:54 +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
form
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
2007-12-04 10:35:25 +00:00
fpdf
geoip
Correcting unicode characters
2008-01-24 15:34:35 +00:00
grade
MDL-13653 droplow not ignoring ungraded items un sum aggregation; merged from MOODLE_19_STABLE
2008-02-25 12:17:46 +00:00
htmlpurifier
MDL-12915 - fixed require of removed file
2008-01-10 16:11:10 +00:00
json
PEAR Services_JSON.
2007-01-23 05:19:28 +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
pclzip
Merged conversion from dos to unix MDL-9088
2007-03-28 07:17:26 +00:00
pear
MDL-90 lib/pear: Included System.php - used by WebDAV libs
2008-02-27 02:50:59 +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
simpletest
Changing wrong UNSIGNEDs to nulls in tests. MDL-11662
2007-12-08 18:54:24 +00:00
simpletestlib
Managed to remove static calls from the core gradebook classes without removing support for such calls in gradebook interface code. I used a singleton pattern for this (get_instance in grade_object).
2007-11-13 07:36:00 +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
cvsimport fixups
2007-07-07 14:18:30 +12:00
speller
MDL-9300 The aspell spell-checker does not work in 1.8; merged from MOODLE_18_STABLE
2007-04-15 17:04:26 +00:00
tcpdf
Remove accidentally revived files as part of MDL-11099 fix
2007-12-02 16:14:13 +00:00
typo3
xmldb
Respect case of enumvalues. MDL-12803 ; Merged from MOODLE_19_STABLE
2008-01-02 16:49:11 +00:00
yui
Remove accidentally revived files as part of MDL-11099 fix
2007-12-02 16:14:13 +00:00
accesslib.php
MDL-13560 simplify dealing with role name course aliases; merged from MOODLE_19_STABLE
2008-02-21 09:20:20 +00:00
adminlib.php
MDL-13498 Merged from 1.9 (smaller display)
2008-02-18 02:12:22 +00:00
authlib.php
Merged from MOODLE_19_STABLE: MDL-12440: take out auth title and description into base class, plugins can override. updated places that use get_string to call these methods. Credit: Luke Hudson <luke@catalyst.net.nz>
2008-01-31 22:02:44 +00:00
base32.php
blocklib.php
New feature: Command line installer. Credit: Dilan Anurudda.
2008-01-07 01:54:28 +00:00
componentlib.class.php
Change some constants to avoid name collisions. MDL-12698 ; Merged from MOODLE_19_STABLE
2007-12-31 01:07:49 +00:00
cookieless.php
Some small additions for validators (we don't want SID messing up nice xhtml)
2007-01-03 15:00: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-11996 bulk user upload - improvements, bugfixes and cleanup;
2007-11-05 00:43:37 +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-11180 datalib: get_courses() - grab the course context as part of the select
2008-02-26 21:48:08 +00:00
ddllib.php
MDL-13660: Allow admin reports to have db tables, cron
2008-02-26 10:34:51 +00:00
default.ttf
cvsimport fixups binary files
2007-08-29 13:10:20 +12:00
deprecatedlib.php
MDL-13550 deprecated primary role concept; merged from MOODLE_19_STABLE
2008-02-21 09:30:13 +00:00
dmllib.php
MDL-13237, MDL-13661 - fixing rcache regression, sorry :-(; merged from MOODLE_19_STABLE
2008-02-25 15:15:36 +00:00
eaccelerator.class.php
eaccelerator: never set the mode if we failed to init
2007-09-20 06:51:13 +00:00
editorlib.php
environmentlib.php
1.9 Beta 2 should not be read as 1.9.2 in environment page
2007-11-08 05:13:18 +00:00
eventslib.php
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00
excellib.class.php
Add support to specify text sizes via formats. MDL-13505 ; merged from 19_STABLE
2008-02-18 10:54:14 +00:00
filelib.php
MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE
2008-02-01 07:48:26 +00:00
filterlib.php
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
formslib.php
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
2007-12-04 10:35:25 +00:00
gdlib.php
MDL-11752 Upload users form merged from 1.9
2008-02-21 05:24:18 +00:00
gradelib.php
MDL-13269 fixed regrading of activity raw grades; merged from MOODLE_19_STABLE
2008-02-17 16:01:24 +00:00
graphlib.php
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
grouplib.php
MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE
2008-02-13 17:03:25 +00:00
htaccess
html2text.php
index.html
installlib.php
MDL-12894 Fixing language string mess (language packs containing \n) & moved them to the controllers,
2008-01-09 23:15:44 +00:00
javascript-mod.php
javascript-static.js
Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript.
2007-12-18 17:18:19 +00:00
javascript.php
MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form
2007-12-03 20:13:01 +00:00
kses.php
MDL-12338 prevent KSES from breaking í chars in alt/title tags - credit goes to Eloy; merged from MOODLE_19_STABLE
2007-12-25 20:56:36 +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
Updated copyright notice in header
2007-10-10 05:25:14 +00:00
locallib.php
Merged from MOODLE_19_STABLE:
2008-01-15 04:20:12 +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
moodlelib.php
MDL-90 authenticate_user_login() - don't accidentally return a bogus $user
2008-02-27 02:56:48 +00:00
odbc.php
odslib.class.php
Updated copyright notice in header
2007-10-10 05:25:14 +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
Start on MDL-12730 .. fixes some E_STRICT messages for 2.0.
2008-01-25 08:39:14 +00:00
pdflib.php
Merged pdf php5 fix from MDL-13207
2008-01-28 05:30:32 +00:00
profilerlib.php
Almost completed the new profiling tool. Just a bit more tweaking :-)
2007-03-20 02:59:34 +00:00
questionlib.php
Unset a meaningless id. This probably does not change anything in moodle, but it was part of a bug fix in the OU version of Moodle that seemed correct, so I am merging it over.
2007-12-17 15:29:48 +00:00
rsslib.php
MDL-12782 magpie now uses download_file_content() - that should solve several remote RSS issues including proxy user/password + several download_file_content() improvements + other minor fixes; merged from MOODLE_19_STABLE
2007-12-31 15:37:12 +00:00
scroll_to_errors.js
(MDL-8250) install/upgrade autopilot
2007-01-22 20:15:12 +00:00
searchlib.php
Now documental search mimics real relational search behaviour. MDL-8884
2007-03-13 22:40:42 +00:00
session-test.php
setup.php
MDL-90 lib/setup: extend include_path to cover the PEAR libs we distribute
2008-02-27 02:55:36 +00:00
setuplib.php
MDL-12983 Installation stops after trying to download Language-Pack - patch by Dan Poltawski; merged from MOODLE_19_STABLE
2008-01-20 17:59:26 +00:00
simpletestlib.php
Merged from MOODLE_19_STABLE. Adding $Id tag
2007-10-12 09:45:33 +00:00
soaplib.php
statslib.php
MDL-13626 fixed mssql compatibility issue in stats upgrade; merged from MOODLE_19_STABLE
2008-02-25 21:55:43 +00:00
tablelib.php
Improve PHP doc comments.
2007-12-12 19:01:59 +00:00
textlib.class.php
Updated copyright notice in header
2007-10-10 05:25:14 +00:00
timezone.txt
1976 rules from 2007j Olson files. MDL-12024 ; merged from 19_STABLE
2007-12-31 13:23:23 +00:00
timezones.txt
I've updated the timezones from the latest Olsen data MDL-8842
2007-03-10 14:47:45 +00:00
tokeniserlib.php
Updated copyright notice in header
2007-10-10 05:25:14 +00:00
ufo.js
MDL-11224 Updated UFO Flash JS library from 3.20 to 3.22, preserving minor Moodle-specific change (and added comment to top about it!)
2007-09-12 10:14:12 +00:00
uploadlib.php
MDL-11586 rewritten file name collision handling in upload manager - files without extension, fixed increments if file name contains _123 already; merged from MOODLE_19_STABLE
2008-02-19 13:04:04 +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-90 weblib: Introducing mdie() - close sibling of Perl's die()
2008-02-27 02:52:28 +00:00
wiki_to_markdown.php
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-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file.
2007-04-04 03:35:23 +00:00