]>
git.mjollnir.org Git - moodle.git/log
nicolasconnault [Wed, 21 May 2008 06:34:56 +0000 (06:34 +0000)]
MDL-14905 Completed all core functional tests for database_manager (ddl). Found some API design issues and commented on them using @TODO comments.
dongsheng [Wed, 21 May 2008 06:05:13 +0000 (06:05 +0000)]
"MDL-14129, add new lang string"
dongsheng [Wed, 21 May 2008 06:04:30 +0000 (06:04 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 21 May 2008 05:08:29 +0000 (05:08 +0000)]
"MDL-14129, add new lang string"
dongsheng [Wed, 21 May 2008 05:07:37 +0000 (05:07 +0000)]
"MDL-14129, fix print_error"
jerome [Wed, 21 May 2008 04:02:53 +0000 (04:02 +0000)]
MDL-14709 fix call view.pgp => view.php, merged from 19
moodlerobot [Wed, 21 May 2008 02:04:59 +0000 (02:04 +0000)]
Updated the HEAD build version to
20080521
moodlerobot [Wed, 21 May 2008 01:25:18 +0000 (01:25 +0000)]
Automatic installer.php lang files by installer_builder (
20080521 )
stronk7 [Tue, 20 May 2008 23:24:40 +0000 (23:24 +0000)]
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
tjhunt [Tue, 20 May 2008 17:09:40 +0000 (17:09 +0000)]
MDL-14928 - Adding random questions from a category with an apostrophe in the name does not work. Stupid bloody addslashes. Roll on dmllib 2.0.
stronk7 [Tue, 20 May 2008 17:06:26 +0000 (17:06 +0000)]
MDL-14863 - 1st iteration: lowercase XMLDB constants, object, file and structure (no changes in public API yet)
nicolasconnault [Tue, 20 May 2008 13:49:42 +0000 (13:49 +0000)]
MDL-14905 More tests of database_manager class. Need to replace debugging() with proper exception handling that can be caught and asserted by simpletest.
dongsheng [Tue, 20 May 2008 03:10:21 +0000 (03:10 +0000)]
"MDL-14129, add new lang string"
dongsheng [Tue, 20 May 2008 03:09:35 +0000 (03:09 +0000)]
"MDL-14129, fix print_error"
dongsheng [Tue, 20 May 2008 02:55:58 +0000 (02:55 +0000)]
"MDL-14129, add new lang strings"
dongsheng [Tue, 20 May 2008 02:53:46 +0000 (02:53 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Tue, 20 May 2008 01:51:51 +0000 (01:51 +0000)]
Updated the HEAD build version to
20080520
moodlerobot [Tue, 20 May 2008 01:18:41 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080520 )
mudrd8mz [Mon, 19 May 2008 21:49:32 +0000 (21:49 +0000)]
MDL-13997 merged from 19_STABLE
stronk7 [Mon, 19 May 2008 18:19:04 +0000 (18:19 +0000)]
Adding to strings to install lang files. They could be used in the future.
stronk7 [Mon, 19 May 2008 18:02:33 +0000 (18:02 +0000)]
Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864
nicolasconnault [Mon, 19 May 2008 15:36:31 +0000 (15:36 +0000)]
MDL-14905 First battery of ddl tests ready. All pass but one, the rename_index test.
skodak [Mon, 19 May 2008 06:24:33 +0000 (06:24 +0000)]
MDL-14894 html purifier updated, merged from MOODLE_19_STABLE
nicolasconnault [Mon, 19 May 2008 05:20:48 +0000 (05:20 +0000)]
Indenting the code properly
stronk7 [Mon, 19 May 2008 03:04:41 +0000 (03:04 +0000)]
Make generators reentrant. MDL-14897
moodlerobot [Mon, 19 May 2008 01:54:33 +0000 (01:54 +0000)]
Updated the HEAD build version to
20080519
stronk7 [Mon, 19 May 2008 00:24:41 +0000 (00:24 +0000)]
Fixed some problems handling BLOBs. MDL-14887
stronk7 [Mon, 19 May 2008 00:16:48 +0000 (00:16 +0000)]
There was one "phantom" test + minor improvements for robustness.
pichetp [Sun, 18 May 2008 23:08:41 +0000 (23:08 +0000)]
MDL-14054 Display of correct answers in the popup window already use for feedback
and MDL-14625 Make multianswer questions more tolerant if one of the subquestions is missing
messages
iarenaza [Sun, 18 May 2008 21:33:19 +0000 (21:33 +0000)]
MDL-14883 Password expiration check during login doesn't work after NTLM integration
Forward ported from MOODLE_19_STABLE.
As part of the NTLM integration work, we moved some login code from
login/index.php to lib/moodlelib.php (function complete_user_login()). This
broke the password expiration check code, as we moved the $userauth variable to
complete_user_login(), and we also need it in login/index.php later.
Add the missing variable and related code to get a suitable password change url.
Also remove the now inexistant $focus variable from the call to print_header().
pichetp [Sun, 18 May 2008 17:22:41 +0000 (17:22 +0000)]
MDL-14054 Display of correct answers in the popup window already use for feedback
pichetp [Sun, 18 May 2008 15:23:17 +0000 (15:23 +0000)]
MDL-1625 Make multianswer questions more tolerant if one of the subquestions is missing
agrabs [Sun, 18 May 2008 10:37:48 +0000 (10:37 +0000)]
MDL-14889 - just removed the field count. I isn't more needed.
additionaly fixed some notice messages on restore.lib
stronk7 [Sun, 18 May 2008 01:55:14 +0000 (01:55 +0000)]
Fix typo.
moodlerobot [Sun, 18 May 2008 01:47:49 +0000 (01:47 +0000)]
Updated the HEAD build version to
20080518
stronk7 [Sun, 18 May 2008 01:27:21 +0000 (01:27 +0000)]
First cut of mssql_adodb driver. Able to install HEAD. MDL-14887
stronk7 [Sun, 18 May 2008 01:11:51 +0000 (01:11 +0000)]
Document local change in drivers/adodb-mssql.inc.php. MDL-14886
stronk7 [Sun, 18 May 2008 01:06:08 +0000 (01:06 +0000)]
Fix MSSQL Insert_ID() to work when inserting using placeholders. MDL-14886
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
stronk7 [Sat, 17 May 2008 20:46:29 +0000 (20:46 +0000)]
Revert the prefix check to admin/index.php. MDL-14877
agrabs [Sat, 17 May 2008 14:11:18 +0000 (14:11 +0000)]
fixed notice-message
agrabs [Sat, 17 May 2008 14:10:21 +0000 (14:10 +0000)]
fixed api functions for course-reset feature
agrabs [Sat, 17 May 2008 13:53:37 +0000 (13:53 +0000)]
added new strings
moodlerobot [Sat, 17 May 2008 01:53:13 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080517
moodlerobot [Sat, 17 May 2008 01:19:26 +0000 (01:19 +0000)]
Automatic installer.php lang files by installer_builder (
20080517 )
stronk7 [Sat, 17 May 2008 00:04:53 +0000 (00:04 +0000)]
Fix one error in SetFetchMode() + minor clean. MDL-14879
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.
agrabs [Fri, 16 May 2008 11:39:15 +0000 (11:39 +0000)]
setTempDir() set now the correct location
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)
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/'
stronk7 [Fri, 16 May 2008 02:32:18 +0000 (02:32 +0000)]
Allow adodb to find tables when working without prefix
dongsheng [Fri, 16 May 2008 02:23:05 +0000 (02:23 +0000)]
"MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE"
dongsheng [Fri, 16 May 2008 02:15:23 +0000 (02:15 +0000)]
"MDL-14668, fix course full in activity reports (upgrade course module version)"
moodler [Fri, 16 May 2008 02:05:37 +0000 (02:05 +0000)]
Latest tags
moodlerobot [Fri, 16 May 2008 01:58:36 +0000 (01:58 +0000)]
Updated the HEAD build version to
20080516
stronk7 [Thu, 15 May 2008 22:55:27 +0000 (22:55 +0000)]
Fixed typo preventing params to be properly passed.
agrabs [Thu, 15 May 2008 22:54:31 +0000 (22:54 +0000)]
deprecated function get_groups() replaced with groups_get_all_groups()
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
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
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
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.
tjhunt [Thu, 15 May 2008 16:02:12 +0000 (16:02 +0000)]
MDL-14835 - Grade not checked against valid range when manua grading
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.
thepurpleblob [Thu, 15 May 2008 15:24:03 +0000 (15:24 +0000)]
Whoops. missed a string.
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.
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
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.
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.
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.
sam_marshall [Thu, 15 May 2008 10:08:55 +0000 (10:08 +0000)]
MDL-14838: Corrected javadoc package names in wiki
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)
dongsheng [Thu, 15 May 2008 03:22:13 +0000 (03:22 +0000)]
MDL-14129, fix print_error
dongsheng [Thu, 15 May 2008 03:07:56 +0000 (03:07 +0000)]
"MDL-14129, add new lang strings"
dongsheng [Thu, 15 May 2008 03:07:21 +0000 (03:07 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Thu, 15 May 2008 01:53:20 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080515
skodak [Wed, 14 May 2008 23:35:00 +0000 (23:35 +0000)]
MDL-14451 removed pre 1.9 upgrade code
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
agrabs [Wed, 14 May 2008 21:35:32 +0000 (21:35 +0000)]
MDL-14823 - changed $feedbackid to $feedback->id in function feedback_set_events()
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
stronk7 [Wed, 14 May 2008 16:43:44 +0000 (16:43 +0000)]
XHTML minor fix. MDL-14836 ; merged from 19_STABLE
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.
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.
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.
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.
dongsheng [Wed, 14 May 2008 08:37:38 +0000 (08:37 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:27:16 +0000 (08:27 +0000)]
"MDL-14129, fix netgeo print_error"
dongsheng [Wed, 14 May 2008 08:24:19 +0000 (08:24 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:18:15 +0000 (08:18 +0000)]
"MDL-14129, add new lang strings"
dongsheng [Wed, 14 May 2008 08:17:40 +0000 (08:17 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 08:05:45 +0000 (08:05 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:24:28 +0000 (07:24 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:04:09 +0000 (07:04 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:04:09 +0000 (07:04 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 07:01:32 +0000 (07:01 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 06:15:56 +0000 (06:15 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 06:03:04 +0000 (06:03 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 05:56:35 +0000 (05:56 +0000)]
"MDL-14129, add new lang strings"
dongsheng [Wed, 14 May 2008 05:56:10 +0000 (05:56 +0000)]
"MDL-14129, fix print_error"
dongsheng [Wed, 14 May 2008 05:22:53 +0000 (05:22 +0000)]
"MDL-14820, escape filename, merged from mOODLE_119_STABLE"
dongsheng [Wed, 14 May 2008 02:54:18 +0000 (02:54 +0000)]
"MDL-14442, some error checking added"