Git commits in Moodle 2.0.3 by Aparup Banerjee

commit 07fa10d72547f73348a06fc2a2df50331d2da0d3
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Wed, 27 Apr 2011 11:39:01 +0800
Tag:    v2.0.3

MDL-25840 blog - fixed broken image file image attachment display

commit 389235fb003d87a0a9de1d6e40ebfc36c596826e
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Fri, 15 Apr 2011 18:04:45 +0800
Tag:    v2.0.3

MDL-25805 Roles propagated ugly hack for parent seeing child activities into navigation lib to display nav node.

commit f68815ffcfd0f2f1021610440a9fc9d234e18446
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Mon, 11 Apr 2011 15:15:58 +0800
Tag:    v2.0.3

MDL-25746 fixed db tempate page layout to prevent hidden content layers

commit 3d0e3ade759edfcade8add7ca5424174858f4de8
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Mon, 11 Apr 2011 14:14:03 +0800
Tag:    v2.0.3

MDL-25840 fixed image files link not rendered correctly when attached as file (instead of inline).

commit 52e184904fe8bed1f3437b7ac02647e464a35b9f
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Wed, 06 Apr 2011 14:41:20 +0800
Tag:    v2.0.3

MDL-26319 moved cancel_backup() from backup_ui to cancel_process() in base_ui and renamed callers. fix for method inheritance in restore_ui.

commit a572cfe5bd32aaaca88258813b3f6151749b701d
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Tue, 05 Apr 2011 11:53:23 +0800
Tag:    v2.0.3

MDL-26580 adding precautionary upgrade_set_timeout() calls to some loops which may timeout in very edge cases

commit 92d77764787adc7236aa624762ea0b36f723352f
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Tue, 05 Apr 2011 11:13:12 +0800
Tag:    v2.0.3

MDL-26580 adding some upgrade_set_timeout() calls to 2010080901 upgrade block, upgrades on questions were timing out

commit 5c8511ecf77b46fe75a2bca9e4d50e92e9bfd2a5
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Mon, 28 Mar 2011 16:36:42 +0800
Tag:    v2.0.3

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.

commit 77335e76e9fdd679f03780d5e9426410aa44c050
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Wed, 23 Mar 2011 17:10:48 +0800
Tag:    v2.0.3

MDL-26577 added session cleaning to groups_get_activity_group() that fixes an issue with dirty session data. refactored session cleaning into one function, added caching to reduce queries.

commit 2a5302b62db0c5b3b2b5fcb0e3330e73bf67e5f5
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Fri, 11 Mar 2011 14:13:28 +0800
Tag:    v2.0.3

MDL-26643 added missing message property to discussion object used to upgrade blog

commit c4a88609fe02fb60e81f742ce8cf6f328dde0879
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Wed, 09 Mar 2011 17:04:09 +0800
Tag:    v2.0.3

MDL-26594 renamed named param causing oracle reserved word error. - thanks to Luca Mazzola

commit 7fedc2c25e8e9b5c4548d0989c33ff50918ed746
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 23 Feb 2011 22:33:17 +0800
Tag:    v2.0.3

lib MDL-26458 adding unit tests to test cursors.  -added test with limits and order by with table aliases to test_get_records_sql()  -added test_recordset_locks_delete() and test_recordset_locks_update()  - added out of range limits test to test_get_records_sql()

commit d042ff06b35fe91b6bb097cc8cdfd4be5e8b42f0
Author: Aparup Banerjee <aparup@moodle.com>
Date:   Mon, 21 Feb 2011 15:43:30 +0800
Tag:    v2.0.3

assignment MDL-26532 fixed regression in assignment_cron() while processing messaging.