]>
git.mjollnir.org Git - moodle.git/log
skodak [Sun, 15 Jun 2008 11:53:05 +0000 (11:53 +0000)]
MDL-14905 towards functional DB tests
jamiesensei [Sun, 15 Jun 2008 11:52:07 +0000 (11:52 +0000)]
MDL-15250 "Adding a new function quiz_question_action_icons that outputs a string of html"
dongsheng [Sun, 15 Jun 2008 11:47:27 +0000 (11:47 +0000)]
"MDL-14129, fix print_error"
skodak [Sun, 15 Jun 2008 11:41:02 +0000 (11:41 +0000)]
MDL-15094 protected adodb used instead of protected db - we will be able to search for obsoleted $db easier now
dongsheng [Sun, 15 Jun 2008 11:40:25 +0000 (11:40 +0000)]
"MDL-14129, fix print_error"
skodak [Sun, 15 Jun 2008 11:35:25 +0000 (11:35 +0000)]
MDL-15247 lib/dmllib.php is now obsolete
dongsheng [Sun, 15 Jun 2008 11:34:42 +0000 (11:34 +0000)]
"MDL-14129, fix print_error"
dongsheng [Sun, 15 Jun 2008 11:25:45 +0000 (11:25 +0000)]
"MDL-14129, fix print_error"
dongsheng [Sun, 15 Jun 2008 11:07:51 +0000 (11:07 +0000)]
"MDL-14129, fix print_error"
dongsheng [Sun, 15 Jun 2008 11:00:53 +0000 (11:00 +0000)]
"MDL-14129, add new lang string"
dongsheng [Sun, 15 Jun 2008 11:00:30 +0000 (11:00 +0000)]
"MDL-14129, fix print_error"
dongsheng [Sun, 15 Jun 2008 10:47:40 +0000 (10:47 +0000)]
"MDL-14129, add new lang string"
dongsheng [Sun, 15 Jun 2008 10:47:14 +0000 (10:47 +0000)]
"MDL-14129, fix print_error"
skodak [Sun, 15 Jun 2008 10:43:20 +0000 (10:43 +0000)]
MDL-15094 added some overlook conversions - thanks to Eloy's script ;-)
skodak [Sun, 15 Jun 2008 10:42:48 +0000 (10:42 +0000)]
MDL-15094 fixed conversion typo
skodak [Sun, 15 Jun 2008 10:32:50 +0000 (10:32 +0000)]
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
skodak [Sun, 15 Jun 2008 10:15:51 +0000 (10:15 +0000)]
MDL-15094 added some overlook conversions - thanks to Eloy's script ;-)
dongsheng [Sun, 15 Jun 2008 10:13:30 +0000 (10:13 +0000)]
"MDL-14129, fix print_error"
skodak [Sun, 15 Jun 2008 10:12:27 +0000 (10:12 +0000)]
MDL-15245 converted dml searchlib
dongsheng [Sun, 15 Jun 2008 10:06:06 +0000 (10:06 +0000)]
"MDL-14129, fix print_error"
ethem [Sun, 15 Jun 2008 09:57:48 +0000 (09:57 +0000)]
fix skodak's fix, i hope this is last bug.
dongsheng [Sun, 15 Jun 2008 09:48:42 +0000 (09:48 +0000)]
"MDL-14129, fix print_error"
dongsheng [Sun, 15 Jun 2008 09:48:42 +0000 (09:48 +0000)]
"MDL-14129, fix print_error"
skodak [Sun, 15 Jun 2008 09:32:36 +0000 (09:32 +0000)]
MDL-15094 added some overlook conversions - thanks to Eloy's script ;-)
dongsheng [Sun, 15 Jun 2008 09:19:10 +0000 (09:19 +0000)]
"MDL-14129,fix print_error"
dongsheng [Sun, 15 Jun 2008 09:14:55 +0000 (09:14 +0000)]
"MDL-14129, fix print_error"
dongsheng [Sun, 15 Jun 2008 08:35:34 +0000 (08:35 +0000)]
"MDL-14129, add lang string"
dongsheng [Sun, 15 Jun 2008 08:34:35 +0000 (08:34 +0000)]
"MDL-14129, fix print_error"
pichetp [Sun, 15 Jun 2008 03:47:04 +0000 (03:47 +0000)]
MDL-14625 more tolerant to missing subquestions
moodlerobot [Sun, 15 Jun 2008 01:35:04 +0000 (01:35 +0000)]
Updated the HEAD build version to
20080615
jamiesensei [Sat, 14 Jun 2008 13:18:14 +0000 (13:18 +0000)]
MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" initialize array.
moodlerobot [Sat, 14 Jun 2008 01:36:08 +0000 (01:36 +0000)]
Updated the HEAD build version to
20080614
stronk7 [Sat, 14 Jun 2008 00:00:26 +0000 (00:00 +0000)]
Fix some missing $this-> in ddl/dml stuff. MDL-15236
agrabs [Fri, 13 Jun 2008 21:52:25 +0000 (21:52 +0000)]
MDL-15234 - exported questions from moodle 1.8 will not be imported correctly on moodle 1.9
skodak [Fri, 13 Jun 2008 17:51:34 +0000 (17:51 +0000)]
MDL-14956 basic exception support in Moodle + other minor related refactoring
nicolasconnault [Fri, 13 Jun 2008 14:45:11 +0000 (14:45 +0000)]
MDL-14864 Removed old $db variable, replaced by global $DB. This was breaking install on pgsql database.
jamiesensei [Fri, 13 Jun 2008 14:30:35 +0000 (14:30 +0000)]
MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" moved format row method and related methods and properties onto parent class to make it available for use for tables that don't use the functionality in table_sql
thepurpleblob [Fri, 13 Jun 2008 11:13:31 +0000 (11:13 +0000)]
MDL-15228
The old 1.9 code ignored any multiple results so I guess this can do the
same.
thepurpleblob [Fri, 13 Jun 2008 10:52:58 +0000 (10:52 +0000)]
MDL-15229
Fixed incorrect options array for DB call
skodak [Fri, 13 Jun 2008 09:14:41 +0000 (09:14 +0000)]
MDL-14679 magic quotes gpc are strongly discouraged now :-)
dongsheng [Fri, 13 Jun 2008 09:10:05 +0000 (09:10 +0000)]
"MDL-14129, fix print_error"
skodak [Fri, 13 Jun 2008 08:48:24 +0000 (08:48 +0000)]
MDL-14905 towards functional DB tests
skodak [Fri, 13 Jun 2008 08:41:29 +0000 (08:41 +0000)]
MDL-14905 towards functional DB tests
skodak [Fri, 13 Jun 2008 08:41:29 +0000 (08:41 +0000)]
MDL-14905 towards functional DB tests
skodak [Fri, 13 Jun 2008 08:35:29 +0000 (08:35 +0000)]
MDL-14905 towards functional DB tests
nicolasconnault [Fri, 13 Jun 2008 07:59:47 +0000 (07:59 +0000)]
MDL-14958 Basic tests done
dongsheng [Fri, 13 Jun 2008 07:07:45 +0000 (07:07 +0000)]
"MDL-14129, fix print_error"
dongsheng [Fri, 13 Jun 2008 06:55:25 +0000 (06:55 +0000)]
"MDL-14129, fix print_error"
dongsheng [Fri, 13 Jun 2008 06:50:06 +0000 (06:50 +0000)]
"MDL-14129, fix print_error"
dongsheng [Fri, 13 Jun 2008 06:41:36 +0000 (06:41 +0000)]
"MDL-14129, fix print_error"
dongsheng [Fri, 13 Jun 2008 05:13:29 +0000 (05:13 +0000)]
"MDL-14129, add lang string"
dongsheng [Fri, 13 Jun 2008 05:13:29 +0000 (05:13 +0000)]
"MDL-14129, add lang string"
dongsheng [Fri, 13 Jun 2008 05:12:50 +0000 (05:12 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Fri, 13 Jun 2008 01:59:01 +0000 (01:59 +0000)]
Updated the HEAD build version to
20080613
skodak [Thu, 12 Jun 2008 18:28:38 +0000 (18:28 +0000)]
MDL-14905 towards functional DB tests
stronk7 [Thu, 12 Jun 2008 16:01:15 +0000 (16:01 +0000)]
Timezone info updated to tzdata2008c. Merged from 19_STABLE
robertall [Thu, 12 Jun 2008 15:18:13 +0000 (15:18 +0000)]
[MDL-8407] Re-added one line of code from v 1.176 needed by tabs.php and export.php to make the default role required to export database records weaker. Sorry for the messup in merging at the previous commit.
skodak [Thu, 12 Jun 2008 15:18:11 +0000 (15:18 +0000)]
MDL-14905 towards functional DB tests
jamiesensei [Thu, 12 Jun 2008 14:36:19 +0000 (14:36 +0000)]
MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" checking this file in although it is not used yet. It is included in report.php.
skodak [Thu, 12 Jun 2008 14:13:51 +0000 (14:13 +0000)]
MDL-8407 reverting last commit - needs to be merged properly
robertall [Thu, 12 Jun 2008 13:55:46 +0000 (13:55 +0000)]
[MDL-8407] Make the default role required to export database records weaker (use the 1.9 mod/data capability "viewalluserpresets"). Merged from MOODLE_19_STABLE.
nicolasconnault [Thu, 12 Jun 2008 12:55:13 +0000 (12:55 +0000)]
CONTRIB-490 Fixed minor bugs uncovered by generator script
dongsheng [Thu, 12 Jun 2008 11:53:58 +0000 (11:53 +0000)]
"MDL-14129, add lang string"
dongsheng [Thu, 12 Jun 2008 11:53:58 +0000 (11:53 +0000)]
"MDL-14129, add lang string"
dongsheng [Thu, 12 Jun 2008 11:52:15 +0000 (11:52 +0000)]
"MDL-14129, fix print_error"
jmg324 [Thu, 12 Jun 2008 11:07:03 +0000 (11:07 +0000)]
MDL-15223 need to default backup_blogs for backup_course_silently not to have PHP notice errors
dongsheng [Thu, 12 Jun 2008 10:57:54 +0000 (10:57 +0000)]
"MDL-14129, add new lang string"
dongsheng [Thu, 12 Jun 2008 10:55:23 +0000 (10:55 +0000)]
"MDL-14129, fix all print_error"
skodak [Thu, 12 Jun 2008 09:38:49 +0000 (09:38 +0000)]
MDL-14905 towards functional DB tests
nicolasconnault [Thu, 12 Jun 2008 09:15:16 +0000 (09:15 +0000)]
CONTRIB-490 Added support for scripted generation of questions. Calculated type not yet supported (datasets too complicated ;)
nicolasconnault [Thu, 12 Jun 2008 09:13:38 +0000 (09:13 +0000)]
MDL-15204 Added new files
nicolasconnault [Thu, 12 Jun 2008 09:08:16 +0000 (09:08 +0000)]
MDL-15107 Fixed bug in dmllib code
nicolasconnault [Thu, 12 Jun 2008 09:07:37 +0000 (09:07 +0000)]
MDL-15113 Fixed bug in dmllib code
cataluke [Thu, 12 Jun 2008 02:09:26 +0000 (02:09 +0000)]
MDL-15156 fix conflict in schema for MNET PREFIX_mnet_enrol_course table, merged from 19
moodlerobot [Thu, 12 Jun 2008 01:57:20 +0000 (01:57 +0000)]
Updated the HEAD build version to
20080612
moodlerobot [Thu, 12 Jun 2008 01:22:35 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080612 )
cataluke [Thu, 12 Jun 2008 01:16:49 +0000 (01:16 +0000)]
MDL-15008: mnet/environment.php: Update wwwroot/ip_address when key is deleted/recreated.
skodak [Wed, 11 Jun 2008 22:51:36 +0000 (22:51 +0000)]
MDL-14905 towards functional DB tests
mudrd8mz [Wed, 11 Jun 2008 21:58:11 +0000 (21:58 +0000)]
MDL-15214 there is no such field "emailenable"
ethem [Wed, 11 Jun 2008 18:34:20 +0000 (18:34 +0000)]
///
ethem [Wed, 11 Jun 2008 18:10:39 +0000 (18:10 +0000)]
fix skodak's fix... courseid is not param, it is an order by field.
ethem [Wed, 11 Jun 2008 17:27:58 +0000 (17:27 +0000)]
fix skodak's fix :) Skodak, I recommend you to use Zend Development Environment (ZDE)... Tools -> Analyze Code shows bugs & unused variables & what ever you want :D
jamiesensei [Wed, 11 Jun 2008 15:31:42 +0000 (15:31 +0000)]
MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" added calculations for CIC, ER and SE.
ethem [Wed, 11 Jun 2008 13:37:53 +0000 (13:37 +0000)]
fix skodak's fix :)
scyrma [Wed, 11 Jun 2008 09:21:29 +0000 (09:21 +0000)]
MDL-14795: a better configuration for the buttons (now left-aligned)
scyrma [Wed, 11 Jun 2008 08:43:14 +0000 (08:43 +0000)]
MDL-14739: make the html editor work on the messaging screen
scyrma [Wed, 11 Jun 2008 08:41:40 +0000 (08:41 +0000)]
MDL-11113: Make the editor work for the frontpage summary field
scyrma [Wed, 11 Jun 2008 08:39:05 +0000 (08:39 +0000)]
MDL-14741:
* make the htmleditor display like all other fields
* fixes typos in the theme file
scyrma [Wed, 11 Jun 2008 08:37:26 +0000 (08:37 +0000)]
MDL-14741: Simplifies the activation of the htmleditor. This is a work-in-progress at this stage, but it's an improvement on the current state.
scyrma [Wed, 11 Jun 2008 08:32:46 +0000 (08:32 +0000)]
MDL-14741
* enables the full xhtml ruleset by default
* creates two distinct configuration sets (simple and advanced)
* makes the editor work on IE and Safari
* the administrator-specified buttons have been disabled (will be re-enabled later)
scyrma [Wed, 11 Jun 2008 08:27:13 +0000 (08:27 +0000)]
MDL-14741: Fix to prevent problems when using the htmledit on a https-enabled site
scyrma [Wed, 11 Jun 2008 08:26:16 +0000 (08:26 +0000)]
MDL-14741: Sent by Mauno K. - Fix one typo in Dragmath plugin for TinyMCE
jmg324 [Wed, 11 Jun 2008 08:22:38 +0000 (08:22 +0000)]
MDL-15183 defaulting a couple of variables in the graph class rather than every graph object needing to do it.
jerome [Wed, 11 Jun 2008 06:04:06 +0000 (06:04 +0000)]
MDL-15112 lesson dml conversion - fix the previous fix ($DB->count_records_select should be $DB->count_records)
jerome [Wed, 11 Jun 2008 05:51:43 +0000 (05:51 +0000)]
MDL-15112 lesson dml conversion
jerome [Wed, 11 Jun 2008 05:39:52 +0000 (05:39 +0000)]
MDL-15112 lesson dml conversion
scyrma [Wed, 11 Jun 2008 03:51:05 +0000 (03:51 +0000)]
MDL-14739 - move the emoticons configuration in the common section
moodlerobot [Wed, 11 Jun 2008 01:57:10 +0000 (01:57 +0000)]
Updated the HEAD build version to
20080611
skodak [Tue, 10 Jun 2008 22:05:29 +0000 (22:05 +0000)]
MDL-14905 towards functional DB tests
nicolasconnault [Tue, 10 Jun 2008 20:10:50 +0000 (20:10 +0000)]
MDL-15204 Update complete