Git commits in Moodle 1.8.5 by nicolasconnault

commit f8d1a60893598ff73da76107ad63fa9cedad13fd
Author: nicolasconnault <nicolasconnault>
Date:   Mon, 31 Mar 2008 14:18:11 +0800
Tag:    v1.8.5

MDL-13397 Fixed the language string. Merging from HEAD

commit 3c6767e8add13a9474f9c5c3825b437974f8c79a
Author: nicolasconnault <nicolasconnault>
Date:   Mon, 17 Mar 2008 22:14:11 +0900
Tag:    v1.8.5

MDL-13743 Added realmedia support

commit 3a9ad62295a039017a61e4165ea9c027687242c4
Author: nicolasconnault <nicolasconnault>
Date:   Thu, 13 Mar 2008 23:02:11 +0900
Tag:    v1.8.5

MDL-13919 Fixed undefined variable. Merging from MOODLE_17_STABLE

commit 7e507929e69b5b6353264e5186da9e8673069030
Author: nicolasconnault <nicolasconnault>
Date:   Thu, 21 Feb 2008 18:15:57 +0900
Tag:    v1.8.5

MDL-13465 Implemented Martin's solution

commit b8d8a345652f3c6d8ebedd7b5dfce99cfa9318e2
Author: nicolasconnault <nicolasconnault>
Date:   Thu, 14 Feb 2008 16:17:52 +0900
Tag:    v1.8.5

MDL-13430 I can only see this issue in the assignment submissions page.

commit 1e51f8fa070d904e2d3c7834e4141f157c96fb2b
Author: nicolasconnault <nicolasconnault>
Date:   Wed, 13 Feb 2008 00:54:20 +0900
Tag:    v1.8.5

MDL-13397 Implemented the requiredentries parameter (previously not implemented). This includes a warning message and an SQL restriction on entries fetched for view.php

commit 8fc5a75c11428e6c7ea5826e2ad1e6c0833eb985
Author: nicolasconnault <nicolasconnault>
Date:   Wed, 06 Feb 2008 19:24:26 +0900
Tag:    v1.8.5

MDL-6826 Removed the optional_param lines at the top, and set the submit buttons to PARAM_RAW. Also changed !empty() to isset()

commit 502e8e4c30b58e30b50286cc425566ec58a87f24
Author: nicolasconnault <nicolasconnault>
Date:   Tue, 05 Feb 2008 19:38:44 +0900
Tag:    v1.8.5

MDL-12158 Applied Matt's patch, merging from 1.7

commit 93f56c2a9d4b694feb37b66e05e6055a58f1097a
Author: nicolasconnault <nicolasconnault>
Date:   Tue, 05 Feb 2008 18:49:43 +0900
Tag:    v1.8.5

MDL-10451 Fixed HTML errors

commit c0d26d69f85987ac685203a8fe8b0e01cc491ac0
Author: nicolasconnault <nicolasconnault>
Date:   Mon, 04 Feb 2008 21:57:32 +0900
Tag:    v1.8.5

MDL-6826 Removed "changes" from both buttons, and implemented Tatsuya's patch

commit 123dcabe686abc1ec120587bdfb4646262e698d7
Author: nicolasconnault <nicolasconnault>
Date:   Sat, 26 Jan 2008 00:56:51 +0900
Tag:    v1.8.5

MDL-13043 get_users_listing() always returned the guest account, which was then used in the user count on this page. I made this inclusion conditional, and the bug disappeared.

commit 1c1b5fc6769e29d5ebde253b0349bceb3420ba83
Author: nicolasconnault <nicolasconnault>
Date:   Sat, 26 Jan 2008 00:32:11 +0900
Tag:    v1.8.5

MDL-13043 get_users_listing() always returned the guest account, which was then used in the user count on this page. I made this inclusion conditional, and the bug disappeared.

commit 24ab562c7326d8e1047ef354d7c2c635c0710ed0
Author: nicolasconnault <nicolasconnault>
Date:   Fri, 25 Jan 2008 04:23:10 +0900
Tag:    v1.8.5

MDL-6826 backporting new "save changes and return to course" button for all modules' edit and add forms.