Git commits in Moodle 1.8.x by poltawski

commit 8fe8df969ecd47fd4f9a3b8d17ffd2d36a96c2cd
Author: poltawski <poltawski>
Date:   Wed, 25 Mar 2009 18:17:26 +0900
Tag:    v1.8.9

lib/email_to_user MDL-10384 Recipeint names broken

commit c615c8b9b5f8d6a2951fd41d9d0ad42582539b0c
Author: poltawski <poltawski>
Date:   Thu, 22 Jan 2009 19:11:09 +0900
Tag:    v1.8.8

calendar:export MDL-17203 prevent disclosing of sensitive information

commit efdcc409272a7e51c1a74614fdf43835b463da95
Author: poltawski <poltawski>
Date:   Thu, 09 Oct 2008 18:56:05 +0800
Tag:    v1.8.7

MDL-16434 fix typo in class name "generalbox"

commit d21d4c769cc8645268e50303c092f88c30fe1cd5
Author: poltawski <poltawski>
Date:   Fri, 02 May 2008 18:45:05 +0800
Tag:    v1.8.6

MDL-13716 - When storing progress of scorm activity a 404 is encountered and js failure on split. Cast to string to avoid this.

commit aa2b1ba10d55c137d2a9f3abf9ea8871bc729ea4
Author: poltawski <poltawski>
Date:   Wed, 30 Apr 2008 19:54:39 +0800
Tag:    v1.8.6

MDL-12614 - Bad regular expression matching was causing syntactically invalid js when returning to previously attempted SCORM package.

commit b2fb1d4096bbd9491d50aa1da36e7f4280ed08e4
Author: poltawski <poltawski>
Date:   Mon, 25 Feb 2008 20:59:10 +0900
Tag:    v1.8.5

MDL-9667 - convert_tree_to_html doesn't set css class properly if $tab->linkedwhenselected is set

commit c095ae436480ee56f357efabc670adb7c72d7000
Author: poltawski <poltawski>
Date:   Fri, 08 Feb 2008 18:59:18 +0900
Tag:    v1.8.5

MDL-13354 - wrong capability checked for view report link

commit 244cb43dffa51e4b52947def58a37db527634e9d
Author: poltawski <poltawski>
Date:   Fri, 08 Feb 2008 03:50:01 +0900
Tag:    v1.8.5

MDL-13339 - ensure we don't continue the restore process if there is no course header in the backup file. This bug was causing blank course records to be created when users tried to restore a non-moodle backup file such as a scorm file. backported from MOODLE_19_STABLE

commit 18776806106f2c42c37b491a26c53ed0f1a879f0
Author: poltawski <poltawski>
Date:   Wed, 06 Feb 2008 23:49:57 +0900
Tag:    v1.8.5

MDL-13314 count_role_users was showing different count to those returned from get_role_users(), based on patch from Patrick Pollett backported from MOODLE_19_STABLE

commit 970166d4acf60611414e89ec270ed5d43bb0cc21
Author: poltawski <poltawski>
Date:   Thu, 31 Jan 2008 05:44:08 +0900
Tag:    v1.8.5

MDL-13221 - doing wrong capability check for hidden activites. But we don't need it at all as require_login() with the $cm argument does the check for us backported from MOODLE_19_STABLE

commit 2328428fe129c3f0a0987b2b879a4bcb023a83d1
Author: poltawski <poltawski>
Date:   Sat, 26 Jan 2008 06:10:44 +0900
Tag:    v1.8.5

MDL-13068 - fix typo causing course delete to fail backported from MOODLE_19_STABLE

commit 98928f94e9ced308cd0e6f617d3b9fc35e91270d
Author: poltawski <poltawski>
Date:   Tue, 22 Jan 2008 01:46:36 +0900
Tag:    v1.8.5

MDL-9605 - fixed missing string which wasn't merged to 1.8

commit f1cac46f00d9a680f47ffe8be60ad94c9349f458
Author: poltawski <poltawski>
Date:   Thu, 17 Jan 2008 23:56:13 +0900
Tag:    v1.8.5

MDL-13039 - fix missing strings

commit 904eea079b28d04e45320f684155a13a0e0561b1
Author: poltawski <poltawski>
Date:   Thu, 17 Jan 2008 00:10:20 +0900
Tag:    v1.8.5

MDL-13003 - dont initalise array keys twice..

commit 74ec307700a2c12739f8bb509f7f1820355a93c5
Author: poltawski <poltawski>
Date:   Mon, 14 Jan 2008 03:55:47 +0900
Tag:    v1.8.5

reverting bad commit, sorry

commit f4687e66e74e7b2abd48c3904a33cace13925b09
Author: poltawski <poltawski>
Date:   Mon, 14 Jan 2008 03:47:51 +0900
Tag:    v1.8.5

MDL-8269 - stats wasn't paying attention to run time settings as the strtotime arguments were the wrong way round. Thanks to Mark Nielsen backported from MOODLE_19_STABLE

commit 099d1c8f623f07d04977df6c7d38df71eafb4912
Author: poltawski <poltawski>
Date:   Fri, 11 Jan 2008 20:47:23 +0900
Tag:    v1.8.4

MDL-12400 - superfluous required_param causing problems in upload assignment user report. backported from MOODLE_19_STABLE

commit ae817db2f824137d17ea0e3e56af9a4281c4fe15
Author: poltawski <poltawski>
Date:   Thu, 10 Jan 2008 00:43:37 +0900
Tag:    v1.8.4

MDL-12889 - fix bad invalid capability check

commit 6b3eca01f20355a4fe406fa2eb49b02256f121ae
Author: poltawski <poltawski>
Date:   Wed, 09 Jan 2008 05:21:30 +0900
Tag:    v1.8.4

MDL-12882 - we were caching empty records which caused clone warnings backported from MOODLE_19_STABLE

commit 99797689e66ec1b69029c748c1d41beec4df4e57
Author: poltawski <poltawski>
Date:   Tue, 08 Jan 2008 22:43:42 +0900
Tag:    v1.8.4

MDL-9372 - only show RSS options in database module when RSS is enabled backported from MOODLE_19_STABLE

commit 841dca3991e177fcfec735d9ae922fcddc0c3502
Author: poltawski <poltawski>
Date:   Tue, 08 Jan 2008 21:55:13 +0900
Tag:    v1.8.4

MDL-10813 - Course requests not respecting course request category.

commit 673b34647aaf86b293c790077afed92d2bf702e1
Author: poltawski <poltawski>
Date:   Fri, 04 Jan 2008 07:41:06 +0900
Tag:    v1.8.4

MDL-12825 - add some extra height to popups in IE7, otherwise they cant be used - backported from MOODLE_19_STABLE

commit 7d39e1b828d1913e34fd2fdc0f3fe528c47262d1
Author: poltawski <poltawski>
Date:   Sun, 30 Dec 2007 08:45:38 +0900
Tag:    v1.8.4

MDL-9925 - When a user presses cancel on restore they are sent to /admin/. For teachers this gives an ugly access denied message, so instead send them back to the course they came from.

commit 5a8100234f5273e997e4d9899427c20b773db6c3
Author: poltawski <poltawski>
Date:   Thu, 27 Dec 2007 18:39:12 +0900
Tag:    v1.8.4

MDL-12459 - fix missing quotes breaking navigation, thanks to Katja Krüger

commit 45ee48d9906c2223348e8a322a917d083c6ecb1d
Author: poltawski <poltawski>
Date:   Mon, 24 Dec 2007 01:39:57 +0900
Tag:    v1.8.4

MDL-10611 - backslashes in username get doubled up with an nonsuccessful log in

commit abae4967bcf41cd5fc4acfc4e846b68bcf0e5262
Author: poltawski <poltawski>
Date:   Mon, 24 Dec 2007 01:15:29 +0900
Tag:    v1.8.4

MDL-10241 - unenrolling self wasn't working properly from user profile because unenrol.php was doing wrong capability check when $userid set.o Also improves the lanaguage used when unenrolling self.

commit 877c237cf587443042c0d1e4a4b51a4fd7d4d77a
Author: poltawski <poltawski>
Date:   Fri, 21 Dec 2007 01:20:09 +0900
Tag:    v1.8.4

MDL-12638 fixed typo, backported from MOODLE_19_STABLE

commit fc05711af33d947a4cdd90e46f3b5d30906a717a
Author: poltawski <poltawski>
Date:   Fri, 09 Nov 2007 07:17:44 +0900
Tag:    v1.8.4

MDL-12070 - PARAM_CLEANHTML strips magic quotes..

commit 4e48f83df8813de98e45c76b220f55e87e866e3f
Author: poltawski <poltawski>
Date:   Fri, 09 Nov 2007 03:25:49 +0900
Tag:    v1.8.4

MDL-12070 - re-enable the use of HTML in choice options

commit 070a606c68682ce9e8d929d22a1f98c5021832ee
Author: poltawski <poltawski>
Date:   Mon, 29 Oct 2007 18:49:53 +0900
Tag:    v1.8.4

MDL-11813 - Use existing group setting strings on course edit form so can be better translated. Patch from Daniel Miksik

commit 8ef593442b6c24365c327bba862753fa4cc45e67
Author: poltawski <poltawski>
Date:   Mon, 29 Oct 2007 09:58:01 +0900
Tag:    v1.8.4

MDL-10810 silence warnings in PHP 4.x - the last param was added in PHP 5.0.2

commit c3b4148b481d349217cef7269da946c3a377a5f4
Author: poltawski <poltawski>
Date:   Fri, 19 Oct 2007 22:48:38 +0800
Tag:    v1.8.4

MDL-11840 - curl was set to use CONNECTs for all http requests. This is disallowed by most http proxies to prevent tunneling. Added some debugging in case of failure.

commit 8569a0b96f07b265cdff2585290ad183e655c49a
Author: poltawski <poltawski>
Date:   Fri, 19 Oct 2007 19:46:58 +0800
Tag:    v1.8.4

MDL-11766 download_file_content is quite broken with proxies - lacking global CFG definition, so must never have worked, also incorrectly specified proxyhost..

commit 6164fc908023af6eea37be53d15046853339d26c
Author: poltawski <poltawski>
Date:   Mon, 03 Sep 2007 18:18:59 +0800
Tag:    v1.8.3

MDL-9851 -  RSS block links previously used to open in new window. Restoring this behaviour. Had to tweak the cleaning to ensure the JS hack for XHTML complaint new window gets through.

commit 82ad3312a7333b946ad1e963314644e42bd3e610
Author: poltawski <poltawski>
Date:   Tue, 07 Aug 2007 03:16:17 +0800
Tag:    v1.8.3

MDL-10624 Reverting forum part of last commit - it wasn't needed, I wasn't testing correctly.

commit ca2af279342873dc1b74449ad14b3bb8e09538b2
Author: poltawski <poltawski>
Date:   Tue, 07 Aug 2007 02:49:05 +0800
Tag:    v1.8.3

Fixed typo in previous commit

commit 19ec0f2df29b1fd5b124bbde14a05773dfe57700
Author: poltawski <poltawski>
Date:   Tue, 07 Aug 2007 02:44:10 +0800
Tag:    v1.8.3

MDL-9431 & MDL-10624 - we're not removing some tracking records from the database when we unassign roles - remove forum_subscriptions & user_lastaccess

commit 8cd6f2b3473770de5e576c6c4b2be73cc45b7513
Author: poltawski <poltawski>
Date:   Mon, 06 Aug 2007 21:37:36 +0800
Tag:    v1.8.3

MDL-10714 - tweak language to clarify allowdeleteing

commit 87aa917219d609b208b8c0bd2d6b0f33534733b7
Author: poltawski <poltawski>
Date:   Mon, 06 Aug 2007 21:26:43 +0800
Tag:    v1.8.3

MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types!

commit 3b5d49f20cf091022e8ecf40ceacb7e5defb0d97
Author: poltawski <poltawski>
Date:   Sat, 07 Jul 2007 00:28:43 +0800
Tag:    v1.8.2

MDL-10311 - further groups import fixes

commit bdf5dce110ffa0c09a54b0a7f59d383ff92b0620
Author: poltawski <poltawski>
Date:   Fri, 06 Jul 2007 23:30:43 +0800
Tag:    v1.8.2

MDL-10311 Group import broken - missing lang strings & slight helpfile update

commit c278e8bc8f5d1f8d3e7f9416d90ea83177aa6a81
Author: poltawski <poltawski>
Date:   Fri, 06 Jul 2007 23:26:35 +0800
Tag:    v1.8.2

MDL-10311 Group import broken - groups import hadn't been updated for new groups, also missing lang strings

commit 5046d2353b18357be6658095ee4eebec6bb581c5
Author: poltawski <poltawski>
Date:   Wed, 27 Jun 2007 05:16:10 +0800
Tag:    v1.8.2

MDL-10264 - fixed typo

commit f7d555d5775141d584f0c65ce9d070520e9cea1c
Author: poltawski <poltawski>
Date:   Tue, 19 Jun 2007 03:37:28 +0800
Tag:    v1.8.2

MDL-10144 - Fix weak include not changed in STABLE

commit 974762e6f582d2b58fd19f349ccf956d386c355a
Author: poltawski <poltawski>
Date:   Tue, 19 Jun 2007 03:19:51 +0800
Tag:    v1.8.2

MDL-10148 - hard coded lang strings in user/message.html

commit c9b9c609ba6c0f3e42acff6be6e10cb44875482d
Author: poltawski <poltawski>
Date:   Tue, 05 Jun 2007 06:57:13 +0800
Tag:    v1.8.1

MDL-8080 Grade exceptions broken for teacher by invalid capability check. Thanks to Paul Ortman for the patch. Merged from MOODLE_17_STABLE

commit 9b602f0d3d1878907ae842cc8201603e862d10b4
Author: poltawski <poltawski>
Date:   Tue, 05 Jun 2007 06:23:01 +0800
Tag:    v1.8.1

MDL-10001 - Change the ordering of height and width parameters in the interface to reflect previous ordering.

commit f4b35f935c17ff92d95f458ca10c76fcafe1a229
Author: poltawski <poltawski>
Date:   Tue, 05 Jun 2007 05:59:12 +0800
Tag:    v1.8.1

MDL-9987 - Reffering to wrong capability name, thanks to seberin Terrier

commit d09a98edf848e65fa63de081ebb25c2308e82a93
Author: poltawski <poltawski>
Date:   Wed, 09 May 2007 18:02:07 +0800
Tag:    v1.8.1

MDL-9649 'keep searching' in bulk messaging broken

commit 9c85777a62280300d1403bbb311eb462177c04c9
Author: poltawski <poltawski>
Date:   Mon, 07 May 2007 16:28:43 +0800
Tag:    v1.8.1

MDL-9726 - fixed phpdoc comment from MartinD's commit

commit 0bf78b45f30d0d646ba06be872c9744ff085d952
Author: poltawski <poltawski>
Date:   Sun, 06 May 2007 18:26:42 +0800
Tag:    v1.8.1

MDL-8917 - slasharguments description was slightly incorrect

commit 53f2fb98ac4dfccf732ed190eb11ff40f3fabcfe
Author: poltawski <poltawski>
Date:   Sun, 06 May 2007 17:55:49 +0800
Tag:    v1.8.1

MDL-8436 Fixed typo

commit df9134b4e07a07114107dfd9a2a00ff0a947f8a3
Author: poltawski <poltawski>
Date:   Sun, 06 May 2007 17:43:32 +0800
Tag:    v1.8.1

MDL-8971 - fixed typo

commit 56fc04e3afd67a3b39fa2345ed8dc61f1efccbcc
Author: poltawski <poltawski>
Date:   Sat, 05 May 2007 23:14:57 +0800
Tag:    v1.8.1

Fixed MDL-9639 and syntax errror

commit ca9825f48e0c3f775713b647022e1d29e6eea461
Author: poltawski <poltawski>
Date:   Sun, 18 Mar 2007 08:40:46 +0900
Tag:    v1.8.0

MDL-8831 - forum date checkboxes loose their checked status

commit 8a08a041f4b6d751df97e964b72f685b1f8df714
Author: poltawski <poltawski>
Date:   Sun, 18 Mar 2007 07:53:45 +0900
Tag:    v1.8.0

MDL-6386 - Regression from MDL-6462, lost stripslashes in CLOZE question, thanks to Joseph Joseph Rézeau  for his attention to this issue

commit e1578125e49ebabe64fc203141d19d68ac0c5dda
Author: poltawski <poltawski>
Date:   Fri, 16 Mar 2007 01:57:05 +0900
Tag:    v1.8.0

MDL-8922 - some xhtml fixes

commit 88b367e33121771c9085d6f956053a33a5fd38dc
Author: poltawski <poltawski>
Date:   Fri, 16 Mar 2007 01:02:32 +0900
Tag:    v1.8.0

MDL-8582 course logs xhtml fixes

commit 5c8e9c9d6e97e280e6e3d83fc13be614732e350e
Author: poltawski <poltawski>
Date:   Fri, 16 Mar 2007 00:45:10 +0900
Tag:    v1.8.0

Further fix for MDL-8582 on participants page

commit 19db0355d31d06918e59b6680e8321ce04e95c39
Author: poltawski <poltawski>
Date:   Thu, 15 Mar 2007 20:46:14 +0900
Tag:    v1.8.0

MDL-8906 - Additional fix to prevent needless searching on blank query

commit a628b65cfa27f38e8bf103aaa3c4a8c59e57bc64
Author: poltawski <poltawski>
Date:   Thu, 15 Mar 2007 10:14:07 +0900
Tag:    v1.8.0

Merging revert MDL-8906

commit 7f51421503b9d52cca193fae618df5d31c50ad42
Author: poltawski <poltawski>
Date:   Thu, 15 Mar 2007 09:52:19 +0900
Tag:    v1.8.0

MDL-8906 - Actually, I'll Fix blocks editing on search pages, by adding the query

commit f6a157d14ac5dcfe8bb179cf0549cb110bd96ab5
Author: poltawski <poltawski>
Date:   Thu, 15 Mar 2007 09:32:38 +0900
Tag:    v1.8.0

MDL-8906 - Blocks Editting Broken on Admin Search Results page, so disable edit button

commit 8eaa523a2c62f636faf37ab9775fb476ecbe4b33
Author: poltawski <poltawski>
Date:   Thu, 15 Mar 2007 02:23:30 +0900
Tag:    v1.8.0

MDL-8900 Adding adminroot to redirects to clean up html

commit 01d38e99387067116d819d5af9d1dd6251e07df7
Author: poltawski <poltawski>
Date:   Thu, 15 Mar 2007 01:30:47 +0900
Tag:    v1.8.0

Fixed check for section for MDL-8360

commit d8572e7021be5dbbf91155e7b169aa4f8cc15961
Author: poltawski <poltawski>
Date:   Wed, 14 Mar 2007 22:05:30 +0900
Tag:    v1.8.0

MDL-8455 - unslightly error if no course category

commit ffe67636f790d080df308ea954f6e726e4c09280
Author: poltawski <poltawski>
Date:   Wed, 14 Mar 2007 20:55:25 +0900
Tag:    v1.8.0

MDL-8360 - Currently can't bookmark admin searches, so disable the ability to bookmark the search page

commit 59900bd49081bb4c7b6910a8ac0eb4aded522221
Author: poltawski <poltawski>
Date:   Thu, 01 Mar 2007 23:47:09 +0900
Tag:    v1.8.0

Duplicate alt tags in course category page MDL-8711

commit c2b7ac3fb71982d163def9a663c094fea71b87fa
Author: poltawski <poltawski>
Date:   Thu, 01 Mar 2007 01:15:36 +0900
Tag:    v1.8.0

More fixes for MDL-8582