]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoDim link if not visible in my course view for assignment module
patrickslee [Tue, 14 Mar 2006 22:05:16 +0000 (22:05 +0000)]
Dim link if not visible in my course view for assignment module

19 years agoAssignment module support for my moodle page
patrickslee [Tue, 14 Mar 2006 21:26:37 +0000 (21:26 +0000)]
Assignment module support for my moodle page

19 years agoAutomatic installer.php by installer_builder (20060314)
stronk7 [Tue, 14 Mar 2006 17:43:30 +0000 (17:43 +0000)]
Automatic installer.php by installer_builder (20060314)

19 years agoAccessibility: fixed bug 4921, Editing on: block delete, 'move down'... icons too...
nfreear [Tue, 14 Mar 2006 17:35:31 +0000 (17:35 +0000)]
Accessibility: fixed bug 4921, Editing on: block delete, 'move down'... icons too big... CSS selector (OU-Bugz: 747)

19 years agoAccessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU...
nfreear [Tue, 14 Mar 2006 16:45:34 +0000 (16:45 +0000)]
Accessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU-Bugz: 744)

19 years agoAccessibility: strict, replaced image border, width... with classes (OU-Bugz: 697...
nfreear [Tue, 14 Mar 2006 16:17:21 +0000 (16:17 +0000)]
Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745)

19 years agoMore coding style improvements.
thepurpleblob [Tue, 14 Mar 2006 16:01:40 +0000 (16:01 +0000)]
More coding style improvements.

19 years agoAccessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz...
nfreear [Tue, 14 Mar 2006 15:36:48 +0000 (15:36 +0000)]
Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741)

19 years agoAccessibility: validation, erroneous & replaced with & popup_form (OU-Bugz: 697)
nfreear [Tue, 14 Mar 2006 15:17:03 +0000 (15:17 +0000)]
Accessibility: validation, erroneous & replaced with & popup_form (OU-Bugz: 697)

19 years agoAccessibility: added class="weekscss", removed commented code.
nfreear [Tue, 14 Mar 2006 15:11:30 +0000 (15:11 +0000)]
Accessibility: added class="weekscss", removed commented code.

19 years agoAccessibility: (strict HTML) remove unnecessary width/height attributes on <img>...
nfreear [Tue, 14 Mar 2006 14:05:51 +0000 (14:05 +0000)]
Accessibility: (strict HTML) remove unnecessary width/height attributes on <img> (OU-Bugz: 697)

19 years agoAccessibility: fixed ambiguous asterisk next to 'edit profile', with title and hidden...
nfreear [Tue, 14 Mar 2006 12:55:06 +0000 (12:55 +0000)]
Accessibility: fixed ambiguous asterisk next to 'edit profile', with title and hidden text (OU-Bugz: 733).

19 years agofixed yet another missing courseid parameter :-)
thepurpleblob [Tue, 14 Mar 2006 09:57:54 +0000 (09:57 +0000)]
fixed yet another missing courseid parameter :-)

19 years agoAccessibility: fix, removed string 'today', which duplicates the calendar string.
nfreear [Tue, 14 Mar 2006 09:54:49 +0000 (09:54 +0000)]
Accessibility: fix, removed string 'today', which duplicates the calendar string.

19 years agoquoting tag string
toyomoyo [Tue, 14 Mar 2006 09:08:58 +0000 (09:08 +0000)]
quoting tag string

19 years agoMade textarea field use use_html_editor() and print_editor_config() from
vyshane [Tue, 14 Mar 2006 08:32:14 +0000 (08:32 +0000)]
Made textarea field use use_html_editor() and print_editor_config() from
/lib/weblib.php. Removed these functions from
/lib/mod/field/textarea/field.class.php. Will commit updates to these
functions to Moodle 1.5 Stable. Database module will only be compatible with
the latest Moodle 1.5 Stable and onwards.

19 years agofixed a bug where userid is overwritten
toyomoyo [Tue, 14 Mar 2006 08:07:57 +0000 (08:07 +0000)]
fixed a bug where userid is overwritten

19 years agodeletion confirmation
toyomoyo [Tue, 14 Mar 2006 07:02:50 +0000 (07:02 +0000)]
deletion confirmation

19 years agoadded sesskey and confirmation for deletion of blog entries
toyomoyo [Tue, 14 Mar 2006 06:56:58 +0000 (06:56 +0000)]
added sesskey and confirmation for deletion of blog entries

19 years agomore cleaning
toyomoyo [Tue, 14 Mar 2006 06:36:51 +0000 (06:36 +0000)]
more cleaning

19 years agoFixed javascript bug. Clicking on a template tag now inserts the tag into the
vyshane [Tue, 14 Mar 2006 05:56:14 +0000 (05:56 +0000)]
Fixed javascript bug. Clicking on a template tag now inserts the tag into the
textarea in both wysiwyg and non-wysiwyg modes.

19 years agoClicking on a template tag e.g. [[field_name]] now adds the template tag to
vyshane [Tue, 14 Mar 2006 05:32:41 +0000 (05:32 +0000)]
Clicking on a template tag e.g. [[field_name]] now adds the template tag to
the HTMLArea editor in the template views. This is not currently working in
source code mode of the editor.

Added equivalent of use_html_editor() and print_editor_config() from
/lib/weblib.php to textarea field class. We use a copy in that class instead of
calling the functions in /lib/weblib.php because we want the data module to be
compatible with Moodle 1.5. This is not ideal, but it is a necessary evil.

Updated the textarea field class to use the correct path to
/lib/editor/htmlarea/htmlarea.php.

19 years agoAdded javascript function insertAtCursor()
vyshane [Tue, 14 Mar 2006 05:26:40 +0000 (05:26 +0000)]
Added javascript function insertAtCursor()

19 years agoChanged use_html_editor and print_editor_config functions so that we have an
vyshane [Tue, 14 Mar 2006 05:26:03 +0000 (05:26 +0000)]
Changed use_html_editor and print_editor_config functions so that we have an
editor javascript object that we can use when we create the HTMLArea editor.
This object allows us to call e.g. editor.insertHtml().

19 years agohousekeeping
toyomoyo [Tue, 14 Mar 2006 04:23:00 +0000 (04:23 +0000)]
housekeeping

19 years agoMerged fix for bug 4639 from stable
moodler [Tue, 14 Mar 2006 04:12:52 +0000 (04:12 +0000)]
Merged fix for bug 4639 from stable

19 years agoSet default enrolment plugin to manual if the previous default is not an interactive...
patrickslee [Tue, 14 Mar 2006 03:02:12 +0000 (03:02 +0000)]
Set default enrolment plugin to manual if the previous default is not an interactive enrolment plugin

19 years agoSerious typo in postgres7 upgrade script
patrickslee [Tue, 14 Mar 2006 02:52:34 +0000 (02:52 +0000)]
Serious typo in postgres7 upgrade script

19 years agohttpclient only used in trackbacks, which is not supported in this version, removed
toyomoyo [Tue, 14 Mar 2006 02:46:46 +0000 (02:46 +0000)]
httpclient only used in trackbacks, which is not supported in this version, removed

19 years agosome cleaning, removed config.html for admin
toyomoyo [Tue, 14 Mar 2006 02:26:44 +0000 (02:26 +0000)]
some cleaning, removed config.html for admin

19 years agoremoved $SESSION->encoding now replaced by current_charset() and $CFG->unicodedb...
skodak [Mon, 13 Mar 2006 22:26:06 +0000 (22:26 +0000)]
removed $SESSION->encoding now replaced by current_charset() and $CFG->unicodedb; 3rd party contribs must be fixed to be utf-8 and 1.6dev compatible anyway;

going to add a notice to wiki at http://docs.moodle.org/en/UTF-8_scripts

19 years agoupdated language detection
skodak [Mon, 13 Mar 2006 22:11:56 +0000 (22:11 +0000)]
updated language detection

19 years agoUpdated Authorize.net for Ethem
patrickslee [Mon, 13 Mar 2006 21:19:04 +0000 (21:19 +0000)]
Updated Authorize.net for Ethem

19 years agoSeperate postgres command line process for better error caching
patrickslee [Mon, 13 Mar 2006 20:45:27 +0000 (20:45 +0000)]
Seperate postgres command line process for better error caching

19 years agoAdditional strings for new import feature (bug #3896)
thepurpleblob [Mon, 13 Mar 2006 19:41:13 +0000 (19:41 +0000)]
Additional strings for new import feature (bug #3896)

19 years agoAdded ability to import files already in the course files area. (Bug #3896)
thepurpleblob [Mon, 13 Mar 2006 19:32:42 +0000 (19:32 +0000)]
Added ability to import files already in the course files area. (Bug #3896)
Also started tidying up the code, more to do.

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 18:57:36 +0000 (18:57 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoIf a student has not attempted a question then the grade column for that question...
gustav_delius [Mon, 13 Mar 2006 18:36:36 +0000 (18:36 +0000)]
If a student has not attempted a question then the grade column for that question will show -- instead of 0.

19 years agoSomehow missed this table reference during renaming.
gustav_delius [Mon, 13 Mar 2006 18:30:35 +0000 (18:30 +0000)]
Somehow missed this table reference during renaming.

19 years agoYou can't do this action: $a->action
ethem [Mon, 13 Mar 2006 18:26:55 +0000 (18:26 +0000)]
You can't do this action: $a->action

19 years agoYou can't do this action: $a->action
ethem [Mon, 13 Mar 2006 18:20:08 +0000 (18:20 +0000)]
You can't do this action: $a->action

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 18:03:43 +0000 (18:03 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoStudents can view their payments.
ethem [Mon, 13 Mar 2006 17:57:12 +0000 (17:57 +0000)]
Students can view their payments.

19 years agoAccessibility: replace navbar table with <div> for standard theme, shouldn't break...
nfreear [Mon, 13 Mar 2006 17:54:52 +0000 (17:54 +0000)]
Accessibility: replace navbar table with <div> for standard theme, shouldn't break other themes (OU-Bugz: 729)

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 17:54:27 +0000 (17:54 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 17:46:09 +0000 (17:46 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoAccessibility: fix, forum search button, breadcrumb image (Email: Eloy stronk7, 9...
nfreear [Mon, 13 Mar 2006 17:37:15 +0000 (17:37 +0000)]
Accessibility: fix, forum search button, breadcrumb image (Email: Eloy stronk7, 9 March, OU-Bugz: 720)

19 years agoAccessibility: fix, doubled size of Resizable icons, now 2em or 21 by 23 pixels ...
nfreear [Mon, 13 Mar 2006 17:33:14 +0000 (17:33 +0000)]
Accessibility: fix, doubled size of Resizable icons, now 2em or 21 by 23 pixels (OU-Bugz: 728)

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 17:28:34 +0000 (17:28 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 17:26:14 +0000 (17:26 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoAutomatic installer.php by installer_builder (20060313)
stronk7 [Mon, 13 Mar 2006 17:20:52 +0000 (17:20 +0000)]
Automatic installer.php by installer_builder (20060313)

19 years agoFor some arguments, get_record_sql could fail only with debug off, then no error...
tjhunt [Mon, 13 Mar 2006 17:07:38 +0000 (17:07 +0000)]
For some arguments, get_record_sql could fail only with debug off, then no error message is shown and it is hard to debug. Now the code is more similar between debug on/off, which should make debugging easier.

19 years agoTeachers can manage the payments of the course.
ethem [Mon, 13 Mar 2006 16:54:09 +0000 (16:54 +0000)]
Teachers can manage the payments of the course.

19 years agoNow, teachers can manage the payments in their courses if admin set up this.
ethem [Mon, 13 Mar 2006 16:47:44 +0000 (16:47 +0000)]
Now, teachers can manage the payments in their courses if admin set up this.

19 years agoCorrected line that would cause restore_create_modules to return True if the first...
sam_marshall [Mon, 13 Mar 2006 16:32:22 +0000 (16:32 +0000)]
Corrected line  that would cause restore_create_modules to return True if the first module fails to restore, but the second succeeds. (Whereas it would already be False if the first succeeds, but second fails.)

19 years agoAccessibility: calendar <abbr> and link styles.
nfreear [Mon, 13 Mar 2006 16:16:23 +0000 (16:16 +0000)]
Accessibility: calendar <abbr> and link styles.

19 years agoAccessibility: fix, weblib.php: print_navigation, class="resize" (Martin D post 10...
nfreear [Mon, 13 Mar 2006 14:46:05 +0000 (14:46 +0000)]
Accessibility: fix, weblib.php: print_navigation, class="resize" (Martin D post 10/3, OU-Bugz: 726)

19 years agoAccessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU...
nfreear [Mon, 13 Mar 2006 13:32:19 +0000 (13:32 +0000)]
Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718)

19 years agoFix for bug 4875 which was only happening on MySQL 5
moodler [Mon, 13 Mar 2006 12:43:01 +0000 (12:43 +0000)]
Fix for bug 4875 which was only happening on MySQL 5

19 years agoUsers can view their orders...
ethem [Mon, 13 Mar 2006 11:15:09 +0000 (11:15 +0000)]
Users can view their orders...

19 years agoAccessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU...
nfreear [Mon, 13 Mar 2006 10:49:41 +0000 (10:49 +0000)]
Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718)

19 years agoAdded a comment to explain that add_to_log is the way it is for performance reasons.
tjhunt [Mon, 13 Mar 2006 10:37:21 +0000 (10:37 +0000)]
Added a comment to explain that add_to_log is the way it is for performance reasons.

19 years agoChanged a string
ikawhero [Mon, 13 Mar 2006 09:29:44 +0000 (09:29 +0000)]
Changed a string

19 years agofixing 1 wrong string
toyomoyo [Mon, 13 Mar 2006 08:55:33 +0000 (08:55 +0000)]
fixing 1 wrong string

19 years ago_params and other cleaning, blogs might be broken
toyomoyo [Mon, 13 Mar 2006 08:46:13 +0000 (08:46 +0000)]
_params and other cleaning, blogs might be broken

19 years agoMoved some strings!
moodler [Mon, 13 Mar 2006 07:54:44 +0000 (07:54 +0000)]
Moved some strings!

19 years agoAdded another extension for Real Media. This should cover all the file
ikawhero [Mon, 13 Mar 2006 07:21:50 +0000 (07:21 +0000)]
Added another extension for Real Media. This should cover all the file
types for which you would want to embed a player or give you a way to do
it eg writing an ram or rpm file.

19 years agoAdded another string for Real Media
ikawhero [Mon, 13 Mar 2006 07:19:06 +0000 (07:19 +0000)]
Added another string for Real Media

19 years agoAdded support for .ram files and added config settings.
ikawhero [Mon, 13 Mar 2006 06:16:23 +0000 (06:16 +0000)]
Added support for .ram files and added config settings.

19 years agoAdded strings for realmedia filter
ikawhero [Mon, 13 Mar 2006 06:14:39 +0000 (06:14 +0000)]
Added strings for realmedia filter

19 years agoadding some strings
toyomoyo [Mon, 13 Mar 2006 06:10:45 +0000 (06:10 +0000)]
adding some strings

19 years agochanged a string
toyomoyo [Mon, 13 Mar 2006 06:09:44 +0000 (06:09 +0000)]
changed a string

19 years agosome cleaning, not very clean yet
toyomoyo [Mon, 13 Mar 2006 06:05:44 +0000 (06:05 +0000)]
some cleaning, not very clean yet

19 years agoFixing my moodle bug in forum track posts display
mjollnir_ [Mon, 13 Mar 2006 00:42:01 +0000 (00:42 +0000)]
Fixing my moodle bug in forum track posts display

19 years agoTruncated long action name in log, see http://moodle.org/mod/forum/discuss.php?d...
gustav_delius [Mon, 13 Mar 2006 00:21:35 +0000 (00:21 +0000)]
Truncated long action name in log, see http://moodle.org/mod/forum/discuss.php?d=41446#190858

19 years agoBetter display of response history
gustav_delius [Mon, 13 Mar 2006 00:20:34 +0000 (00:20 +0000)]
Better display of response history

19 years agoSome work on question restore code, not complete
gustav_delius [Mon, 13 Mar 2006 00:18:38 +0000 (00:18 +0000)]
Some work on question restore code, not complete

19 years agoAdding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112...
mjollnir_ [Sun, 12 Mar 2006 23:20:47 +0000 (23:20 +0000)]
Adding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112), plus a few postgres fixes for blog

19 years agoAdding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112)
mjollnir_ [Sun, 12 Mar 2006 23:19:17 +0000 (23:19 +0000)]
Adding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112)

19 years agoPostgreSQL 7.x pg_dump command line options fix
patrickslee [Sun, 12 Mar 2006 21:40:24 +0000 (21:40 +0000)]
PostgreSQL 7.x pg_dump command line options fix

19 years agoEvery questiontype should have its own backup and restore code. This is a first step...
gustav_delius [Sun, 12 Mar 2006 21:27:14 +0000 (21:27 +0000)]
Every questiontype should have its own backup and restore code. This is a first step in that direction. I have created the individual restore libraries for all question types but they are not yet used.

19 years agoMore renamings to separate questions from quiz. Some other small fixes.
gustav_delius [Sun, 12 Mar 2006 21:17:42 +0000 (21:17 +0000)]
More renamings to separate questions from quiz. Some other small fixes.

19 years agoworkaround for some more uninitialized offset warnings
skodak [Sun, 12 Mar 2006 20:06:12 +0000 (20:06 +0000)]
workaround for some more uninitialized offset warnings

19 years agoAdded payment icon for authorize.net plugin
patrickslee [Sun, 12 Mar 2006 19:53:20 +0000 (19:53 +0000)]
Added payment icon for authorize.net plugin

19 years agoDefault values for quiz_delay1 and quiz_delay2
gustav_delius [Sun, 12 Mar 2006 19:23:55 +0000 (19:23 +0000)]
Default values for quiz_delay1 and quiz_delay2

19 years agoThe box for the warning was too narrow. In future this should probably be controlled...
gustav_delius [Sun, 12 Mar 2006 19:14:56 +0000 (19:14 +0000)]
The box for the warning was too narrow. In future this should probably be controlled by CSS.

19 years agosplitted CSS for questions in layout, fonts and color specific properties.
urs_hunkler [Sun, 12 Mar 2006 13:36:18 +0000 (13:36 +0000)]
splitted CSS for questions in layout, fonts and color specific properties.

19 years agoQuestions have moved
moodler [Sun, 12 Mar 2006 08:11:08 +0000 (08:11 +0000)]
Questions have moved

19 years agoTidy cron warning
moodler [Sun, 12 Mar 2006 08:08:51 +0000 (08:08 +0000)]
Tidy cron warning

19 years agoUpdated README
moodler [Sun, 12 Mar 2006 08:04:29 +0000 (08:04 +0000)]
Updated README

19 years agoRemoved bad link from admincronsetup (bug 4759)
moodler [Sun, 12 Mar 2006 07:55:50 +0000 (07:55 +0000)]
Removed bad link from admincronsetup    (bug 4759)

19 years agoUpdated the cronwarning string to remove old link
moodler [Sun, 12 Mar 2006 07:52:28 +0000 (07:52 +0000)]
Updated the cronwarning string to remove old link

19 years agoFix the cron help to point to the new help page in lang packs
moodler [Sun, 12 Mar 2006 07:51:53 +0000 (07:51 +0000)]
Fix the cron help to point to the new help page in lang packs

19 years agoNew cronwarning2 string (see bug 4759)
moodler [Sun, 12 Mar 2006 07:33:42 +0000 (07:33 +0000)]
New cronwarning2 string (see bug 4759)

19 years agoMoved basic install info from doc to help
moodler [Sun, 12 Mar 2006 07:31:36 +0000 (07:31 +0000)]
Moved basic install info from doc to help

19 years agoAutomatic installer.php by installer_builder (20060311)
stronk7 [Sat, 11 Mar 2006 19:49:37 +0000 (19:49 +0000)]
Automatic installer.php by installer_builder (20060311)

19 years agoadded tabs background color on quiz module.
mits [Sat, 11 Mar 2006 19:00:47 +0000 (19:00 +0000)]
added tabs background color on quiz module.

19 years agopassword handling refactoring and added conversion of passwords to unicode
skodak [Sat, 11 Mar 2006 11:26:36 +0000 (11:26 +0000)]
password handling refactoring and added conversion of passwords to unicode

19 years ago[BugFix] Bug #4852 - HTML editor problems
michaelpenne [Sat, 11 Mar 2006 00:23:21 +0000 (00:23 +0000)]
[BugFix] Bug #4852 - HTML editor problems

19 years agoNew-improved installer. Now it allows to download the langpack
stronk7 [Sat, 11 Mar 2006 00:03:51 +0000 (00:03 +0000)]
New-improved installer. Now it allows to download the langpack
from download.moodle.org and some other minor tweaks solved.