]>
git.mjollnir.org Git - moodle.git/log
Penelope Leach [Mon, 16 Nov 2009 15:02:52 +0000 (15:02 +0000)]
portfolio - MDL-19356 - add instance column to portfolio_tempdata
this is the first step in moving towards supporting multiple exports per session.
however, some plugins aren't going to be able to support this (eg box.net) so
we add the instance to the tempdata table, so that we can quickly check whether
we have an export of the same *type* of plugin in the session.
Penelope Leach [Mon, 16 Nov 2009 14:57:42 +0000 (14:57 +0000)]
portfolio MDL-20850 adding $PAGE->set_url
Penelope Leach [Mon, 16 Nov 2009 14:55:38 +0000 (14:55 +0000)]
portfolio - MDL-20850 - updates to use $PAGE better
Penelope Leach [Mon, 16 Nov 2009 12:57:59 +0000 (12:57 +0000)]
portfolio - MDL-19356 - rename allows_multiple to allows_multiple_instances
this disambiguates, so we can have a function called allows_multiple_exports
Penelope Leach [Mon, 16 Nov 2009 12:57:36 +0000 (12:57 +0000)]
portfolio - MDL-19356 - Mahara portfolio plugin: removed session use
since we can construct whatever return url we want.
Penelope Leach [Mon, 16 Nov 2009 12:57:15 +0000 (12:57 +0000)]
NOBUG - Added a bunch more phpdocs to the portfolio code
Dan Poltawski [Mon, 16 Nov 2009 10:53:23 +0000 (10:53 +0000)]
enrol/database MDL-19445 Fixed infinite loops and removed superfluous objects and casts.
thanks to Daren Chandisingh for the patch
Dan Poltawski [Mon, 16 Nov 2009 10:47:40 +0000 (10:47 +0000)]
enrol/database: MDL-19394 Added required file for ADODB connection
Thanks to Michael Ahenerne/Daren Chandisingh for the patch
Dongsheng Cai [Mon, 16 Nov 2009 02:20:13 +0000 (02:20 +0000)]
"MDL-20843, added missing in upload plugin"
Sam Hemelryk [Mon, 16 Nov 2009 01:12:16 +0000 (01:12 +0000)]
navigation MDL-20833 Moved has_navbar from OUTPUT to PAGE as it is logic
Moodle Robot [Mon, 16 Nov 2009 00:33:02 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091116
Moodle Robot [Sun, 15 Nov 2009 00:33:55 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091115
Moodle Robot [Sat, 14 Nov 2009 00:32:44 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091114
Dongsheng Cai [Fri, 13 Nov 2009 08:51:49 +0000 (08:51 +0000)]
"MDL-17391, document file_type_to_ext class"
Dongsheng Cai [Fri, 13 Nov 2009 08:47:14 +0000 (08:47 +0000)]
"MDL-13766, improve file picker search form"
Dongsheng Cai [Fri, 13 Nov 2009 08:43:18 +0000 (08:43 +0000)]
"MDL-20648, merlot.org repository plugin, support basic search only"
Andrew Davis [Fri, 13 Nov 2009 06:09:54 +0000 (06:09 +0000)]
report backup MDL-19903 Fixed backup report table header
Dongsheng Cai [Fri, 13 Nov 2009 05:31:02 +0000 (05:31 +0000)]
"MDL-20824, use php exception to processs the file which excess the maximum file size"
Martin Dougiamas [Fri, 13 Nov 2009 02:18:17 +0000 (02:18 +0000)]
files/index.php MDL-14632 Added set_url() function
Moodle Robot [Fri, 13 Nov 2009 00:33:12 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091113
Eloy Lafuente [Thu, 12 Nov 2009 23:55:06 +0000 (23:55 +0000)]
MDL-20728 ims-cc import - fix importing of quiz with only 1 question ; merged from 19_STABLE
Francois Marier [Thu, 12 Nov 2009 01:58:33 +0000 (01:58 +0000)]
MDL-20781 lib/excellib: add write_date() function
Moodle Robot [Thu, 12 Nov 2009 00:32:20 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091112
Tim Hunt [Wed, 11 Nov 2009 17:01:12 +0000 (17:01 +0000)]
blocks upgrade: MDL-20820 another blocks upgrade problem with sticky blocks
Even though the visible column is going to be dropped,
we need to set it here or the query at line 2087 will fail.
Huge thanks to Oleg Sychev who did all the debugging and testing for this fix.
jerome mouneyrac [Wed, 11 Nov 2009 15:15:24 +0000 (15:15 +0000)]
webservice MDL-17135 Add some Zend library needed for Amf + add one line in order to set amf server in development mode
Tim Hunt [Wed, 11 Nov 2009 14:50:01 +0000 (14:50 +0000)]
blocks upgrade: MDL-20820 Problem found and fixed by Oleg Sychev.
Petr Skoda [Wed, 11 Nov 2009 14:07:02 +0000 (14:07 +0000)]
MDL-20820 fix for broken sticky block ugprade, credit goes to Oleg Sychev
Petr Skoda [Wed, 11 Nov 2009 10:47:16 +0000 (10:47 +0000)]
NOBUG: mention navigation changes in module upgrade notes
Petr Skoda [Wed, 11 Nov 2009 10:40:46 +0000 (10:40 +0000)]
NOBUG: mention outputlib changes in module upgrade notes
Petr Skoda [Wed, 11 Nov 2009 10:39:58 +0000 (10:39 +0000)]
MDL-19118 comments migration info
Petr Skoda [Wed, 11 Nov 2009 10:38:29 +0000 (10:38 +0000)]
MDL-20191 new db/uninstall.php info
Petr Skoda [Wed, 11 Nov 2009 10:35:45 +0000 (10:35 +0000)]
NOBUG: fixed typos
Dongsheng Cai [Wed, 11 Nov 2009 07:31:52 +0000 (07:31 +0000)]
"MDL-13766, fixed html element id, repository module"
Martin Dougiamas [Wed, 11 Nov 2009 07:14:24 +0000 (07:14 +0000)]
lang/repository upgraded description for repositoryallowexternallinks
Martin Dougiamas [Wed, 11 Nov 2009 07:05:31 +0000 (07:05 +0000)]
Added some ellipses to some new strings
Dongsheng Cai [Wed, 11 Nov 2009 05:26:34 +0000 (05:26 +0000)]
"MDL-20592, improve advimage plugin in editor"
Moodle Robot [Wed, 11 Nov 2009 00:32:51 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091111
Petr Skoda [Tue, 10 Nov 2009 19:45:34 +0000 (19:45 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Tue, 10 Nov 2009 14:28:40 +0000 (14:28 +0000)]
MDL-20625 adding TODO for combination of session and tansactiosn, discussing best solution with Eloy
Petr Skoda [Tue, 10 Nov 2009 14:04:50 +0000 (14:04 +0000)]
MDL-20798 fixed missing access control for module intros
Tim Hunt [Tue, 10 Nov 2009 09:51:29 +0000 (09:51 +0000)]
gradebook cron: MDL-20783 - was broken.
Committing this trivial fix, even though it is testing day. :-p
Petr Skoda [Tue, 10 Nov 2009 09:34:40 +0000 (09:34 +0000)]
MDL-12886 fixed TODOs
Petr Skoda [Tue, 10 Nov 2009 09:31:52 +0000 (09:31 +0000)]
MDL-12886 added missing token restriction
Petr Skoda [Tue, 10 Nov 2009 09:06:42 +0000 (09:06 +0000)]
improved docs
Dongsheng Cai [Tue, 10 Nov 2009 08:57:40 +0000 (08:57 +0000)]
"MDL-20603, remove an unused js file from moodlemedia plugin"
Dongsheng Cai [Tue, 10 Nov 2009 08:51:42 +0000 (08:51 +0000)]
"MDL-20603, added moodlemedia tinymce plugin"
Dongsheng Cai [Tue, 10 Nov 2009 07:40:50 +0000 (07:40 +0000)]
"MDL-20603, restore tinymce media plugin, we will have a brand new moodlemedia plugin"
Moodle Robot [Tue, 10 Nov 2009 00:32:24 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091110
Penelope Leach [Mon, 9 Nov 2009 13:05:39 +0000 (13:05 +0000)]
MDL-20596 - fixes to backup_course_silently and import_backup_file_silently
Merged from MOODLE_19_STABLE - even though backup/restore is broken in HEAD, for a reference for Eloy's backup 2.0
Petr Skoda [Mon, 9 Nov 2009 11:33:14 +0000 (11:33 +0000)]
MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too :-(
Petr Skoda [Mon, 9 Nov 2009 10:11:48 +0000 (10:11 +0000)]
MDL-20700 coding style - new sloppy trailing whitespace fixed
jerome mouneyrac [Mon, 9 Nov 2009 06:30:01 +0000 (06:30 +0000)]
webservice MDL-17135 display function descriptions into the function form
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
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
Moodle Robot [Mon, 9 Nov 2009 00:32:06 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091109
Eloy Lafuente [Sun, 8 Nov 2009 23:15:02 +0000 (23:15 +0000)]
MDL-20625 concurrent tests - added note about MySQL and MSSQL
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()
Petr Skoda [Sun, 8 Nov 2009 22:23:05 +0000 (22:23 +0000)]
MDL-20723 workaround for zlib compressed scripts
Petr Skoda [Sun, 8 Nov 2009 22:12:36 +0000 (22:12 +0000)]
MDL-17135 fixed fatal installation and ugprade error
Petr Skoda [Sun, 8 Nov 2009 22:10:45 +0000 (22:10 +0000)]
MDL-20601 fixed undefined variable in major upgrade redirection
Petr Skoda [Sun, 8 Nov 2009 21:58:32 +0000 (21:58 +0000)]
MDL-12886 more external users api
Petr Skoda [Sun, 8 Nov 2009 21:57:27 +0000 (21:57 +0000)]
MDL-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
Petr Skoda [Sun, 8 Nov 2009 21:39:10 +0000 (21:39 +0000)]
MDL-20625 fixed transaction related todos
Petr Skoda [Sun, 8 Nov 2009 21:20:21 +0000 (21:20 +0000)]
NOBUG fixed TODO which was already solved
Petr Skoda [Sun, 8 Nov 2009 21:19:11 +0000 (21:19 +0000)]
MDL-20625 coding help - better detection of missing commit or rollback
Petr Skoda [Sun, 8 Nov 2009 19:00:19 +0000 (19:00 +0000)]
MDL-20625 new test for transaction cuncurrency - proposed by Eloy
Eloy Lafuente [Sun, 8 Nov 2009 16:16:19 +0000 (16:16 +0000)]
NOBUG: Initial commit of Dhivehi installer lang pack
Dongsheng Cai [Sun, 8 Nov 2009 14:12:12 +0000 (14:12 +0000)]
"MDL-20345, use new comments api in glossary module"
Dongsheng Cai [Sun, 8 Nov 2009 13:20:37 +0000 (13:20 +0000)]
"MDL-20602, added link external option in file picker"
Dongsheng Cai [Sun, 8 Nov 2009 11:25:45 +0000 (11:25 +0000)]
"MDL-13766, fixed function call in repository upload plugin"
Moodle Robot [Sun, 8 Nov 2009 00:31:42 +0000 (00:31 +0000)]
Updated the HEAD build version to
20091108
Petr Skoda [Sat, 7 Nov 2009 16:00:13 +0000 (16:00 +0000)]
MDL-20625 fixed typos, credit goes to Martin Langhoff
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
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"
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
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
Petr Skoda [Sat, 7 Nov 2009 08:52:56 +0000 (08:52 +0000)]
MDL-20625 new delegated transaction support in DML
Moodle Robot [Sat, 7 Nov 2009 00:31:52 +0000 (00:31 +0000)]
Updated the HEAD build version to
20091107
Moodle Robot [Sat, 7 Nov 2009 00:21:02 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (
20091107 )
Petr Skoda [Fri, 6 Nov 2009 12:28:50 +0000 (12:28 +0000)]
MDL-12886 more external users api
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"
Dongsheng Cai [Fri, 6 Nov 2009 09:21:47 +0000 (09:21 +0000)]
"MDL-15488, fixed callback url for flickr repository plugin"
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"
jerome mouneyrac [Fri, 6 Nov 2009 08:17:09 +0000 (08:17 +0000)]
webservice MDL-17135 add logging to add/edit/delete service action
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
Moodle HQ git importer [Fri, 6 Nov 2009 00:33:01 +0000 (00:33 +0000)]
Fixing drift between CVS and git
Moodle Robot [Fri, 6 Nov 2009 00:33:01 +0000 (00:33 +0000)]
Updated the HEAD build version to
20091106
Petr Skoda [Thu, 5 Nov 2009 23:10:35 +0000 (23:10 +0000)]
MDL-12886 more external course api
Petr Skoda [Thu, 5 Nov 2009 23:05:26 +0000 (23:05 +0000)]
MDL-12886 more external users api
Petr Skoda [Thu, 5 Nov 2009 23:03:33 +0000 (23:03 +0000)]
MDL-12886 more external users api
Petr Skoda [Thu, 5 Nov 2009 22:54:48 +0000 (22:54 +0000)]
MDL-12886 more external users api
Petr Skoda [Thu, 5 Nov 2009 22:13:25 +0000 (22:13 +0000)]
MDL-12886 more external groups api
Petr Skoda [Thu, 5 Nov 2009 22:06:49 +0000 (22:06 +0000)]
MDL-12886 more external groups api
Petr Skoda [Thu, 5 Nov 2009 20:04:27 +0000 (20:04 +0000)]
MDL-12886 more external groups api
Eloy Lafuente [Thu, 5 Nov 2009 15:43:32 +0000 (15:43 +0000)]
MDL-20749 annihilating last ocurrences of PAGE/OUTPUT from xmldb actions.
Eloy Lafuente [Thu, 5 Nov 2009 15:40:26 +0000 (15:40 +0000)]
MDL-20749 correct error output - sentences/tables checkers fixed.
Eloy Lafuente [Thu, 5 Nov 2009 13:58:48 +0000 (13:58 +0000)]
MDL-20749 correct error output - some more strings added
Eloy Lafuente [Thu, 5 Nov 2009 13:58:22 +0000 (13:58 +0000)]
MDL-20749 correct error output - key/index checkers fixed.
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