Eloy Lafuente
41941110fd
MDL-22138 backup - I know smaller cathedrals than this, yay quizzes!
2010-10-24 10:43:42 +00:00
Dongsheng Cai
c27353510d
"MDL-15573, question bank the php4 compatiable code will broke in php5"
2010-10-13 04:13:46 +00:00
Petr Skoda
7f38934243
MDL-24321 switching to stdClass in /question/ - I am sure Tim will be very happy
2010-09-21 08:20:46 +00:00
Eloy Lafuente
1eb2aa184a
MDL-22138 backup - calculated and numericals
2010-09-21 01:44:35 +00:00
Eloy Lafuente
a0dc1293d1
MDL-22164 backup - more cleaning of old questions backup code
2010-09-21 00:08:52 +00:00
Pierre Pichet
bd806d55c8
MDL-24268 removing direct call to defaultquestion
2010-09-19 16:04:12 +00:00
Petr Skoda
042a84038c
fixed missing globals
2010-09-18 11:45:59 +00:00
Pierre Pichet
0cd89526dc
MDL-24105 adding parameters to optional_param() calls
2010-09-07 20:45:01 +00:00
Pierre Pichet
d85a7d09a5
MDL-24061 adding only one dataset item working correctly
2010-09-07 06:21:32 +00:00
Petr Skoda
ef14c1e724
MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins
2010-09-05 20:36:18 +00:00
Petr Skoda
f685e83030
MDL-14679 fixed remaining old style set_field()s
2010-09-03 18:14:55 +00:00
Pierre Pichet
c28357f4bb
MDL-23860 putting back code of function preparedatasets() (line 565)
2010-08-19 00:19:49 +00:00
Petr Skoda
0c3c54934a
MDL-23784 converted question types to use new pix API and locations
2010-08-12 19:01:28 +00:00
Dongsheng Cai
fe6ce23489
MDL-16094 File storage conversion Quiz and Questions
2010-08-10 09:56:48 +00:00
Petr Skoda
8b59e62e2d
MDL-19698 deprecated assign new by ref in questions
2010-07-19 08:34:24 +00:00
Petr Skoda
2e0406a53a
repeating upgrade typo fixed
2010-07-06 16:10:17 +00:00
Petr Skoda
572ae764aa
no more id cvs markers or closing php tags
2010-07-04 12:08:18 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Pierre Pichet
d90b016b1b
MDL-17278 Adding control and display features of shared datasets
2010-06-15 04:20:03 +00:00
Helen Foster
ffa956c9c9
MDL-21695 adding help and link strings
2010-05-26 14:31:22 +00:00
Pierre Pichet
8ef9f8ead6
MDL-21694 using strings from namely qtype_calculated as this code is also used with qtype_calculatedmulti .
2010-05-26 00:08:51 +00:00
Pierre Pichet
efeedf0475
MDL-21695 moving strings related to Choose dataset properties and Edit the datasets from quiz.php to qtype_calculated.php
...
and adding very elementary.. help strings
2010-05-26 00:01:21 +00:00
Helen Foster
2ea1237927
MDL-21695 changing help and link strings
2010-05-25 15:59:09 +00:00
Helen Foster
cc002f9d04
MDL-21695 rewording help string
2010-05-25 09:39:46 +00:00
Helen Foster
ebf2f1c428
MDL-21695 adding help and link strings
2010-05-22 20:41:06 +00:00
Pierre Pichet
8105328498
MDL-20296 undefined QTYPE and misplaced }
2010-05-21 08:08:15 +00:00
Pierre Pichet
bbfda34377
MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple edit forms
2010-05-21 01:18:35 +00:00
Pierre Pichet
999f7be4b3
MDL-20296 remove obsolete function response_summary()
2010-05-15 00:09:08 +00:00
Pierre Pichet
9e459630eb
MDL-22441 Invalid SQL (must not have ; at the end )
2010-05-11 08:05:05 +00:00
Pierre Pichet
ed15021fa0
MDL-22386 setting correctly the number of dataitem when duplicating a calculated, calculatedsimple, calculatedmulti question
2010-05-07 21:17:39 +00:00
Pierre Pichet
7367d03d53
MDL-15252 eliminate replicates and add a first calculated_help version MDL-21695
2010-05-03 22:38:49 +00:00
Tim Hunt
8275477c13
calculated qtype: MDL-22241 Invalid SQL (must not have a ; at the end.)
2010-04-29 10:41:55 +00:00
Pierre Pichet
cf14669208
MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple
2010-04-28 20:31:54 +00:00
Pierre Pichet
aa6fae5c70
reordering strings
2010-04-28 10:31:55 +00:00
Pierre Pichet
5940864e84
MDL-15252 integrate qtype_dependent.php strings in qtype_calculated.php and replace qtype_dependent in get_string()
2010-04-28 03:34:38 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
David Mudrak
001fa4b313
MDL-21694 Moving question types strings into plugin space
2010-03-29 20:40:06 +00:00
Petr Skoda
c5dbaba9cf
MDL-20204 converted selects
2010-02-11 09:18:13 +00:00
Pierre Pichet
78a6d0ba1f
MDL-10110 removing call to multichoice field from code
2010-02-08 18:47:16 +00:00
Pierre Pichet
c9acc7728f
MDL-10110 dropping multichoice field in question_calculated_options table
2010-02-08 18:44:53 +00:00
Pierre Pichet
ab8b51424c
MDL-10110 Modifications related to the creation of the calculatedmulti question type
2010-02-07 19:52:52 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
aeb15530b8
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 11:57:52 +00:00
pichetp
824f018248
MDL-20296 saving numerical options
2009-10-13 14:03:01 +00:00
moodler
b3a8a88e52
Removed a spurious blank line
2009-10-13 06:40:37 +00:00
pichetp
fe7e43f430
MDL-20296 setting get_correct_responses() for calculated regular and multichoice
2009-10-13 01:02:30 +00:00