.. |
adodb
|
MDL-24551 importing latest adodb 5.11
|
2010-10-06 15:31:49 +00:00 |
ajax
|
MDL-11288 Added ability to duplicate module in the course
|
2011-03-31 13:39:05 +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-25594 completion: Remove unused column from query
|
2011-05-04 13:02:28 +12:00 |
db
|
MDL-28503 comment-caps Slight improvement to allow frontpage and guest users to view comments by default
|
2011-07-29 09:32:48 +08:00 |
ddl
|
MDL-26883 ddl - fix some function declarations
|
2011-03-18 14:40:20 +01:00 |
dml
|
Merge branch 'MDL-28135' of git://github.com/nebgor/moodle
|
2011-07-06 10:53:48 +08:00 |
dragmath
|
MDL-23844 fixed encodings in lang files
|
2010-08-18 19:13:37 +00:00 |
dtl
|
MDL-24321 switching to stdClass in /lib/
|
2010-09-21 08:07:44 +00:00 |
editor
|
MDL-27890 tinymce - enable 30 as min height within moodle
|
2011-07-07 20:01:20 +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
|
MDL-20876 - updating third-party library readme_moodle with changes.
|
2010-07-21 01:25:04 +00:00 |
filebrowser
|
backup MDL-22184 Scheduled backups are now possible again through cron.
|
2010-11-10 06:07:43 +00:00 |
filestorage
|
MDL-28061 mediaplugins filter: add aac audio node to filetypes.mm, fixed string mistype within the admin setting page (acc -> aac) and add mediaplugin_html5audio css class to align the player/link like the rest.
|
2011-06-30 19:29:07 +08:00 |
flowplayer
|
MDL-26697 multiple media filtering fixes and improvements
|
2011-03-12 17:42:52 +01:00 |
form
|
MDL-27837 enrol - Fixed checkboxes for multiple self enrolment
|
2011-07-14 09:55:13 +08:00 |
grade
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +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-26379 remove unused readme
|
2011-02-12 11:11:44 +01:00 |
mp3player
|
MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib
|
2010-04-19 14:42:19 +00:00 |
overlib
|
|
|
pear
|
MDL-19907 rewrote validation for required fields in forms, including support for editor field. Added parameter to use strict (no spaces) required fields validation
|
2011-07-29 13:51:26 +08:00 |
phpmailer
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
portfolio
|
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
|
2011-07-05 14:27:31 +08:00 |
simplepie
|
MDL-23984 improvements of check_dir_exists() - replacing by make_upload_directory() in cases where we want to be sure that the dir is writable; removning now default create and recursive params to make code easier to read
|
2010-08-29 14:51:09 +00:00 |
simpletest
|
MDL-19907 rewrote validation for required fields in forms, including support for editor field. Added parameter to use strict (no spaces) required fields validation
|
2011-07-29 13:51:26 +08:00 |
simpletestlib
|
Unit tests MDL-24909 Unit tests used 5 minute time limit per test class; this is insufficient for gradebook tests on slow server. Changed to use 60 second limit per test function instead. Added constant and comment defining this behaviour.
|
2010-11-01 15:14:37 +00:00 |
smarty
|
MDL-20876 - updating third-party library readme_moodle with changes.
|
2010-07-21 01:25:04 +00:00 |
spikephpcoverage
|
MDL-26237 code coverage - prevent execution of not used stuff
|
2011-02-02 11:21:01 +01:00 |
swfobject
|
flash upgrader MDL-20841 fix swfobject javascript bug related to http://code.google.com/p/swfobject/issues/detail?id=332, merged from 1.9
|
2009-12-07 03:24:49 +00:00 |
tcpdf
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
typo3
|
MDL-22922 Some hacks to prevent typo3 notices
|
2010-06-25 03:09:53 +00:00 |
xhprof
|
MDL-27481 profiling - prevent data to be sent to DB before it is available
|
2011-05-12 02:04:13 +02:00 |
xmldb
|
xmldb MDL-24979 Made xmldb (a) not hide libxml errors permanently, (b) not incorrectly report previous errors with a later, working file
|
2010-11-01 13:35:27 +00:00 |
yui
|
MDL-25962 removing obsolete YUI 2.8.1 library
|
2011-01-13 10:13:52 +01:00 |
zend
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
accesslib.php
|
Merge branch 'w29_MDL-27653_m22_usercasting' of git://github.com/skodak/moodle
|
2011-07-25 10:59:08 +08:00 |
adminlib.php
|
MDL-28421 Improve admin config class
|
2011-07-25 10:02:04 +01:00 |
authlib.php
|
MDL-11728 finally defining the exact meaning of is_internal() in auth plugins
|
2010-11-14 02:01:59 +00:00 |
base32.php
|
lib: MDL-20876 third-party libs - fix deprecated split() calls.
|
2010-07-20 01:29:36 +00:00 |
blocklib.php
|
MDL-27122 Allow admin to change CFG->undeletableblocktypes on 'Manage blocks' settings page. Instances of protected block types will be undeletable only from site context
|
2011-07-29 13:51:40 +08:00 |
boxlib.php
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
clilib.php
|
MDL-23590 fixed borked cli_problem
|
2010-07-30 14:15:03 +00:00 |
completionlib.php
|
MDL-28021 Completion system can create inconsistent database rows
|
2011-06-27 15:25:13 +02:00 |
componentlib.class.php
|
MDL-27708 Fixed the version of language packs to install in 2.1
|
2011-06-14 13:55:27 +02:00 |
conditionlib.php
|
MDL-26507: improper use of assignment operater causes grade checks to fail
|
2011-02-21 12:54:37 +00: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
|
fixed unterminated JS statements
|
2010-09-18 11:04:02 +00:00 |
cronlib.php
|
MDL-28182 always use full user object when deleting users
|
2011-07-22 22:46:32 +02:00 |
csshover.htc
|
|
|
csvlib.class.php
|
fixed a few spelling errors in /admin/
|
2010-09-17 10:27:26 +00:00 |
customcheckslib.php
|
MDL-25186: add environmental check to recommend PHP 5.3.3
|
2010-12-22 16:45:17 +08:00 |
datalib.php
|
MDL-28384 convert empty log urls to ''
|
2011-07-24 14:07:30 +02:00 |
ddllib.php
|
MDL-24321 switching to stdClass in /lib/
|
2010-09-21 08:07:44 +00:00 |
default.ttf
|
|
|
deprecatedlib.php
|
MDL-27538 Added deprecation details to functions now in $DB
|
2011-07-25 11:30:21 +08:00 |
dmllib.php
|
message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email
|
2010-12-22 12:05:49 +08:00 |
dtllib.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
eaccelerator.class.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
editorlib.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
emptyfile.php
|
|
|
enrollib.php
|
MDL-27603 enrol_user - changed modifier to modifierid which is used in database
|
2011-05-30 10:10:03 +08:00 |
environmentlib.php
|
MDL-26007 fix error message when can not found env data
|
2011-01-16 20:47:22 +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-21446 truncate >31 char worksheet names that otherwise break Excel export.
|
2011-03-09 14:43:44 +00:00 |
externallib.php
|
MDL-28218 allow testclient.php to find the necessary form for services defined in plugins.
|
2011-07-25 20:04:19 +02:00 |
filelib.php
|
MDL-28280 remove obsolete unmaintained $CFG->usesid
|
2011-07-10 13:44:41 +02:00 |
filterlib.php
|
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
|
2011-07-05 14:27:31 +08:00 |
flickrlib.php
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
formslib.php
|
MDL-19907 rewrote validation for required fields in forms, including support for editor field. Added parameter to use strict (no spaces) required fields validation
|
2011-07-29 13:51:26 +08:00 |
gdlib.php
|
MDL-24321 switching to stdClass in /lib/
|
2010-09-21 08:07:44 +00:00 |
googleapi.php
|
MDL-24276 "static abstract" combination is deprecated since PHP 5.2, replacing with our coding_style exception
|
2010-09-19 18:43:52 +00:00 |
gradelib.php
|
MDL-27148 use new get_in_or_equal() param prefix instead of start
|
2011-04-14 15:15:01 +02:00 |
graphlib.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
grouplib.php
|
MDL-26577 fix several groups and groupings issues
|
2011-04-10 13:31:17 +02:00 |
htaccess
|
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
|
2009-11-01 16:48:45 +00:00 |
html2text.php
|
MDL-27736 improve a bit html2text to avoid some ugly & unnecessary trailing spaces
|
2011-06-06 16:42:55 +01:00 |
html2text_readme.txt
|
MDL-25018 stop html_to_text from breaking utf-8 multibyte characters.
|
2010-11-02 20:03:48 +00:00 |
index.html
|
|
|
installlib.php
|
MDL-25699 decode URLs in installer CSS
|
2011-07-23 00:45:17 +02:00 |
javascript-static.js
|
MDL-27658 javascript: Typo fixed for toUpperCase
|
2011-08-01 12:50:11 +08:00 |
javascript.php
|
NOBUG: Turned off zlib compression when serving javascript files.
|
2010-11-05 07:03:05 +00:00 |
kses.php
|
MDL-2684: kses strips out CSS from style tags unless the first property is on 'allowed' list, this is silly
|
2009-12-02 17:59:43 +00:00 |
ldaplib.php
|
auth/ldap MDL-23652 Error in auth_ldap_sync_users.php
|
2010-08-07 00:40:16 +00:00 |
lexer.php
|
|
|
licenselib.php
|
MDL-24321 switching to standard stdClass()
|
2010-09-21 08:54:01 +00:00 |
listlib.php
|
MDL-24256 question category editing was messed up.
|
2010-11-02 18:38:50 +00:00 |
markdown.php
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
mathslib.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
md5.js
|
MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib
|
2010-04-19 14:42:19 +00:00 |
memcached.class.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
messagelib.php
|
MDL-28186 messaging: Fix "Enable messagning setting" infuence on the menus
|
2011-07-05 15:35:52 +01:00 |
modinfolib.php
|
MDL-25191: Properly destroy all elements of the modinfo cache
|
2011-05-27 13:28:55 +01:00 |
moodlelib.php
|
MDL-28182 always use full user object when deleting users
|
2011-07-22 22:46:32 +02:00 |
navigationlib.php
|
Merge branch 'wip-MDL-23626-master' of git://github.com/samhemelryk/moodle
|
2011-08-02 15:48:20 +02:00 |
oauthlib.php
|
MDL-19168, dropbox repository plugin for moodle, and oauth support for filepicker. dropbox plugin has a known bug: cannot access folders or files with space, using urlencode to encode filepath is not helping, needs to contact dropbox team to find workaround
|
2010-05-14 08:29:33 +00:00 |
odbc.php
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
odslib.class.php
|
MDL-24321 switching to stdClass in /lib/
|
2010-09-21 08:07:44 +00: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
|
Merge branch 'MDL-28195' of git://github.com/timhunt/moodle
|
2011-07-11 15:02:03 +08:00 |
outputfactories.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
outputlib.php
|
MDL-27116 theme_config::find_theme_location() respects $CFG->themedir
|
2011-04-27 14:09:08 +02:00 |
outputrenderers.php
|
MDL-28279 remove flash client version blocking
|
2011-07-10 11:03:02 +02:00 |
outputrequirementslib.php
|
Merge branch 's11_MDL-28284_filepicker_module_master' of git://github.com/dongsheng/moodle
|
2011-08-02 13:42:44 +08:00 |
pagelib.php
|
MDL-28228 pagelib - incorrect DEBUG constant used
|
2011-07-25 13:04:46 +08:00 |
pdflib.php
|
fixed invalid font substr
|
2010-09-18 11:21:42 +00:00 |
plagiarismlib.php
|
Plagiarism API MDL-13680 add plagiarism support for user submitted files - currently only added to single and advanced Assignment types - other modules to come in future.
|
2010-09-20 07:32:31 +00:00 |
pluginlib.php
|
MDL-28441 add scormreport_basic to the list of standard plugins
|
2011-07-23 13:04:23 +02:00 |
portfoliolib.php
|
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"
|
2011-07-05 14:27:31 +08:00 |
profilerlib.php
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
questionlib.php
|
Merge branch 'MDL-28074' of git://github.com/timhunt/moodle
|
2011-06-29 23:09:13 +02:00 |
recaptchalib.php
|
authentication MDLSITE-1014 updated recaptchlib to point to google urls based on google's api v1.11
|
2010-10-06 07:53:25 +00:00 |
resourcelib.php
|
Merged branch 'MDL-25775_head' of git://github.com/grabs/moodle.git
|
2011-06-08 13:49:36 +08:00 |
rsslib.php
|
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
|
2011-05-23 12:35:39 +02:00 |
searchlib.php
|
MDL-24079 converted searchlib to use new sql_like()
|
2010-09-04 12:50:23 +00:00 |
session-test.php
|
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
|
2010-01-16 15:39:56 +00:00 |
sessionlib.php
|
Merge branch 'w27_MDL-28158_m22_cookies' of git://github.com/skodak/moodle
|
2011-07-11 15:33:03 +02:00 |
setup.php
|
MDL-27899 Moved initialise_fullme during setup to after sam has been initialised
|
2011-06-20 17:40:03 +08:00 |
setuplib.php
|
Merge branch 'w29_MDL-27464_m22_continue' of git://github.com/skodak/moodle
|
2011-07-25 11:03:34 +08:00 |
simpletestcoveragelib.php
|
MDL-24321 switching to stdClass in /lib/
|
2010-09-21 08:07:44 +00:00 |
simpletestlib.php
|
MDL-27948 The question engine should use recordsets to load attempt data
|
2011-06-22 18:53:15 +01:00 |
soaplib.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
statslib.php
|
MDL-27009: Fix role group by statement for statistics
|
2011-05-30 09:05:53 +08: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
|
MDL-26256 detect missing collator support and use workaround instead
|
2011-02-06 22:27:25 +01:00 |
thirdpartylibs.xml
|
MDL-27500 editor - updated plugin version references, thirdparty version reference and tinymce upgrade readme
|
2011-06-17 16:52:57 +08:00 |
timezone.txt
|
MDL-27966 timezones - updated to 2011g version + fix minor notice
|
2011-06-21 16:23:24 +02:00 |
tokeniserlib.php
|
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
|
2009-11-01 11:31:16 +00:00 |
upgradelib.php
|
MDL-27783 enabled status of a built-in service should never been updated on upgrade. It is only used during the installation. If a dev really needs to change the status, he can do it in lib/db/upgrade.php
|
2011-06-09 16:50:14 +08:00 |
uploadlib.php
|
MDL-21915 fixing remaining chmod and mkdir to use moodle file permissions
|
2010-10-06 19:06:52 +00:00 |
validateurlsyntax.php
|
MDL-26623 fix file permissions
|
2011-03-01 12:26:49 +01:00 |
webdavlib.php
|
MDL-22663, fixed webdav url path
|
2010-10-20 09:22:55 +00:00 |
weblib.php
|
Merge branch 'w28_MDL-28345_m22_utf8' of git://github.com/skodak/moodle
|
2011-07-18 21:16:43 +10:00 |
wiki_to_markdown.php
|
MDL-21249 improved php docs and adding direct access prevention in core libs
|
2010-07-25 13:35:05 +00:00 |
womenslib.php
|
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
|
2010-01-16 15:39:56 +00:00 |
wordlist.txt
|
|
|
xhtml.xsl
|
|
|
xmlize.php
|
MDL-13435 xmlize - now throwing exceptions on parsing error. Credit goes to Tim/Mahmoud
|
2010-09-27 21:10:00 +00:00 |