David Mudrak
3278dfeb5f
MDL-21250 fixed capitalized words and redundant spaces
2010-11-21 01:13:15 +00:00
Moodle Robot
e3f031dcb0
Updated the HEAD build version to 20101121
2010-11-21 00:52:22 +00:00
David Mudrak
5b2b977db7
MDL-21250 capitalized words in core_question
2010-11-20 20:38:31 +00:00
David Mudrak
432ef80368
Fixed the error string wording
2010-11-20 19:38:23 +00:00
Petr Skoda
c4cef1fe39
MDL-25314 weaker misconfiguration detection
...
seems like there are too many problems in buffer flushing in different PHP/browser configurations; flushing the buffers after all headers are sent, this is the safest way
2010-11-20 11:39:11 +00:00
Petr Skoda
116ee3e433
MDL-25314 coding style improvement
2010-11-20 03:56:34 +00:00
Petr Skoda
596c71156d
MDL-25314 some more header diagnostics when preparing to send file
2010-11-20 03:55:53 +00:00
Petr Skoda
871ed45870
MDL-25314 adding some header/session related notes
2010-11-20 03:49:20 +00:00
Petr Skoda
5e21cac896
MDL-25336 fixed & in mod/url and fixed incomplete click url when embedding
2010-11-20 03:17:19 +00:00
Petr Skoda
56e507b2ee
MDL-25335 prevent errors when invalid format specified in resource text page
2010-11-20 02:51:26 +00:00
Petr Skoda
6c796bb6bd
MDL-25338 optional param: newcourseidnumber is treated like required param resulting in logic error, credit goes to Nick Thompson
2010-11-20 02:27:34 +00:00
Petr Skoda
3338a72fa0
MDL-25337 fixed invalid config test in enrol course sync, credit goes to Nick Thompson
2010-11-20 02:24:05 +00:00
Moodle Robot
db9701d901
Updated the HEAD build version to 20101120
2010-11-20 00:58:40 +00:00
Eloy Lafuente
6bfe81293f
MDL-25268 dml - change whitespace capture in limitfrom/limitnum regexp. Fixes some border cases
2010-11-20 00:49:01 +00:00
AMOS bot
a5c55a58c2
Automatic installer lang files (20101120)
2010-11-20 00:40:10 +00:00
Eloy Lafuente
8be6dfcc4a
MDL-25340 external blof - fix problem with extra tags processing
2010-11-19 23:58:53 +00:00
Dan Marsden
1ed0a96c28
SCORM MDL-25320 removes spaces from children patterns - thanks to Ian Wright for report
2010-11-19 23:35:12 +00:00
Eloy Lafuente
a742eb1f8b
MDL-25340 external blog - fix sql_compare_text() use
2010-11-19 21:57:15 +00:00
Eloy Lafuente
296f6c99b1
NOBUG: moodle/blog:manageexternal is SYSTEM cap, not USER at all
2010-11-19 18:25:27 +00:00
Eloy Lafuente
33a87f14c6
NOBUG: Add one missing cap. definition string
2010-11-19 17:45:38 +00:00
Sam Marshall
b09b6ed8dd
MDL-25301 'Upload this file' button should not have ...
2010-11-19 16:27:30 +00:00
Tim Hunt
06f1bd03be
question XML import/export MDL-18916 Fix import of questions with images exported from Moodle 1.9.
...
Thanks again to Patrick Pollet
2010-11-19 14:24:18 +00:00
David Mudrak
ae440dec90
Fixed string typo
2010-11-19 13:28:56 +00:00
David Mudrak
072e9d9a39
TinyMCE tool to generate upstream pack to be imported into AMOS
...
I have tweaked Petr's script so that now it generates files in a
suitable format for importing into AMOS.
2010-11-19 13:04:26 +00:00
Tim Hunt
4f2900771d
question XML import/export MDL-18916 should include question tags.
2010-11-19 12:33:48 +00:00
Tim Hunt
4ec6d4e692
question export NOBUG delete obsolete code.
2010-11-19 12:16:23 +00:00
Tim Hunt
fe857668d4
NOBUG whitespace fixes.
2010-11-19 12:13:59 +00:00
Tim Hunt
6680966c84
qtype_multichoice MDL-25208 another problem with editing.
...
Thanks to Patrick Pollet for spotting this.
2010-11-19 11:36:15 +00:00
Tim Hunt
b81653e0af
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
Grr!
2010-11-19 11:11:33 +00:00
Tim Hunt
87214c4e89
question export MDL-25324 Better file names for question exports - argh! missed lang stings
...
AMOS BEGIN
MOV [exportfilename,mod_quiz],[exportfilename,core_question]
MOV [exportnameformat,mod_quiz],[exportnameformat,core_question]
AMOS END
2010-11-19 11:11:19 +00:00
Tim Hunt
b80d424c50
question export MDL-25324 Better file names for question exports.
2010-11-19 11:02:28 +00:00
Tim Hunt
5b744492a6
gift import/export MDL-25088 another attempt at fixing it, this time with unit tests.
2010-11-19 10:27:29 +00:00
Andrew Davis
94263cca87
quiz MDL-25297 fixing quiz messaging issues
2010-11-19 09:50:12 +00:00
Tim Hunt
a5e8e6e5de
qtype multicoice xml export MDL-25208 / MDL-25104 revert incorrect change in qtype_multichoice and do a proper fix in XML export.
2010-11-19 09:35:54 +00:00
jerome mouneyrac
ceac2af394
registration MDL-25322 fix average participant and module display (only two digital)
2010-11-19 09:23:12 +00:00
Helen Foster
dc084e42f9
MDL-25305 typo fix
2010-11-19 09:22:24 +00:00
Petr Skoda
6e65fcd9b9
trying to work around gzip issue
2010-11-19 08:51:49 +00:00
Aparup Banerjee
70b082fa6d
wiki MDL-24862 fixed wiki upgrade error (tested for mssql and mysql)
2010-11-19 08:36:49 +00:00
jerome mouneyrac
05d7a48dc5
registration MDL-25322 fix average participant and module display (only two digital)
2010-11-19 08:34:20 +00:00
Andrew Davis
235da58d8c
quiz MDL-25297 fixed erroneous inline comments
2010-11-19 08:18:48 +00:00
Dongsheng Cai
2c5b8e8ea3
"MDL-25104, fixed answernumbering parameter"
2010-11-19 08:08:39 +00:00
Dongsheng Cai
49550e4964
"MDL-24862 revert previous change, sub query works better"
2010-11-19 07:43:13 +00:00
Andrew Davis
f8df6aebcf
blog MDL-25318 fixed an sql error in blog_delete_external_entries()
2010-11-19 07:38:29 +00:00
Sam Hemelryk
6117bd9780
theme-formal_white MDL-25090 Further tweaking of region-pre-layout
2010-11-19 07:16:41 +00:00
Andrew Davis
c02f338e5e
rss MDL-25319 replicating my optimization made to forum rss in glossary rss and database rss
2010-11-19 06:56:23 +00:00
Martin Dougiamas
e3c21e8c13
Fixing a string
2010-11-19 06:46:19 +00:00
Andrew Davis
c05ccf3fa7
rss MDL-25319 removing unnecessary call to isguestuser()
2010-11-19 06:39:00 +00:00
Andrew Davis
da8ae44ead
rss MDL-25319 adding a check to avoid some work if the same rss feed is requested repeatedly
2010-11-19 06:33:38 +00:00
Aparup Banerjee
bb7603e900
wiki MDL-24862 fixed the upgrade code breaking in mssql.
2010-11-19 06:10:33 +00:00
Sam Hemelryk
dbfcdb80c5
theme-formal_white MDL-25090 Fixed up positioning on side-pre-only layouts in formal white.
2010-11-19 05:53:14 +00:00