]>
git.mjollnir.org Git - moodle.git/log
toyomoyo [Fri, 2 Jun 2006 02:54:28 +0000 (02:54 +0000)]
merged fix for 5686
stronk7 [Thu, 1 Jun 2006 23:16:08 +0000 (23:16 +0000)]
Adding propper support for the forum->user report log action. It was
a bit wrong. Code credits go to Petr!
Merged from MOODLE_16_STABLE
skodak [Thu, 1 Jun 2006 19:52:38 +0000 (19:52 +0000)]
fixed problem in restricted modules - mods were accessed using strtolower(translated module name) instead of directory name as usual, it partially worked for English; merged from MOODLE_16_STABLE
skodak [Thu, 1 Jun 2006 19:13:52 +0000 (19:13 +0000)]
fixed - unable to disable blocks; merged from MOODLE_16_STABLE
ethem [Thu, 1 Jun 2006 16:08:00 +0000 (16:08 +0000)]
Documentation for status codes and actions. Merged from MOODLE_16_STABLE
skodak [Thu, 1 Jun 2006 15:19:06 +0000 (15:19 +0000)]
Bug #5643 - add Yahoo online status to user profile; merged from MOODLE_16_STABLE
skodak [Thu, 1 Jun 2006 14:50:41 +0000 (14:50 +0000)]
Bug #5684 - frameset page in UTF8 doesn't appear on IE; merged from MOODLE_16_STABLE
tjhunt [Thu, 1 Jun 2006 14:27:37 +0000 (14:27 +0000)]
Bug 5247: stop people creating tests with a close date before the open date.
ethem [Thu, 1 Jun 2006 14:13:07 +0000 (14:13 +0000)]
Authorize.net Merchant Payment Gateway
Authorize module is not only credit card gateway but also it has echeck.
Echeck is implemented soon, please AUTHORIZE_ECHECK branch for more details.
thepurpleblob [Thu, 1 Jun 2006 10:13:57 +0000 (10:13 +0000)]
Merged from STABLE
ethem [Thu, 1 Jun 2006 08:51:20 +0000 (08:51 +0000)]
Just some tidy-ups. Merged from MOODLE_16_STABLE
vyshane [Thu, 1 Jun 2006 08:10:34 +0000 (08:10 +0000)]
Merged from 1.6. Fix for cvs update -kk -j MOODLE_16_MERGED -j
MOODLE_16_STABLE.
ethem [Thu, 1 Jun 2006 07:47:22 +0000 (07:47 +0000)]
Just some tidy-ups. Merged from MOODLE_16_STABLE
moquist [Thu, 1 Jun 2006 05:51:45 +0000 (05:51 +0000)]
Added $return parameters to print_paging_bar() and print_table().
skodak [Thu, 1 Jun 2006 05:40:45 +0000 (05:40 +0000)]
Bug #5661 - mymoodle redirect problem; merged from MOODLE_16_STABLE
vyshane [Thu, 1 Jun 2006 04:08:45 +0000 (04:08 +0000)]
Merged fix from 1.6 (missing lang string)
vyshane [Thu, 1 Jun 2006 03:10:17 +0000 (03:10 +0000)]
Fix for get_string(), which was not building path to report language files
correctly.
toyomoyo [Thu, 1 Jun 2006 02:32:07 +0000 (02:32 +0000)]
merged, bug fix for 5352, setting ignore_user_abort to false
danmarsden [Wed, 31 May 2006 20:28:18 +0000 (20:28 +0000)]
BUG 5662 - bad check for 1.6 version.
stronk7 [Wed, 31 May 2006 17:54:58 +0000 (17:54 +0000)]
Prevent doubleslashes once and again in paths. Also prevent them when writing config.php
Merged from MOODLE_16_STABLE
tjhunt [Wed, 31 May 2006 15:58:39 +0000 (15:58 +0000)]
Fix for bug 5379: Item analysis report should not have a hard coded list of question types.
Please test this if you have a moodle install with some unusual question types. Thanks.
Merged from 1.6stable.
tjhunt [Wed, 31 May 2006 10:35:17 +0000 (10:35 +0000)]
Fix some Eclipse code style warnings.
tjhunt [Wed, 31 May 2006 10:34:05 +0000 (10:34 +0000)]
Check for errors before doing other processing. (Compare this with the add case.)
toyomoyo [Wed, 31 May 2006 07:24:19 +0000 (07:24 +0000)]
changepassword obsolete, merged
toyomoyo [Wed, 31 May 2006 07:12:10 +0000 (07:12 +0000)]
merged, changepassword obsolete
toyomoyo [Wed, 31 May 2006 06:58:51 +0000 (06:58 +0000)]
merged, changepassword obsolete
toyomoyo [Wed, 31 May 2006 06:42:35 +0000 (06:42 +0000)]
merged, changepassword obsolete
toyomoyo [Wed, 31 May 2006 06:29:13 +0000 (06:29 +0000)]
merged change to allow admins to click on the force password change checkbox if using internal_auth
stronk7 [Tue, 30 May 2006 16:58:50 +0000 (16:58 +0000)]
Users with messages (and messages) are only included in
SITEID backup. Bug 5658.
(http://moodle.org/bugs/bug.php?op=show&bugid=5658)
Merged from MOODLE_16_STABLE
mudrd8mz [Tue, 30 May 2006 16:47:59 +0000 (16:47 +0000)]
* "go to first missing string" link can be displayed (see LANG_DISPLAY_MISSING_LINKS)
* "go to next/previous missing" links can be displayed (see LANG_DISPLAY_MISSING_LINKS)
* submit button may be repeated (see LANG_SUBMIT_REPEAT*)
* added (empty) "summary" attribute for the <table>'s
* added error_reporting(E_ALL ^ E_NOTICE); in "compare" mode (even in debug environment we know that missing keys are missing strings here, not bugs ;-)
* LANG_DEFAULT_FILE can be now set. moodle.php used to be opened automatically. As it was (and still is) one of the biggest files it usually took a long time to load the page even if you just want to choose the file to translate.
* added links from "missing" to "compare" mode page
* English strings are now key-sorted in "missing" mode
* list of files with missing strings is now displayed at the top of "missing" page
* A lot of changes to support translation of *_utf8_local langugage packs. Needs testing
* Merged with version by Mitsuhiro Yoshida - display icon links instead of text links (I have changed the position of arrow icons to not to be so close each other)
bobopinna [Tue, 30 May 2006 14:01:51 +0000 (14:01 +0000)]
Two icons added by Pham Minh Duc
nfreear [Tue, 30 May 2006 11:24:42 +0000 (11:24 +0000)]
Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negative, not left. Merged from STABLE branch.
skodak [Tue, 30 May 2006 09:50:23 +0000 (09:50 +0000)]
blacklist PHP 5.0.x in installation precheck; merged from MOODLE_16_STABLE
skodak [Tue, 30 May 2006 09:42:29 +0000 (09:42 +0000)]
blacklist PHP 5.0.x in installation precheck; merged from MOODLE_16_STABLE
ethem [Tue, 30 May 2006 08:32:43 +0000 (08:32 +0000)]
If config wwwroot starts with 'https', ignore config loginhttps value.
Dependency: Bug #5647; Merged from MOODLE_16_STABLE.
skodak [Tue, 30 May 2006 06:29:07 +0000 (06:29 +0000)]
fixed typo - randomsmatch notice bug 5652; merged from MOODLE_16_STABLE
toyomoyo [Tue, 30 May 2006 02:51:52 +0000 (02:51 +0000)]
merged fix for 5648, utf8 migration problem
martinlanghoff [Tue, 30 May 2006 00:44:21 +0000 (00:44 +0000)]
auth/ldap: better handling of empty values from ldap
stronk7 [Mon, 29 May 2006 22:50:44 +0000 (22:50 +0000)]
Bump equivalent to 1.6
skodak [Mon, 29 May 2006 20:33:12 +0000 (20:33 +0000)]
fixed warning from clone($SITE) during site setup; merged from MOODLE_16_STABLE
stronk7 [Mon, 29 May 2006 17:42:01 +0000 (17:42 +0000)]
Normalize oracle driver name.
stronk7 [Mon, 29 May 2006 17:35:19 +0000 (17:35 +0000)]
Adding environmental checks for 1.7 (mssql and oracle added)
moodler [Mon, 29 May 2006 09:55:42 +0000 (09:55 +0000)]
Merged title fix from stable
moodler [Mon, 29 May 2006 09:40:38 +0000 (09:40 +0000)]
Merged changes from stable
moodler [Mon, 29 May 2006 09:27:40 +0000 (09:27 +0000)]
Merged CSS improvements for MyMoodle from stable
moodler [Mon, 29 May 2006 09:21:36 +0000 (09:21 +0000)]
merged mymoodle fix from stable
moodler [Mon, 29 May 2006 09:10:33 +0000 (09:10 +0000)]
Fixed some issues with course overview report
skodak [Mon, 29 May 2006 08:37:51 +0000 (08:37 +0000)]
Bug #5620 - MyMoodle shows bogus Assignment due date; merged from MOODLE_16_STABLE
moodler [Mon, 29 May 2006 08:36:58 +0000 (08:36 +0000)]
Merged fix from stable
moodler [Mon, 29 May 2006 08:22:52 +0000 (08:22 +0000)]
Use global $COURSE in print_header to avoid ugly hack
moodler [Mon, 29 May 2006 08:17:57 +0000 (08:17 +0000)]
Merged $course -> $COURSE fixes from 1.6 stable
moodler [Mon, 29 May 2006 07:31:22 +0000 (07:31 +0000)]
Make $COURSE a full object for later use
bobopinna [Mon, 29 May 2006 07:07:48 +0000 (07:07 +0000)]
Cleaned some unused include
skodak [Mon, 29 May 2006 06:04:13 +0000 (06:04 +0000)]
fixed array warning when editting blocks; merged from MOODLE_16_STABLE
skodak [Mon, 29 May 2006 05:56:28 +0000 (05:56 +0000)]
global $course fix; merged from MOODLE_16_STABLE
wildgirl [Sun, 28 May 2006 20:19:31 +0000 (20:19 +0000)]
Updated small MP3 player to handle autoPlay (by Andrew Walker, Alton College)
skodak [Fri, 26 May 2006 11:54:11 +0000 (11:54 +0000)]
sanitize submitted numerical values; merged from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 11:47:22 +0000 (11:47 +0000)]
sanitize submitted numerical values; merged from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 11:39:12 +0000 (11:39 +0000)]
sanitize submitted numerical values; merged from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 11:32:26 +0000 (11:32 +0000)]
sanitize submitted numerical values
skodak [Fri, 26 May 2006 09:07:13 +0000 (09:07 +0000)]
Bug #5619 - Assignment Feedback mail lacks linefeed; merged from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 09:01:37 +0000 (09:01 +0000)]
Bug #4647 - Undefined property in lib/statslib.php; merged from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 06:55:25 +0000 (06:55 +0000)]
Bug #5456 - Item Analysis fails to calculate results for random question type; merged from MOODLE_16_STABLE
skodak [Fri, 26 May 2006 06:48:25 +0000 (06:48 +0000)]
Bug #5472 - Download quiz grades in Excel format does not show correct foelds; merged from MOODLE_16_STABLE
skodak [Thu, 25 May 2006 19:24:53 +0000 (19:24 +0000)]
Bug #5612 - language string missing in blog; merged from MOODLE_16_STABLE
nfreear [Thu, 25 May 2006 16:00:26 +0000 (16:00 +0000)]
Ongoing fix, bug 5614 - added ALT text for link icons, based on TITLE. Merged from stable branch.
skodak [Thu, 25 May 2006 15:57:20 +0000 (15:57 +0000)]
Bug #5582 - sort by numerical field doesn't work properly with decimals; merged from MOODLE_16_STABLE
bobopinna [Thu, 25 May 2006 10:20:45 +0000 (10:20 +0000)]
New version with SCORM 2004 sequencing done by Pham Minh Duc
skodak [Thu, 25 May 2006 10:00:06 +0000 (10:00 +0000)]
Bug #5416 - sorting by question column in overview report plugin broken - please test; merged from MOODLE_16_STABLE
skodak [Thu, 25 May 2006 08:13:41 +0000 (08:13 +0000)]
Bug #5566 - wrong display of student's answers in MATCHING question type; merged from MOODLE_16_STABLE
skodak [Thu, 25 May 2006 06:34:33 +0000 (06:34 +0000)]
Bug #4779 - lib/moodlelib.php: typo; merged from MOODLE_16_STABLE
vyshane [Thu, 25 May 2006 05:20:59 +0000 (05:20 +0000)]
Merged from fix in 1.6. Made string more general for error message that is
shown when there are no fields defined in the database and we try to add an
entry.
vyshane [Thu, 25 May 2006 05:19:24 +0000 (05:19 +0000)]
Merged fix for bug: when a student tries to add an entry and no fields are
defined, the foreach barfs since the value of $fields is false.
toyomoyo [Thu, 25 May 2006 02:53:00 +0000 (02:53 +0000)]
merged changes from renaming reads/writes to statsreads/statswties - mysql5 reserved words
toyomoyo [Thu, 25 May 2006 02:31:15 +0000 (02:31 +0000)]
merged backup-restore/db migrate for rsstitletemplate field
toyomoyo [Thu, 25 May 2006 02:07:48 +0000 (02:07 +0000)]
merged dropping backticks
skodak [Wed, 24 May 2006 21:54:51 +0000 (21:54 +0000)]
fixed my yet another bug; merged from MOODLE_16_STABLE
skodak [Wed, 24 May 2006 21:50:44 +0000 (21:50 +0000)]
fixed broken operations in subfolders - result of my recent patching :-( :-( bug #5603; merged from MOODLE_16_STABLE
skodak [Wed, 24 May 2006 21:12:46 +0000 (21:12 +0000)]
Bug #5604 - LDAP error notice when users update profile; merged from MOODEL_16_STABLE
skodak [Wed, 24 May 2006 21:05:23 +0000 (21:05 +0000)]
fixed warnings on save profile; merged from MOODLE_16_STABLE
skodak [Wed, 24 May 2006 20:56:16 +0000 (20:56 +0000)]
Bug #5587 - Redirect fails after a failed login and proper variable initialisation; merged from MOODLE_16_STABLE
skodak [Wed, 24 May 2006 18:56:33 +0000 (18:56 +0000)]
fixed bug #5562 I hope; merged from MOODLE_16_STABLE
toyomoyo [Wed, 24 May 2006 07:03:14 +0000 (07:03 +0000)]
added rsstitle, merged
toyomoyo [Wed, 24 May 2006 06:16:10 +0000 (06:16 +0000)]
added rsstitletemplate field
toyomoyo [Wed, 24 May 2006 05:07:22 +0000 (05:07 +0000)]
renaming reads and writes to statsreads and statswrites
vyshane [Wed, 24 May 2006 03:07:37 +0000 (03:07 +0000)]
Fix for undefined property notice when cron.php is run.
stronk7 [Tue, 23 May 2006 22:33:01 +0000 (22:33 +0000)]
Solving one SQL error in data_get_participants()
plus some improved readability.
Merged from MOODLE_16_STABLE
stronk7 [Tue, 23 May 2006 22:06:58 +0000 (22:06 +0000)]
course_modules->deleted and user->guid are now out.
(they disappeared from DB ages ago)
Merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 19:18:25 +0000 (19:18 +0000)]
fix for printing of multiple group pictures bug #5548; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 18:59:29 +0000 (18:59 +0000)]
fixed bug #5593 - logged in nested in <p> and <div>; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 18:38:24 +0000 (18:38 +0000)]
fixed file backup and converted other forgotten "assignments"; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 18:15:52 +0000 (18:15 +0000)]
fixed broken SQL that was throwing errors in backup; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 18:00:20 +0000 (18:00 +0000)]
fixed bug 5594 - can not save group details; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 13:33:44 +0000 (13:33 +0000)]
fixed warning; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 10:55:32 +0000 (10:55 +0000)]
fixed incorrect output buffer use - bug #5590; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 10:25:39 +0000 (10:25 +0000)]
fixed RSS feeds warning bug #5591; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 09:47:48 +0000 (09:47 +0000)]
make sure variables are properly cleaned; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 09:32:26 +0000 (09:32 +0000)]
proper initialisation of $oldquestionid; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 09:16:17 +0000 (09:16 +0000)]
removed reliance on register globals; merged from MOODLE_16_STABLE
skodak [Tue, 23 May 2006 09:02:13 +0000 (09:02 +0000)]
extra cleaning of variables; merged from MOODLE_16_STABLE