Dan Poltawski
7350e439bf
Merge branch 'MDL-36243_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2012-12-11 16:24:34 +08:00
Sam Hemelryk
2e6538382a
Merge branch 'MDL-36942_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-12-11 15:04:17 +13:00
Jean-Michel Vedrine
f62c457ece
MDL-36243 question->questiontext and question->generalfeedback should always be strings
2012-12-08 20:47:32 +01:00
Tim Hunt
a0a83bd0bf
MDL-36942 xml question import: don't add spaces.
...
They are not necessary anyway, there is a \n character at the end of
each line.
Thanks to Richard Lobb for fining the problem and how to fix it.
2012-11-30 15:53:30 +00:00
Dan Poltawski
dceeeb29e0
MDL-36887 quiz: reorder upgrade.txt's
2012-11-30 11:44:33 +08:00
Jean-Michel Vedrine
58310f8845
MDL-32865 CLOZE Questions imported from another course end up with broken image links
2012-11-17 16:45:40 +01:00
Frederic Massart
d3187c299a
MDL-34570 Accessibility: Adding labels on text inputs and selects to questions
2012-09-28 11:39:32 +08:00
Rossiani Wijaya
daa3c5ff1b
MDL-34570 accessibility compliance for question: edit string label
2012-09-28 11:39:32 +08:00
Eloy Lafuente (stronk7)
0f5c4b8397
Merge branch 'MDL-34841_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
2012-09-18 01:15:31 +02:00
Tim Hunt
5df0a6b47e
MDL-34841 error importing questions with long names.
...
The problem was with the non-UTF-8-safe way that a question name
was being constructed from the question text.
I have done a proper fix with methods in the base class to
carefully construct a question name that is reasonable, and
which will fit in the database column. Then I have changed all
importers to use the new methods.
I also remembered not to break the lesson in the process.
2012-09-12 17:38:40 +01:00
David Mudrák
babf5f522e
MDL-35272 Fix typo in qformat_blackboard_six.php
...
Credit goes to German Valero for spotting and reporting this.
2012-09-11 01:03:22 +02:00
Eloy Lafuente (stronk7)
56c5e1db1b
MDL-25492 bb6 import: bump version after big changes.
2012-08-28 20:15:18 +02:00
Eloy Lafuente (stronk7)
ed29fa1274
Merge branch 'MDL-25492_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2012-08-28 20:08:19 +02:00
Tim Hunt
a129b76cc3
MDL-32464 qformat multianswer: fix missing include.
...
Also, add a sample file that can be used for testing, and add a unit
test to verify this is working.
2012-08-24 16:56:52 +01:00
Jean-Michel Vedrine
cc0188c21c
MDL-25492 Blackboard V6+ question import is broken.
2012-08-24 13:52:05 +02:00
Jean-Michel Vedrine
9832fde1c0
MDL-34738 fix for the problem found during testing : dat files not accepted on some servers
2012-08-22 16:38:08 +02:00
Dan Poltawski
8172f3b2d3
MDL-34808 qformat_examview - increment version
2012-08-21 11:05:58 +08:00
Dan Poltawski
b02734b77d
Merge branch 'MDL-34808_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE
2012-08-21 11:00:49 +08:00
Dan Poltawski
b747690361
MDL-34738 qformat_blackboard - increment version number
2012-08-21 09:55:50 +08:00
Jean-Michel Vedrine
2e941f3356
MDL-34808 load sample xml file from fixtures in tests
2012-08-20 10:47:31 +02:00
Jean-Michel Vedrine
f3ad0ed27d
MDL-34738 load sample dat file in tests
2012-08-20 09:52:53 +02:00
Jean-Michel Vedrine
1ff3389a54
MDL-34808 qformat examview Add phpunit tests to examview import format
2012-08-19 16:35:21 +02:00
Jean-Michel Vedrine
8a8dd7d8c8
MDL-34738 qformat blackboard: blackboard format is broken
2012-08-18 10:55:26 +02:00
Tim Hunt
0b7dfe12ed
MDL-34483 qformat_examview: Commit example file.
...
Supplied by Rick Jerz.
2012-07-30 11:57:29 +01:00
Jean-Michel Vedrine
e3f79e9347
MDL-34483 qformat_examview: handle more questions.
...
These fixes come from testing with the example file supplied by Rick
Jerz.
2012-07-27 12:20:13 +01:00
Jean-Michel Vedrine
0940ba1f16
MDL-34483 qformat_examview: clean the code to make codechecker happy
2012-07-27 12:20:11 +01:00
Jean-Michel Vedrine
53f2f306dd
MDL-34483 qformat_examview: changes required to make it basically work.
2012-07-27 12:20:10 +01:00
Tim Hunt
69a600a067
MDL-34171 qformat_gift: Fix edge case with special character escaping.
...
We need to escape \ on export, because it is un-escaped on import.
2012-07-06 10:48:20 +01:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Petr Skoda
2338458ac5
MDL-32569 drop all migrated question simpletests
2012-04-21 16:43:34 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fe .
2012-04-11 17:18:58 +12:00
Dan Poltawski
7a1ed64587
Merge branch 'w15_MDL-32323_m23_phpunit3' of git://github.com/skodak/moodle
2012-04-11 09:32:58 +08:00
Petr Skoda
603bd00112
MDL-32323 convert question tests
...
1/ type/match/tests/walkthrough_test.php - tests are failing randomly, looks like some weird randomisation is going on there - see TODOs
2/ type/multianswer/tests/upgradelibnewqe_test.php contains invalid expected value - see TODO
2012-04-10 15:27:11 +02:00
Sam Hemelryk
5bfeb5ffd3
Merge branch 'MDL-30843_b' of git://github.com/rwijaya/moodle
2012-04-10 12:34:37 +12:00
Dan Poltawski
86cfd9966a
MDL-32220 question import: readquestions arguments change
...
Removed the context parameter for blackboard and blackboard_six formats.
This parameter was removed in 4d188926
2012-04-04 14:46:54 +08:00
Eloy Lafuente (stronk7)
46ed2f8b7f
Merge branch 'w14_MDL-32251_m23_strict3' of git://github.com/skodak/moodle
2012-04-03 21:17:58 +02:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Petr Skoda
caee6e6c26
MDL-32251 E_STRICT fixes part 3
2012-03-29 15:24:30 +02:00
Tim Hunt
4d18892676
MDL-32220 question import: files sometimes stored in the wrong context.
...
Sadly, this involves a small API change, but I don't believe anyone was
using the argument I had to remove (because we were sometimes passing a
wrong value, and there is not way to compute the right value at that
point in the code.)
Also sadly, the code to compute the context we are importing into is now
rather spaghetti-like, but it works.
2012-03-29 14:13:28 +01:00
Petr Skoda
e2bb3c9275
MDL-32094 some more E_STRICT fixes
2012-03-18 20:40:20 +01:00
Eloy Lafuente (stronk7)
a1ef8c6d3c
MDL-28364 whitespace fixes
2012-03-07 04:00:39 +01:00
Jonathon Fowler
7da7bfa17d
MDL-28364 handle question formats that support multiple file types
2012-02-28 09:39:06 +10:00
Petr Skoda
927010240f
MDL-31006 some more PHP54 notices
...
PHP54 compatibility - PhpStorm IDE is the best tool for this kind of work!!
2012-01-18 01:17:25 +01:00
Tim Hunt
c2f5e2ab81
MDL-30635 enable standard cron for all question and quiz plugin types.
...
* Support for old non-standard cron for quiz reports dropped. (Standard
cron support was added in 2.2
* Cron support added for qbehaviour, qformat and quizacces plugins.
* qtypes were already supported in the standard way.
2012-01-06 18:42:35 +00:00
Sam Hemelryk
b64a3e1ac1
MDL-30485 whitespace fix
2011-11-30 11:55:55 +13:00
Tim Hunt
3385a144b8
MDL-30485 XML import from 1.9 does not handle files in subfolders.
2011-11-28 17:26:17 +00:00
Eloy Lafuente (stronk7)
48e74d2c10
Merge branch 'MDL-29060' of git://github.com/timhunt/moodle
2011-11-23 11:47:51 +01:00
Tim Hunt
2ecbad416e
MDL-30397 qformat_xml::format() should be public.
2011-11-22 07:21:04 +00:00
Tim Hunt
7e7fdf59c6
MDL-29060 q export: writefiles should be public write_files & belongs to XML format.
2011-11-20 11:49:41 +00:00
Eloy Lafuente (stronk7)
d59df6582b
Merge branch 'MDL-29808' of git://github.com/timhunt/moodle
...
Conflicts:
question/type/upgrade.txt
There were already one just added upgrade.txt file so this ended
conflicting. Reviewed the contents, I've deleted the less detailed
note about pluginname, leaving the longer description added by Tim.
Ciao :-)
2011-11-10 21:54:36 +01:00