Andrew Davis (andyjdavis)
4433f871f2
MDL-26704 gradebook: added some intelligence to the dates displayed on the user outline activity report
2011-05-10 11:14:16 +08:00
Aparup Banerjee
60b5a2fec7
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 10:49:40 +08:00
Petr Skoda
af4378aee9
Merge branch 'master_MDL-26880_SCORM2004_tracking_fix' of git://github.com/danmarsden/moodle
2011-04-17 17:16:03 +02:00
Petr Skoda
13516b7c1f
Merge branch 'master_MDL-24734_gradefix' of git://github.com/danmarsden/moodle
2011-04-17 17:09:05 +02:00
Dan Marsden
4f4a8acf3b
SCORM MDL-24734 - fix display of grade information on view.php page - also fixes some XHTML in the same function.
2011-04-16 19:34:04 +12:00
Matteo Scaramuccia
74ef6bd82d
PULL-498 - Fixed potential issues about UTF-8 and multilang filter by adopting pure ASCII chars, the SCO primary key
2011-04-14 10:28:36 +12:00
Matteo Scaramuccia
0ec0224b9a
MDL-26880 - Fixed missing of activity id
...
Moved errorCode as global, to allow GetLastError() to work
Applied MDL-17891 mechanism against AJAX failures, "true if true, false otherwise"
Limited what added to log when in debug, to be compliant with mdl_log.action as VARCHAR(40)
2011-04-14 10:28:31 +12:00
Dan Marsden
4f6e39db5e
Merge remote branch 'moodle/master' into master_MDL-18392_slash_cleanup
2011-04-14 09:15:48 +12:00
Dan Marsden
3825bed0e8
SCORM MDL-18392 - remove old call to stripslashes
2011-04-13 20:05:30 +12:00
Matteo Scaramuccia
454f5aeef6
SCORM MDL-18392 MDL-26282 - Fixed calls to add/strip slashes
2011-04-13 20:05:19 +12:00
sam marshall
6553cda7c9
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:13 +01:00
Eloy Lafuente (stronk7)
b9c6ce2d19
Merge branch 'm20_MDL-26905_AICC_API_missing_currentorg_init' of git://github.com/scara/moodle
2011-03-21 21:38:23 +01:00
Eloy Lafuente (stronk7)
be5eb0013e
Merge branch 'MDL-26863_wrong_appendtolog_statement' of git://github.com/scara/moodle
2011-03-21 21:15:54 +01:00
Matteo Scaramuccia
c6e46d37bc
MDL-26905 - Fixed missing of currentorg initialization in AICC API
2011-03-20 23:54:39 +01:00
Matteo Scaramuccia
36c0108a2f
MDL-26894: merged from SCORM 1.2 (scorm_12lib.php) after an XDebug audit session
2011-03-19 11:15:10 +01:00
Matteo Scaramuccia
77e889a0ef
MDL-26863: fixed regression by an appropriate Merging From Branch using 1.9
2011-03-17 18:15:42 +01:00
Dan Marsden
69c3d39a9c
AICC MDL-26672 fix for handling of value = 0
2011-03-07 09:54:33 +13:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Dan Marsden
629f5021b3
SCORM MDL-26545 - fix user object passed to user_picture renderer
2011-02-28 12:33:29 +13:00
Eloy Lafuente (stronk7)
3b3e2cecf3
MDL-26361 scorm - fix upgrade on change to not null
...
Every time one column is changed from null to not null
we must ensure that there aren't nulls at all or the
DDL statement will fail, as was reported here. The
simplest way, just apply for the default when the column is null.
2011-02-17 17:25:44 +01:00
Dan Marsden
71550f6fa1
MDL-26212 - fix scorm player size on resize of browser window - bump scorm version as JS is changed. Kudos to Piers for patch
2011-02-14 14:50:43 +13:00
Dan Marsden
db1f94ce4e
MDL-26201 fix Lang - Thanks Petr
2011-02-02 09:23:24 +01:00
Eloy Lafuente (stronk7)
9de8515b2e
MDL-26201 scorm & js - CSS changes => version bump
2011-01-31 19:23:31 +01:00
Eloy Lafuente (stronk7)
8e1ad9c60f
Merge branch 'm20_MDL-26201_forcejs' of git://github.com/danmarsden/moodle
2011-01-31 19:14:55 +01:00
Petr Skoda
8afc38bd39
Merge branch 'MDL-25708' of git://github.com/stronk7/moodle
2011-01-31 14:21:53 +01:00
Dan Marsden
334d8b94f5
SCORM MDL-25850 - check for viewscores cap before adding score to toc
2011-01-31 17:38:01 +08:00
Sam Hemelryk
1f5a33439e
Merge branch 'm20_MDL-26176_cleanup' of github.com:danmarsden/moodle
2011-01-31 17:16:56 +08:00
Dan Marsden
30bce58eb9
SCORM MDL-26201 setting to allow admin to force users to enable JS in their browser before allowing them to view/use SCORM objects.
2011-01-31 16:53:10 +13:00
Dan Marsden
39340358b4
MDL-26176 - cleanup garbage/pointless code
2011-01-29 21:27:12 +13:00
Dan Marsden
7cc7cf58f5
SCORM MDL-25781 fix links in TOC on view.php
2011-01-29 21:27:12 +13:00
Dan Marsden
08868f58e4
SCORM MDL-25781 fix links in TOC on view.php
2011-01-29 21:25:26 +13:00
Eloy Lafuente (stronk7)
676874df1d
MDL-25708 recordsets - scorm module
2011-01-25 19:59:02 +01:00
Dan Marsden
c371e39316
SCORM MDL-26063 incorrect context used - thanks to Matteo Scaramuccia for fix
2011-01-20 10:40:22 +13:00
Sam Hemelryk
631cefc35f
mod-scorm MDL-25792 Changed forcecompleted to have lenght 1 and bumbed version number
2011-01-14 11:09:59 +08:00
Sam Hemelryk
b964171cbf
mod-scorm MDL-25792 Fixed database discrepancies between a fresh install and an upgraded site within the SCORM module
2011-01-14 11:01:30 +08:00
Eloy Lafuente (stronk7)
a3c896ae4d
Merge branch 'm20_MDL-25794_sections_typo' of git://github.com/danmarsden/moodle
2011-01-10 21:22:02 +01:00
Dan Marsden
2e3c31bca3
SCORM MDL-25794 fix db call to use select_menu to pass into single_select renderer - also fix small typo for label/lable
2011-01-10 11:22:50 +13:00
Dan Marsden
ed5c4cf44d
SCORM MDL-25891 typo causing general exception for some SCORM objects - thanks to Hais Deakin for report/fix
2011-01-10 09:24:16 +13:00
Helen Foster
f705b4347a
MDL-21250 capital letters removal
2010-12-02 18:22:19 +00:00
Dan Marsden
a7ab614d3a
SCORM MDL-25298 escape html vars correctly - thanks to Xavier Paz for report/fix
2010-11-25 01:32:03 +00:00
Piers Harding
ef297a213d
MDL-24738 - fix up height and width calculations for scorm player
2010-11-24 22:57:38 +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
Dan Marsden
2004f2eef0
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 01:03:56 +00:00
Dan Marsden
5c58d55a4d
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 01:02:17 +00:00
Dan Marsden
a4347c6937
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:56:24 +00:00
Dan Marsden
70e3605358
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:49:37 +00:00
Dan Marsden
72ef83b9ab
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:21:59 +00:00
Dan Marsden
020f27dbfb
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:19:41 +00:00
Dan Marsden
522aafc73b
SCORM MDL-24273 fix typo in SCORM 2004 code
2010-11-16 00:16:56 +00:00
Eloy Lafuente
0f66acede0
MDL-22135 - logs restore, course and activities + cleanup
2010-11-11 19:46:04 +00:00