]>
git.mjollnir.org Git - moodle.git/log
dongsheng [Wed, 29 Oct 2008 02:23:19 +0000 (02:23 +0000)]
"MDL-16784, remove css style, added a hack for ie6"
moodlerobot [Wed, 29 Oct 2008 01:46:08 +0000 (01:46 +0000)]
Updated the HEAD build version to
20081029
dongsheng [Wed, 29 Oct 2008 01:37:40 +0000 (01:37 +0000)]
"MDL-16896, update html element reference when show filepicker"
tjhunt [Wed, 29 Oct 2008 01:33:26 +0000 (01:33 +0000)]
participants list: MDL-17055 temporary fix for this regression. Do the DISTINCT bit in PHP rather than SQL.
skodak [Tue, 28 Oct 2008 22:31:26 +0000 (22:31 +0000)]
MDL-14990 dml: towards proper logging/perf infrastructure
stronk7 [Tue, 28 Oct 2008 17:57:51 +0000 (17:57 +0000)]
Missing parenthesis in sql_substr(). MDL-16669
skodak [Tue, 28 Oct 2008 15:37:15 +0000 (15:37 +0000)]
MDL-17020 dml: native pgsql driver - fixed error detection on connect
skodak [Tue, 28 Oct 2008 15:21:01 +0000 (15:21 +0000)]
MDL-16930 dml: exceptions instead of print_error
skodak [Tue, 28 Oct 2008 15:11:10 +0000 (15:11 +0000)]
MDL-16669 dml: improved sql_substring(), added unit tests
skodak [Tue, 28 Oct 2008 12:14:09 +0000 (12:14 +0000)]
MDL-15070 dml: recordset rewinding now forbidden - not all databases support it, sorry
skodak [Tue, 28 Oct 2008 12:04:10 +0000 (12:04 +0000)]
MDL-17020 dml: native pgsql driver - minor coding style improvement
skodak [Tue, 28 Oct 2008 12:03:04 +0000 (12:03 +0000)]
MDL-17020 dml: native pgsql driver - socket and persistent connection support
skodak [Tue, 28 Oct 2008 12:02:13 +0000 (12:02 +0000)]
MDL-14990 dml: added __destruct method, will be needed for logging
tjhunt [Tue, 28 Oct 2008 06:51:36 +0000 (06:51 +0000)]
user selection: MDL-16996 Improve the user selector used on the assign roles and group memebers pages - Write the JavaScript to do the Ajax requests and update the list of users.
tjhunt [Tue, 28 Oct 2008 06:49:58 +0000 (06:49 +0000)]
roles interface: MDL-16965 make a view that explains the has_capability calculation for a given capability in a given context for a given user - I forgot to check in the language strings before.
tjhunt [Tue, 28 Oct 2008 06:48:16 +0000 (06:48 +0000)]
xmldb checks: MDL-16975 refactor the various checks to eliminate duplicated code - I forgot to check in the language strings before.
jerome [Tue, 28 Oct 2008 04:03:12 +0000 (04:03 +0000)]
MDL-15352: check that the user exists on the remote server and that is allowed to access the file he's requesting
jerome [Tue, 28 Oct 2008 04:02:25 +0000 (04:02 +0000)]
MDL-15352: check that the user exists on the remote server and that is allowed to access the file he's requesting
jerome [Tue, 28 Oct 2008 04:00:34 +0000 (04:00 +0000)]
MDL-15352: check that the user exists on the remote server and that is allowed to access the file he's requesting
dongsheng [Tue, 28 Oct 2008 03:13:31 +0000 (03:13 +0000)]
"MDL-17014, check soap extension in alfresco plugin"
fmarier [Tue, 28 Oct 2008 01:50:10 +0000 (01:50 +0000)]
MDL-17037 Lossless optimization of all PNG and JPEG images
moodlerobot [Tue, 28 Oct 2008 01:48:46 +0000 (01:48 +0000)]
Updated the HEAD build version to
20081028
tjhunt [Mon, 27 Oct 2008 23:36:07 +0000 (23:36 +0000)]
qtype multichoice: MDL-17029 - followup - revert my overzealous copying and pasting. Thanks to Myles Carrick for noticing my mistake.
skodak [Mon, 27 Oct 2008 22:21:34 +0000 (22:21 +0000)]
MDL-17036 dml: dbpersist moved into dboptions
skodak [Mon, 27 Oct 2008 21:57:45 +0000 (21:57 +0000)]
MDL-17020 dml: native pgsql driver - fixed wrong handling of binary fields in get_column()
skodak [Mon, 27 Oct 2008 20:59:21 +0000 (20:59 +0000)]
MDL-17020 dml: native pgsql driver - transactions minor changes
skodak [Mon, 27 Oct 2008 20:58:37 +0000 (20:58 +0000)]
MDL-14679 dml/native_mysqli transactions support
skodak [Mon, 27 Oct 2008 20:21:04 +0000 (20:21 +0000)]
MDL-17020 dml: native pgsql driver - implementation and unittests of transactions
skodak [Mon, 27 Oct 2008 15:54:36 +0000 (15:54 +0000)]
MDL-17020 dml: native pgsql driver - ddl unittest more robust - fixed typo, thanks ELoy!
skodak [Mon, 27 Oct 2008 15:50:32 +0000 (15:50 +0000)]
MDL-17020 dml: native pgsql driver - ddl unittest more robust
skodak [Mon, 27 Oct 2008 15:42:52 +0000 (15:42 +0000)]
MDL-17020 dml: native pgsql driver - support for bytea updating
skodak [Mon, 27 Oct 2008 15:31:11 +0000 (15:31 +0000)]
MDL-17020 dml: native pgsql driver - support for bytea reading
skodak [Mon, 27 Oct 2008 15:30:38 +0000 (15:30 +0000)]
MDL-17020 dml: native pgsql driver - improved get_record and get_field - this should be faster
skodak [Mon, 27 Oct 2008 12:33:09 +0000 (12:33 +0000)]
MDL-17020 dml: native pgsql driver - fixing/improving unittests; fixed column names in indexes
skodak [Mon, 27 Oct 2008 12:10:24 +0000 (12:10 +0000)]
MDL-17020 dml: native pgsql driver - fixing/improving unittests
skodak [Mon, 27 Oct 2008 12:01:15 +0000 (12:01 +0000)]
MDL-17020 dml: native pgsql driver - fixing/improving unittests
skodak [Mon, 27 Oct 2008 12:00:04 +0000 (12:00 +0000)]
MDL-17020 dml: native pgsql driver - $ bound syntax fully implemented, we do not need string for exception anymore
skodak [Mon, 27 Oct 2008 11:43:17 +0000 (11:43 +0000)]
MDL-17020 dml: native pgsql driver - more resource freeing
tjhunt [Mon, 27 Oct 2008 08:37:50 +0000 (08:37 +0000)]
user selection: MDL-16995 Improve the user selector used on the assign roles and group memebers pages - Implement search.php which does the work for ajax requests.
tjhunt [Mon, 27 Oct 2008 07:40:57 +0000 (07:40 +0000)]
user selection: MDL-16992 Improve the user selector used on the assign roles and group memebers pages - Create a base class.
tjhunt [Mon, 27 Oct 2008 07:30:44 +0000 (07:30 +0000)]
user selection: MDL-16992 Improve the user selector used on the assign roles and group memebers pages - Create a base class.
jerome [Mon, 27 Oct 2008 05:12:32 +0000 (05:12 +0000)]
MDL-15352: add error management to mnet communication
tjhunt [Mon, 27 Oct 2008 04:23:23 +0000 (04:23 +0000)]
qtype multichoice: MDL-17029 answernumbering option was not being backed up or restored.
dongsheng [Mon, 27 Oct 2008 02:57:29 +0000 (02:57 +0000)]
"MDL-17014, check soap extension before create alfresco plugin"
tjhunt [Mon, 27 Oct 2008 02:33:34 +0000 (02:33 +0000)]
qtype match: MDL-16450 Change validation so it is possible to create matching questions with two stems and three answers.
Thanks to Oleg Sychev for implementing this.
moodlerobot [Mon, 27 Oct 2008 01:41:41 +0000 (01:41 +0000)]
Updated the HEAD build version to
20081027
moodlerobot [Mon, 27 Oct 2008 01:22:32 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (
20081027 )
skodak [Sun, 26 Oct 2008 22:36:13 +0000 (22:36 +0000)]
MDL-17020 dml: native pgsql driver - still buggy, works only partially
skodak [Sun, 26 Oct 2008 13:00:53 +0000 (13:00 +0000)]
MDL-14679 dml/native_mysqli recordset cleanup
skodak [Sun, 26 Oct 2008 12:45:05 +0000 (12:45 +0000)]
MDL-17020 dml: dollar bound query syntax support
moodlerobot [Sun, 26 Oct 2008 01:37:21 +0000 (01:37 +0000)]
Updated the HEAD build version to
20081026
moodlerobot [Sun, 26 Oct 2008 01:18:45 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20081026 )
skodak [Sat, 25 Oct 2008 18:40:35 +0000 (18:40 +0000)]
MDL-14679 dml/native_mysqli fixed sql concat
skodak [Sat, 25 Oct 2008 18:37:59 +0000 (18:37 +0000)]
MDL-14679 dml/native_mysqli adding lang strings
skodak [Sat, 25 Oct 2008 18:31:40 +0000 (18:31 +0000)]
MDL-14679 dml/native_mysqli fixed decimal columns - unittests now complete without errors!
skodak [Sat, 25 Oct 2008 18:26:55 +0000 (18:26 +0000)]
MDL-14679 dml/native_mysqli implemented blob type
skodak [Sat, 25 Oct 2008 18:12:17 +0000 (18:12 +0000)]
MDL-14679 dml/native_mysqli fixed recordsets handling
skodak [Sat, 25 Oct 2008 18:01:54 +0000 (18:01 +0000)]
MDL-14679 dml/native_mysqli fixed column cache
skodak [Sat, 25 Oct 2008 17:52:38 +0000 (17:52 +0000)]
MDL-16029 extralocations deprecated
skodak [Sat, 25 Oct 2008 17:43:45 +0000 (17:43 +0000)]
MDL-16930 dml: converting print_error to exceptions
nicolasconnault [Sat, 25 Oct 2008 13:35:20 +0000 (13:35 +0000)]
MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read)
moodlerobot [Sat, 25 Oct 2008 01:47:05 +0000 (01:47 +0000)]
Updated the HEAD build version to
20081025
robertall [Fri, 24 Oct 2008 20:17:10 +0000 (20:17 +0000)]
[MDL-15425] Search Filters are too persistant. Merged from MOODLE_19_STABLE.
skodak [Fri, 24 Oct 2008 17:56:35 +0000 (17:56 +0000)]
MDL-16930 dml - towards exceptions
skodak [Fri, 24 Oct 2008 17:54:58 +0000 (17:54 +0000)]
fixed syntax error ;-)
skodak [Fri, 24 Oct 2008 17:53:15 +0000 (17:53 +0000)]
MDL-16785 bogus grades inserted when formulas used - credit Michael Spall and Ann Adamcik; merged from MOODLE_19_STABLE
sam_marshall [Fri, 24 Oct 2008 16:20:37 +0000 (16:20 +0000)]
MDL-17003: Completion progress report needs paging system as large reports can kill browser
jamiesensei [Fri, 24 Oct 2008 15:34:19 +0000 (15:34 +0000)]
MDL-17002 "unit test to test quiz_report_index_by_keys"
jamiesensei [Fri, 24 Oct 2008 15:17:45 +0000 (15:17 +0000)]
MDL-17000 "telling get_list_of_plugins() to ignore simpletest directories" added simpletest to the list of dirs to ignore.
jamiesensei [Fri, 24 Oct 2008 15:13:08 +0000 (15:13 +0000)]
MDL-17001 "Moving admin/report/simpletest to directory unittest" changing some references to old simpletest directory name.
jamiesensei [Fri, 24 Oct 2008 15:10:41 +0000 (15:10 +0000)]
renamed admin/report/simpletest to unittest
sam_marshall [Fri, 24 Oct 2008 13:31:49 +0000 (13:31 +0000)]
MDL-16756: Groups bugfixes and multiple select support for deletion
sam_marshall [Fri, 24 Oct 2008 10:12:33 +0000 (10:12 +0000)]
MDL-15498 Minor display bug with completion progress report
jerome [Fri, 24 Oct 2008 08:39:37 +0000 (08:39 +0000)]
MDL-15352: fix search (Moodle remote plugin)
tjhunt [Fri, 24 Oct 2008 06:41:50 +0000 (06:41 +0000)]
user selection: MDL-16991 Improve the user selector used on the assign roles and group memebers pages - Create admin setting
nicolasconnault [Fri, 24 Oct 2008 06:40:27 +0000 (06:40 +0000)]
MDL-16784 removing require_once
jerome [Fri, 24 Oct 2008 05:50:57 +0000 (05:50 +0000)]
MDL-15352: clean indentation
jerome [Fri, 24 Oct 2008 05:36:59 +0000 (05:36 +0000)]
MDL-15352: trivial change, add a clear error message when can't retirve listing
tjhunt [Fri, 24 Oct 2008 02:53:51 +0000 (02:53 +0000)]
moodlelib iprange checks: MDL-16986 If the user makes a mistake and types something like 172.16.1.143/148, with something greater than 32 after the slash, treat it as /32.
moodlerobot [Fri, 24 Oct 2008 01:51:50 +0000 (01:51 +0000)]
Updated the HEAD build version to
20081024
jerome [Thu, 23 Oct 2008 09:51:48 +0000 (09:51 +0000)]
MDL-15352: fix warning on admin.php (temporary fix)
tjhunt [Thu, 23 Oct 2008 09:23:52 +0000 (09:23 +0000)]
question bank category editing: To be honest, I can't rememeber exactly what bug this fixes, but it was a problem I found and fixed while preparing to demo stuff at the Brisbane Moodle Moot. In the process of fixing whatever issue it was (I think it was something to do with the permissions checks in some cases) I cleaned to code up and made it easier to understand, and I trust myself, so I am checking this in.
jerome [Thu, 23 Oct 2008 09:21:49 +0000 (09:21 +0000)]
MDL-15352: fix a bug introduce when I cleaned mnet/xmlrpc/server.php
tjhunt [Thu, 23 Oct 2008 09:17:50 +0000 (09:17 +0000)]
Question bank: error when deleting empty categories.
tjhunt [Thu, 23 Oct 2008 09:05:37 +0000 (09:05 +0000)]
file/link resource: Fix notice.
tjhunt [Thu, 23 Oct 2008 09:04:52 +0000 (09:04 +0000)]
listlib: off-by-one error. I found this while preparing my Brisbane MoodleMoot demo. It was causing notices on the question bank page, or something like that.
nicolasconnault [Thu, 23 Oct 2008 08:54:49 +0000 (08:54 +0000)]
MDL-16784 Added a hack for ie6, which causes a little glitch in ie5.5, but nothing major
tjhunt [Thu, 23 Oct 2008 08:32:12 +0000 (08:32 +0000)]
xmldb checks: MDL-16976 write a check that finds rows that violate the foreign key constraints.
tjhunt [Thu, 23 Oct 2008 08:30:43 +0000 (08:30 +0000)]
xmldb checks: MDL-16975 refactor the various checks to eliminate duplicated code.
jerome [Thu, 23 Oct 2008 08:14:24 +0000 (08:14 +0000)]
MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service
jerome [Thu, 23 Oct 2008 08:14:23 +0000 (08:14 +0000)]
MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service
tjhunt [Thu, 23 Oct 2008 07:30:12 +0000 (07:30 +0000)]
qtype database definitions: MDL-16978 Lots of foreign key definitions in install.xml files erroniously link to the questions table. It should be question.
dongsheng [Thu, 23 Oct 2008 07:11:47 +0000 (07:11 +0000)]
"MDL-16911, enable searching dialog and adjust thumbnail width"
dongsheng [Thu, 23 Oct 2008 07:10:50 +0000 (07:10 +0000)]
"MDL-13766, add thumbnail_width option for listing"
dongsheng [Thu, 23 Oct 2008 04:26:48 +0000 (04:26 +0000)]
"MDL-16650, fixed bug of returning raw urls"
dongsheng [Thu, 23 Oct 2008 04:10:59 +0000 (04:10 +0000)]
"MDL-16911, youtube plugin for repository module"
moodlerobot [Thu, 23 Oct 2008 01:59:54 +0000 (01:59 +0000)]
Updated the HEAD build version to
20081023
mjollnir_ [Wed, 22 Oct 2008 10:45:05 +0000 (10:45 +0000)]
MDL-16541 - text resource portfolio implementation - send as .html since we're formatting that way
tjhunt [Wed, 22 Oct 2008 10:26:45 +0000 (10:26 +0000)]
quiz attempt javascript: MDL-16833 the javascript that stops enter from submitting the forum in quiz attempts was broken in HEAD.
tjhunt [Wed, 22 Oct 2008 10:24:26 +0000 (10:24 +0000)]
admin tree: remove spurious space.