]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agowebservice MDL-17135 display function descriptions into the function form
jerome mouneyrac [Mon, 9 Nov 2009 06:30:01 +0000 (06:30 +0000)]
webservice MDL-17135 display function descriptions into the function form

15 years agowebservice MDL-17135 revert the service function form to a Moodle form + user searcha...
jerome mouneyrac [Mon, 9 Nov 2009 03:38:50 +0000 (03:38 +0000)]
webservice MDL-17135 revert the service function form to a Moodle form + user searchable selector + add default size to the searchable selector

15 years agoensure user has_capability('mod/hotpot:attempt', $module) when viewing a HotPot or...
Gordon Bateson [Mon, 9 Nov 2009 01:29:57 +0000 (01:29 +0000)]
ensure user has_capability('mod/hotpot:attempt', $module) when viewing a HotPot or submitting results

15 years agoUpdated the HEAD build version to 20091109
Moodle Robot [Mon, 9 Nov 2009 00:32:06 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091109

15 years agoMDL-20625 concurrent tests - added note about MySQL and MSSQL
Eloy Lafuente [Sun, 8 Nov 2009 23:15:02 +0000 (23:15 +0000)]
MDL-20625 concurrent tests - added note about MySQL and MSSQL

15 years agoMDL-17491 oracle connections - fix annoyance when multiple connections
Eloy Lafuente [Sun, 8 Nov 2009 23:13:31 +0000 (23:13 +0000)]
MDL-17491 oracle connections - fix annoyance when multiple connections
are used and enforce new connections by using oci_new_connect()

15 years agoMDL-20723 workaround for zlib compressed scripts
Petr Skoda [Sun, 8 Nov 2009 22:23:05 +0000 (22:23 +0000)]
MDL-20723 workaround for zlib compressed scripts

15 years agoMDL-17135 fixed fatal installation and ugprade error
Petr Skoda [Sun, 8 Nov 2009 22:12:36 +0000 (22:12 +0000)]
MDL-17135 fixed fatal installation and ugprade error

15 years agoMDL-20601 fixed undefined variable in major upgrade redirection
Petr Skoda [Sun, 8 Nov 2009 22:10:45 +0000 (22:10 +0000)]
MDL-20601 fixed undefined variable in major upgrade redirection

15 years agoMDL-12886 more external users api
Petr Skoda [Sun, 8 Nov 2009 21:58:32 +0000 (21:58 +0000)]
MDL-12886 more external users api

15 years agoMDL-12886 more external users api - untested
Petr Skoda [Sun, 8 Nov 2009 21:57:27 +0000 (21:57 +0000)]
MDL-12886 more external users api - untested

15 years agoMDL-12886 more external users api - untested
Petr Skoda [Sun, 8 Nov 2009 21:57:01 +0000 (21:57 +0000)]
MDL-12886 more external users api - untested

15 years agoMDL-20625 fixed transaction related todos
Petr Skoda [Sun, 8 Nov 2009 21:39:10 +0000 (21:39 +0000)]
MDL-20625 fixed transaction related todos

15 years agoNOBUG fixed TODO which was already solved
Petr Skoda [Sun, 8 Nov 2009 21:20:21 +0000 (21:20 +0000)]
NOBUG fixed TODO which was already solved

15 years agoMDL-20625 coding help - better detection of missing commit or rollback
Petr Skoda [Sun, 8 Nov 2009 21:19:11 +0000 (21:19 +0000)]
MDL-20625 coding help - better detection of missing commit or rollback

15 years agoMDL-20625 new test for transaction cuncurrency - proposed by Eloy
Petr Skoda [Sun, 8 Nov 2009 19:00:19 +0000 (19:00 +0000)]
MDL-20625 new test for transaction cuncurrency - proposed by Eloy

15 years agoNOBUG: Initial commit of Dhivehi installer lang pack
Eloy Lafuente [Sun, 8 Nov 2009 16:16:19 +0000 (16:16 +0000)]
NOBUG: Initial commit of Dhivehi installer lang pack

15 years ago"MDL-20345, use new comments api in glossary module"
Dongsheng Cai [Sun, 8 Nov 2009 14:12:12 +0000 (14:12 +0000)]
"MDL-20345, use new comments api in glossary module"

15 years ago"MDL-20602, added link external option in file picker"
Dongsheng Cai [Sun, 8 Nov 2009 13:20:37 +0000 (13:20 +0000)]
"MDL-20602, added link external option in file picker"

15 years ago"MDL-13766, fixed function call in repository upload plugin"
Dongsheng Cai [Sun, 8 Nov 2009 11:25:45 +0000 (11:25 +0000)]
"MDL-13766, fixed function call in repository upload plugin"

15 years agoUpdated the HEAD build version to 20091108
Moodle Robot [Sun, 8 Nov 2009 00:31:42 +0000 (00:31 +0000)]
Updated the HEAD build version to 20091108

15 years agoMDL-20625 fixed typos, credit goes to Martin Langhoff
Petr Skoda [Sat, 7 Nov 2009 16:00:13 +0000 (16:00 +0000)]
MDL-20625 fixed typos, credit goes to Martin Langhoff

15 years agoMDL-20625 forbid transactions when sending messages - we can not undo emails
Petr Skoda [Sat, 7 Nov 2009 10:30:03 +0000 (10:30 +0000)]
MDL-20625 forbid transactions when sending messages - we can not undo emails

15 years agoMDL-20766 message_send() used intead of events, it will enable us to improve performa...
Petr Skoda [Sat, 7 Nov 2009 10:27:57 +0000 (10:27 +0000)]
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"

15 years agoMDL-20767 can not use messaging in upgrade and fatal errors in strings
Petr Skoda [Sat, 7 Nov 2009 09:31:20 +0000 (09:31 +0000)]
MDL-20767 can not use messaging in upgrade and fatal errors in strings

15 years agoMDL-20625 when in transaction do not trigger instant events becase we can not roll...
Petr Skoda [Sat, 7 Nov 2009 09:13:45 +0000 (09:13 +0000)]
MDL-20625 when in transaction do not trigger instant events becase we can not roll them back

15 years agoMDL-20625 new delegated transaction support in DML
Petr Skoda [Sat, 7 Nov 2009 08:52:56 +0000 (08:52 +0000)]
MDL-20625 new delegated transaction support in DML

15 years agoUpdated the HEAD build version to 20091107
Moodle Robot [Sat, 7 Nov 2009 00:31:52 +0000 (00:31 +0000)]
Updated the HEAD build version to 20091107

15 years agoAutomatic installer.php lang files by installer_builder (20091107)
Moodle Robot [Sat, 7 Nov 2009 00:21:02 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (20091107)

15 years agoMDL-12886 more external users api
Petr Skoda [Fri, 6 Nov 2009 12:28:50 +0000 (12:28 +0000)]
MDL-12886 more external users api

15 years ago"MDL-13766, fixed a bug in move_to_filepool and moving code block"
Dongsheng Cai [Fri, 6 Nov 2009 09:32:44 +0000 (09:32 +0000)]
"MDL-13766, fixed a bug in move_to_filepool and moving code block"

15 years ago"MDL-15488, fixed callback url for flickr repository plugin"
Dongsheng Cai [Fri, 6 Nov 2009 09:21:47 +0000 (09:21 +0000)]
"MDL-15488, fixed callback url for flickr repository plugin"

15 years ago"MDL-19181, 1. fixed repository listing when using non-admin role 2. added boilerplate"
Dongsheng Cai [Fri, 6 Nov 2009 09:07:46 +0000 (09:07 +0000)]
"MDL-19181, 1. fixed repository listing when using non-admin role 2. added boilerplate"

15 years agowebservice MDL-17135 add logging to add/edit/delete service action
jerome mouneyrac [Fri, 6 Nov 2009 08:17:09 +0000 (08:17 +0000)]
webservice MDL-17135 add logging to add/edit/delete service action

15 years agowebservice MDL-17135 add timecreated + timemodified fields to the service table and...
jerome mouneyrac [Fri, 6 Nov 2009 07:50:30 +0000 (07:50 +0000)]
webservice MDL-17135 add timecreated + timemodified fields to the service table and save them in the service form

15 years agoFixing drift between CVS and git
Moodle HQ git importer [Fri, 6 Nov 2009 00:33:01 +0000 (00:33 +0000)]
Fixing drift between CVS and git

15 years agoUpdated the HEAD build version to 20091106
Moodle Robot [Fri, 6 Nov 2009 00:33:01 +0000 (00:33 +0000)]
Updated the HEAD build version to 20091106

15 years agoMDL-12886 more external course api
Petr Skoda [Thu, 5 Nov 2009 23:10:35 +0000 (23:10 +0000)]
MDL-12886 more external course api

15 years agoMDL-12886 more external users api
Petr Skoda [Thu, 5 Nov 2009 23:05:26 +0000 (23:05 +0000)]
MDL-12886 more external users api

15 years agoMDL-12886 more external users api
Petr Skoda [Thu, 5 Nov 2009 23:03:33 +0000 (23:03 +0000)]
MDL-12886 more external users api

15 years agoMDL-12886 more external users api
Petr Skoda [Thu, 5 Nov 2009 22:54:48 +0000 (22:54 +0000)]
MDL-12886 more external users api

15 years agoMDL-12886 more external groups api
Petr Skoda [Thu, 5 Nov 2009 22:13:25 +0000 (22:13 +0000)]
MDL-12886 more external groups api

15 years agoMDL-12886 more external groups api
Petr Skoda [Thu, 5 Nov 2009 22:06:49 +0000 (22:06 +0000)]
MDL-12886 more external groups api

15 years agoMDL-12886 more external groups api
Petr Skoda [Thu, 5 Nov 2009 20:04:27 +0000 (20:04 +0000)]
MDL-12886 more external groups api

15 years agoMDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions.
Eloy Lafuente [Thu, 5 Nov 2009 15:43:32 +0000 (15:43 +0000)]
MDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions.

15 years agoMDL-20749 correct error output - sentences/tables checkers fixed.
Eloy Lafuente [Thu, 5 Nov 2009 15:40:26 +0000 (15:40 +0000)]
MDL-20749 correct error output - sentences/tables checkers fixed.

15 years agoMDL-20749 correct error output - some more strings added
Eloy Lafuente [Thu, 5 Nov 2009 13:58:48 +0000 (13:58 +0000)]
MDL-20749 correct error output - some more strings added

15 years agoMDL-20749 correct error output - key/index checkers fixed.
Eloy Lafuente [Thu, 5 Nov 2009 13:58:22 +0000 (13:58 +0000)]
MDL-20749 correct error output - key/index checkers fixed.

15 years agoMDL-20749 fixed the class edit_field_save to output errors properly. Will
Eloy Lafuente [Thu, 5 Nov 2009 13:38:02 +0000 (13:38 +0000)]
MDL-20749 fixed the class edit_field_save to output errors properly. Will
be beutifying the output a bit later

15 years agonavigation MDL-20651 Changed setting from hide to show
Sam Hemelryk [Thu, 5 Nov 2009 09:31:55 +0000 (09:31 +0000)]
navigation MDL-20651 Changed setting from hide to show

15 years agowebservice MDL-17135 add notification when the current required capability doesn...
jerome mouneyrac [Thu, 5 Nov 2009 07:50:36 +0000 (07:50 +0000)]
webservice MDL-17135 add notification when the current required capability doesn't exist anymore + remove TODO comment about checking that the service names are unique because we should end up to find a way to i18n service names => The uniqueness should be checked during service discovery

15 years agowebservice MDL-17135 create searchable select form element + use it in service form...
jerome mouneyrac [Thu, 5 Nov 2009 07:06:09 +0000 (07:06 +0000)]
webservice MDL-17135 create searchable select form element + use it in service form for selecting a capability

15 years agoUpdated the HEAD build version to 20091105
Moodle Robot [Thu, 5 Nov 2009 00:32:54 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091105

15 years agoenrol/ldap: MDL-13952 Don't auto create courses if auto creation not enabled.
Inaki [Wed, 4 Nov 2009 21:00:58 +0000 (21:00 +0000)]
enrol/ldap: MDL-13952 Don't auto create courses if auto creation not enabled.

Merged from MOODLE_18_STABLE

15 years agoMDL-20743 imported latest jabber library 0.1rc2-r77
Petr Skoda [Wed, 4 Nov 2009 20:23:33 +0000 (20:23 +0000)]
MDL-20743 imported latest jabber library 0.1rc2-r77

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 20:06:40 +0000 (20:06 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 20:05:42 +0000 (20:05 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 20:05:41 +0000 (20:05 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 19:53:01 +0000 (19:53 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

15 years agoMDL-20742 removed unused install.php files in en and es lang install directory
Petr Skoda [Wed, 4 Nov 2009 19:46:56 +0000 (19:46 +0000)]
MDL-20742 removed unused install.php files in en and es lang install directory

15 years agoMDL-20712 using just $capablities for capability definition array, all other files...
Petr Skoda [Wed, 4 Nov 2009 19:24:12 +0000 (19:24 +0000)]
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported

15 years agoMDL-20734 normalise_value() - moving from private to protected everywhere and abstracting
Eloy Lafuente [Wed, 4 Nov 2009 13:19:11 +0000 (13:19 +0000)]
MDL-20734 normalise_value() - moving from private to protected everywhere and abstracting

15 years agoMDL-20665 fixed error from postgres on validating duplicate category name when enteri...
Jenny Gray [Wed, 4 Nov 2009 12:16:19 +0000 (12:16 +0000)]
MDL-20665 fixed error from postgres on validating duplicate category name when entering new category

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 11:58:30 +0000 (11:58 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 11:57:54 +0000 (11:57 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 11:57:52 +0000 (11:57 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

15 years agoMDL-20601 fixed fatal SQL upgrade error, missing {} around table names
Petr Skoda [Wed, 4 Nov 2009 08:54:07 +0000 (08:54 +0000)]
MDL-20601 fixed fatal SQL upgrade error, missing {} around table names

15 years agoMDL-20601 bumping up redirect version after major changes
Petr Skoda [Wed, 4 Nov 2009 08:49:22 +0000 (08:49 +0000)]
MDL-20601 bumping up redirect version after major changes

15 years agoMDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
Petr Skoda [Wed, 4 Nov 2009 08:11:02 +0000 (08:11 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

15 years agonavigation MDL-20651 Added config setting to hide course categories on the navigation
Sam Hemelryk [Wed, 4 Nov 2009 07:23:19 +0000 (07:23 +0000)]
navigation MDL-20651 Added config setting to hide course categories on the navigation
As requested and voted on admin can now choose not to include course categories within the navbar and global navigation block.
At the same time I also introduced a second setting, showallcourses, which ensures all of the courses a user is registered in are shown on the navigation at all times.

15 years agofiles MDL-20601 Conversion of many of the uses of print_textarea, and the mforms...
Sam Hemelryk [Wed, 4 Nov 2009 06:14:06 +0000 (06:14 +0000)]
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.

15 years agofiles MDL-20635 Added support for cleaning up files associated with a context when...
Sam Hemelryk [Wed, 4 Nov 2009 06:11:32 +0000 (06:11 +0000)]
files MDL-20635 Added support for cleaning up files associated with a context when it is deleted
Note: This is a temporary solution until we have a patch to clean them up in a cron run

15 years agogradebook MDL-19797 Fixed missing global
Sam Hemelryk [Wed, 4 Nov 2009 03:29:04 +0000 (03:29 +0000)]
gradebook MDL-19797 Fixed missing global

15 years agoforum MDL-20739 Fixed bad conversion of html_select component
Sam Hemelryk [Wed, 4 Nov 2009 03:22:26 +0000 (03:22 +0000)]
forum MDL-20739 Fixed bad conversion of html_select component

15 years agoforum MDL-20739 Fixed bad conversion of html_select component
Sam Hemelryk [Wed, 4 Nov 2009 03:15:09 +0000 (03:15 +0000)]
forum MDL-20739 Fixed bad conversion of html_select component

15 years agoforum MDL-20737 Fixed bug causing exception in forum move to drop down
Sam Hemelryk [Wed, 4 Nov 2009 02:46:18 +0000 (02:46 +0000)]
forum MDL-20737 Fixed bug causing exception in forum move to drop down

15 years agonavigation MDL-20735 Fixed bug that caused exception when modules were added to the...
Sam Hemelryk [Wed, 4 Nov 2009 01:45:55 +0000 (01:45 +0000)]
navigation MDL-20735 Fixed bug that caused exception when modules were added to the front page

15 years agoUpdated the HEAD build version to 20091104
Moodle Robot [Wed, 4 Nov 2009 00:32:28 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091104

15 years agoAutomatic installer.php lang files by installer_builder (20091104)
Moodle Robot [Wed, 4 Nov 2009 00:21:29 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (20091104)

15 years agoMDL-20734 empties and zeros - implemented the normalise_value() function in
Eloy Lafuente [Tue, 3 Nov 2009 23:34:43 +0000 (23:34 +0000)]
MDL-20734 empties and zeros - implemented the normalise_value() function in
mysql and postgres to perform central normalisation of values for insert/
update/set_field. Now all DB drivers cast empty strings to 0 when working
with numeric columns (integer and decimal)

15 years agolib/phpmailer MDL-20701 - Convert to moodle_phpmailer class
Dan Poltawski [Tue, 3 Nov 2009 21:02:36 +0000 (21:02 +0000)]
lib/phpmailer MDL-20701 - Convert to moodle_phpmailer class

Stage 2 - We now extend phpmailer and do our customisations in our subclass
rather than directly in the original file.

Previously we modified SetLanguage(), but I have not carried that change over
because I could not see code paths where this gets executed.(See bug)

I tested the header/content of the old class vs this one and think the changes
are all carried over. (If anyone has clever thoughts for how to unit test this
mailing out it would be useful, especially for upgrading phpmailer).

15 years agolib/phpmailer MDL-20701 - Import new phpmailer (php5 only)
Dan Poltawski [Tue, 3 Nov 2009 21:01:50 +0000 (21:01 +0000)]
lib/phpmailer MDL-20701 - Import new phpmailer (php5 only)

Stage one of converting our existing customisations into an extended class.
This makes it easier for us to keep up to date, see our changes and remove
the bundled libraries for distros (e.g. debian).

15 years agoMDL-20734 Changed tests behaviour so insert/update/set_field will be expected to...
Eloy Lafuente [Tue, 3 Nov 2009 19:53:11 +0000 (19:53 +0000)]
MDL-20734 Changed tests behaviour so insert/update/set_field will be expected to cast
empty strings (in numeric columns) to 0

15 years agoNOBUG: Added some tests with empty strings in insert_record/update_record/set_field
Eloy Lafuente [Tue, 3 Nov 2009 18:11:18 +0000 (18:11 +0000)]
NOBUG: Added some tests with empty strings in insert_record/update_record/set_field
that reveal inconsistencies between DBs

15 years agoMDL-20168 we need a lot more memory in 64bit PHP
Petr Skoda [Tue, 3 Nov 2009 14:55:30 +0000 (14:55 +0000)]
MDL-20168 we need a lot more memory in 64bit PHP

15 years agoAdded missing global that was causing perfinfo and others not to be respected.
Eloy Lafuente [Tue, 3 Nov 2009 11:02:07 +0000 (11:02 +0000)]
Added missing global that was causing perfinfo and others not to be respected.

15 years agoAdded missing PK causing problems in MySQL. Will test that later in
Eloy Lafuente [Tue, 3 Nov 2009 10:20:56 +0000 (10:20 +0000)]
Added missing PK causing problems in MySQL. Will test that later in
proper DDL tests...

15 years agoUpdated the HEAD build version to 20091103
Moodle Robot [Tue, 3 Nov 2009 00:32:47 +0000 (00:32 +0000)]
Updated the HEAD build version to 20091103

15 years agoblocks: MDL-20710 prevent XSRF.
Tim Hunt [Mon, 2 Nov 2009 17:16:56 +0000 (17:16 +0000)]
blocks: MDL-20710 prevent XSRF.
Uses new require_sesskey function from MDL-20702.

15 years agoblocks: MDL-20711 prevent XSRF.
Tim Hunt [Mon, 2 Nov 2009 17:16:28 +0000 (17:16 +0000)]
blocks: MDL-20711 prevent XSRF.
Uses new require_sesskey function from MDL-20702.

15 years agoquestion bank: MDL-20707 prevent XSRF.
Tim Hunt [Mon, 2 Nov 2009 17:15:18 +0000 (17:15 +0000)]
question bank: MDL-20707 prevent XSRF.
Uses new require_sesskey function from MDL-20702.

15 years agoquiz: MDL-20706 prevent XSRF.
Tim Hunt [Mon, 2 Nov 2009 17:10:31 +0000 (17:10 +0000)]
quiz: MDL-20706 prevent XSRF.
Uses new require_sesskey function from MDL-20702.

15 years agolesson: MDL-20705 Fix XSRF issues.
Tim Hunt [Mon, 2 Nov 2009 17:01:02 +0000 (17:01 +0000)]
lesson: MDL-20705 Fix XSRF issues.
Uses new require_sesskey funciton from MDL-20702.

15 years agomoodlelib: MDL-20702 New require_sesskey function.
Tim Hunt [Mon, 2 Nov 2009 16:41:00 +0000 (16:41 +0000)]
moodlelib: MDL-20702 New require_sesskey function.
Also improve PHPdoc comments to fix my misconceptions.

15 years agoMDL-20720 fixed notices when deleting modules
Petr Skoda [Mon, 2 Nov 2009 16:13:22 +0000 (16:13 +0000)]
MDL-20720 fixed notices when deleting modules

15 years agoMDL-20715 fixed notice from dml native oci driver when php driver not installed
Petr Skoda [Mon, 2 Nov 2009 14:33:46 +0000 (14:33 +0000)]
MDL-20715 fixed notice from dml native oci driver when php driver not installed

15 years ago"MDL-20602, support FILE_INTERNAL and FILE_EXTERNAL in moodle form elements"
Dongsheng Cai [Mon, 2 Nov 2009 07:18:38 +0000 (07:18 +0000)]
"MDL-20602, support FILE_INTERNAL and FILE_EXTERNAL in moodle form elements"

15 years agomnet MDL-16305 a mnet host is now never really deleted from the database but marked...
jerome mouneyrac [Mon, 2 Nov 2009 06:59:07 +0000 (06:59 +0000)]
mnet MDL-16305 a mnet host is now never really deleted from the database but marked as deleted.

15 years ago"MDL-20602, add support for FILE_INTERNAL and FILE_EXTERNAL"
Dongsheng Cai [Mon, 2 Nov 2009 06:45:12 +0000 (06:45 +0000)]
"MDL-20602, add support for FILE_INTERNAL and FILE_EXTERNAL"

15 years agoforum rating ajax MDL-20119 Enable ajax to work on single-discussion forum (and blog...
Martin Dougiamas [Mon, 2 Nov 2009 06:38:52 +0000 (06:38 +0000)]
forum rating ajax MDL-20119 Enable ajax to work on single-discussion forum (and blog forum)