David Mudrak
eef46586e9
NOMDL workshop: fixing correct arguments order after recent Petr's play with property_exists()
2010-09-17 23:43:25 +00:00
Petr Skoda
4cc977a64d
fixing messed up property_exists() regression - sorrrry
2010-09-17 20:36:49 +00:00
David Mudrak
5452309a58
NOMDL workshop: improved SQL execution, use one query instead of loop
2010-09-17 13:26:10 +00:00
David Mudrak
1149b075c7
MDL-24091 workshop: deleting orphaned subplugins data in an upgrade step
2010-09-17 13:25:45 +00:00
David Mudrak
346af1a431
MDL-24091 workshop: deleting subplugins data together with the workshop instance
2010-09-17 13:24:52 +00:00
Petr Skoda
eab8ed9fb7
fixed a few spelling errors in /admin/
2010-09-17 10:27:26 +00:00
Petr Skoda
44d8a9409e
fixed phpdocs param types
2010-09-17 09:33:05 +00:00
Andrew Davis
07f05a04b1
rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
...
AMOS BEGIN
MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
Sam Hemelryk
c7bb34b626
mod-assignment MDL-23848 Merged to head: students can now view previously submit assignments if they no longer have the submit capability.
2010-09-17 02:52:24 +00:00
Andrew Davis
3b2b084554
activities MDL-24180 altered strings to help users understand the difference between the conditional activity available to/from dates and the individual activity available to/from dates
2010-09-17 01:37:29 +00:00
Eloy Lafuente
8ad6765887
NOBUG quiz - overview & responses reports fixes
2010-09-17 01:07:17 +00:00
Andrew Davis
4eaa964f24
filter MDL-23810 adding a flag to indicate when we're working in an embedded resource to prevent winding up with nested Moodles
2010-09-16 07:06:29 +00:00
Aparup Banerjee
b8f037ba81
assignment MDL-24106 some assignment changes were left out for offline assignment type , fixed processing grading.
2010-09-16 03:15:41 +00:00
Aparup Banerjee
fdeb3e1f3b
data MDL-24131 fixed numeric field names throwing db error. numeric field names are not good for DB->sql_like()
2010-09-16 02:56:26 +00:00
Martin Dougiamas
38015ff926
MDL-22551 Grr fixed typo. Do what I say, not what I do.
2010-09-16 02:14:02 +00:00
Martin Dougiamas
c1b47d948d
forum MDL-22551 Merged 1.9 fix for "In-Reply-To" and "References" headers in mails for first post of a thread
2010-09-16 01:52:22 +00:00
Dan Marsden
946b6f0ded
SCORM MDL-24217 correct handling of suspend icon and fix SCORM 2004 usage of cmi.core.exit - thanks to Valerian for report/fix
2010-09-15 21:27:41 +00:00
Eloy Lafuente
b9077c2e5c
MDL-24177 backup - delete some lines causing mess in source lesson because of some lines I left by mistake in my prev commit. :-(
2010-09-15 19:47:35 +00:00
Petr Skoda
650462dfac
MDL-24211 events subsystem cleanup and improvements
...
* handlers can be defined as internal or external
* external handlers are not called instantly when inside DB transaction
* code cleanup
* more robust detection of broken handlers
* refixed unit tests
* removing all pending events from 1.9 - these can not be processed due to encoding changes
* finally using real 'component' in handlers table
2010-09-15 15:55:18 +00:00
Aparup Banerjee
89970a1368
lesson MDL-24174 fixed image urls to rewrite in answer feedback pages.
2010-09-15 06:58:39 +00:00
Sam Hemelryk
c00037cd3a
Forum MDL-24212 Added clearfix class to the discussioncontrols div as it is floated by default.
2010-09-15 03:37:47 +00:00
Eloy Lafuente
3643aadf80
MDL-24177 backup - fix page next/prev ids to be propely mapped
2010-09-14 08:58:24 +00:00
Dongsheng Cai
529817c8ab
CHAT MDL-8224, use json encoded success message
2010-09-14 07:33:40 +00:00
Andrew Davis
c40ec29f2c
data MDL-24180 altered the view from/to strings to make it clearer what they mean
2010-09-14 02:20:24 +00:00
Sam Hemelryk
b4a3af713f
lesson MDL-24084 Fixed double formating of lesson page content on expanded view
2010-09-13 09:50:15 +00:00
Jordi Piguillem
0269a79200
[MDL-23140]
...
Adding some format_string and text
2010-09-10 11:08:49 +00:00
Jordi Piguillem
110f4c9331
[MDL-23140]
...
Adding some format_text and format_string everywhere in pagelib
2010-09-10 10:45:04 +00:00
Rossiani Wijaya
3a42ad126c
MDL-23870: Replace flash and mp3 multimedia filter with flowplayer.
2010-09-09 11:30:06 +00:00
Jordi Piguillem
9e25c7b480
[MDL-22449]
...
Adding some help to wiki
2010-09-09 09:18:05 +00:00
Dongsheng Cai
674abb945e
MDL-24087, removed commments deletion from module lib.php
2010-09-08 09:06:00 +00:00
Eloy Lafuente
bd7a95ddbc
MDL-22151 backup - clean old data backup & restore code
2010-09-07 08:53:58 +00:00
Eloy Lafuente
4d88beed23
NOBUG - Reverting last commit of this file (local change sent by error, sorry)
2010-09-07 08:35:51 +00:00
Eloy Lafuente
fd3f6bf99d
MDL-22151 backup - data activity backup & restore first cut
2010-09-07 08:32:41 +00:00
Dongsheng Cai
11e48dd69c
"MDL-14679 fixed bug introduced by recent changes"
2010-09-06 06:39:40 +00:00
Dongsheng Cai
58f3f05818
"MDL-8224, fixed javascript error in chat module"
2010-09-06 03:53:58 +00:00
Petr Skoda
dae88219fa
fixed typo
2010-09-05 21:05:20 +00:00
Petr Skoda
7070ca36d9
MDL-24090 upgrade info
2010-09-05 21:01:17 +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
Andreas Grabs
3fac763e5f
MDL-24085 - unused tablelib where in show_nonrespondents.php
2010-09-05 19:53:15 +00:00
Petr Skoda
0f21a964a5
MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier
2010-09-05 12:35:51 +00:00
Petr Skoda
7a0873d11d
MDL-24009 fixed wrong file url rewriting and removing cleaning from lesson page contexts - this is marked with RISK_XSS
2010-09-04 20:35:30 +00:00
Petr Skoda
ff321d35bc
MDL-24009 fixed wrong value encoding in form
2010-09-04 20:34:15 +00:00
Petr Skoda
4758639429
MDL-24080 converting remaining NOT LIKEs
2010-09-04 14:52:47 +00:00
Petr Skoda
e99cfeb83f
MDL-24079 glossary now using new sql_like
2010-09-04 14:15:48 +00:00
Petr Skoda
800bb0f70f
MDL-24079 mod/data now using new sql_like
2010-09-04 14:08:03 +00:00
Petr Skoda
af0dcf3adf
MDL-24079 forum now using new sql_like
2010-09-04 13:59:24 +00:00
Petr Skoda
0f1b6a5eb8
MDL-24079 feedback now using new sql_like
2010-09-04 13:58:49 +00:00
Petr Skoda
086339d293
MDL-24079 sql_ilike is deprecated, I still do not understand why do we have to drag this old code along
2010-09-04 11:43:50 +00:00
Petr Skoda
f685e83030
MDL-14679 fixed remaining old style set_field()s
2010-09-03 18:14:55 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00