Git commits in Moodle 2.3.x by Adrian Greeve

commit 156b8e3c9dc4eacf0b3e243c98de6a8690f8ee24
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 15 Feb 2013 15:38:04 +0800
Tag:    v2.3.5

MDL-37983 - my home / navigation: $CFG->forcelogin is no longer affecting default home page redirects.

commit e25a7aa27ee13217df3210deb11b4ce758dd2099
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 08 Jan 2013 13:17:24 +0800
Tag:    v2.3.5

MDL-30797 - backup groups: Added a parameter to the groups_assign_grouping function.

commit 6990c105763d654efc8f2da2f6c75b6006e830ae
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 08 Jan 2013 12:25:09 +0800
Tag:    v2.3.5

MDL-36335 - course: Orphaned activities no longer show a notice.

commit f3f1f5d3d064c5b209fd736ca082677eab19bc6d
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 03 Jan 2013 14:22:53 +0800
Tag:    v2.3.5

MDL-30669 - blocks: Added a warning when deleting blocks that have multiple displays set.

commit c154ce5a7f5c58b7dfe984563093a45e1ff29d9f
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 06 Dec 2012 10:52:09 +0800
Tag:    v2.3.4

MDL-37026 - lib: The function user_can_assign() returns true for admins.

commit eb883f0fa4bfa37da5b2f595598bfd138abb6b4c
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 30 Nov 2012 15:00:19 +0800
Tag:    v2.3.4

MDL-35653 - mod/wiki: Force format now lets users edit wiki pages.

commit 691cd371f034ba1d40d89bb3f808fe40e83e523b
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 30 Nov 2012 09:57:45 +0800
Tag:    v2.3.4

MDL-36915 - mod/data: A database with no entries no longer displays the export to portfolio button.

commit 85094b8fa4a441dc8e17adb9069dd049e3aeeec5
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 29 Nov 2012 14:43:25 +0800
Tag:    v2.3.4

MDL-36906 - mod_data: Latitude and Logitude error fix.

commit d22b5faae897ba430f2f6d62a759ea67af9a0ccc
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 26 Nov 2012 15:53:30 +0800
Tag:    v2.3.4

MDL-36795 - lib / administration: maxsections now limits the default setting for numsections.

commit 0c5bd8349dc48705027fcba6dc9c67e5ce4647b4
Author: Adrian Greeve <adrian@moodle.com>
Date:   Wed, 14 Nov 2012 12:22:51 +0800
Tag:    v2.3.4

MDL-36551 - mod_data: Onsite presets now retain the advanced search template.

commit f6cdef58cb8f196142d0b9fdb8a0e31b508f9a85
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 08 Nov 2012 17:38:57 +0800
Tag:    v2.3.4

MDL-36453 - mod_data: Presets now load in a Windows environment. Thanks to Michael de Raadt for this patch.

commit 9b025da73261e80867458926b3ac22c9d5ce535b
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 08 Nov 2012 02:50:15 +0800
Tag:    v2.3.3

MDL-35558 mod_data: Show only own entries while there are required pending.

commit 92aa8fe491939360e448d031ec30169b701dc4c2
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 29 Oct 2012 14:13:43 +0800
Tag:    v2.3.4

MDL-36668 - mod/data: Removed duplicate data_content join in simple searches.

commit caa0e70577066e4ad96fc58b6125246af0afc63f
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 09 Oct 2012 15:56:40 +0800
Tag:    v2.3.3

MDL-25275 - mod/data - Added a check box to eliminate date searches if desired.

commit 0c09da65ce22b788686ab55e23ec7b0ed8ff012d
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 08 Oct 2012 09:03:49 +0800
Tag:    v2.3.3

MDL-35265 - blog - Update code for removing orphaned blog association data.

commit 768a2ceafd77094496a3e3c732423e695c7c828c
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 02 Oct 2012 15:52:00 +0800
Tag:    v2.3.3

MDL-34448 - mod/data - Fixing separate groups viewing all entries.

commit 919105e5d138f967a4fa4f5fecb2d7f2dbfa342a
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 30 Aug 2012 15:42:54 +0800
Tag:    v2.3.3

MDL-32785 - lib - Ignorning hard frozen fields when submitting data.

commit 339057063c310aff02b513a24d810d0c0854d07b
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 28 Aug 2012 15:54:01 +0800
Tag:    v2.3.2

MDL-34318 - blog - Removal of blog associations from the database on delete. Thanks to Erik Lundberg for this patch.

commit 155fd3f64baf059a02aa9886ee3dfb85901c1bf9
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 20 Aug 2012 13:56:56 +0800
Tag:    v2.3.2

MDL-6424 - blocks - Adding a warning screen when the user clicks the delete link.

commit edd2686c8bc5d6e0c8be65241fc8a6ec082e57ba
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 14 Aug 2012 15:09:02 +0800
Tag:    v2.3.2

MDL-32108 - navigation - After logging in the user is directed to mysite instead of site home. Thanks to lurii Kucherov for this patch.

commit 612aee17b093d47813f22b01ebd7787a8cc9d1a3
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 21 Jun 2012 15:47:02 +0800
Tag:    v2.3.0-rc1

MDL-33931 - themes - Change of the base theme to align the submit and cancel buttons with the rest of the mform (15%)

commit db79db63ede07e3c5e1c9424e988a944612ac0f8
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 14 Jun 2012 14:55:08 +0800
Tag:    v2.3.0-beta

MDL-33603 - data - added another sql query to allow links to records to work.

commit 35ca63c166c2ef21a77cb0db92f6391fe877c946
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 25 May 2012 11:45:08 +0800
Tag:    v2.3.0-rc1

MDL-33297 - forum - workshop - glossary - data - Updated the check for files to allow students to see files they recently uploaded.

commit 9ec5ee51688d6229ac18fb4cd7bb1bfc79438fac
Author: Adrian Greeve <adrian@moodle.com>
Date:   Wed, 23 May 2012 16:13:32 +0800
Tag:    v2.3.0-beta

MDL-33146 - course - Changed weekdates to sectionname to fix a JavaScript error

commit f5d0c2a69f0bc4d57ba5cf563510d2e153deb723
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 22 May 2012 12:51:48 +0800
Tag:    v2.3.0-beta

MDL-33152 - themes - Moved the action buttons more to the right, inline with the rest of the form.

commit 0a498686c02a905c3925b90875bf79931cb920f8
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 18 May 2012 16:39:53 +0800
Tag:    v2.3.0-beta

MDL-32126 replaced _order with sortorder to make sorting work in oracle

commit 17ec4bf045df1a21a2e490951945dee06cfff432
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 14 May 2012 11:47:20 +0800
Tag:    v2.3.0-beta

Alteration to the code to hide the body of the post / discussion

commit 0ba303e85fcc0ae4a02e72fb36d58c2170996ab9
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 08 May 2012 09:21:24 +0800
Tag:    v2.3.0-beta

MDL-32126 - data - Fix of an error when sorting by other criteria.

commit a1a00aeee7c9291b51266d9bd3de89a7b89a636c
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 04 May 2012 11:52:09 +0800
Tag:    v2.3.1

MDL-30912 - lib - A tidy up of the submit url jump functions for greater ease with accessability.

commit 541685ec20c90200502f2689e8b433ce28570b0b
Author: Adrian Greeve <adrian@moodle.com>
Date:   Wed, 02 May 2012 09:03:22 +0800
Tag:    v2.3.0-beta

MDL-31763 - data - users can only override their own presets unless they have manage presets permission.

commit 5dedd64d585f2108a14b046d6b5e7900ad8f435c
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 19 Apr 2012 11:54:50 +0800
Tag:    v2.3.0-beta

MDL-30478 - wiki - Fixing up group problems when viewing and creating wiki pages.

commit 551028dfd4427d27e2d10de279f400dbd2824df8
Author: Adrian Greeve <adrian@moodle.com>
Date:   Tue, 28 Feb 2012 11:53:35 +0800
Tag:    v2.3.0-beta

MDL-30906 - course - Changed the <hx> tags to follow a sequential order

commit 40fe364713cf417ddadfde09bf71a0e15557a49d
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 27 Feb 2012 12:07:58 +0800
Tag:    v2.3.0-beta

MDL-31248 - lib - Retaining the old password key and creating a new cookie prefix.

commit 6aa13eb36b79677a0a98058e048f74ed4b89f2e8
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 27 Feb 2012 12:07:58 +0800
Tag:    v2.3.0-beta

MDL-31248 - lib - Alteration to the rc4encrypt function to allow for old password use.

commit 901d58dfd358cc58939cb28da4930c8fba0ddcb1
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 23 Feb 2012 11:20:16 +0800
Tag:    v2.3.0-beta

MDL-29086 - data - Fix for allowing the deletion of database activity presets.

commit 76565fa1029ed2d884c880afbfc870493f1b2a29
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 03 Feb 2012 11:38:50 +0800
Tag:    v2.3.0-beta

MDL-31463 - navigation - added a context check in the navigation for fullname permission.

commit c6c15daf81dbe1f64303cb73a6a0f3e17e7a3694
Author: Adrian Greeve <adrian@moodle.com>
Date:   Fri, 03 Feb 2012 07:59:52 +0800
Tag:    v2.3.0-beta

wip-MDL-31396 - data - Exporting a preset as a zip code changed to remove errors.

commit 834686037c6e30f0ac59eccb1f316b6cbe85199d
Author: Adrian Greeve <adrian@moodle.com>
Date:   Mon, 30 Jan 2012 15:52:20 +0800
Tag:    v2.3.0-beta

MDL-25185 - data - Allowing data from the database to be exported according to group roles.

commit 4d8e24174283e2fde4972b7640340cec54fc013f
Author: Adrian Greeve <adrian@moodle.com>
Date:   Thu, 05 Jan 2012 09:29:55 +0800
Tag:    v2.3.0-beta

MDL-30997 - group - update of the api block documentation.

commit 31fde54fbcc651870a2f16c7e822282d278d8f2f
Author: Adrian Greeve <adrian@moodle.com>
Date:   Wed, 04 Jan 2012 15:56:26 +0800
Tag:    v2.3.0-beta

MDL-30976 - navigation - Updating the api block documentation.

commit db546510a164b7d6fa6d6b78fa444d06bfe08f1c
Author: adrian@moodle.com <abgreeve@gmail.com>
Date:   Tue, 13 Dec 2011 10:45:48 +0800
Tag:    v2.3.0-beta

MDL-17327 - data - improved the sql query for very large advanced searches

commit 72d4340a0e0acd69a0ba91dc262ea57e86a52117
Author: adrian@moodle.com <abgreeve@gmail.com>
Date:   Tue, 13 Dec 2011 10:45:48 +0800
Tag:    v2.3.0-beta

MDL-17327 - data - improved the sql query for very large advanced searches

commit 2edcf21abf47551759ac80e3e59667a62f076813
Author: adrian@moodle.com <abgreeve@gmail.com>
Date:   Mon, 12 Dec 2011 14:21:59 +0800
Tag:    v2.3.0-beta

MDL-18128 - forum - Addition of group editing for forums.

commit aa30d3e8ce0dd41d3d0f7dae856beb180fed1f83
Author: adrian@moodle.com <abgreeve@gmail.com>
Date:   Mon, 05 Dec 2011 14:59:31 +0800
Tag:    v2.3.0-beta

MDL-30336 - login - Added a setting in security that allows auto complete to be set to off in password fields.

commit 98456628a24bba25d336860d38a45b5a4e3895da
Author: adrian@moodle.com <abgreeve@gmail.com>
Date:   Fri, 02 Dec 2011 16:33:25 +0800
Tag:    v2.3.0-beta

MDL-28948 - lib - removed the hard coded key for the rc4encryt function.