]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-14992 new database based session table - not used yet
skodak [Wed, 31 Dec 2008 12:24:19 +0000 (12:24 +0000)]
MDL-14992 new database based session table - not used yet

16 years agoUpdated the HEAD build version to 20081231
moodlerobot [Tue, 30 Dec 2008 23:58:07 +0000 (23:58 +0000)]
Updated the HEAD build version to 20081231

16 years agoMDL-15928 PHP 5.2.8 has new zip support - all know problems seem to be solved - yay!
skodak [Tue, 30 Dec 2008 19:17:39 +0000 (19:17 +0000)]
MDL-15928 PHP 5.2.8 has new zip support - all know problems seem to be solved - yay!

16 years agoMDL-17556 fixed whitespace
skodak [Tue, 30 Dec 2008 16:29:38 +0000 (16:29 +0000)]
MDL-17556 fixed whitespace

16 years agoUpdated the HEAD build version to 20081230
moodlerobot [Mon, 29 Dec 2008 23:55:41 +0000 (23:55 +0000)]
Updated the HEAD build version to 20081230

16 years agoMDL-17682 added default value for city field
skodak [Mon, 29 Dec 2008 21:46:59 +0000 (21:46 +0000)]
MDL-17682 added default value for city field

16 years agoMDL-17724 fixed group/grouping renaming now allows case change
skodak [Mon, 29 Dec 2008 21:32:20 +0000 (21:32 +0000)]
MDL-17724 fixed group/grouping renaming now allows case change

16 years agoMDL-17637 fixed adobe XSS protection
skodak [Mon, 29 Dec 2008 21:18:02 +0000 (21:18 +0000)]
MDL-17637 fixed adobe XSS protection

16 years agoMDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE
skodak [Mon, 29 Dec 2008 20:21:01 +0000 (20:21 +0000)]
MDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE

16 years agoMDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras
skodak [Mon, 29 Dec 2008 19:57:47 +0000 (19:57 +0000)]
MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras

16 years agoMDL-17222 Security overview report - not finished yet, work in progress
skodak [Mon, 29 Dec 2008 19:13:56 +0000 (19:13 +0000)]
MDL-17222 Security overview report - not finished yet, work in progress

16 years agoUpdated the HEAD build version to 20081229
moodlerobot [Sun, 28 Dec 2008 23:56:15 +0000 (23:56 +0000)]
Updated the HEAD build version to 20081229

16 years agoMDL-17738 fixed uninitialised setting
skodak [Sun, 28 Dec 2008 18:42:35 +0000 (18:42 +0000)]
MDL-17738 fixed uninitialised setting

16 years agoUpdated the HEAD build version to 20081228
moodlerobot [Sat, 27 Dec 2008 23:55:33 +0000 (23:55 +0000)]
Updated the HEAD build version to 20081228

16 years agoUpdated the HEAD build version to 20081227
moodlerobot [Fri, 26 Dec 2008 23:56:46 +0000 (23:56 +0000)]
Updated the HEAD build version to 20081227

16 years agoAutomatic installer.php lang files by installer_builder (20081227)
moodlerobot [Fri, 26 Dec 2008 23:29:05 +0000 (23:29 +0000)]
Automatic installer.php lang files by installer_builder (20081227)

16 years agoMDL-17741 - typo $tableparam; merged from MOODLE_18_STABLE
arborrow [Fri, 26 Dec 2008 23:24:58 +0000 (23:24 +0000)]
MDL-17741 - typo $tableparam; merged from MOODLE_18_STABLE

16 years agoMDL-17741 - typo $tableparam
arborrow [Fri, 26 Dec 2008 20:47:57 +0000 (20:47 +0000)]
MDL-17741 - typo $tableparam

16 years agoauth/ldap: MDL-9405 sync_users() can create duplicated users
iarenaza [Fri, 26 Dec 2008 16:01:30 +0000 (16:01 +0000)]
auth/ldap: MDL-9405 sync_users() can create duplicated users

Merged from MOODLE_18_STABLE

If we are using auth_ldap_sync_users.php to synchronize our users, and we
have a database which is case-sensitive when doing comparisons (Postgres and
Oracle at least), and any of our users has the vale of the username attribute
in mixed-case (like 'John Smith'), we get duplicated users.

This is because we don't make sure the username attribute value is 'lowercased'
after we retrive it from the LDAP server and before we insert it into the
database.

16 years agoquiz editing: MDL-17730 skip links; mistake in previous commit
pilpi [Fri, 26 Dec 2008 00:34:39 +0000 (00:34 +0000)]
quiz editing: MDL-17730 skip links; mistake in previous commit

16 years agoquiz editing: MDL-17730 skip links
pilpi [Fri, 26 Dec 2008 00:29:17 +0000 (00:29 +0000)]
quiz editing: MDL-17730 skip links

16 years agoUpdated the HEAD build version to 20081226
moodlerobot [Thu, 25 Dec 2008 23:53:26 +0000 (23:53 +0000)]
Updated the HEAD build version to 20081226

16 years agoAdds reference to global $DB object.
diml [Thu, 25 Dec 2008 20:26:55 +0000 (20:26 +0000)]
Adds reference to global $DB object.

16 years agoUpdated the HEAD build version to 20081225
moodlerobot [Wed, 24 Dec 2008 15:28:22 +0000 (15:28 +0000)]
Updated the HEAD build version to 20081225

16 years agofilter/mediplugin MDL-16650 Fixed youtube videos on IE
moodler [Wed, 24 Dec 2008 07:22:54 +0000 (07:22 +0000)]
filter/mediplugin MDL-16650 Fixed youtube videos on IE

16 years agoMDL-17228 Allow admins to view hidden custom profile fields.
ikawhero [Wed, 24 Dec 2008 04:17:56 +0000 (04:17 +0000)]
MDL-17228 Allow admins to view hidden custom profile fields.
Thanks to Alan Barrett for the fix. Merged from MOODLE_19_STABLE

16 years agoUpdated the HEAD build version to 20081224
moodlerobot [Tue, 23 Dec 2008 23:54:56 +0000 (23:54 +0000)]
Updated the HEAD build version to 20081224

16 years agoAutomatic installer.php lang files by installer_builder (20081224)
moodlerobot [Tue, 23 Dec 2008 23:27:44 +0000 (23:27 +0000)]
Automatic installer.php lang files by installer_builder (20081224)

16 years agoquiz editing: MDL-17728 made YUI dialogs closable on press of the ESC key
pilpi [Tue, 23 Dec 2008 15:27:50 +0000 (15:27 +0000)]
quiz editing: MDL-17728 made YUI dialogs closable on press of the ESC key

16 years agoquiz editing: MDL-17289 putting back a piece of instruction text that seemed essentia...
pilpi [Tue, 23 Dec 2008 12:45:27 +0000 (12:45 +0000)]
quiz editing: MDL-17289 putting back a piece of instruction text that seemed essential during usability testing in August 2008

16 years agoUpdated the HEAD build version to 20081223
moodlerobot [Mon, 22 Dec 2008 23:53:03 +0000 (23:53 +0000)]
Updated the HEAD build version to 20081223

16 years agotypo:MDL-17591 - thanks Nicolas Martignoni
danmarsden [Mon, 22 Dec 2008 22:39:24 +0000 (22:39 +0000)]
typo:MDL-17591 - thanks Nicolas Martignoni

16 years agoAccessibility: MDL-17705: Thanks Tim
danmarsden [Mon, 22 Dec 2008 07:03:09 +0000 (07:03 +0000)]
Accessibility: MDL-17705: Thanks Tim

16 years agoadmin tree: MDL-13104 - fix another external page so there are not problems when...
tjhunt [Mon, 22 Dec 2008 03:16:57 +0000 (03:16 +0000)]
admin tree: MDL-13104 - fix another external page so there are not problems when you click the blocks editing on/off button.

16 years ago"MDL-17381, language file for repository module"
dongsheng [Mon, 22 Dec 2008 02:46:13 +0000 (02:46 +0000)]
"MDL-17381, language file for repository module"

16 years ago"MDL-17381, first working wikemedia plugin"
dongsheng [Mon, 22 Dec 2008 02:44:18 +0000 (02:44 +0000)]
"MDL-17381, first working wikemedia plugin"

16 years agoUpdated the HEAD build version to 20081222
moodlerobot [Sun, 21 Dec 2008 23:51:32 +0000 (23:51 +0000)]
Updated the HEAD build version to 20081222

16 years agoXHTML Striiict:MDL-17705
danmarsden [Sun, 21 Dec 2008 22:28:58 +0000 (22:28 +0000)]
XHTML Striiict:MDL-17705

16 years agotypo:MDL-17719 - thanks Nicolas Martignoni
danmarsden [Sun, 21 Dec 2008 21:27:28 +0000 (21:27 +0000)]
typo:MDL-17719 - thanks Nicolas Martignoni

16 years agotypo:MDL-17720 - thanks Nicolas Martignoni
danmarsden [Sun, 21 Dec 2008 21:23:55 +0000 (21:23 +0000)]
typo:MDL-17720 - thanks Nicolas Martignoni

16 years agoAutomatic installer.php lang files by installer_builder (20081222)
moodlerobot [Sun, 21 Dec 2008 16:31:29 +0000 (16:31 +0000)]
Automatic installer.php lang files by installer_builder (20081222)

16 years agoAdding kk_utf8 to installer langs.
stronk7 [Sun, 21 Dec 2008 16:02:16 +0000 (16:02 +0000)]
Adding kk_utf8 to installer langs.

16 years agoMDL-6467 add "swf" and "flv" to the list of files for which relative urls are convert...
gbateson [Sun, 21 Dec 2008 01:49:16 +0000 (01:49 +0000)]
MDL-6467 add "swf" and "flv" to the list of files for which relative urls are converted to absolute urls

16 years agoUpdated the HEAD build version to 20081221
moodlerobot [Sat, 20 Dec 2008 23:56:38 +0000 (23:56 +0000)]
Updated the HEAD build version to 20081221

16 years agoMDL-16184 - patch to correct the calculation of first, and last access to a SCORM...
piers [Sat, 20 Dec 2008 06:20:43 +0000 (06:20 +0000)]
MDL-16184 - patch to correct the calculation of first, and last access to a SCORM attempt.

16 years agoUpdated the HEAD build version to 20081220
moodlerobot [Fri, 19 Dec 2008 23:53:03 +0000 (23:53 +0000)]
Updated the HEAD build version to 20081220

16 years agoMDL-15499 Fix to conditional availability: list of activities for completion included...
sam_marshall [Fri, 19 Dec 2008 12:19:36 +0000 (12:19 +0000)]
MDL-15499 Fix to conditional availability: list of activities for completion included those with completion turned off

16 years agoMDL-15499 Fix to warning from conditional availability changes
sam_marshall [Fri, 19 Dec 2008 12:02:10 +0000 (12:02 +0000)]
MDL-15499 Fix to warning from conditional availability changes

16 years agoMDL-15499 Fixes to conditional availability restore (still not tested in HEAD as...
sam_marshall [Fri, 19 Dec 2008 11:55:41 +0000 (11:55 +0000)]
MDL-15499 Fixes to conditional availability restore (still not tested in HEAD as restore is broken in general, but based on a version that now works in 1.9)

16 years agoMDL-15499 Minor fix to conditional activity form display in IE
sam_marshall [Fri, 19 Dec 2008 11:33:28 +0000 (11:33 +0000)]
MDL-15499 Minor fix to conditional activity form display in IE

16 years agoMDL-17695 Added accessible text to dimmed activities. (Also bugfix for MDL-15499)
sam_marshall [Fri, 19 Dec 2008 10:59:36 +0000 (10:59 +0000)]
MDL-17695 Added accessible text to dimmed activities. (Also bugfix for MDL-15499)

16 years agoMDL-17695 Added accessible text to dimmed activities. (Also bugfix for MDL-15499)
sam_marshall [Fri, 19 Dec 2008 10:51:33 +0000 (10:51 +0000)]
MDL-17695 Added accessible text to dimmed activities. (Also bugfix for MDL-15499)

16 years agoMDL-17694: very small stickyblocks improvements (Merged from MOODLE_19_STABLE)
mjollnir_ [Fri, 19 Dec 2008 09:49:33 +0000 (09:49 +0000)]
MDL-17694: very small stickyblocks improvements (Merged from MOODLE_19_STABLE)

16 years agoMDL-17693: get_role_users - add lastaccess & mnethostid to the list of default fields...
mjollnir_ [Fri, 19 Dec 2008 08:56:25 +0000 (08:56 +0000)]
MDL-17693: get_role_users - add lastaccess & mnethostid to the list of default fields to return. These are used by messaging/emailing. (Merged from MOODLE_19_STABLE)

16 years agoMDL-17692: count_role_users now accepts an int or an array of ints for roleid - this...
mjollnir_ [Fri, 19 Dec 2008 08:45:44 +0000 (08:45 +0000)]
MDL-17692: count_role_users now accepts an int or an array of ints for roleid - this is now consistent with get_role_users. (Merged from MOODLE_19_STABLE)

16 years ago"FILTER/MDL-14582, filters 2.0, compatible with old filters"
dongsheng [Fri, 19 Dec 2008 02:16:00 +0000 (02:16 +0000)]
"FILTER/MDL-14582, filters 2.0, compatible with old filters"

16 years agouser tabs MDL-17472 Fixed a regression where the $secondrow variable of forum posts...
moodler [Fri, 19 Dec 2008 01:47:32 +0000 (01:47 +0000)]
user tabs MDL-17472 Fixed a regression where the $secondrow variable of forum posts was being wiped out (See also MDLSITE-594)

16 years agoUpdated the HEAD build version to 20081219
moodlerobot [Thu, 18 Dec 2008 23:54:02 +0000 (23:54 +0000)]
Updated the HEAD build version to 20081219

16 years agoMDL-17556: Improve performance of get_fast_modinfo when courses have many activities
sam_marshall [Thu, 18 Dec 2008 17:52:29 +0000 (17:52 +0000)]
MDL-17556: Improve performance of get_fast_modinfo when courses have many activities

16 years agoMDL-15499 - Spacing fixes only
moodler [Thu, 18 Dec 2008 02:46:25 +0000 (02:46 +0000)]
MDL-15499 - Spacing fixes only

16 years agoMDL-17009 restore of mnet users - order some recently added strings and add 1 more...
stronk7 [Thu, 18 Dec 2008 00:23:17 +0000 (00:23 +0000)]
MDL-17009 restore of mnet users - order some recently added strings and add 1 more. Merged from 19_STABLE

16 years agoMDL-17009 restore of mnet users - Automatic switching of remote users (unknown host...
stronk7 [Thu, 18 Dec 2008 00:20:51 +0000 (00:20 +0000)]
MDL-17009 restore of mnet users - Automatic switching of remote users (unknown host) to local ones. Merged from 19_STABLE

16 years agoUpdated the HEAD build version to 20081218
moodlerobot [Wed, 17 Dec 2008 23:55:28 +0000 (23:55 +0000)]
Updated the HEAD build version to 20081218

16 years agoMDL-17009 restore of mnet users - New lang strings. Merged from 19_STABLE
stronk7 [Wed, 17 Dec 2008 23:39:28 +0000 (23:39 +0000)]
MDL-17009 restore of mnet users - New lang strings. Merged from 19_STABLE

16 years agoMDL-17009 restore of mnet users - Prevent teachers to restore this type of backups...
stronk7 [Wed, 17 Dec 2008 23:36:10 +0000 (23:36 +0000)]
MDL-17009 restore of mnet users - Prevent teachers to restore this type of backups to different sites. Merged from 19_STABLE

16 years agoAutomatic installer.php lang files by installer_builder (20081218)
moodlerobot [Wed, 17 Dec 2008 23:27:58 +0000 (23:27 +0000)]
Automatic installer.php lang files by installer_builder (20081218)

16 years agoMDL-14876 fixed regressions in user subscriptions - $cm used incorrectly instead...
skodak [Wed, 17 Dec 2008 18:10:58 +0000 (18:10 +0000)]
MDL-14876 fixed regressions in user subscriptions - $cm used incorrectly instead of $cm->id; merged from MOODLE_19_STABLE

16 years agoMDL-15499: Conditional availability of activities
sam_marshall [Wed, 17 Dec 2008 16:37:35 +0000 (16:37 +0000)]
MDL-15499: Conditional availability of activities

16 years agoquiz editing: MDL-17398 made question grading field smaller to accommodate a bigger...
pilpi [Wed, 17 Dec 2008 16:11:49 +0000 (16:11 +0000)]
quiz editing: MDL-17398 made question grading field smaller to accommodate a bigger 'save' button in some languages (finnish:Tallenna)

16 years agoMDL-17542 weblib/html2text: replace html2text.php with a GPL alternative (which is...
fmarier [Wed, 17 Dec 2008 02:55:33 +0000 (02:55 +0000)]
MDL-17542 weblib/html2text: replace html2text.php with a GPL alternative (which is also faster)

16 years agoUpdated the HEAD build version to 20081217
moodlerobot [Wed, 17 Dec 2008 00:35:54 +0000 (00:35 +0000)]
Updated the HEAD build version to 20081217

16 years agoMDL-17647 accesslib - cleaning some candoanything in comments. Merged from 19_STABLE
stronk7 [Wed, 17 Dec 2008 00:33:32 +0000 (00:33 +0000)]
MDL-17647 accesslib - cleaning some candoanything in comments. Merged from 19_STABLE

16 years agoquiz editing: MDL-17417 added logging for random question creating
pilpi [Tue, 16 Dec 2008 22:36:29 +0000 (22:36 +0000)]
quiz editing: MDL-17417 added logging for random question creating

16 years agoMDL-17521 shortcuts at top of tag page for each sort of thing that's been tagged
jmg324 [Tue, 16 Dec 2008 16:33:30 +0000 (16:33 +0000)]
MDL-17521 shortcuts at top of tag page for each sort of thing that's been tagged

16 years agoMDL-17667: Added simple XSL-based 'doc' feature to xmldb
sam_marshall [Tue, 16 Dec 2008 12:55:21 +0000 (12:55 +0000)]
MDL-17667: Added simple XSL-based 'doc' feature to xmldb

16 years agoquiz editing: MDL-17664 Removed unneeded yui js includes
pilpi [Tue, 16 Dec 2008 11:21:22 +0000 (11:21 +0000)]
quiz editing: MDL-17664 Removed unneeded yui js includes

16 years ago"MDL-14651, hide input box when user doesn't have chat:talk capability"
dongsheng [Tue, 16 Dec 2008 05:04:56 +0000 (05:04 +0000)]
"MDL-14651, hide input box when user doesn't have chat:talk capability"

16 years ago"MDL-14949, add a new capablity chat:talk to enable readonly chat user, merged from...
dongsheng [Tue, 16 Dec 2008 04:58:40 +0000 (04:58 +0000)]
"MDL-14949, add a new capablity chat:talk to enable readonly chat user, merged from 1.9"

16 years agoUpdated the HEAD build version to 20081216
moodlerobot [Mon, 15 Dec 2008 23:52:47 +0000 (23:52 +0000)]
Updated the HEAD build version to 20081216

16 years agoAutomatic installer.php lang files by installer_builder (20081216)
moodlerobot [Mon, 15 Dec 2008 23:26:14 +0000 (23:26 +0000)]
Automatic installer.php lang files by installer_builder (20081216)

16 years agoMDL-17645 delete_records_list - Tidied a bit return values. Fix behaviour when no...
stronk7 [Mon, 15 Dec 2008 21:41:09 +0000 (21:41 +0000)]
MDL-17645 delete_records_list - Tidied a bit return values. Fix behaviour when no values are passed + new dml tests for all *_list() functions.

16 years agoMDL-17599 scheduled backup: add support for grade history setting + minor XML formatt...
stronk7 [Mon, 15 Dec 2008 21:35:47 +0000 (21:35 +0000)]
MDL-17599 scheduled backup: add support for grade history setting + minor XML formatting. Merged from 19_STABLE

16 years agoaccesslib: MDL-17647, MDL-17648 and MDL-17649 Bug fix, improvement and unit test.
tjhunt [Mon, 15 Dec 2008 06:22:18 +0000 (06:22 +0000)]
accesslib: MDL-17647, MDL-17648 and MDL-17649 Bug fix, improvement and unit test.

MDL-17647 was referring to moodle/site:candoanything insstead of moodle/site:doanything

MDL-17648 Let get_users_by_capability take an array of capabilities, like has_any_capability

MDL-17649 get_users_by_capability must have unit tests (HEAD only).

The unit tests were briefly working (apart from the system context, which I had to set up by hand in the test contexts table). Then I made the mistake of trying to upgrade the test tables, and it all went horribly wrong (MDL-17644).

16 years agoforum subscriptions: MDL-14876 - followup - use the right table prefix on column...
tjhunt [Mon, 15 Dec 2008 06:08:51 +0000 (06:08 +0000)]
forum subscriptions: MDL-14876 - followup - use the right table prefix on column names to avoid an ambiguous column name error.

16 years agounit tests: MDL-17646 Arrgh! edited the wrong file after making testsimpletestlib...
tjhunt [Mon, 15 Dec 2008 03:08:22 +0000 (03:08 +0000)]
unit tests: MDL-17646 Arrgh! edited the wrong file after making testsimpletestlib.php by copying testaccesslib.php!

16 years agoFlatfile enrolment: MDL-11418 SQL error. Thanks to Patrick Pollet.
tjhunt [Mon, 15 Dec 2008 02:53:39 +0000 (02:53 +0000)]
Flatfile enrolment: MDL-11418 SQL error. Thanks to Patrick Pollet.

I don't know exactly how this works, but it looks like a good fix to me, so committing.

16 years agounit tests: MDL-17646 Helper functions for loading and cleaning up test data.
tjhunt [Mon, 15 Dec 2008 02:39:55 +0000 (02:39 +0000)]
unit tests: MDL-17646 Helper functions for loading and cleaning up test data.

16 years agodml: MDL-17645 New database method delete_records_list.
tjhunt [Mon, 15 Dec 2008 02:13:11 +0000 (02:13 +0000)]
dml: MDL-17645 New database method delete_records_list.

16 years agoUpdated the HEAD build version to 20081215
moodlerobot [Sun, 14 Dec 2008 23:52:13 +0000 (23:52 +0000)]
Updated the HEAD build version to 20081215

16 years agoMDL-16810 - amend upgrade process to preserve config values where possible. thanks...
piers [Sun, 14 Dec 2008 23:45:54 +0000 (23:45 +0000)]
MDL-16810 - amend upgrade process to preserve config values where possible. thanks for pointer Tim.

16 years agoAutomatic installer.php lang files by installer_builder (20081215)
moodlerobot [Sun, 14 Dec 2008 23:25:50 +0000 (23:25 +0000)]
Automatic installer.php lang files by installer_builder (20081215)

16 years agoMDL-17548 MNET: Fix email links for sites with path component in wwwroot
jonathanharker [Sun, 14 Dec 2008 22:50:22 +0000 (22:50 +0000)]
MDL-17548 MNET: Fix email links for sites with path component in wwwroot

Where Moodle sites had a path in their wwwroot, the MNET function that
forced remote users to go via their identity provider (to make sure they
were logged in) previously directed the user back to a URL like
contentprovider.com/moodle/moodle/mod/forum/view.php?f=7 where there
should only be one /moodle in the middle of the URL.

16 years agoMDL-16875 New Moodle setting - sessioncookiedomain
jonathanharker [Sun, 14 Dec 2008 22:28:39 +0000 (22:28 +0000)]
MDL-16875 New Moodle setting - sessioncookiedomain

 Added new sessioncookiedomain setting to session handling section.
 * allows you to change the domain that the Moodle cookies are available
   from. This is useful for Moodle customisations (i.e. Squirrelmail SSO
   or enrolment plugins) that need to share Moodle session information
   with a web application on another subdomain.
 * Will NOT work if the moodle host does not have a domain - i.e. just a
   hostname, e.g. 'localhost' or 'myhostname'. Needs a FQDN
 * Currently the setting is set to PARAM_TEXT length 50 since PARAM_HOST
   does not allow a leading dot e.g.  '.mydomain.com'
 * TODO: do we make up a new PARAM_COOKIEDOMAIN which is the same as
   PARAM_HOST but allows leading dots? Using PARAM_HOST and prepending a
   dot may not always be desirable.

16 years agoquiz: MDL-17578 Review quiz_get_view_actions and quiz_get_post_actions.
tjhunt [Sun, 14 Dec 2008 13:32:45 +0000 (13:32 +0000)]
quiz: MDL-17578 Review quiz_get_view_actions and quiz_get_post_actions.

16 years agoUpdated the HEAD build version to 20081214
moodlerobot [Sat, 13 Dec 2008 23:51:36 +0000 (23:51 +0000)]
Updated the HEAD build version to 20081214

16 years agoUpdated the HEAD build version to 20081213
moodlerobot [Fri, 12 Dec 2008 23:52:55 +0000 (23:52 +0000)]
Updated the HEAD build version to 20081213

16 years agoAutomatic installer.php lang files by installer_builder (20081213)
moodlerobot [Fri, 12 Dec 2008 23:26:26 +0000 (23:26 +0000)]
Automatic installer.php lang files by installer_builder (20081213)

16 years agoMDL-17589 fixed handling of missing caps in admin tree; merged from MOODLE_19_STABLE
skodak [Fri, 12 Dec 2008 10:50:25 +0000 (10:50 +0000)]
MDL-17589 fixed handling of missing caps in admin tree; merged from MOODLE_19_STABLE

16 years agoquestions manual grading: MDL-15147 refine the logic for distinguishing '' and 0...
tjhunt [Fri, 12 Dec 2008 09:00:11 +0000 (09:00 +0000)]
questions manual grading: MDL-15147 refine the logic for distinguishing '' and 0, so you can grade an essay 0 without making a comment, but also, grade some, but not all student's work in the manual grading report.

16 years agoquiz info page: MDL-9542 refix: overridden grades in the gradebook not visible to...
tjhunt [Fri, 12 Dec 2008 07:24:47 +0000 (07:24 +0000)]
quiz info page: MDL-9542 refix: overridden grades in the gradebook not visible to students in the quiz UI,