]> git.mjollnir.org Git - moodle.git/log
moodle.git
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

21 years agoDon't create a warning for missing images. See Bug 1181
moodler [Thu, 25 Mar 2004 13:53:30 +0000 (13:53 +0000)]
Don't create a warning for missing images.   See Bug 1181

21 years agoChanged french name of "survey" activity to "consultation" to avoid confusion
martignoni [Thu, 25 Mar 2004 12:40:31 +0000 (12:40 +0000)]
Changed french name of "survey" activity to "consultation" to avoid confusion

21 years agoFew new files
adamtpaw [Thu, 25 Mar 2004 11:30:57 +0000 (11:30 +0000)]
Few new files

21 years agoUse the data_submitted() function to get POST data ... allows checking etc
moodler [Thu, 25 Mar 2004 08:14:24 +0000 (08:14 +0000)]
Use the data_submitted() function to get POST data ... allows checking etc

21 years agoChecking in Eloy's Javascript/smiley fixes from bug 1185 Thanks!
moodler [Thu, 25 Mar 2004 06:31:44 +0000 (06:31 +0000)]
Checking in Eloy's Javascript/smiley fixes from bug 1185  Thanks!

21 years agoSOme fixes for formatting from Koen in bug 1183
moodler [Thu, 25 Mar 2004 05:43:36 +0000 (05:43 +0000)]
SOme fixes for formatting from Koen in bug 1183

21 years agoBetter handling of single forums when secureforms is on. bug 1189
moodler [Thu, 25 Mar 2004 05:29:38 +0000 (05:29 +0000)]
Better handling of single forums when secureforms is on.  bug 1189

21 years agoUpdates
moodler [Thu, 25 Mar 2004 04:05:03 +0000 (04:05 +0000)]
Updates

21 years agoOne more day...
stronk7 [Wed, 24 Mar 2004 23:27:09 +0000 (23:27 +0000)]
One more day...

21 years agoAdding missing slash in tr -tag line 258
julmis [Wed, 24 Mar 2004 23:14:20 +0000 (23:14 +0000)]
Adding missing slash in tr -tag line 258

21 years agotranslated by koen roggemans
koenr [Wed, 24 Mar 2004 18:41:39 +0000 (18:41 +0000)]
translated by koen roggemans

21 years agofinal modifications
koenr [Wed, 24 Mar 2004 17:23:07 +0000 (17:23 +0000)]
final modifications

21 years agoPolished.
mits [Wed, 24 Mar 2004 17:22:25 +0000 (17:22 +0000)]
Polished.

21 years agoUpdates from Jussi Kurikka
paca70 [Wed, 24 Mar 2004 15:05:01 +0000 (15:05 +0000)]
Updates from Jussi Kurikka

21 years agoMultichoice defaults to a single answer
moodler [Wed, 24 Mar 2004 14:36:52 +0000 (14:36 +0000)]
Multichoice defaults to a single answer

21 years agoOK, this'll do for now. Nothing too serious remains, I think.
moodler [Wed, 24 Mar 2004 13:03:43 +0000 (13:03 +0000)]
OK, this'll do for now.  Nothing too serious remains, I think.

21 years agoGuests can no longer see email addresses if "show only to course participants"
moodler [Wed, 24 Mar 2004 12:23:43 +0000 (12:23 +0000)]
Guests can no longer see email addresses if "show only to course participants"
has been set by that user

21 years agoTheme update: modified the .autolink class in order to obtain a question mark cursor...
andreabix [Wed, 24 Mar 2004 10:58:26 +0000 (10:58 +0000)]
Theme update: modified the .autolink class in order to obtain a question mark cursor when mouse hovers the glossary link.

21 years agohmm, typo
koenr [Wed, 24 Mar 2004 10:05:21 +0000 (10:05 +0000)]
hmm, typo

21 years agopollished some ugly and unclear translations, based on various usercomments
koenr [Wed, 24 Mar 2004 09:56:10 +0000 (09:56 +0000)]
pollished some ugly and unclear translations, based on various usercomments

21 years agoUpdated a verry outdated helpfile
koenr [Wed, 24 Mar 2004 09:54:57 +0000 (09:54 +0000)]
Updated a verry outdated helpfile

21 years agoPrimary admin is now the lowest-numbered entry in user_admins, rather than
moodler [Wed, 24 Mar 2004 09:38:47 +0000 (09:38 +0000)]
Primary admin is now the lowest-numbered entry in user_admins, rather than
the admin with the lowest userid.  This makes it easier to change the
primary admin.

21 years agoFew corrections and removing of not translated files.
adamtpaw [Wed, 24 Mar 2004 08:55:42 +0000 (08:55 +0000)]
Few corrections and removing of not translated files.

21 years agoremoving of not translated files.
adamtpaw [Wed, 24 Mar 2004 08:54:07 +0000 (08:54 +0000)]
removing of not translated files.

21 years agoPolished
mits [Wed, 24 Mar 2004 04:06:16 +0000 (04:06 +0000)]
Polished

21 years agoSmall typo. Now Bug 1179 is closed.
stronk7 [Wed, 24 Mar 2004 00:28:38 +0000 (00:28 +0000)]
Small typo. Now Bug 1179 is closed.
(http://moodle.org/bugs/bug.php?op=show&bugid=1179)

21 years agoChanged border=1 to border=0. Included in previous version to test a bug. Sorry.
stronk7 [Tue, 23 Mar 2004 23:58:09 +0000 (23:58 +0000)]
Changed border=1 to border=0. Included in previous version to test a bug. Sorry.