]> git.mjollnir.org Git - moodle.git/log
moodle.git
21 years agoLinks to enrolled courses in user profile page now link to the
moodler [Sat, 3 Apr 2004 07:08:16 +0000 (07:08 +0000)]
Links to enrolled courses in user profile page now link to the
user profile page in that course.

Makes it easy to see their discussions etc

21 years agoSome changes to make login a little more robust on some sites that have
moodler [Sat, 3 Apr 2004 04:55:35 +0000 (04:55 +0000)]
Some changes to make login a little more robust on some sites that have
multiple addresses

21 years agoWHoops, my last checkin had a typo
moodler [Sat, 3 Apr 2004 04:50:30 +0000 (04:50 +0000)]
WHoops, my last checkin had a typo

21 years agoWhoah ... bad typo! Fixed bug 1214 - thanks Eloy!
moodler [Sat, 3 Apr 2004 02:47:11 +0000 (02:47 +0000)]
Whoah ... bad typo!  Fixed bug 1214 - thanks Eloy!

21 years agoStrip tags in log menus too
moodler [Sat, 3 Apr 2004 01:32:03 +0000 (01:32 +0000)]
Strip tags in log menus too

21 years agomodified
mits [Fri, 2 Apr 2004 18:34:31 +0000 (18:34 +0000)]
modified

21 years agoNew help file & polish
mits [Fri, 2 Apr 2004 18:24:19 +0000 (18:24 +0000)]
New help file & polish

21 years agoAdded support for Multiple Choice Questions with Multiple answers
selliott [Fri, 2 Apr 2004 17:16:41 +0000 (17:16 +0000)]
Added support for Multiple Choice Questions with Multiple answers

21 years agoCorrecting field name usemaxgrade in update files.
rkingdon [Fri, 2 Apr 2004 16:16:21 +0000 (16:16 +0000)]
Correcting field name usemaxgrade in update files.

21 years agoFix bug when the last page of a lesson has no question.
rkingdon [Fri, 2 Apr 2004 15:54:07 +0000 (15:54 +0000)]
Fix bug when the last page of a lesson has no question.

21 years agoBetter dates
moodler [Fri, 2 Apr 2004 15:48:32 +0000 (15:48 +0000)]
Better dates

21 years agoStrip tags from module names .... sigh
moodler [Fri, 2 Apr 2004 13:42:20 +0000 (13:42 +0000)]
Strip tags from module names .... sigh

21 years ago*** empty log message ***
carlesbellver [Fri, 2 Apr 2004 12:40:54 +0000 (12:40 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
carlesbellver [Fri, 2 Apr 2004 10:40:43 +0000 (10:40 +0000)]
*** empty log message ***

21 years agoUpdate to Moodle 1.3develop
bobopinna [Fri, 2 Apr 2004 09:57:18 +0000 (09:57 +0000)]
Update to Moodle 1.3develop

21 years ago*** empty log message ***
carlesbellver [Fri, 2 Apr 2004 09:34:03 +0000 (09:34 +0000)]
*** empty log message ***

21 years agoMore lesson version 3 updates
martignoni [Fri, 2 Apr 2004 09:22:10 +0000 (09:22 +0000)]
More lesson version 3 updates

21 years ago*** empty log message ***
carlesbellver [Fri, 2 Apr 2004 06:46:14 +0000 (06:46 +0000)]
*** empty log message ***

21 years agoFirst attempt to encode/decode some absolute path parts
stronk7 [Thu, 1 Apr 2004 23:31:56 +0000 (23:31 +0000)]
First attempt to encode/decode some absolute path parts
in the backup/restore process in order to have every call to file.php
working in destination courses. Specially useful to contents created
with th HTML editor because it uses this type of URLs to images, smiles...

NOTE: This make 1.3 backups not restorable in 1.2 systems !!

21 years agobump dutch translation of lesson to be compatible with version 4
koenr [Thu, 1 Apr 2004 20:05:22 +0000 (20:05 +0000)]
bump dutch translation of lesson to be compatible with version 4

21 years agoPolish + new translation + new translated files.
mits [Thu, 1 Apr 2004 19:06:58 +0000 (19:06 +0000)]
Polish + new translation + new translated files.

21 years agoPolished.
mits [Thu, 1 Apr 2004 18:29:18 +0000 (18:29 +0000)]
Polished.

21 years agoOptional use of the HTML editor.
rkingdon [Thu, 1 Apr 2004 16:56:56 +0000 (16:56 +0000)]
Optional use of the HTML editor.

21 years agoOptional use of HTML editor.
rkingdon [Thu, 1 Apr 2004 16:48:16 +0000 (16:48 +0000)]
Optional use of HTML editor.

21 years agoUpdate old events
moodler [Thu, 1 Apr 2004 15:41:25 +0000 (15:41 +0000)]
Update old events

21 years agoAssignment module can now maintain its own events in the calendar. :-)
moodler [Thu, 1 Apr 2004 15:40:39 +0000 (15:40 +0000)]
Assignment module can now maintain its own events in the calendar.  :-)

21 years agoFollowing Eloy's suggestion and Martin's clarification, the wizard is going
defacer [Thu, 1 Apr 2004 12:51:24 +0000 (12:51 +0000)]
Following Eloy's suggestion and Martin's clarification, the wizard is going
to demonstrate a feat where 10 lines of code turn into 2, and a global var
dependency vanishes at the same time! ;)

21 years agoAs per Martin's suggestion:
defacer [Thu, 1 Apr 2004 12:27:37 +0000 (12:27 +0000)]
As per Martin's suggestion:

Added new function: get_user_timezone($timezone = 99) which retrieves
the user's timezone, respecting the $USER->timezone and $CFG->timezone
settings.

Modified all date/time library functions to use this.

21 years agoFix for the fix: Turns out that next() returns false if an array element's
defacer [Thu, 1 Apr 2004 11:29:25 +0000 (11:29 +0000)]
Fix for the fix: Turns out that next() returns false if an array element's
value is 0 (the php docs speak only about the key... :/). Good thing that my
test user's timezone is set to GMT+0. This should work no matter what.

21 years agoThe check for setting event dates before the course start date was written
defacer [Thu, 1 Apr 2004 10:59:46 +0000 (10:59 +0000)]
The check for setting event dates before the course start date was written
incorrectly. What was I thinking?

21 years agoThe timezone selection didn't work correctly... if there WAS a $USER->timezone
defacer [Thu, 1 Apr 2004 10:39:06 +0000 (10:39 +0000)]
The timezone selection didn't work correctly... if there WAS a $USER->timezone
set but it was set to 99, it didn't check the $CFG->timezone setting.
Fixed now. Fancy implementation, forgive me please! ;)

21 years agoChecking for the $CFG->timezone value as a last resort in the various user
defacer [Thu, 1 Apr 2004 10:11:20 +0000 (10:11 +0000)]
Checking for the $CFG->timezone value as a last resort in the various user
date/time functions didn't work because there was no global $CFG; :O

21 years agoIn Eloy's notice-finding spirit, I continue by fixing another notice which
defacer [Thu, 1 Apr 2004 09:27:23 +0000 (09:27 +0000)]
In Eloy's notice-finding spirit, I continue by fixing another notice which
also (damnation! :) caused the HRs not to be displayed as they should.

21 years agoEloy's finding: The name and description fields were not initialized when
defacer [Thu, 1 Apr 2004 09:08:23 +0000 (09:08 +0000)]
Eloy's finding: The name and description fields were not initialized when
going into the "new event" form, so they printed warnings INSIDE the fields
with error_reporting(E_ALL). Added initialization as empty strings.

Now I 'm beginning to understand why Martin calls him "Eagle Eyes" :)

21 years agoEloy's finding: If the user is not a teacher or a student anywhere, this
defacer [Thu, 1 Apr 2004 08:58:29 +0000 (08:58 +0000)]
Eloy's finding: If the user is not a teacher or a student anywhere, this
caused an SQL error. It was handled correctly, but why an SQL query at all
if we can optimize it away?

Thanks Eloy! :)

21 years agoEloy's finding: fixed three 'undeclared variable' notices. Leftovers from
defacer [Thu, 1 Apr 2004 08:52:34 +0000 (08:52 +0000)]
Eloy's finding: fixed three 'undeclared variable' notices. Leftovers from
cutting and pasting code, I just deleted them.

21 years agoEloy's finding: Unset $string['default'] variable fixed.
defacer [Thu, 1 Apr 2004 08:45:38 +0000 (08:45 +0000)]
Eloy's finding: Unset $string['default'] variable fixed.

21 years ago*** empty log message ***
carlesbellver [Thu, 1 Apr 2004 07:46:17 +0000 (07:46 +0000)]
*** empty log message ***

21 years agoFix for the display of hidden forums to students - bug 1209
moodler [Thu, 1 Apr 2004 03:45:34 +0000 (03:45 +0000)]
Fix for the display of hidden forums to students  - bug 1209

21 years agoUpgraded to latest version and fixed some undefined variables
moodler [Thu, 1 Apr 2004 03:16:25 +0000 (03:16 +0000)]
Upgraded to latest version and fixed some undefined variables

21 years agoCan now handle a $CFG->filelifetime to determine cacheability of files
moodler [Thu, 1 Apr 2004 02:32:04 +0000 (02:32 +0000)]
Can now handle a  $CFG->filelifetime  to determine cacheability of files

21 years agoUpdates, thanks to Jussi Kurikka.
paca70 [Wed, 31 Mar 2004 19:43:08 +0000 (19:43 +0000)]
Updates, thanks to Jussi Kurikka.

21 years agoMore updates
paca70 [Wed, 31 Mar 2004 19:25:54 +0000 (19:25 +0000)]
More updates

21 years agoUpdates
paca70 [Wed, 31 Mar 2004 19:24:07 +0000 (19:24 +0000)]
Updates

21 years agoReplaced ` with "
paca70 [Wed, 31 Mar 2004 16:00:06 +0000 (16:00 +0000)]
Replaced ` with "
 CVS: ----------------------------------------------------------------------

21 years ago*** empty log message ***
carlesbellver [Wed, 31 Mar 2004 15:27:36 +0000 (15:27 +0000)]
*** empty log message ***

21 years agobump dutch translation of lesson to be compatible with version 3
koenr [Wed, 31 Mar 2004 11:31:43 +0000 (11:31 +0000)]
bump dutch translation of lesson to be compatible with version 3

21 years agoStandard favicon
moodler [Wed, 31 Mar 2004 09:25:20 +0000 (09:25 +0000)]
Standard favicon

21 years agoStandard favicons
moodler [Wed, 31 Mar 2004 09:24:45 +0000 (09:24 +0000)]
Standard favicons

21 years agoImproved Favicon matches the logo
moodler [Wed, 31 Mar 2004 09:11:58 +0000 (09:11 +0000)]
Improved Favicon matches the logo

21 years agoRemoving a line from stripslashes_safe ... not sure why we were replacing
moodler [Wed, 31 Mar 2004 08:45:11 +0000 (08:45 +0000)]
Removing a line from stripslashes_safe ... not sure why we were replacing
these double slashes ...

21 years agoSome fixes to highlighting ... it is now performed AFTER the format_text.
moodler [Wed, 31 Mar 2004 08:34:41 +0000 (08:34 +0000)]
Some fixes to highlighting ... it is now performed AFTER the format_text.

This means that searches can no longer mess up the TeX formatting.

Also, the concept names are now formatted, allowing multilang, TeX etc

21 years agoMake searching parameters sticky
moodler [Wed, 31 Mar 2004 08:14:10 +0000 (08:14 +0000)]
Make searching parameters sticky

21 years agoFixed missing argument $ratings
moodler [Wed, 31 Mar 2004 08:05:52 +0000 (08:05 +0000)]
Fixed missing argument $ratings

21 years agoEscape some concept strings that can cause trouble in eregi
moodler [Wed, 31 Mar 2004 07:46:59 +0000 (07:46 +0000)]
Escape some concept strings that can cause trouble in eregi

21 years agoModified handling of the first day of the week to default to the "firstdayofweek"
defacer [Wed, 31 Mar 2004 07:18:32 +0000 (07:18 +0000)]
Modified handling of the first day of the week to default to the "firstdayofweek"
language string value, according to Eloy's suggestion. Thanks for the tip! :)

21 years agoGet tough on possible sessioncookies to avoid possible lockout problems
moodler [Wed, 31 Mar 2004 04:14:13 +0000 (04:14 +0000)]
Get tough on possible sessioncookies to avoid possible lockout problems
caused by some characters in the cookie name

21 years agomissing string
koenr [Tue, 30 Mar 2004 21:39:27 +0000 (21:39 +0000)]
missing string

21 years agonew pollish. Should be good
koenr [Tue, 30 Mar 2004 18:34:23 +0000 (18:34 +0000)]
new pollish. Should be good

21 years agoPolishe and New translation.
mits [Tue, 30 Mar 2004 18:30:02 +0000 (18:30 +0000)]
Polishe and New translation.

21 years agoBug fix for incorrect handling of negatives in equations and inequalities
fiedorow [Tue, 30 Mar 2004 17:11:56 +0000 (17:11 +0000)]
Bug fix for incorrect handling of negatives in equations and inequalities

21 years agoTypos corrected
martignoni [Tue, 30 Mar 2004 09:41:55 +0000 (09:41 +0000)]
Typos corrected

21 years agotranslation with already a lot of pollishing thanks to Jean-Pierre Pawlak
koenr [Mon, 29 Mar 2004 22:33:20 +0000 (22:33 +0000)]
translation with already a lot of pollishing  thanks to Jean-Pierre Pawlak

21 years agoAdded styles as per Jon's recommended install. Things may change though.
moodler [Mon, 29 Mar 2004 15:40:15 +0000 (15:40 +0000)]
Added styles as per Jon's recommended install.  Things may change though.

21 years agoAdding calendars by default --- later we need a course option to control
moodler [Mon, 29 Mar 2004 15:33:26 +0000 (15:33 +0000)]
Adding calendars by default --- later we need a course option to control
visibility

21 years agoAdding calendar string files
moodler [Mon, 29 Mar 2004 15:30:37 +0000 (15:30 +0000)]
Adding calendar string files

21 years agoChecking in latest calendar code! Looking great, Jon!
moodler [Mon, 29 Mar 2004 15:28:15 +0000 (15:28 +0000)]
Checking in latest calendar code!  Looking great, Jon!

21 years agoNew file. Moodle v.1.2.
stigbjarne [Mon, 29 Mar 2004 11:50:59 +0000 (11:50 +0000)]
New file. Moodle v.1.2.

21 years agoImproved. Updated to Moodle 1.2.
stigbjarne [Mon, 29 Mar 2004 11:49:49 +0000 (11:49 +0000)]
Improved. Updated to Moodle 1.2.

21 years agoUpdated log file
stigbjarne [Mon, 29 Mar 2004 11:45:58 +0000 (11:45 +0000)]
Updated log file

21 years agoFixed Tim's bug with the chat not updating - bug 1151
moodler [Mon, 29 Mar 2004 06:02:21 +0000 (06:02 +0000)]
Fixed Tim's bug with the chat not updating  - bug 1151

His chat->intro had 'quotes' in it

21 years agoreplaced js alert by popup
fiedorow [Sun, 28 Mar 2004 22:35:49 +0000 (22:35 +0000)]
replaced js alert by popup

21 years agoInitial translation by Koen Roggemans
koenr [Sun, 28 Mar 2004 10:07:39 +0000 (10:07 +0000)]
Initial translation by Koen Roggemans

21 years agoAn improvemement, I think, in the way Javascript is stripped in clean_text
moodler [Sun, 28 Mar 2004 06:31:27 +0000 (06:31 +0000)]
An improvemement, I think, in the way Javascript is stripped in clean_text

21 years agoAttachments can now be completely disabled in forums
martignoni [Sat, 27 Mar 2004 22:25:28 +0000 (22:25 +0000)]
Attachments can now be completely disabled in forums

21 years agoUpdate to version 3
martignoni [Sat, 27 Mar 2004 22:23:11 +0000 (22:23 +0000)]
Update to version 3

21 years agoExpression image now links to TeX source or debug script
fiedorow [Sat, 27 Mar 2004 18:33:30 +0000 (18:33 +0000)]
Expression image now links to TeX source or debug script

21 years agoPhew, finally finished upgrading all my customers! :-)
moodler [Sat, 27 Mar 2004 17:58:07 +0000 (17:58 +0000)]
Phew, finally finished upgrading all my customers!  :-)

21 years agoAttachments can now be completely disabled in forums
moodler [Sat, 27 Mar 2004 14:32:57 +0000 (14:32 +0000)]
Attachments can now be completely disabled in forums

21 years agoArial TTF latin2 font from old 'cz' pack
mudrd8mz [Sat, 27 Mar 2004 13:34:35 +0000 (13:34 +0000)]
Arial TTF latin2 font from old 'cz' pack

21 years agoAdded default values
paca70 [Sat, 27 Mar 2004 13:08:21 +0000 (13:08 +0000)]
Added default values

21 years agoVersion 2 and 3 updates.
rkingdon [Sat, 27 Mar 2004 05:01:22 +0000 (05:01 +0000)]
Version 2 and 3 updates.

21 years agoVersion 3 update
rkingdon [Sat, 27 Mar 2004 04:15:29 +0000 (04:15 +0000)]
Version 3 update

21 years agoVersion 3 updates
rkingdon [Sat, 27 Mar 2004 04:07:37 +0000 (04:07 +0000)]
Version 3 updates

21 years agoTranslation updates for Moodle 1.2
adamtpaw [Fri, 26 Mar 2004 22:14:26 +0000 (22:14 +0000)]
Translation updates for Moodle 1.2

21 years agoUpdated by Roberto "Bobo" Pinna
bobopinna [Fri, 26 Mar 2004 15:45:36 +0000 (15:45 +0000)]
Updated by Roberto "Bobo" Pinna

21 years agoNew translation
mits [Fri, 26 Mar 2004 12:50:33 +0000 (12:50 +0000)]
New translation

21 years agoPolished.
mits [Fri, 26 Mar 2004 12:48:18 +0000 (12:48 +0000)]
Polished.

21 years agoPolished.
mits [Fri, 26 Mar 2004 12:04:42 +0000 (12:04 +0000)]
Polished.

21 years agoCleaning up javascript and trying to make code less
julmis [Fri, 26 Mar 2004 09:29:44 +0000 (09:29 +0000)]
Cleaning up javascript and trying to make code less
memory consuming.

21 years agoupdated to 1.2.1
koenr [Thu, 25 Mar 2004 20:05:41 +0000 (20:05 +0000)]
updated to 1.2.1

21 years agoSome typos corrected
martignoni [Thu, 25 Mar 2004 16:32:29 +0000 (16:32 +0000)]
Some typos corrected

21 years agoOK, this is IT.
moodler [Thu, 25 Mar 2004 15:53:08 +0000 (15:53 +0000)]
OK, this is IT.

21 years agoAdded release notes for Moodle 1.2.1
moodler [Thu, 25 Mar 2004 15:52:43 +0000 (15:52 +0000)]
Added release notes for Moodle 1.2.1

21 years agoFixed just a tiny typo
moodler [Thu, 25 Mar 2004 15:34:23 +0000 (15:34 +0000)]
Fixed just a tiny typo

21 years ago - Fixed timezone calculations when user isn't present, and
moodler [Thu, 25 Mar 2004 15:29:40 +0000 (15:29 +0000)]
 - Fixed timezone calculations when user isn't present, and

 - format_float now defaults to one decimal place

21 years agoRemoved a very odd line ... probably left over from testing or something
moodler [Thu, 25 Mar 2004 15:22:51 +0000 (15:22 +0000)]
Removed a very odd line ... probably left over from testing or something

bug 1156    Thanks Eloy!

21 years agoFix to detect the different ANSWER format used for Shortanswers bug 1182
moodler [Thu, 25 Mar 2004 15:07:14 +0000 (15:07 +0000)]
Fix to detect the different ANSWER format used for Shortanswers   bug 1182

21 years agoAfter an error on import, come back to this page
moodler [Thu, 25 Mar 2004 14:55:04 +0000 (14:55 +0000)]
After an error on import, come back to this page

21 years agoWebCT import can now deal with escaped colons in the text bug 1182
moodler [Thu, 25 Mar 2004 14:50:25 +0000 (14:50 +0000)]
WebCT import can now deal with escaped colons in the text   bug 1182