Git commits in Moodle 2.0.0 by Aparup Banerjee

commit 70b082fa6dbc3646d6c3842c040f5a9787b33a9a
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 19 Nov 2010 16:36:49 +0800
Tag:    v2.0.0

wiki MDL-24862 fixed wiki upgrade error (tested for mssql and mysql)

commit bb7603e9003b0964da7a94c1979483d8aa4317e5
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 19 Nov 2010 14:10:33 +0800
Tag:    v2.0.0

wiki MDL-24862 fixed the upgrade code breaking in mssql.

commit 011bfd2a54f90a79a0a111ca13d5c6e867e41b02
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 18 Nov 2010 14:00:51 +0800
Tag:    v2.0.0

database MDL-24863 - added restricting text conditions to where_clause , it throws a dml_exception when detected. - also added to where_clause throwing dml_exception for field that doesn't exist in table. - added unit tests for text condition restricting. - added 2 unit tests for set_field_select() testing 'auto-casting params to int problem' fix

commit 08d3898c7c6c4abb8916a29d841be6c89c29b3a8
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 17 Nov 2010 15:40:48 +0800
Tag:    v2.0.0

installation MDL-24863 fixed area that is calling get_site() to catch dml_exception instead of dml_read_exception. (This is to handle other possible types of dml_exceptions during calling get_site())

commit 4f8b9632f873aa424f1f7ba076e85983a21bd0ac
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 17 Nov 2010 15:36:02 +0800
Tag:    v2.0.0

database MDL-24863 applied fix like MDL-23997 which converts number to string.

commit f38da0342f3f800706815f1440e9b18d223d1c48
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 11 Nov 2010 13:53:43 +0800
Tag:    v2.0.0-rc2

global search MDL-25133 fixes to blog posts search documents so that it will add new posts into the search index successfully

commit 693fc4a29f20dc34144742788755233d8cb424f3
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 11 Nov 2010 11:37:54 +0800
Tag:    v2.0.0-rc2

global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings.

commit 777b5992c2016261721d7e2aaf3e4ff7f47dc52c
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 10 Nov 2010 17:27:47 +0800
Tag:    v2.0.0-rc2

global search MDL-25099 undoing fix - bad for performance! - will re-implement later.

commit a6f4018954d7e42da74a994cfe8a188d409a482d
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 10 Nov 2010 17:06:46 +0800
Tag:    v2.0.0-rc2

global search MDL-25099 locking the global search block to 'hidden' when feature is disabled in experimental settings.

commit 76f062cd25b0f43d6e77e91f1f4a36f8e776656f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 08 Nov 2010 10:08:18 +0800
Tag:    v2.0.0-rc2

global search MDL-25056 fixed some incorrect PARAM types.

commit 3405d827d4f3e7b3ee86ff62e38a1fd31a92c60a
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 05 Nov 2010 17:55:25 +0800
Tag:    v2.0.0-rc2

global search MDL-25056 fixed refering to $CFG->var when it isn't set yet.

commit c0ae6c5e0cf9c12bfca7e6bea4c6045fef3b63a2
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 05 Nov 2010 16:53:57 +0800
Tag:    v2.0.0-rc2

global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks.

commit bb560cfadb32f9df377d9b3bf3aaf8c0e803eaa6
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 03 Nov 2010 12:09:59 +0800
Tag:    v2.0.0-rc2

global search MDL-25030 fixed forum url anchor in index

commit 7ee2741bb8e352b16a778a68dd087ad01f206714
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 03 Nov 2010 11:47:52 +0800
Tag:    v2.0.0-rc2

global search MDL-25009 indexing failures in each module are now handled so that indexing can proceed to the next module.

commit 737a1ef41ae5b0a81d7c48c32dcb0a511aa80593
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 03 Nov 2010 11:23:07 +0800
Tag:    v2.0.0-rc2

global search MDL-25010 indexer now recurses through every forum post. also a temp fix (MDL-24822) for forum groupid.

commit 55c58826395a39bef009ae16629c5e8ded53bab1
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 02 Nov 2010 11:50:09 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 setting groupid to 0 for indexing

commit c79fd8a91e0c528e5e396cfee19a31d1f98f0628
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 01 Nov 2010 11:34:42 +0800
Tag:    v2.0.0-rc2

global search MDL-24892 fix in wiki search document to use subwikis.

commit 8dc68e3e7cbc7938fc8d36b0b374687d5456ee5b
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 29 Oct 2010 17:41:42 +0800
Tag:    v2.0.0-rc2

global search MDL-24892 fixes for updating the search index.

commit 34084e9dda07f1e9ae282966d9ee25989b9b2af5
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 28 Oct 2010 16:15:11 +0800
Tag:    v2.0.0-rc2

tag MDL-24893 removed case for itemtype of 'wiki_page' to refer to table 'wiki_pages' , bug is a clone. (better fix in MDL-24888)

commit a51b0a3df8f70ba72176f8994db6d26ba17ecf61
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 28 Oct 2010 14:58:01 +0800
Tag:    v2.0.0-rc2

tag MDL-24893 added case for itemtype of 'wiki_page' to refer to table 'wiki_pages'

commit 01f44fd3c9590b81ec1c77c48708ac7f43d685de
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 28 Oct 2010 14:06:09 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 removed var_dump

commit f087953c9afdcb07b1f06f588bc1de108b9aa3a8
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 28 Oct 2010 11:40:55 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 fixed page headers sequence error.

commit 6d485693db265f19cfe7b60153a5f9ab1fd50b3e
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 28 Oct 2010 11:38:10 +0800
Tag:    v2.0.0-rc2

global search MDL-24874 changed default search to include numerals so that we can delete indexes by docid.

commit c6619b6c1eb75c1e1f3ecc3c3fe4bea199ae9809
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 27 Oct 2010 16:28:54 +0800
Tag:    v2.0.0-rc2

global search MDL-24874 fixes for updating indexes via cron.

commit dbb4a053d36dcce83139347952bf3791bb89b644
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 27 Oct 2010 11:50:59 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 - maintenance fixes to (regressions in) search documents. - some table references to old modname_comments tables changed to {comments} table.

commit c65c5935c4c280cde6a13e48d38535f20fbcad28
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 27 Oct 2010 11:10:34 +0800
Tag:    v2.0.0-rc2

assignment MDL-24694 lang file string change.

commit 6217809c8c770d7ee60e0b02dc650c3444ea79e1
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 26 Oct 2010 17:04:12 +0800
Tag:    v2.0.0-rc2

assignment MDL-24694 added contexturl and contexturlname properties to email_teachers() message object.

commit 39e171ac93a7e609c29e759425465a5949ed8ad8
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 26 Oct 2010 14:46:01 +0800
Tag:    v2.0.0-rc2

assignment MDL-24694 - added message provider to manage assignment's messaging - user_preferences.name length changed form 50 to 255 due to long messaging preference names.

commit 6cd2c7f29e04980eb0a6944ad63ae9a6c06543ba
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 26 Oct 2010 14:01:37 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 fixed up global search regressions so that indexing will complete successfully.

commit 6a32262280a407d0b8ef945f98708591f85de0ed
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 22 Oct 2010 17:32:14 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 added system context to page.

commit 2e9459108c1ef6543fb0a4d32dfde1bf573041fb
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 22 Oct 2010 10:04:42 +0800
Tag:    v2.0.0-rc2

forum MDL-24638 merged changes from 19 to HEAD

commit 6a41c6fe3ac20df0e6503bc20e20e1221021eee7
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 20 Oct 2010 11:02:48 +0800
Tag:    v2.0.0-rc2

assignment MDL-24694 added time of update to assignment updates email notification

commit 192bcd76daf3604bcfa22d3132d6ea1085e30d64
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 19 Oct 2010 15:28:42 +0800
Tag:    v2.0.0-rc2

assignment MDL-24710 added component and name properties to Event object required by messaging framework.

commit d997cc88cbb2632ee01be8ef6771cbadb558d178
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 18 Oct 2010 16:33:13 +0800
Tag:    v2.0.0-rc2

blocks MDL-24374 upgrading code to change block_search_documents table.docdate and .updated to be integer type instead of datetime

commit 4c4d78fbc2a10b402b254096dcd8c8ca1069beb7
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 12 Oct 2010 16:59:44 +0800
Tag:    v2.0.0-rc2

global search MDL-24625 added page system context

commit 9d1354b70dc78de1b060bd871dbf14efd9267448
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 11 Oct 2010 16:27:50 +0800
Tag:    v2.0.0-rc2

assignment MDL-24469 merged changes to head.

commit ca1bee1ab4c459b011d25c4341121a66e4a8afbe
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 06 Oct 2010 15:53:25 +0800
Tag:    v2.0.0-rc2

authentication MDLSITE-1014 updated recaptchlib to point to google urls based on google's api v1.11

commit 6d53b60b461cb7d89d0307d0c4fd255e6cc1c00d
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 30 Sep 2010 16:01:45 +0800
Tag:    v2.0.0-rc2

assignment MDL-23683 removed backup & restore of deprecated filearea : 'online_submission'

commit 6aac01ca84af2322a6668cc4d768be08a12a4f14
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 30 Sep 2010 14:30:34 +0800
Tag:    v2.0.0-rc2

assignment MDL-23683 online assignment filearea changed for consistency from 'online_submission' to 'submission'

commit abc89a8bda795ff5303bb1becee7d23f172050d1
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 30 Sep 2010 11:49:59 +0800
Tag:    v2.0.0-rc2

assignment MDL-24382 fixed enforcing file size limit in single upload

commit 43ff78fdb4ccd814cc9346b19acb89946ab1392f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 30 Sep 2010 10:40:41 +0800
Tag:    v2.0.0-rc2

tags MDL-22030 fixed redirection error after adding a tag. fixed course tags links rendering on only first tag block.

commit af49fc364cdd2a62426a93d8cbd149a8a96937c8
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 28 Sep 2010 17:04:24 +0800
Tag:    v2.0.0-rc2

wiki MDL-24130 fixed editing errors when editing is turned on when creating a first wiki page.

commit a8781370973671677e190b7278120c5697308dcd
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 28 Sep 2010 16:14:33 +0800
Tag:    v2.0.0-rc2

wiki MDL-24130 fixed errors when editing is turned on when in wiki page creation.

commit 682a19234bdbd5e04fde1cc8527b22b35b7e930f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 24 Sep 2010 15:15:27 +0800
Tag:    v2.0.0-rc2

assignment MDL-24373 cleaned up code.

commit 694b7aef38e5928d1253c95188240e52dec34fb6
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 24 Sep 2010 15:09:42 +0800
Tag:    v2.0.0-rc2

assignment MDL-24373 removed file count check to display button to manage assignment files submitted. file limits are managed entirely via the file manager ui.

commit 0e638ff452f965303da95517c098d09798a616d5
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 24 Sep 2010 11:57:13 +0800
Tag:    v2.0.0-rc2

ajax MDL-23694 added missing page context which fixes groups ui ajax search

commit 5ddf75d8bea6e12f037032adab653c098561dada
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 23 Sep 2010 20:29:48 +0800
Tag:    v2.0.0-rc2

assignment MDL-24240 set the assignment type plugin title string to produce notice for the subplugin's lang pack, removed notice for core lang pack

commit b7ff4643ae9d351d902a8577e964f5a3161ef8fe
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 22 Sep 2010 11:51:47 +0800
Tag:    v2.0.0-rc2

filters MDL-24152 added a grey highlight to censor words for admin to see words being filtered.

commit 413f6cc8152478b12c701f0ca59a09181d2aad90
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 21 Sep 2010 15:41:07 +0800
Tag:    v2.0.0-rc1

course MDL-23410 fixed get_string call

commit 7412bd91ca5980bcba8e0e12d8f60b35181757c4
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 21 Sep 2010 11:49:22 +0800
Tag:    v2.0.0-rc1

Administration MDL-24247 fixed undefined variable typo

commit 0b9e4fdcb884e94105bf830748b540f330e1c35c
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 20 Sep 2010 17:04:20 +0800
Tag:    v2.0.0-rc1

course MDL-24250 fixed notice about undefined constant.

commit 0cdbbc17df126376b4f32465557963523b9966dc
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 20 Sep 2010 14:02:14 +0800
Tag:    v2.0.0-rc1

course MDL-24162 added wiki_reset_userdata() to delete tag instances during course reset.

commit e2f4557a40f4de277f5c2a96c7c1c4c76217fe6f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 20 Sep 2010 10:28:42 +0800
Tag:    v2.0.0-rc1

course MDL-24156  added deletion of user_preferences about block instances data after a course delete.

commit d484419c61ae64981dd2e78e87a3b9157b7f5d52
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 20 Sep 2010 09:48:34 +0800
Tag:    v2.0.0-rc1

assignment MDL-24159  made glossary_reset_userdata clear glossary_alias of relevant data.

commit 5eca3d757ef3a0c4ac2c2a52ae134f72cc75a7f5
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 20 Sep 2010 09:42:28 +0800
Tag:    v2.0.0-rc1

assignment MDL-24158 fixed call to get_plugin_list() which was causing a course reset to not clear assignment submissions.

commit b8f037ba812e8b41d8d9daa857d74df80180e9e1
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 16 Sep 2010 11:15:41 +0800
Tag:    v2.0.0-rc1

assignment MDL-24106 some assignment changes were left out for offline assignment type  , fixed processing grading.

commit fdeb3e1f3b2bf6b8524a42c70a57900b768552d6
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 16 Sep 2010 10:56:26 +0800
Tag:    v2.0.0-rc1

data MDL-24131 fixed numeric field names throwing db error. numeric field names are not good for DB->sql_like()

commit 89970a1368d8e3badfd1e8835c51ae596a0c4977
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 15 Sep 2010 14:58:39 +0800
Tag:    v2.0.0-rc1

lesson MDL-24174 fixed image urls to rewrite in answer feedback pages.

commit 55fe807451961c3ed3003bb1c8d4176bf8ac8577
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 14 Sep 2010 17:04:28 +0800
Tag:    v2.0.0-rc1

enrol flatfile MDL-23892 DB schema updates to the buffer table.

commit b6845dbaec72f31c91242d4261c7ba66d8283f7e
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 14 Sep 2010 11:52:59 +0800
Tag:    v2.0.0-rc1

enrol flatfile MDL-23892 the flatfile plugin now processes future enrolment start times by validating then putting them into enrol_flatfile table as a buffer (stored as IDs). The buffer is processed during later crons for any upcoming enrolments due.

commit 39726f35aa00c25713d77101db905c978e8009fd
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 10 Sep 2010 15:20:41 +0800
Tag:    v2.0.0-rc1

navigation MDL-24129 showing the hidden regions when moving blocks. This also adds the 'blocks-moving' class to the body as an indicator for themers.

commit d2d38c4651289b80d8052459e7270ba42449a229
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 02 Sep 2010 14:34:48 +0800
Tag:    v2.0.0-rc1

lib MDL-23180  put in obviously missed global $CFG.

commit c663653f8b1ba2d92db56a57507c90ef98991eb3
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 02 Sep 2010 14:16:45 +0800
Tag:    v2.0.0-rc1

assignment MDL-23998 clarified 'revert to draft' button in a advanced upload assignment with a help icon. button 'no more submissions' changed to say 'Prevent submission updates'.

commit 2d2746753b2ae4ff05f48f0a9b3de6cc9a8c8026
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 31 Aug 2010 15:55:12 +0800
Tag:    v2.0.0-rc1

assignment mdl-24001 fixed toggling the 'revert to draft'/ 'no more submissions' button in a advanced upload assignment grading form loses editing data.

commit 291ee134700bd262e5a6c0f1417773f57bdc723e
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 30 Aug 2010 10:58:57 +0800
Tag:    v2.0.0-rc1

assignment  MDL-23820 improved grading pages for file type assignments.  - uploadsingle response now uses file manager instead of file picker.  - both uploadsingle and advancedupload assignment types have their grading pages with response file management in line (not a separate page).  - bit of a css issue YUI's tree view rendering (a table) within a table that had borders is fixed.

commit f1af9d351152ad5e5e2fc1f99d1d5d363f70f571
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 26 Aug 2010 15:28:16 +0800
Tag:    v2.0.0-rc1

assignment  MDL-22852 changed url to moodle url.

commit 802aa02ea84ed43df906869f260e012a4f41bc07
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 24 Aug 2010 14:47:46 +0800
Tag:    v2.0.0-rc1

lesson  MDL-23907 fixed - $DB->get_records first selected field should be unique.

commit 5d4ee8b501edb925ac63118602387af9d7b8d294
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 20 Aug 2010 16:36:49 +0800
Tag:    v2.0.0-rc1

database  MDL-23789 fixed disable/enable editor button in templates tab.

commit 59e293809fe7aede866c31b63bfbf1587f61b4d9
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 20 Aug 2010 13:50:52 +0800
Tag:    v2.0.0-rc1

assignment  MDL-23882 restricted border to just the table cells in submissions table. was affecting the yui treeview table's style.

commit ea62bb3e374fcc73b4b94123fc4dba4adb5585a6
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 18 Aug 2010 14:37:32 +0800
Tag:    v2.0.0-rc1

assignment  MDL-23820 fixed broken file manager UI, have set the page context => related to MDL-23797

commit de3c70fc72fa3403f205a4c24c9c4cf03206faf0
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 17 Aug 2010 10:43:47 +0800
Tag:    v2.0.0-rc1

assignment  MDL-23820 removing the extra format html field.

commit 1a905dbe604d89d6030e2fafcc98364d390b205f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 16 Aug 2010 15:06:15 +0800
Tag:    v2.0.0-rc1

assignment  MDL-23820 removing the extra format html field.

commit 465a9b4f06fe6b9b095b380f120e16600ee92306
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 12 Aug 2010 10:08:51 +0800
Tag:    v2.0.0-rc1

lesson  MDL-23525 committing this fix after its passed the tests in the bug/QA.  - this fix allows the student to traverse the complete review paths. it only sets the continue button to go to the end of lesson when the page has no nextpage (last page).

commit 8f639ad1bb0620fe964c668217dab7efb0d3798d
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 09 Aug 2010 17:17:56 +0800
Tag:    v2.0.0-rc1

lesson  MDL-23525 fixed unintialized variable.

commit 1112c9ed4e26c7b7229577811a9a5244696c0298
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 06 Aug 2010 16:16:08 +0800
Tag:    v2.0.0-rc1

lesson  MDL-23525 more bugs fixed to pagetypes.

commit 59e2121e16d6698527cc5c5d40e5c9eecee3c81a
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 06 Aug 2010 14:20:28 +0800
Tag:    v2.0.0-rc1

theme MDL-23363 config setting showblocksonmodpages (theme settings) & usages now removed

commit b5e1ffe45616449759298ab0d824b8ee5c056a5e
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 06 Aug 2010 11:49:11 +0800
Tag:    v2.0.0-rc1

assignment MDL-23684 renamed a variable causing confusion

commit 8efd9deb3217f38b21c9a79890c12148107fe28f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 06 Aug 2010 11:32:11 +0800
Tag:    v2.0.0-rc1

assignment MDL-23680 fixed upload single not displaying response file to student.

commit ac3d779195b7fc32600149da82f6a529b90d9e43
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 04 Aug 2010 16:52:59 +0800
Tag:    v2.0.0-rc1

lesson MDL-23525 passed in a missing object to remove notices seen.

commit ef4ba975f948421978f05045c655821871718802
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Wed, 04 Aug 2010 10:26:46 +0800
Tag:    v2.0.0-rc1

lesson MDL-23525 changed attempts retrieval from db to intuitional (code assumes it too) first->last attempt order

commit 37f796eae5fc78832689056f02db5b3aa5dd9e9f
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 03 Aug 2010 15:24:10 +0800
Tag:    v2.0.0-rc1

database  MDL-22558 minor- improved alignment in database fields display.

commit 19edef1b7f996780c5fc0723ed30db08b72e84e5
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Tue, 03 Aug 2010 13:57:28 +0800
Tag:    v2.0.0-rc1

database  MDL-22558 minor- improved alignment in database fields display.

commit 22d27f5cff51f2529c4166eae3faf17553914f16
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Mon, 02 Aug 2010 14:00:41 +0800
Tag:    v2.0.0-rc1

assignment  MDL-23608 fixed so that late submission times appearing red in all themes

commit d14dbf065fb9fc0f985c163febad498c94e44fec
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 30 Jul 2010 14:03:56 +0800
Tag:    v2.0.0-rc1

database activity MDL-23316 fixed date search field.

commit 437239d191144fc39b7682807f9979359c40b4d2
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 30 Jul 2010 10:39:38 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609  reverting to userid as print_user_files is updated to lookup the submission.

commit 109f6d0fdcf265bd2749801eee8be191bd8a1634
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Fri, 30 Jul 2010 10:28:41 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609  reverting to userid as print_user_files is updated to lookup the submission.

commit 03f91f6d14368665eb0cd84997929238b6e94bc5
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 29 Jul 2010 16:46:02 +0800
Tag:    v2.0.0-rc1

assignment MDL-22893  file count limit is now controlled by the files api options passed in. allow deleting of files via files manager when files count is at the limit.

commit 96f354402582f744f77ff10470ca69a18bc6f819
Author: Aparup Banerjee <nebgor@gmail.com>
Date:   Thu, 29 Jul 2010 16:12:58 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609 notice when no submission yet - fixed.

commit 1bd24d10cc361e76e10de040daace80371c1f6f7
Author: aparup <aparup>
Date:   Wed, 28 Jul 2010 10:42:21 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609 notice when no submission yet - fixed.

commit 2ea89456ce210ebd9be214397509564503a6f3c1
Author: aparup <aparup>
Date:   Tue, 27 Jul 2010 16:25:27 +0800
Tag:    v2.0.0-rc1

assignment MDL-22893 combined finalize/unfinalize button(form) into the grading form for multiple upload assignment type. redirections tweaked so that the grading person returns to the single submission grading display.

commit 3db4e0112fef48480884f377e2d876d47287e727
Author: aparup <aparup>
Date:   Tue, 27 Jul 2010 16:16:40 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609 notice when no submission yet in single upload grading. - fixed.

commit 31f56ef630c6717af4c7a017bf6aadb03ae389a7
Author: aparup <aparup>
Date:   Tue, 27 Jul 2010 16:13:30 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609 missed changes for changing file's itemid = submission->id rather than user->id

commit 9c2b28755748fb788c2bf97935da76bcf5c67fcd
Author: aparup <aparup>
Date:   Tue, 27 Jul 2010 15:59:38 +0800
Tag:    v2.0.0-rc1

assignment NOBUG the assignment submission files repository export had xhtml errors. fixed missing double inverted commas thanks to XHTML validator.

commit 16d8bacbd750e1797b479a404d47230cca74349f
Author: aparup <aparup>
Date:   Mon, 26 Jul 2010 17:19:12 +0800
Tag:    v2.0.0-rc1

assignment MDL-22893 very temporary fix for 'revert to draft' button

commit cd0fe5a45891f93da4db36dd18731dc13e71f775
Author: aparup <aparup>
Date:   Mon, 26 Jul 2010 17:12:31 +0800
Tag:    v2.0.0-rc1

assignment MDL-22893 just changed a locally used class name.

commit 2a576f94f74f4e403e817aa328e1ab36a7b7e2a5
Author: aparup <aparup>
Date:   Mon, 26 Jul 2010 11:23:37 +0800
Tag:    v2.0.0-rc1

assignment MDL-22893 revert and fixed displaying files with 'revert to draft' button..

commit 87f702a04803783137a70d9d1843f8d7ab754816
Author: aparup <aparup>
Date:   Mon, 26 Jul 2010 10:27:24 +0800
Tag:    v2.0.0-rc1

assignment MDL-22609 more changes for file's itemid = submission->id rather than user->id , thanks Davo!

commit b001cbbf1c2c0af717566e0a33b322e91098bd2f
Author: aparup <aparup>
Date:   Mon, 26 Jul 2010 10:07:31 +0800
Tag:    v2.0.0-rc1

assignment MDL-22893 changed $submission->userid to $USER->id : bug when no submission.

commit 0bf8c1743185b1d9828624067543b7b2cc1fa756
Author: aparup <aparup>
Date:   Thu, 22 Jul 2010 14:31:30 +0800
Tag:    v2.0.0-rc1

administration NOBUG corrected the english

commit 3cb462d288fe77772ad61fe3fcfdd172d48a6174
Author: aparup <aparup>
Date:   Thu, 22 Jul 2010 10:47:59 +0800
Tag:    v2.0.0-rc1

administration MDL-23287 removed confirmation question when deleting user profile category.

commit da904f85e16785543e74d48afa03efb4bd927b85
Author: aparup <aparup>
Date:   Wed, 21 Jul 2010 11:54:26 +0800
Tag:    v2.0.0-rc1

administration MDL-23445 fixed broken sql query

commit e269084401dc8eb42e703ca1e3cdd76a7da5e839
Author: aparup <aparup>
Date:   Wed, 21 Jul 2010 09:48:45 +0800
Tag:    v2.0.0-rc1

nobug - codestyle cleanup of spaces

commit bd08252b86de9d9200ecc48fe6515409e074d504
Author: aparup <aparup>
Date:   Wed, 21 Jul 2010 09:35:08 +0800
Tag:    v2.0.0-rc1

admin MDL-23287 deleting category/field skips question when there are no users affected.

commit cf353d880dd8748fb14e1cb70939642cf3350936
Author: aparup <aparup>
Date:   Tue, 20 Jul 2010 15:56:46 +0800
Tag:    v2.0.0-rc1

Assignment MDL-23413 minor fix to checkbox field displaying to remove notice. (and to persist checks after submit)

commit 289bcf7305782513025c7f0fd68a49679d268272
Author: aparup <aparup>
Date:   Mon, 19 Jul 2010 16:22:56 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22843  - allowed filearea 'response' to be served from uploadsingle assignment type. (fixed regression)

commit 2b9d57c484968c5d0792a0d8b3ca5bdaf0af3047
Author: aparup <aparup>
Date:   Mon, 19 Jul 2010 14:23:03 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22843  - fixed file manager using wrong file area when grading my own submission.  - also removed extra slash in rendered file folder tree links.

commit be9608feaa82846bcb6b2e044c6080d41c9f09c8
Author: aparup <aparup>
Date:   Mon, 19 Jul 2010 11:32:24 +0800
Tag:    v2.0.0-rc1

Assignment MDL-23261 submission and response files display tree rendering fixed broken url and filearea is now passed down to sub dirs being rendered (fixes links)

commit 7feebf6f6d2e5874c6006946e71c68280edcc90e
Author: aparup <aparup>
Date:   Fri, 16 Jul 2010 15:10:49 +0800
Tag:    v2.0.0-rc1

Administration MDL-23144 Course create/update/cancel now navigates back to where u came from (namely /course/index.php & /course/category.php).  (except when creating by default in Misc whereby you're sent to Misc where the course was created)

commit ba138d4730f9d8e4243cffe771a2ead70d29d990
Author: aparup <aparup>
Date:   Thu, 15 Jul 2010 16:30:02 +0800
Tag:    v2.0.0-rc1

Assignment MDL-23192  - fixed query to reflect updated field name mdl_block_instances.contextid->mdl_block_instances.parentcontextid  - fixed records iteration.

commit 38430d35214f324e0e51f17631791f540eb3f1c9
Author: aparup <aparup>
Date:   Wed, 14 Jul 2010 17:05:30 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22893  - response files uploading now uses the new file picker element in single upload type.

commit 6ad4b78fcf4db2bfe4d1f845e91d1daa7ff7c493
Author: aparup <aparup>
Date:   Tue, 13 Jul 2010 17:54:59 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22893  - response files uploading now uses the new file manager element in advanced upload type. (@TODO: single upload->use file picker)  - fixed file manager using $USER->id, now using the submission->userid to display the file area files.

commit 489c2f1b7a44c70ad33a24954f589b03e3f543fd
Author: aparup <aparup>
Date:   Mon, 12 Jul 2010 15:33:21 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22893 put safety require_once as encountered moodleform class not found err.

commit e1d4da0507d34b2b71035133d8f1601075336f8e
Author: aparup <aparup>
Date:   Mon, 12 Jul 2010 15:12:46 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22893 oops, corrected the moodle_url instantiation to put param in an array.

commit be534597c10f22f4f36746704f2d2b965e3f481e
Author: aparup <aparup>
Date:   Mon, 12 Jul 2010 15:04:33 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22893 fixed display of response files and the redirect when (advanced) uploading multiple response file.

commit 924ca8450f2da7bd25ec6b05c0ac734df09b728b
Author: aparup <aparup>
Date:   Thu, 08 Jul 2010 13:40:03 +0800
Tag:    v2.0.0-rc1

ADministration MDL-23144 fixed course creation -> cancel button going to limbo. now goes back to course(cat) index page

commit 362db01ab54201d940e9fc5d784ed1e9eb2d86e9
Author: aparup <aparup>
Date:   Thu, 08 Jul 2010 11:57:03 +0800
Tag:    v2.0.0-rc1

Roles MDL-23048 fixed CONTEXT_COURSECAT roles editing being titled as 'front page roles'

commit dbd9b303cc883bfa8b112b3d12916915bad4f1b8
Author: aparup <aparup>
Date:   Wed, 07 Jul 2010 15:21:13 +0800
Tag:    v2.0.0-rc1

Glossary MDL-23063 fixed bug with the way get_record was being called..  kudos to Stephen

commit 8d6d7d42916c26d37b3303477ec346c0c949d0ba
Author: aparup <aparup>
Date:   Wed, 07 Jul 2010 13:49:24 +0800
Tag:    v2.0.0-rc1

Course MDL-23062 turned off $doanything super admin power for a editing capability check to effect a switched to role from admin.

commit 261b585daa1ce9ad722814f2e9e6511997cc7bc6
Author: aparup <aparup>
Date:   Thu, 01 Jul 2010 17:05:08 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22611 cosmetics - spaces after if and no spaces in parenthesis. - thanks petr

commit 753c1de5cae09fbf6b69c8de384cb9505ac316b0
Author: aparup <aparup>
Date:   Tue, 29 Jun 2010 11:09:55 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22611 added has_capability check to grade number that may link to gradebook.

commit d2b6ee29f217ece4a5363a69bbb528950a289891
Author: aparup <aparup>
Date:   Mon, 28 Jun 2010 10:38:53 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22611 a few changes to the assignment section, Changes include - display grading as a main page navigation sequence rather than a popup (this addressed a few navigation issues with popup) - grading forms now use moodle form. swapped grading form button positions to reduce human error. - fixed file area issues with assignment submissions. (see MDL-22608) - other minor changes : headings, titles

commit e818c6fcc7bf514fd3abe839eb0f6d0213796722
Author: aparup <aparup>
Date:   Mon, 14 Jun 2010 15:32:44 +0800
Tag:    v2.0.0-rc1

Course MDL-22750 fixed sql query for reordering display using sortorder in course_categories.

commit 3a0b9236c84aaf5e4a9e6add4c704735bf62554d
Author: aparup <aparup>
Date:   Tue, 08 Jun 2010 10:04:54 +0800
Tag:    v2.0.0-rc1

Assignment MDL-22687 removed unmatched div tag that was breaking navigation blocks.

commit 7328e94b301b79660527e9ec88bac96da1aa3b08
Author: aparup <aparup>
Date:   Fri, 04 Jun 2010 11:51:21 +0800
Tag:    v2.0.0-rc1

navigation MDL-22560 temporary fix for anomaly

commit dad55fc5b3924c6f38b3ccc3be95378b984a8771
Author: aparup <aparup>
Date:   Fri, 04 Jun 2010 10:42:21 +0800
Tag:    v2.0.0-rc1

assignment MDL-22610 quickgrading: fixed form - after header output.

commit 8cb4148657032112e11a4e8cb20932a47291f941
Author: aparup <aparup>
Date:   Mon, 31 May 2010 11:17:28 +0800
Tag:    v2.0.0-rc1

assignment quickgrading MDL-22610 fixed saveallmyfeedback form. posts now go thru to code and data enters DB fine.

commit 66b250fd9d2ad0020454cfc5668d0b1cd04dcb97
Author: aparup <aparup>
Date:   Fri, 28 May 2010 09:53:09 +0800
Tag:    v2.0.0-rc1

obj:idnumber undefined notice MDL-22456 fixed and committed into HEAD.

commit 35900f6759f453d220871eb61bad22ead16ec572
Author: aparup <aparup>
Date:   Mon, 24 May 2010 15:21:18 +0800
Tag:    v2.0.0-rc1

fixed wording - MDL22441 - renamed the modules 'system' heading to 'activities'

commit 7ae4a7462d03549650bb58953728a3f5a43e5365
Author: aparup <aparup>
Date:   Wed, 19 May 2010 16:45:53 +0800
Tag:    v2.0.0-rc1

profile block MDL-22480 fixed missing div