Eloy Lafuente (stronk7)
2430319b52
Merge branch 'MDL-27401-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-05-09 17:47:47 +02:00
sam marshall
adabef8bf6
MDL-27401 Unit test errors in lib/simpletest/testpagelib_moodlepage.php
2011-05-09 11:17:03 +01:00
Sam Hemelryk
6867fc94b7
Merge branch 'MDL-27325_20' of git://github.com/stronk7/moodle into MOODLE_20_STABLE
2011-05-09 10:52:22 +08:00
Eloy Lafuente (stronk7)
30dc7311ad
Merge branch 'wip-MDL-27400-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-05-09 02:13:26 +02:00
Eloy Lafuente (stronk7)
d015c2352f
Merge branch 'MDL-27391-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-05-09 01:01:44 +02:00
Eloy Lafuente (stronk7)
35fa620a2e
MDL-27325 Adding some extreme, but 32bits safe, float tests
2011-05-06 16:07:02 +02:00
Eloy Lafuente (stronk7)
15516e6445
MDL-27325 Now also testing update_record and set_field
2011-05-06 16:07:02 +02:00
Eloy Lafuente (stronk7)
280a641232
MDL-27325 mysql: Avoid some implicit casting from float to varchar/text
2011-05-06 16:07:02 +02:00
Tim Hunt
14dac82376
MDL-27325 New DB unit tests to demonstrate the problem.
2011-05-06 16:07:01 +02:00
Sam Hemelryk
31a43cca97
MDL-27400 Fixed up typo in blocklib.php
2011-05-06 16:29:01 +08:00
sam marshall
a09897b4b1
MDL-26778 Completion unit tests broken by earlier change
2011-05-05 12:21:10 +01:00
Sam Hemelryk
7390fdde63
Merge branch 's9_MDL-26854_spam_comments_20_2' of git://github.com/dongsheng/moodle into MOODLE_20_STABLE
2011-05-05 10:42:58 +08:00
Sam Hemelryk
1374c61bb4
Merge branch 'MDL-26838_ratings_bad_data3' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-05-05 10:19:54 +08:00
Dongsheng Cai
b4730465e6
MDL-26854 COMMENT
...
1. added pluginname_comment_validate callback to comments api
2. change permission callback defaults to false
3. Tidied up serveal areas of comments and implemented callback to
ignore system permissions for view (credits to Sam Hemelryk)
AMOS BEGIN
MOV [modulerejectcomment,error],[callbackrejectcomment,error]
AMOS END
2011-05-04 17:59:19 +08:00
Aaron Barnes
b7d7679112
MDL-25594 completion: Remove unused column from query
...
Which is also a reserved word.
2011-05-04 13:01:27 +12:00
Sam Hemelryk
0baa1eee59
Merged MDL-26388 Fixed whitespace
2011-05-03 16:28:38 +08:00
Sam Hemelryk
9f6eeb4abf
Merged MDL-25805 Renamed property and function to be a little more descriptive
2011-05-03 15:43:20 +08:00
Sam Hemelryk
6a48b42ae8
Merge branch 'MDL-25805_MOODLE_20_STABLE' of git://github.com/nebgor/moodle into MOODLE_20_STABLE
2011-05-03 15:42:26 +08:00
Sam Hemelryk
e6647397b9
Merged MDL-27251 Fixed up whitespace, Fixed broken string, reworded new strings
2011-05-03 10:54:44 +08:00
Aparup Banerjee
389235fb00
MDL-25805 Roles propagated ugly hack for parent seeing child activities into navigation lib to display nav node.
2011-05-02 20:21:51 +08:00
Sam Hemelryk
0742ea86b2
Merge branch 'MDL-26955-themedir-plugindirectory_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-05-02 14:23:06 +08:00
Sam Hemelryk
41f79b5c07
Merge branch 'MDL-27116-themedir-config_20_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_20_STABLE
2011-05-02 14:12:45 +08:00
Dongsheng Cai
9fb4a6300b
MDL-26388, pop up a dialog when attaching a file already being used in draft area.
2011-05-02 10:27:50 +08:00
Tim Hunt
44c9dc6e7b
MDL-27340 tablelib.php fix a notice when is false.
2011-05-01 17:37:54 +01:00
Andrew Davis (andyjdavis)
4af7c9d188
MDL-26838 rating: remove logged in users ability to sidestep rating validity checks
2011-05-01 18:44:12 +08:00
David Mudrak
bef867a96c
MDL-26955 get_plugin_directory() respects $CFG->themedir
...
If $CFG->themedir is set (it is not usually) and the given theme is not
found in the standard location, then it is expected to be in the custom
$CFG->themedir directory.
Credit goes to Urs Hunkler for the idea of the patch.
2011-04-27 14:03:53 +02:00
David Mudrak
4207d47742
MDL-27116 theme_config::find_theme_location() respects $CFG->themedir
...
Credit goes to Jai Gupta for the idea of the patch.
2011-04-27 14:03:10 +02:00
Aparup Banerjee
5c8511ecf7
MDL-27251 Files API - added timeout re-calculation as an optional argument. added setting for minimum Kbps for large files fetched from internet where the passed in timeout maybe too low.
...
allowed turning off the http HEAD request timeout calculation with zero (or negative) bitrate
This was added in to allow servers that have a problem with
HEAD requests to carry on with the given timeout without re-calculations.
See PULL-651 for the discussion.
the optional argument to force recalculation of timeout has been forced within scorm/locallib.php
timeout re-calculation only increments timeout.
2011-04-27 11:02:21 +08:00
Petr Skoda
ffaf18a8c1
MDL-27253 add default swf size and allow #d=100x50 URL resizing in mod/url
2011-04-21 20:36:06 +02:00
Eloy Lafuente (stronk7)
79196c9ed5
Fix permissions
2011-04-20 11:09:11 +02:00
Aparup Banerjee
a572cfe5bd
MDL-26580 adding precautionary upgrade_set_timeout() calls to some loops which may timeout in very edge cases
2011-04-19 17:58:03 +08:00
Aparup Banerjee
92d7776478
MDL-26580 adding some upgrade_set_timeout() calls to 2010080901 upgrade block, upgrades on questions were timing out
2011-04-19 17:57:56 +08:00
Eloy Lafuente (stronk7)
dd56fd7c64
MDL-26167 lib/form: minor coding tweaks
2011-04-18 11:45:02 +02:00
Eloy Lafuente (stronk7)
436f83f8ff
Merge branch 'MDL-26167-stable' of git://github.com/agwells/moodle into MOODLE_20_STABLE
2011-04-18 11:44:02 +02:00
Eloy Lafuente (stronk7)
60bc533ee8
Merge branch 'w16_MDL-27148_m20_stringinc' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 01:44:10 +02:00
Eloy Lafuente (stronk7)
42f2b8d0dd
Merge branch 'w16_MDL-27217_m20_tinyset' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-18 01:13:49 +02:00
Petr Skoda
4de0925820
Merge branch 'wip-MDL-27145-MOODLE_20_STABLE' of git://github.com/samhemelryk/moodle into MOODLE_20_STABLE
2011-04-17 16:13:08 +02:00
Petr Skoda
81f2a1686a
MDL-27217 use correct editor name in editor settings page
...
Credit goes to Franck Bellemain.
2011-04-17 11:18:00 +02:00
Aaron Wells
9b482d1cbe
MDL-26167 lib/form: Altering Javascript so that "disabledIf" will disable the "Choose" button for a filepicker
2011-04-15 10:02:34 +12:00
Petr Skoda
12db898084
MDL-27148 use new get_in_or_equal() param prefix instead of start
2011-04-14 15:13:28 +02:00
Petr Skoda
c79345c0f0
MDL-27148 fix unit tests to accept arbitrary named params format from get_in_or_equal
2011-04-14 15:12:21 +02:00
Petr Skoda
d691571218
MDL-27148 use static counter instead of incrementing parameter name
2011-04-14 14:44:50 +02:00
Petr Skoda
fca41d2589
MDL-25718 fix incorrect 'no grade' test and improve coding style
2011-04-12 10:07:05 +02:00
Petr Skoda
6de6a45a10
Merge branch 'MDL-25718_enrol_grades_alternative2' of git://github.com/andyjdavis/moodle into MOODLE_20_STABLE
2011-04-12 09:55:28 +02:00
Sam Hemelryk
0f1fac1f1f
form-dateselector MDL-27145 Fixed up error resulting from incorrectly required 'optional' argument on create event
2011-04-12 14:15:51 +08:00
andyjdavis
692134ecd4
enrol MDL-25718 added ability to recover grades when enrolling users
2011-04-12 11:05:02 +08:00
Eloy Lafuente (stronk7)
d7706bac2c
Merge branch 'MDL-26778-m20' of git://github.com/sammarshallou/moodle into MOODLE_20_STABLE
2011-04-11 17:54:21 +02:00
Eloy Lafuente (stronk7)
391e054c03
Merge branch 'w15_MDL-26577_m20_groupscleanup' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 16:02:10 +02:00
Eloy Lafuente (stronk7)
71f2316fe6
Merge branch 'w15_MDL-26805_m20_userpol' of git://github.com/skodak/moodle into MOODLE_20_STABLE
2011-04-11 15:18:31 +02:00
sam marshall
c5e3a242b1
MDL-26778 Change to completion should immediately affect nav block
...
Includes change so that updating completion resets the cache, and a debugging
warning if any module calls the completion viewed thing after it's already
printed navigation (which will mean navigation obviously doesn't update right
away). All existing modules that currently update after printing navigation
were updated.
2011-04-11 12:40:50 +01:00