]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agonon empty prefixes aren't a driver limitation, but a Moodle one. MDL-14877
stronk7 [Sat, 17 May 2008 20:51:18 +0000 (20:51 +0000)]
non empty prefixes aren't a driver limitation, but a Moodle one. MDL-14877

17 years agoRevert the prefix check to admin/index.php. MDL-14877
stronk7 [Sat, 17 May 2008 20:46:29 +0000 (20:46 +0000)]
Revert the prefix check to admin/index.php. MDL-14877

17 years agofixed notice-message
agrabs [Sat, 17 May 2008 14:11:18 +0000 (14:11 +0000)]
fixed notice-message

17 years agofixed api functions for course-reset feature
agrabs [Sat, 17 May 2008 14:10:21 +0000 (14:10 +0000)]
fixed api functions for course-reset feature

17 years agoadded new strings
agrabs [Sat, 17 May 2008 13:53:37 +0000 (13:53 +0000)]
added new strings

17 years agoUpdated the HEAD build version to 20080517
moodlerobot [Sat, 17 May 2008 01:53:13 +0000 (01:53 +0000)]
Updated the HEAD build version to 20080517

17 years agoAutomatic installer.php lang files by installer_builder (20080517)
moodlerobot [Sat, 17 May 2008 01:19:26 +0000 (01:19 +0000)]
Automatic installer.php lang files by installer_builder (20080517)

17 years agoFix one error in SetFetchMode() + minor clean. MDL-14879
stronk7 [Sat, 17 May 2008 00:04:53 +0000 (00:04 +0000)]
Fix one error in SetFetchMode() + minor clean. MDL-14879

17 years agoMDL-14844 "Quiz Report: Bar Graph doesn't displayed maximum grade" Now using php...
jamiesensei [Fri, 16 May 2008 14:56:23 +0000 (14:56 +0000)]
MDL-14844 "Quiz Report: Bar Graph doesn't displayed maximum grade" Now using php ceil function to round up $bands as in some cases it could be a non integer.

17 years agosetTempDir() set now the correct location
agrabs [Fri, 16 May 2008 11:39:15 +0000 (11:39 +0000)]
setTempDir() set now the correct location

17 years agoMDL-14865 Merged from 1.9 (Don't pass CFG to get_string)
moodler [Fri, 16 May 2008 07:11:20 +0000 (07:11 +0000)]
MDL-14865 Merged from 1.9  (Don't pass CFG to get_string)

17 years agoNew tags including PHP5 classes
moodler [Fri, 16 May 2008 02:34:15 +0000 (02:34 +0000)]
New tags including PHP5 classes

ctags --langmap=php:+.inc.html.class -R --languages=php --PHP-kinds=+cf \
--exclude="\.svn" \
--totals=yes \
--tag-relative=yes \
--regex-PHP='/abstract class ([^ ]*)/\1/c/' \
--regex-PHP='/interface ([^ ]*)/\1/c/' \
--regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/'

17 years agoAllow adodb to find tables when working without prefix
stronk7 [Fri, 16 May 2008 02:32:18 +0000 (02:32 +0000)]
Allow adodb to find tables when working without prefix

17 years ago"MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE"
dongsheng [Fri, 16 May 2008 02:23:05 +0000 (02:23 +0000)]
"MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE"

17 years ago"MDL-14668, fix course full in activity reports (upgrade course module version)"
dongsheng [Fri, 16 May 2008 02:15:23 +0000 (02:15 +0000)]
"MDL-14668, fix course full in activity reports (upgrade course module version)"

17 years agoLatest tags
moodler [Fri, 16 May 2008 02:05:37 +0000 (02:05 +0000)]
Latest tags

17 years agoUpdated the HEAD build version to 20080516
moodlerobot [Fri, 16 May 2008 01:58:36 +0000 (01:58 +0000)]
Updated the HEAD build version to 20080516

17 years agoFixed typo preventing params to be properly passed.
stronk7 [Thu, 15 May 2008 22:55:27 +0000 (22:55 +0000)]
Fixed typo preventing params to be properly passed.

17 years agodeprecated function get_groups() replaced with groups_get_all_groups()
agrabs [Thu, 15 May 2008 22:54:31 +0000 (22:54 +0000)]
deprecated function get_groups() replaced with groups_get_all_groups()

17 years agoHandle properly in restore the change data->notification from NULL to NOT NULL. MDL...
stronk7 [Thu, 15 May 2008 22:34:52 +0000 (22:34 +0000)]
Handle properly in restore the change data->notification from NULL to NOT NULL. MDL-14548

17 years agoMDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is alrea...
skodak [Thu, 15 May 2008 21:40:00 +0000 (21:40 +0000)]
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs

17 years agoprevent NULL contents before field change (old servers can have this wrongly defined...
stronk7 [Thu, 15 May 2008 17:03:49 +0000 (17:03 +0000)]
prevent NULL contents before field change (old servers can have this wrongly defined). MDL-14859 ; merged from 19_STABLE

17 years agoMDL-14750 - followup - make the code robust in the case their are broken questions...
tjhunt [Thu, 15 May 2008 16:05:47 +0000 (16:05 +0000)]
MDL-14750 - followup - make the code robust in the case their are broken questions in the DB.

17 years agoMDL-14835 - Grade not checked against valid range when manua grading
tjhunt [Thu, 15 May 2008 16:02:12 +0000 (16:02 +0000)]
MDL-14835 - Grade not checked against valid range when manua grading

17 years agoMDL-14857 - Clean up summary table generation code at the top of the quiz review...
tjhunt [Thu, 15 May 2008 15:32:43 +0000 (15:32 +0000)]
MDL-14857 - Clean up summary table generation code at the top of the quiz review page - This is basically a merge of improvements we made at the OU.

17 years agoWhoops. missed a string.
thepurpleblob [Thu, 15 May 2008 15:24:03 +0000 (15:24 +0000)]
Whoops. missed a string.

17 years agoMDL-14854
thepurpleblob [Thu, 15 May 2008 14:47:08 +0000 (14:47 +0000)]
MDL-14854
Add facility to XMLDB editor to check for inconsistent field defaults.

17 years agoMDL-14852 "improve sql in overview report for fetching question grades" moved all...
jamiesensei [Thu, 15 May 2008 13:59:52 +0000 (13:59 +0000)]
MDL-14852 "improve sql in overview report for fetching question grades" moved all querying for question grades into main attempts sql query. AND MDL-14200 "Add group and course averages" some fixes for functionality to display question grades averages. Grade averages are not displayed when grading method is set to Average - as this cannot be done in sql and would be expensive to do in memory.

merged from 1.9 branch

17 years agoMDL-14200 "Add group and course averages" fix for bug introduced in this patch. We...
jamiesensei [Thu, 15 May 2008 12:54:01 +0000 (12:54 +0000)]
MDL-14200 "Add group and course averages" fix for bug introduced in this patch. We are now using a seperate sql command to get the feedback text as we need to get it for the average rows too. Since it is not part of the sql to fetch attempt data we can't sort on Feedback anymore so removed the option from the table. Sorting by feedbacktext is not really useful anyway, users are more likely to want to sort by grade.

Merged from 1.9 branch.

17 years agoMDL-14200 "Add group and course averages" added extra rows to the end of the table...
jamiesensei [Thu, 15 May 2008 12:27:27 +0000 (12:27 +0000)]
MDL-14200 "Add group and course averages" added extra rows to the end of the table in quiz overview report also MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" implemented the first of my proposals for improving tablelib. Added a extra method to use keyed arrays to add a row to a table. Seems obvious that this is an improvement to tablelib and it is an addition to the API so won't affect existing code.

Merged from 1.9 branch.

17 years agoMDL-14844 "Quiz Report: Bar Graph doesn't displayed maximum grade" added perfect...
jamiesensei [Thu, 15 May 2008 11:01:23 +0000 (11:01 +0000)]
MDL-14844 "Quiz Report: Bar Graph doesn't displayed maximum grade" added perfect grade to last  'band' on graph.

17 years agoMDL-14838: Corrected javadoc package names in wiki
sam_marshall [Thu, 15 May 2008 10:08:55 +0000 (10:08 +0000)]
MDL-14838: Corrected javadoc package names in wiki

17 years agoMDL-14815: Added CSS class to blocks when they have editing controls (for themeability)
sam_marshall [Thu, 15 May 2008 09:50:39 +0000 (09:50 +0000)]
MDL-14815: Added CSS class to blocks when they have editing controls (for themeability)

17 years agoMDL-14129, fix print_error
dongsheng [Thu, 15 May 2008 03:22:13 +0000 (03:22 +0000)]
MDL-14129, fix print_error

17 years ago"MDL-14129, add new lang strings"
dongsheng [Thu, 15 May 2008 03:07:56 +0000 (03:07 +0000)]
"MDL-14129, add new lang strings"

17 years ago"MDL-14129, fix print_error"
dongsheng [Thu, 15 May 2008 03:07:21 +0000 (03:07 +0000)]
"MDL-14129, fix print_error"

17 years agoUpdated the HEAD build version to 20080515
moodlerobot [Thu, 15 May 2008 01:53:20 +0000 (01:53 +0000)]
Updated the HEAD build version to 20080515

17 years agoMDL-14451 removed pre 1.9 upgrade code
skodak [Wed, 14 May 2008 23:35:00 +0000 (23:35 +0000)]
MDL-14451 removed pre 1.9 upgrade code

17 years agoMDL-14522 - new capability "receivemail" for better control who gets the email after
agrabs [Wed, 14 May 2008 22:34:00 +0000 (22:34 +0000)]
MDL-14522 - new capability "receivemail" for better control who gets the email after
 a response.
New option site_after_submit to define the url of the continue-button after completing
 a feedback

17 years agoMDL-14823 - changed $feedbackid to $feedback->id in function feedback_set_events()
agrabs [Wed, 14 May 2008 21:35:32 +0000 (21:35 +0000)]
MDL-14823 - changed $feedbackid to $feedback->id in function feedback_set_events()

17 years agoMDL-14442: apply addslashes() before importing values, to allow quotes in field's...
robertall [Wed, 14 May 2008 18:11:22 +0000 (18:11 +0000)]
MDL-14442: apply addslashes() before importing values, to allow quotes in field's values. Merged from MOODLE_19_STABLE

17 years agoXHTML minor fix. MDL-14836 ; merged from 19_STABLE
stronk7 [Wed, 14 May 2008 16:43:44 +0000 (16:43 +0000)]
XHTML minor fix. MDL-14836 ; merged from 19_STABLE

17 years agoMDL-14201 "Summary graph" - small improvement to robustness for sql.
jamiesensei [Wed, 14 May 2008 11:18:04 +0000 (11:18 +0000)]
MDL-14201 "Summary graph" - small improvement to robustness for sql.

Merged from 1.9 branch.

17 years agoAdding a missing string for print_error('errortoomanylogins'); in update_login_count...
mits [Wed, 14 May 2008 11:16:40 +0000 (11:16 +0000)]
Adding a missing string for print_error('errortoomanylogins'); in update_login_count() of lib/moodlelib.php. - amendment for previous commit.

17 years agoAdding a missing string for print_error('errortoomanylogins'); in update_login_count...
mits [Wed, 14 May 2008 11:08:56 +0000 (11:08 +0000)]
Adding a missing string for print_error('errortoomanylogins'); in update_login_count() of lib/moodlelib.php.

17 years agoMDL-14822 "Quiz Report: the quiz report do not find the first attempt" needed to...
jamiesensei [Wed, 14 May 2008 09:17:09 +0000 (09:17 +0000)]
MDL-14822 "Quiz Report: the quiz report do not find the first attempt" needed to include quiz id in WHERE conditions.

merged from 1.9 branch.

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:37:38 +0000 (08:37 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix netgeo print_error"
dongsheng [Wed, 14 May 2008 08:27:16 +0000 (08:27 +0000)]
"MDL-14129, fix netgeo print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:24:19 +0000 (08:24 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, add new lang strings"
dongsheng [Wed, 14 May 2008 08:18:15 +0000 (08:18 +0000)]
"MDL-14129, add new lang strings"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:17:40 +0000 (08:17 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:05:45 +0000 (08:05 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:24:28 +0000 (07:24 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:04:09 +0000 (07:04 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:04:09 +0000 (07:04 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:01:32 +0000 (07:01 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 06:15:56 +0000 (06:15 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 06:03:04 +0000 (06:03 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14129, add new lang strings"
dongsheng [Wed, 14 May 2008 05:56:35 +0000 (05:56 +0000)]
"MDL-14129, add new lang strings"

17 years ago"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 05:56:10 +0000 (05:56 +0000)]
"MDL-14129, fix print_error"

17 years ago"MDL-14820, escape filename, merged from mOODLE_119_STABLE"
dongsheng [Wed, 14 May 2008 05:22:53 +0000 (05:22 +0000)]
"MDL-14820, escape filename, merged from mOODLE_119_STABLE"

17 years ago"MDL-14442, some error checking added"
dongsheng [Wed, 14 May 2008 02:54:18 +0000 (02:54 +0000)]
"MDL-14442, some error checking added"

17 years agoUpdated the HEAD build version to 20080514
moodlerobot [Wed, 14 May 2008 01:58:47 +0000 (01:58 +0000)]
Updated the HEAD build version to 20080514

17 years agoMDL-14378 When deleting course category deal with everything that depends on its...
skodak [Tue, 13 May 2008 22:04:06 +0000 (22:04 +0000)]
MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE

17 years agoMDL-14378 When deleting course category deal with everything that depends on its...
skodak [Tue, 13 May 2008 21:52:38 +0000 (21:52 +0000)]
MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE

17 years agoFixed a grammatical error on error.php.
mits [Tue, 13 May 2008 20:39:07 +0000 (20:39 +0000)]
Fixed a grammatical error on error.php.

17 years agoWasn't checking for empty due date.
thepurpleblob [Tue, 13 May 2008 15:19:31 +0000 (15:19 +0000)]
Wasn't checking for empty due date.

17 years agoSmall tidy up - left in some stuff, and now use proper error function.
thepurpleblob [Tue, 13 May 2008 15:10:36 +0000 (15:10 +0000)]
Small tidy up - left in some stuff, and now use proper error function.

17 years agoMDL-14201 Summary graph in Overview Report - needed a little more spacing between...
jamiesensei [Tue, 13 May 2008 15:05:35 +0000 (15:05 +0000)]
MDL-14201 Summary graph in Overview Report - needed a little more spacing between bars of graph in some cases.

Merged from 1.9 stable branch.

17 years agoMDL-14045:
thepurpleblob [Tue, 13 May 2008 14:56:29 +0000 (14:56 +0000)]
MDL-14045:
Assignment type now links to type/xxxx/all.php if it exists.

17 years agoMDL-14045:
thepurpleblob [Tue, 13 May 2008 14:46:10 +0000 (14:46 +0000)]
MDL-14045:
Add ability to list all online assignments in a course.
Rather like what Journal used to do.

17 years agoMDL-14618 HTML class so that link arrows can be themed
sam_marshall [Tue, 13 May 2008 12:36:16 +0000 (12:36 +0000)]
MDL-14618 HTML class so that link arrows can be themed

17 years agoMDL-14813:
thepurpleblob [Tue, 13 May 2008 10:43:20 +0000 (10:43 +0000)]
MDL-14813:
submittedlink() returns an absolute rather than relative link.

17 years agoAdding a missing single quote for logfilenotavailable.
mits [Tue, 13 May 2008 09:26:11 +0000 (09:26 +0000)]
Adding a missing single quote for logfilenotavailable.

17 years agoMerged RTL fix for orangewhite theme
moodler [Tue, 13 May 2008 08:05:32 +0000 (08:05 +0000)]
Merged RTL fix for orangewhite theme

17 years agoUpdating the translate_list for YUI components.
nicolasconnault [Tue, 13 May 2008 07:24:43 +0000 (07:24 +0000)]
Updating the translate_list for YUI components.

17 years agoMDL-14738 Merged. Roles section on course settings is now "Role renaming", with...
moodler [Tue, 13 May 2008 06:16:51 +0000 (06:16 +0000)]
MDL-14738 Merged.   Roles section on course settings is now "Role renaming", with help.

17 years ago"MDL-14129, fix print_error"
dongsheng [Tue, 13 May 2008 06:15:20 +0000 (06:15 +0000)]
"MDL-14129, fix print_error"

17 years agoMDL-14811 Merged from 1.9: Fixed the popup window name for HTML editor help
moodler [Tue, 13 May 2008 05:36:25 +0000 (05:36 +0000)]
MDL-14811 Merged from 1.9:  Fixed the popup window name for HTML editor help

17 years ago"MDL-14442, Import all records of a database activity that has been exported as CSV...
dongsheng [Tue, 13 May 2008 02:56:51 +0000 (02:56 +0000)]
"MDL-14442, Import all records of a database activity that has been exported as CSV, merged from MOODLE_19_STABLE, thanks, Robert"

17 years agoMDL-14609 change the wording "Click here to read the Site Policy Agreement" to "Link...
jerome [Tue, 13 May 2008 02:46:39 +0000 (02:46 +0000)]
MDL-14609 change the wording "Click here to read the Site Policy Agreement" to "Link to Site Policy Agreement", merged from 19

17 years agoUpdated the HEAD build version to 20080513
moodlerobot [Tue, 13 May 2008 02:01:10 +0000 (02:01 +0000)]
Updated the HEAD build version to 20080513

17 years agoAvoid $_REQUEST["id"] usage. MDL-14806 ; merged from 19_STABLE
stronk7 [Tue, 13 May 2008 01:48:45 +0000 (01:48 +0000)]
Avoid $_REQUEST["id"] usage. MDL-14806 ; merged from 19_STABLE

17 years agoMDL-12037 - backup does not report errors correctly in backup_module()
danmarsden [Tue, 13 May 2008 00:41:34 +0000 (00:41 +0000)]
MDL-12037 - backup does not report errors correctly in backup_module()

17 years agoMDL-14550 really inefficient db calls.
danmarsden [Tue, 13 May 2008 00:29:04 +0000 (00:29 +0000)]
MDL-14550 really inefficient db calls.

17 years agoRole custom names (aliases) are now preserved during backup/restore. MDL-14783 ;...
stronk7 [Mon, 12 May 2008 23:07:42 +0000 (23:07 +0000)]
Role custom names (aliases) are now preserved during backup/restore. MDL-14783 ; merged from 19_STABLE

17 years agoMDL-14451 removed 1.4 compatibility code
skodak [Mon, 12 May 2008 22:56:48 +0000 (22:56 +0000)]
MDL-14451 removed 1.4 compatibility code

17 years agoRestoring from courses having custom role name doesn't cause duplicate roles. MDL...
stronk7 [Mon, 12 May 2008 22:54:26 +0000 (22:54 +0000)]
Restoring from courses having custom role name doesn't cause duplicate roles. MDL-14808 ; merged from 19_STABLE

17 years agofixed syntax errors
skodak [Mon, 12 May 2008 20:18:42 +0000 (20:18 +0000)]
fixed syntax errors

17 years agoMDL-14692 groupings restore logic switched - credit goes to Vitor Rocio
skodak [Mon, 12 May 2008 19:55:22 +0000 (19:55 +0000)]
MDL-14692 groupings restore logic switched - credit goes to Vitor Rocio

17 years agouser preferences are not restored if user exists. MDL-12594 ; merged from 19_STABLE
stronk7 [Mon, 12 May 2008 18:01:59 +0000 (18:01 +0000)]
user preferences are not restored if user exists. MDL-12594 ; merged from 19_STABLE

17 years agoMDL-14804 - question_list_instances is broken - It does not include the each modules...
tjhunt [Mon, 12 May 2008 17:29:56 +0000 (17:29 +0000)]
MDL-14804 - question_list_instances is broken - It does not include the each modules lib file before doing function_exists($module->name.'_question_list_instances').

17 years agoMDL-10899 - followup - need to move random questions too.
tjhunt [Mon, 12 May 2008 15:59:05 +0000 (15:59 +0000)]
MDL-10899 - followup - need to move random questions too.

17 years agoNew convinience function in accesslib: get_parent_contextid. Also, the start of some...
tjhunt [Mon, 12 May 2008 15:28:34 +0000 (15:28 +0000)]
New convinience function in accesslib: get_parent_contextid. Also, the start of some unit tests for accesslib, but only this trivial funciton, and the get_parent_contexts function it is based on. Still, it is a start.

17 years agoMDL-11719 increased size of idnumber in user table - needed for some enrolment plugin...
skodak [Mon, 12 May 2008 14:38:45 +0000 (14:38 +0000)]
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE

17 years agoMDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was...
skodak [Mon, 12 May 2008 14:05:46 +0000 (14:05 +0000)]
MDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was causing trouble in many places; admins must choose another role if guest role detected in this setting; merged from MOODLE_19_STABLE

17 years agoMDL-14797 - Error when moving a course to an empty category on Postgres
tjhunt [Mon, 12 May 2008 10:44:44 +0000 (10:44 +0000)]
MDL-14797 - Error when moving a course to an empty category on Postgres

17 years agoMDL-14739: Images needed for the editor
scyrma [Mon, 12 May 2008 10:00:20 +0000 (10:00 +0000)]
MDL-14739: Images needed for the editor

17 years agoMDL-14795: initial commit of the code sent in by Mauno Korpelainen, after reformatting.
scyrma [Mon, 12 May 2008 09:02:17 +0000 (09:02 +0000)]
MDL-14795: initial commit of the code sent in by Mauno Korpelainen, after reformatting.

17 years agoMDL-14656 Make welcome.html XHTML compliant, merged from 19
jerome [Mon, 12 May 2008 05:19:24 +0000 (05:19 +0000)]
MDL-14656 Make welcome.html XHTML compliant, merged from 19