]>
git.mjollnir.org Git - moodle.git/log
ethem [Mon, 24 Jul 2006 12:19:20 +0000 (12:19 +0000)]
* Update record as soon as possible. If update/insert record fails email to admin to have update manually.
* ignore_user_abort(true) at critical section (before fwrite($fp, "POST /gateway/transact.dll).
This is last change to ignore request for user.
* Made some functions "static" to call function directly. So, no need new enrolment_plugin_authorize() instance.
Now, these are static:
get_list_of_creditcards, zero_cost, get_course_cost, prevent_double_paid, email_to_admin, check_openssl_loaded
* Some mtrace cleanup. Removed default new line.
This is big work. When PHP5 is required for moodle in the future, I will add static modifier to functions.
Now and future, this plugin is/will unbreakable; Merged from MOODLE_16_STABLE. :)
skodak [Mon, 24 Jul 2006 10:33:34 +0000 (10:33 +0000)]
Bug #6159 Site settings interface typo - Combo list - my first commit form UK MoodleMoot :-); merged from MOODLE_16_STABLE
danmarsden [Mon, 24 Jul 2006 00:37:58 +0000 (00:37 +0000)]
Bug #5882 ldap enrolment doesn't work. $USER->student getting munged
patch from IƱaki.
danmarsden [Mon, 24 Jul 2006 00:15:54 +0000 (00:15 +0000)]
Bug 6130 session has bad entries causes calendar to fail showing events
Workaround untill Session is fixed properly.
danmarsden [Sun, 23 Jul 2006 23:48:09 +0000 (23:48 +0000)]
Fixes for Bug 5749 and Bug 5750
summary of bug 5749 and 5750
fixes for: function causes timeout when deleting temporary files for large scorm objects
scorm\validate.php calls function scorm_delete_files from scorm\lib.php - but lib.php not included in validate.php
Validation of Scorm objects broken - adds entry in modules database even when scorm object is not created.
danmarsden [Sun, 23 Jul 2006 22:14:31 +0000 (22:14 +0000)]
Fix for Bug 6119 - gives error when choice full, and user submits a choice they have already selected
danmarsden [Sun, 23 Jul 2006 22:05:18 +0000 (22:05 +0000)]
fix for Bug #4733 title gets garbled when html inside title.
moodler [Sat, 22 Jul 2006 02:44:19 +0000 (02:44 +0000)]
Automatic installer.php lang files by installer_builder (
20060722 )
tjhunt [Fri, 21 Jul 2006 13:58:00 +0000 (13:58 +0000)]
Bug #4811 (and several dups!) - Matching questions should treat identical answers as the same.
tjhunt [Fri, 21 Jul 2006 08:03:23 +0000 (08:03 +0000)]
Replace a few odd tabs with spaces. Merged from MOODLE_16_STABLE.
stronk7 [Fri, 21 Jul 2006 07:56:27 +0000 (07:56 +0000)]
Keeping this in sync with 16_STABLE
tjhunt [Fri, 21 Jul 2006 07:21:45 +0000 (07:21 +0000)]
Bug #5946 - matching question php notice. Merged from MOODLE_16_STABLE.
urs_hunkler [Fri, 21 Jul 2006 05:00:02 +0000 (05:00 +0000)]
merged, corrected bug with teacger rights
ethem [Thu, 20 Jul 2006 14:48:03 +0000 (14:48 +0000)]
x_auth_code is required for capture only transactions!
NOTE: Capture only transactions have not implemented yet!
skodak [Thu, 20 Jul 2006 06:54:44 +0000 (06:54 +0000)]
fixed minor PHP5 compatibility problem with clone(); merged from MOODLE_16_STABLE
skodak [Thu, 20 Jul 2006 06:39:48 +0000 (06:39 +0000)]
Bug #6075 - file admin/index.php is ISO encoded - headers broken by ob_end_flush(), fixed version check; merged from MOODLE_16_STABLE
skodak [Thu, 20 Jul 2006 06:36:33 +0000 (06:36 +0000)]
Bug #6141 - Cron output is not plain text - <pre> and missing encoding, minor lang issues; merged from MOODLE_16_STABLE
skodak [Thu, 20 Jul 2006 06:32:38 +0000 (06:32 +0000)]
Bug #6097 - HTML editor and brackets - fixes lesson problems; merged from MOODLE_16_STABLE
ikawhero [Thu, 20 Jul 2006 01:33:11 +0000 (01:33 +0000)]
Fixed typo. Merged from stable.
skodak [Wed, 19 Jul 2006 13:59:06 +0000 (13:59 +0000)]
yet another fix for course list for guests; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 13:45:13 +0000 (13:45 +0000)]
fixed course list for guests; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 13:37:09 +0000 (13:37 +0000)]
admin should not see list of courses on the frontpage when there are too many of them; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 13:16:57 +0000 (13:16 +0000)]
fixed course/index.php category display affected by previous commit - improved category and course list display on front page; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 12:52:06 +0000 (12:52 +0000)]
section not always moved when requested - page reloading prevented by anchor; added random parameter to force reloading; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 12:30:39 +0000 (12:30 +0000)]
Bug #6093 - Removed course sections re-appear after moving existing sections; merged from MOODLE_16_STABLE
skodak [Wed, 19 Jul 2006 12:10:07 +0000 (12:10 +0000)]
Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users; merged from MOODLE_16_STABLE
moodler [Wed, 19 Jul 2006 10:21:52 +0000 (10:21 +0000)]
Merged fixes from stable
skodak [Wed, 19 Jul 2006 08:13:25 +0000 (08:13 +0000)]
Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE
tjhunt [Tue, 18 Jul 2006 16:49:33 +0000 (16:49 +0000)]
Bug #6048 - Fix 'are you sure you want to start an attempt' warning.
stronk7 [Tue, 18 Jul 2006 16:35:52 +0000 (16:35 +0000)]
minor bump to perform some changes on grade_letter
Mimic from MOODLE_16_STABLE
stronk7 [Tue, 18 Jul 2006 16:35:15 +0000 (16:35 +0000)]
Fixing one recently added DB upgrade. Please be careful on STABLE!
Mimic from MOODLE_16_STABLE
tjhunt [Tue, 18 Jul 2006 15:34:24 +0000 (15:34 +0000)]
Bug #6033 - missing string for unknown questiontype. Also tidied up some messy code. Merged from MOODLE_16_STABLE.
tjhunt [Tue, 18 Jul 2006 13:33:45 +0000 (13:33 +0000)]
SC#277. Merged from MOODLE_16_STABLE.
tjhunt [Tue, 18 Jul 2006 11:01:06 +0000 (11:01 +0000)]
Bug #6116 - Quiz database upgrade scripts call renamed function by the old name. Merged from MOODLE_16_STABLE.
urs_hunkler [Tue, 18 Jul 2006 09:21:39 +0000 (09:21 +0000)]
remove styles_layout.css
urs_hunkler [Tue, 18 Jul 2006 09:11:35 +0000 (09:11 +0000)]
merged from 1.6 - enhancements and bugfixes, works now in Safari and Konqueror
urs_hunkler [Tue, 18 Jul 2006 08:10:29 +0000 (08:10 +0000)]
merged from 1.6 - some CSS changes
skodak [Tue, 18 Jul 2006 07:17:13 +0000 (07:17 +0000)]
Bug #2149 - admin/creators.html javascript error; merged from MOODLE_16_STABLE
skodak [Tue, 18 Jul 2006 06:43:29 +0000 (06:43 +0000)]
Bug #6134 - error of coding, in function grade_download_form(); merged from MOODLE_16_STABLE
martinlanghoff [Tue, 18 Jul 2006 04:39:01 +0000 (04:39 +0000)]
Close Bug #5670 - get_courses_page() - remove costly and redundant DISTINCT
get_courses_page() uses get_records_sql() which means that it will actually
break if the first field requested isn't c.id. This in turn means that
the DISTINCT is not needed at all.
So let's go fast again!
martinlanghoff [Tue, 18 Jul 2006 03:35:02 +0000 (03:35 +0000)]
Course restore - Restrict shortname to <= 15 characters, like the database table.
Author: Donal McMullan <donal@catalyst.net.nz>
moodler [Tue, 18 Jul 2006 02:40:53 +0000 (02:40 +0000)]
Automatic installer.php lang files by installer_builder (
20060718 )
toyomoyo [Tue, 18 Jul 2006 02:28:25 +0000 (02:28 +0000)]
merged fix for a bug where user can view site blogs when not logged in
martinlanghoff [Tue, 18 Jul 2006 01:36:47 +0000 (01:36 +0000)]
auth/db: When using internal passwords we must register auth_update_user_password()
Now users can update their password correctly. We did have this before, I
wonder if it got dropped in a merge.
martinlanghoff [Tue, 18 Jul 2006 01:36:24 +0000 (01:36 +0000)]
auth/db: use auth_validate_form() to set auth_db_stdchangepassword when passtype is 'internal'
When using the 'internal' password handling, set auth_db_stdchangepassword
so we allow users to change their password normally.
martinlanghoff [Tue, 18 Jul 2006 01:36:06 +0000 (01:36 +0000)]
auth: extend API to support auth_validate_form()
Now Auth plugins can register auth_validate_form to get a chance
to validate config form input. Needed on MOODLE_16_STABLE to fix
a bug with auth/db.
The auth API must follow suit with the enrol API, where we can safely
do method_exists().
skodak [Mon, 17 Jul 2006 21:08:01 +0000 (21:08 +0000)]
Bug #1395 - Calandar view.php should respect forcelogin; merged from MOODLE_16_STABLE
tjhunt [Mon, 17 Jul 2006 16:35:34 +0000 (16:35 +0000)]
Bug 6092 - Give quiz finish time as well as start time in the quiz overview report.
skodak [Mon, 17 Jul 2006 13:35:05 +0000 (13:35 +0000)]
Bug #6129 - Incorrect glossary import file size limit; merged from MOODLE_16_STABLE
tjhunt [Mon, 17 Jul 2006 08:57:30 +0000 (08:57 +0000)]
Bug 5840 - Image not displayed in Cloze question. Thanks to Joseph Rezeau for the fix. Merged from MOODLE_16_STABLE.
skodak [Mon, 17 Jul 2006 08:39:36 +0000 (08:39 +0000)]
Bug #6120 - Course creation - loginproblem; merged from MOODLE_16_STABLE
skodak [Mon, 17 Jul 2006 07:31:22 +0000 (07:31 +0000)]
workaround by Dan for bug #6130, fixed some warnings; merged from MOODLE_16_STABLE
martinlanghoff [Mon, 17 Jul 2006 06:02:10 +0000 (06:02 +0000)]
enrol API: Updated documentation
stronk7 [Sun, 16 Jul 2006 09:01:03 +0000 (09:01 +0000)]
Close properly the showentry page. Bug 5986.
(http://moodle.org/bugs/bug.php?op=show&bugid=5986)
Merged from MOODLE_16_STABLE
moodler [Sun, 16 Jul 2006 02:38:13 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060716 )
stronk7 [Sat, 15 Jul 2006 08:39:50 +0000 (08:39 +0000)]
Soled bug 6089 plus some minor iteration savings...
(http://moodle.org/bugs/bug.php?op=show&bugid=6089)
Merged from MOODLE_16_STABLE
skodak [Fri, 14 Jul 2006 21:05:14 +0000 (21:05 +0000)]
Bug #6080 - Loancalc block doesn't define a footer string; merged from MOODLE_16_STABLE
skodak [Fri, 14 Jul 2006 20:57:08 +0000 (20:57 +0000)]
todo: add detection of incorrect chars in wwwroot; merged from MOODLE_16_STABLE
tjhunt [Fri, 14 Jul 2006 15:36:29 +0000 (15:36 +0000)]
Bug 6111 - Rewrite the code for making an indented list of question categories, becase the existing code was so horrible. Merged from MOODLE_16_STABLE.
mchampan [Fri, 14 Jul 2006 13:58:46 +0000 (13:58 +0000)]
Fixed pagination in query page (lines were too long, distorting table),
and added results caching to improve query time when browsing pages of the
same query. Wiki document strips (x.x.x.x) ip field from author field now.
sam_marshall [Fri, 14 Jul 2006 11:17:46 +0000 (11:17 +0000)]
Added hooks so that blocks can create functions that are run when they are installed and uninstalled. The base implementation does nothing.
moodler [Fri, 14 Jul 2006 02:37:32 +0000 (02:37 +0000)]
Automatic installer.php lang files by installer_builder (
20060714 )
skodak [Thu, 13 Jul 2006 15:38:03 +0000 (15:38 +0000)]
Bug #6099 - Restore alternatively failing on data module - fixed status codes of module restore process; merged from MOODLE_16_STABLE
moodler [Thu, 13 Jul 2006 14:18:29 +0000 (14:18 +0000)]
Merged new variable $CFG->allowvisiblecoursesinhiddencategories from stable
tjhunt [Thu, 13 Jul 2006 09:48:56 +0000 (09:48 +0000)]
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
moodler [Thu, 13 Jul 2006 08:35:43 +0000 (08:35 +0000)]
Checking YUI into Moodle for future AJAX work
moodler [Thu, 13 Jul 2006 07:50:13 +0000 (07:50 +0000)]
Merged assignment updates from stable
moodler [Thu, 13 Jul 2006 07:17:51 +0000 (07:17 +0000)]
Integrating the "AU Assignment type" into Moodle (which was based on
Upload&Review).
It's not tested and probably needs polishing, but people seem to love it
as it is.
http://moodle.org/mod/forum/discuss.php?d=46829
skodak [Wed, 12 Jul 2006 20:29:18 +0000 (20:29 +0000)]
Bug #6087 - alphabetic problem in glossary; merged from MOODLE_16_STABLE
tjhunt [Wed, 12 Jul 2006 18:10:22 +0000 (18:10 +0000)]
Bug 5968 - Improvements to the numerical question type. You can now display feedback for wrong answers. You can also award partial credit for different levels of accuracy.
tjhunt [Wed, 12 Jul 2006 17:54:45 +0000 (17:54 +0000)]
Doh! remove debug code. Sorry.
tjhunt [Wed, 12 Jul 2006 17:49:14 +0000 (17:49 +0000)]
Bug 5968 - Improvements to the numerical question type. You can now display feedback for wrong answers. You can also award partial credit for different levels of accuracy.
tjhunt [Wed, 12 Jul 2006 17:37:36 +0000 (17:37 +0000)]
Fixed notice when restoring a numerical question with no units.
moodler [Wed, 12 Jul 2006 08:35:53 +0000 (08:35 +0000)]
Automatic installer.php lang files by installer_builder (
20060712 )
martinlanghoff [Wed, 12 Jul 2006 06:38:09 +0000 (06:38 +0000)]
Fixed installer langpacks for sm and to.
skodak [Wed, 12 Jul 2006 05:57:28 +0000 (05:57 +0000)]
fixed printing of filenames from zip archives - SC#273; merged from MOODLE_16_STABLE
moodler [Wed, 12 Jul 2006 02:36:01 +0000 (02:36 +0000)]
Automatic installer.php lang files by installer_builder (
20060712 )
martinlanghoff [Wed, 12 Jul 2006 02:29:12 +0000 (02:29 +0000)]
chat: Prevent user from submitting a 2nd message before his 1st is received.
Some users reported that mod/chat was silently dropping some messages. The
user's browser may not be able to keep up with the rate at which he submits
chat messages. This update keeps things sane.
Merged from MOODLE_16_STABLE
Author: Donal McMullan <donal@catalyst.net.nz>
stronk7 [Tue, 11 Jul 2006 17:42:21 +0000 (17:42 +0000)]
Emulate file_put_contents() under PHP 4.3.x
mchampan [Tue, 11 Jul 2006 17:15:22 +0000 (17:15 +0000)]
Search functions moved from mod/name/lib.php to search/documents/mod_document.php.
Pagination added to query page. Various small changes and amendments.
tjhunt [Tue, 11 Jul 2006 16:14:23 +0000 (16:14 +0000)]
Bug #6077 - Teacher saving their grades destroys student essay! Merged from MOODLE_16_STABLE.
mchampan [Tue, 11 Jul 2006 16:08:47 +0000 (16:08 +0000)]
Initial commit
danstowell [Tue, 11 Jul 2006 14:09:26 +0000 (14:09 +0000)]
Small fix, and a bit more output, for IMS enroller
skodak [Tue, 11 Jul 2006 13:19:52 +0000 (13:19 +0000)]
better cleaning of $file parameter SC#276; merged from MOODLE_16_STABLE
skodak [Tue, 11 Jul 2006 13:02:42 +0000 (13:02 +0000)]
workaround for Bug #6035 - editing quiz in one tab changes quiz in other; merged from MOODLE_16_STABLE
skodak [Tue, 11 Jul 2006 10:01:33 +0000 (10:01 +0000)]
Bug #6067 - The restore process behaves differently depending on which module contains the absolute links; merged from MOODLE_16_STABLE
moodler [Tue, 11 Jul 2006 09:43:22 +0000 (09:43 +0000)]
new installer.php file added. (stronk7)
Merged from MOODLE_16_STABLE
toyomoyo [Tue, 11 Jul 2006 03:36:13 +0000 (03:36 +0000)]
merged changing of feedback for the function that handles user table
moodler [Tue, 11 Jul 2006 02:38:03 +0000 (02:38 +0000)]
Automatic installer.php lang files by installer_builder (
20060711 )
skodak [Mon, 10 Jul 2006 22:39:58 +0000 (22:39 +0000)]
Bug #5988 - Branch Tables in 1.6+ (Lesson Module); merged from MOODLE_16_STABLE
skodak [Mon, 10 Jul 2006 21:52:12 +0000 (21:52 +0000)]
Bug #5732 - Lesson Scores "out of XX" marks report incorrect mark; merged from MOODLE_16_STABLE
ethem [Mon, 10 Jul 2006 10:17:23 +0000 (10:17 +0000)]
- authorize_expired function added to lessen the code.
- All functions in authorize plugin are named with authorize_ prefix.
Merged from 16stable.
moodler [Sun, 9 Jul 2006 02:03:22 +0000 (02:03 +0000)]
CSS templates weren't being backed up!
skodak [Fri, 7 Jul 2006 19:54:22 +0000 (19:54 +0000)]
Bug #6050 - import glossary entries to new glossary not creating new glossary; merged from MOODLE_16_STABLE
thepurpleblob [Fri, 7 Jul 2006 10:36:56 +0000 (10:36 +0000)]
Merged from STABLE
skodak [Thu, 6 Jul 2006 21:27:00 +0000 (21:27 +0000)]
fixed warning in glossary export, merged from MOODLE_16_STABLE
skodak [Thu, 6 Jul 2006 15:53:46 +0000 (15:53 +0000)]
Bug #5820 - IE returns unsecure items with SSL on login; merged from MOODLE_16_STABLE
thepurpleblob [Thu, 6 Jul 2006 14:01:52 +0000 (14:01 +0000)]
Merged from STABLE
ethem [Thu, 6 Jul 2006 13:41:55 +0000 (13:41 +0000)]
Some outputting debugging info for cron. Merged from 16stable.
danstowell [Thu, 6 Jul 2006 13:13:42 +0000 (13:13 +0000)]
Change to make LDAP enroller simply ignore accounts with blank idnumber - see moodle.org discussion with Inaki