]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agoCorrections in the text
ralf-bonn [Fri, 14 Jan 2005 07:24:04 +0000 (07:24 +0000)]
Corrections in the text

20 years agonew helpfile
koenr [Fri, 14 Jan 2005 02:37:56 +0000 (02:37 +0000)]
new helpfile

20 years agonew helpfile
koenr [Thu, 13 Jan 2005 22:12:58 +0000 (22:12 +0000)]
new helpfile

20 years agoCorrections in the text
ralf-bonn [Thu, 13 Jan 2005 21:54:08 +0000 (21:54 +0000)]
Corrections in the text

20 years agofilling in missing strings
koenr [Thu, 13 Jan 2005 20:37:46 +0000 (20:37 +0000)]
filling in missing strings

20 years agoCorrections in the text
ralf-bonn [Thu, 13 Jan 2005 20:32:17 +0000 (20:32 +0000)]
Corrections in the text

20 years agoif you use \n in single-quoted strings it will not be converted to a line break.
gustav_delius [Thu, 13 Jan 2005 17:53:23 +0000 (17:53 +0000)]
if you use \n in single-quoted strings it will not be converted to a line break.

20 years agoChanges for XHTML compatibility and other HTML code cleanup
moodler [Thu, 13 Jan 2005 10:08:23 +0000 (10:08 +0000)]
Changes for XHTML compatibility and other HTML code cleanup

20 years agonew file translated.
mits [Thu, 13 Jan 2005 08:13:18 +0000 (08:13 +0000)]
new file translated.

20 years agoRemoved valign attribute from <table> tag for XHTML compatibility
moodler [Thu, 13 Jan 2005 07:55:24 +0000 (07:55 +0000)]
Removed valign attribute from <table> tag for XHTML compatibility

20 years agoMissing help file!!
moodler [Thu, 13 Jan 2005 07:11:36 +0000 (07:11 +0000)]
Missing help file!!

20 years agotranslated some.
mits [Thu, 13 Jan 2005 04:03:56 +0000 (04:03 +0000)]
translated some.

20 years agoMerged from MOODLE_14_STABLE: Fixing warning about invalid argument for foreach in...
mjollnir_ [Thu, 13 Jan 2005 03:56:34 +0000 (03:56 +0000)]
Merged from MOODLE_14_STABLE: Fixing warning about invalid argument for foreach in course/lib.php in log selector form

20 years agoRecent activity functions should have been in lib.php, not locallib.php
moodler [Thu, 13 Jan 2005 03:04:48 +0000 (03:04 +0000)]
Recent activity functions should have been in lib.php, not locallib.php

20 years agoFIxes for bug 2379 (merged from stable)
moodler [Thu, 13 Jan 2005 03:02:23 +0000 (03:02 +0000)]
FIxes for bug 2379 (merged from stable)

20 years agoFix bug #2334 - New unique undes in course table causes course move to fail
martinlanghoff [Thu, 13 Jan 2005 02:34:45 +0000 (02:34 +0000)]
Fix bug #2334 - New unique undes in course table causes course move to fail

There were several issues in fix_coursesortorder() that were fixed. Mainly:
 - the recursive calls dropped the $safe parameter
 - we did not even try to maintain uniqueness in the sortorder field across categories

http://moodle.org/bugs/bug.php?op=show&bugid=2334

20 years agoCorrections in the text
ralf-bonn [Wed, 12 Jan 2005 20:39:47 +0000 (20:39 +0000)]
Corrections in the text

20 years agoCorrections in the text
ralf-bonn [Wed, 12 Jan 2005 20:03:24 +0000 (20:03 +0000)]
Corrections in the text

20 years agoTwo new strings for the new calendar preference.
defacer [Wed, 12 Jan 2005 12:10:17 +0000 (12:10 +0000)]
Two new strings for the new calendar preference.

20 years agoMerging fix for reopened bug 1384 from STABLE.
defacer [Wed, 12 Jan 2005 11:55:01 +0000 (11:55 +0000)]
Merging fix for reopened bug 1384 from STABLE.

Fix for bug 2252:
You can now choose to have the calendar "remember" your filter settings
between logins.

Some extra code in calendar/lib.php for DST. It doesn't currently affect
how Moodle works.

20 years agoMerging fix for bug 2264 & improvements from MOODLE_14_STABLE
defacer [Wed, 12 Jan 2005 11:40:46 +0000 (11:40 +0000)]
Merging fix for bug 2264 & improvements from MOODLE_14_STABLE

20 years agoCapitalized $user->sessionIP to $USER->sessionIP. Probably was a typo,
defacer [Wed, 12 Jan 2005 11:33:45 +0000 (11:33 +0000)]
Capitalized $user->sessionIP to $USER->sessionIP. Probably was a typo,
considering the comment just above.

20 years agoAdded some COMMENTED experimental code in make_timestamp (behavior doesn't
defacer [Wed, 12 Jan 2005 11:17:18 +0000 (11:17 +0000)]
Added some COMMENTED experimental code in make_timestamp (behavior doesn't
change at all), and one more optional parameter.

Changed usergetdate() to work with gmdate() instead of gmstrftime().

Small update of the PHPdoc info for get_current_group().

20 years agoUpdated translationguide.html, learning from the errors I've seen when making the...
koenr [Wed, 12 Jan 2005 09:53:15 +0000 (09:53 +0000)]
Updated translationguide.html, learning from the errors I've seen when making the language packs XHTML compliant.
Please check the modification for errors to content and english language before I anounce this modification in the language forum!!

20 years agonew file - thanks to Emilio Delgado
koenr [Wed, 12 Jan 2005 09:34:19 +0000 (09:34 +0000)]
new file - thanks to Emilio Delgado

20 years agomoving towards XHTML compliance
koenr [Wed, 12 Jan 2005 09:31:31 +0000 (09:31 +0000)]
moving towards XHTML compliance

20 years agofile not completed - better show the English one if existst
koenr [Wed, 12 Jan 2005 09:16:46 +0000 (09:16 +0000)]
file not completed - better show the English one if existst

20 years agomoving towards XHTML compliance
koenr [Wed, 12 Jan 2005 08:50:09 +0000 (08:50 +0000)]
moving towards XHTML compliance

A lot of errors in this part: doc type included, opening and closing html, head and body tags, unnecessary use of span and font tags.
I will update transltation.html with more information to avoid this in the future.

20 years agomoving towards XHTML compliance
koenr [Wed, 12 Jan 2005 08:30:50 +0000 (08:30 +0000)]
moving towards XHTML compliance

20 years agoRemoved some old docs
moodler [Wed, 12 Jan 2005 07:53:50 +0000 (07:53 +0000)]
Removed some old docs

20 years agoRemoving some old icons
moodler [Wed, 12 Jan 2005 07:52:06 +0000 (07:52 +0000)]
Removing some old icons

20 years agoCorrections in the text
ralf-bonn [Wed, 12 Jan 2005 07:12:47 +0000 (07:12 +0000)]
Corrections in the text

20 years agoWhen setting up a new quiz the teacher is always redirected to the question edit...
gustav_delius [Wed, 12 Jan 2005 07:03:25 +0000 (07:03 +0000)]
When setting up a new quiz the teacher is always redirected to the question edit page so there is no need for two buttons on mod.html

20 years agoJust some comment text to explain the $QUIZ_QUESTION_TYPE array.
gustav_delius [Wed, 12 Jan 2005 06:30:32 +0000 (06:30 +0000)]
Just some comment text to explain the $QUIZ_QUESTION_TYPE array.

20 years agoNow print-view availability for students can be configured by glossary.
stronk7 [Wed, 12 Jan 2005 00:55:38 +0000 (00:55 +0000)]
Now print-view availability for students can be configured by glossary.
Bug 2080 (http://moodle.org/bugs/bug.php?op=show&bugid=2080)

20 years agomoving towards XHTML compliance
koenr [Tue, 11 Jan 2005 22:11:43 +0000 (22:11 +0000)]
moving towards XHTML compliance

20 years agoCorrections in the text
ralf-bonn [Tue, 11 Jan 2005 22:09:26 +0000 (22:09 +0000)]
Corrections in the text

20 years agoNew strings translated - thanks to Emilio Delgado
koenr [Tue, 11 Jan 2005 20:55:31 +0000 (20:55 +0000)]
New strings translated - thanks to Emilio Delgado
moving towards XHTML compliance

20 years agoCorrections in the text
ralf-bonn [Tue, 11 Jan 2005 20:53:40 +0000 (20:53 +0000)]
Corrections in the text

20 years agofixed short php tag spotted by Mad Alex
gustav_delius [Tue, 11 Jan 2005 20:03:16 +0000 (20:03 +0000)]
fixed short php tag spotted by Mad Alex

20 years agoFixing the alt attributes for the icons used to move/hide etc. blocks when
defacer [Tue, 11 Jan 2005 19:38:19 +0000 (19:38 +0000)]
Fixing the alt attributes for the icons used to move/hide etc. blocks when
editing is on. Also a few minor corrections for things inside comments.

20 years agoPaypal added support for Australian Dollars! Yay!
moodler [Tue, 11 Jan 2005 15:07:49 +0000 (15:07 +0000)]
Paypal added support for Australian Dollars!  Yay!

20 years agoPrevents a notice on installation
moodler [Tue, 11 Jan 2005 14:04:31 +0000 (14:04 +0000)]
Prevents a notice on installation

20 years agoRemoved accidental code
moodler [Tue, 11 Jan 2005 13:07:19 +0000 (13:07 +0000)]
Removed accidental code

20 years agoAdded cookie detection, based on Petr's code. Thanks!
moodler [Tue, 11 Jan 2005 12:43:29 +0000 (12:43 +0000)]
Added cookie detection, based on Petr's code.  Thanks!

A notice will be printed on the login page if the session cookie can not be set.

20 years agoDelete orphaned categories remaining in server. Bug 2140
stronk7 [Tue, 11 Jan 2005 12:40:41 +0000 (12:40 +0000)]
Delete orphaned categories remaining in server. Bug 2140
(http://moodle.org/bugs/bug.php?op=show&bugid=2140)

20 years agoTake out some double-slashes (//) in paths to langfiles and
stronk7 [Tue, 11 Jan 2005 12:24:37 +0000 (12:24 +0000)]
Take out some double-slashes (//) in paths to langfiles and
included one more file_exists() check to avoid tons of
warnings when looking for files under dataroot mainly.

20 years agoMaintain whitespace when importing glossary entries. Aplied to
stronk7 [Tue, 11 Jan 2005 11:29:01 +0000 (11:29 +0000)]
Maintain whitespace when importing glossary entries. Aplied to
blackboard import of questions too. Bug 2310.

(http://moodle.org/bugs/bug.php?op=show&bugid=2310)

Merged from MOODLE_14_STABLE

20 years agoMaintain whitespace when importing glossary entries. I forgot to
stronk7 [Tue, 11 Jan 2005 11:24:03 +0000 (11:24 +0000)]
Maintain whitespace when importing glossary entries. I forgot to
commit this! Bug 2310.

Merged from MOODLE_14_STABLE

20 years agoMerged bug 2363 fix from stable
moodler [Tue, 11 Jan 2005 11:14:15 +0000 (11:14 +0000)]
Merged bug 2363 fix from stable

20 years agoChanges for XHTML and accessibility compatibility
moodler [Tue, 11 Jan 2005 08:38:27 +0000 (08:38 +0000)]
Changes for XHTML and accessibility compatibility

20 years agoSMall cleanups on print_footer, and you can now call it with "none"
moodler [Tue, 11 Jan 2005 08:26:35 +0000 (08:26 +0000)]
SMall cleanups on print_footer, and you can now call it with "none"

20 years agoDon't show "No courses in this category" if there are sub-categories
moodler [Tue, 11 Jan 2005 08:00:26 +0000 (08:00 +0000)]
Don't show "No courses in this category" if there are sub-categories

20 years ago1. On category listing, don't print category count at all if it's zero anyway
moodler [Tue, 11 Jan 2005 07:56:45 +0000 (07:56 +0000)]
1.  On category listing, don't print category count at all if it's zero anyway

2.  Cleaned up some complex code to use 'strings' instead of "parsed strings".

20 years agoFixed typo
moodler [Tue, 11 Jan 2005 07:07:57 +0000 (07:07 +0000)]
Fixed typo

20 years agoFixed some spelling errors
moodler [Tue, 11 Jan 2005 07:05:26 +0000 (07:05 +0000)]
Fixed some spelling errors

20 years agoAdd categories editing even with one category
moodler [Tue, 11 Jan 2005 07:01:04 +0000 (07:01 +0000)]
Add categories editing even with one category

20 years agoOld messages are no longer replaced by new messages in the messages
moodler [Tue, 11 Jan 2005 05:09:08 +0000 (05:09 +0000)]
Old messages are no longer replaced by new messages in the messages
pane of the discussion window

20 years agomoving towards XHTML compliance
koenr [Mon, 10 Jan 2005 22:42:44 +0000 (22:42 +0000)]
moving towards XHTML compliance

20 years agochanging message for nosuchemailadres
koenr [Mon, 10 Jan 2005 21:53:03 +0000 (21:53 +0000)]
changing message for nosuchemailadres

20 years agoMerged from MOODLE_14_STABLE: Adding slashes to backup_log.info as courses with an...
mjollnir_ [Mon, 10 Jan 2005 21:48:04 +0000 (21:48 +0000)]
Merged from MOODLE_14_STABLE: Adding slashes to backup_log.info as courses with an apostrophe in their fullname cause sql errors

20 years agofixed typo
skodak [Mon, 10 Jan 2005 21:32:44 +0000 (21:32 +0000)]
fixed typo

20 years agofixed typos
skodak [Mon, 10 Jan 2005 21:31:41 +0000 (21:31 +0000)]
fixed typos

20 years agomoving towards XHTML compliance
koenr [Mon, 10 Jan 2005 21:30:58 +0000 (21:30 +0000)]
moving towards XHTML compliance

20 years agomoving towards XHTML compliance
koenr [Mon, 10 Jan 2005 21:23:14 +0000 (21:23 +0000)]
moving towards XHTML compliance
corrected wrong characterset

20 years agotypo - missing semicolon
skodak [Mon, 10 Jan 2005 21:08:29 +0000 (21:08 +0000)]
typo - missing semicolon

20 years agocorrected
aredkin [Mon, 10 Jan 2005 17:48:31 +0000 (17:48 +0000)]
corrected

20 years ago*** empty log message ***
aredkin [Mon, 10 Jan 2005 17:44:10 +0000 (17:44 +0000)]
*** empty log message ***

20 years agocorrection
aredkin [Mon, 10 Jan 2005 17:38:36 +0000 (17:38 +0000)]
correction

20 years agoNew and upgraded sites will be given a default .htaccess file in their
moodler [Mon, 10 Jan 2005 15:26:43 +0000 (15:26 +0000)]
New and upgraded sites will be given a default .htaccess file in their
dataroot directory SC#64

20 years agoTypos corrected
martignoni [Mon, 10 Jan 2005 15:11:58 +0000 (15:11 +0000)]
Typos corrected

20 years agoMoodle now supports language packs found under dataroot/lang (they
moodler [Mon, 10 Jan 2005 14:11:13 +0000 (14:11 +0000)]
Moodle now supports language packs found under dataroot/lang (they
take priority over all other locations).

Later we can add support to download language packs from within Moodle,
and edit/manage new packs more easily.

20 years agoLatest changes added to es.
stronk7 [Mon, 10 Jan 2005 08:59:06 +0000 (08:59 +0000)]
Latest changes added to es.

20 years agoFixing the admin directory check (again ;-))
moodler [Mon, 10 Jan 2005 08:04:44 +0000 (08:04 +0000)]
Fixing the admin directory check (again ;-))

20 years agoPorted from MOODLE_14_STABLE. SC#62 - Prevent database values from overriding $CFG...
martinlanghoff [Sun, 9 Jan 2005 21:54:48 +0000 (21:54 +0000)]
Ported from MOODLE_14_STABLE. SC#62 - Prevent database values from overriding $CFG values defined in config.php -- Credits go to Petr Skoda.

20 years ago*** empty log message ***
ralf-bonn [Sun, 9 Jan 2005 19:32:22 +0000 (19:32 +0000)]
*** empty log message ***

20 years agostandardization of strings between activities
ralf-bonn [Sun, 9 Jan 2005 19:31:53 +0000 (19:31 +0000)]
standardization of strings between activities

20 years agostandardization of strings between activities
ralf-bonn [Sun, 9 Jan 2005 19:08:41 +0000 (19:08 +0000)]
standardization of strings between activities

20 years agotext corrections
ralf-bonn [Sun, 9 Jan 2005 16:08:10 +0000 (16:08 +0000)]
text corrections

20 years agoSplit up the Javascript stuff into static and non-static.
moodler [Sun, 9 Jan 2005 15:10:12 +0000 (15:10 +0000)]
Split up the Javascript stuff into static and non-static.

This will reduce the size of each page somewhat.

20 years agoFIxed the "S" on Skoda to use the diacritical
moodler [Sun, 9 Jan 2005 13:30:09 +0000 (13:30 +0000)]
FIxed the "S" on Skoda to use the diacritical

20 years agostrings added and text corrected
ralf-bonn [Sun, 9 Jan 2005 13:26:59 +0000 (13:26 +0000)]
strings added and text corrected

20 years agoxhtml checked
ralf-bonn [Sun, 9 Jan 2005 13:20:11 +0000 (13:20 +0000)]
xhtml checked

20 years agoAdded some important people!
moodler [Sun, 9 Jan 2005 13:03:18 +0000 (13:03 +0000)]
Added some important people!

20 years agomoving towards XHTML compliance
koenr [Sun, 9 Jan 2005 00:21:27 +0000 (00:21 +0000)]
moving towards XHTML compliance

20 years agoSmall typo
martignoni [Sat, 8 Jan 2005 23:22:36 +0000 (23:22 +0000)]
Small typo

20 years agoListing of sub-categories
martignoni [Sat, 8 Jan 2005 23:21:15 +0000 (23:21 +0000)]
Listing of sub-categories

20 years agoEmail alerts to teachers
martignoni [Sat, 8 Jan 2005 23:19:20 +0000 (23:19 +0000)]
Email alerts to teachers

20 years agomoving towards XHTML compliance
koenr [Sat, 8 Jan 2005 23:16:11 +0000 (23:16 +0000)]
moving towards XHTML compliance

20 years agoMoving towards XHTML compliance
martignoni [Sat, 8 Jan 2005 23:13:11 +0000 (23:13 +0000)]
Moving towards XHTML compliance

20 years agoMoving towards XHTML compliance and other small corrections
martignoni [Sat, 8 Jan 2005 22:49:14 +0000 (22:49 +0000)]
Moving towards XHTML compliance and other small corrections

20 years agosplit quiz lib.php into a locallib.php for functions that are only used from within...
gustav_delius [Sat, 8 Jan 2005 20:06:00 +0000 (20:06 +0000)]
split quiz lib.php into a locallib.php for functions that are only used from within the quiz module and a much smaller lib.php for functions that are used from elsewhere in Moodle.

20 years agomoving towards XHTML compliance
koenr [Sat, 8 Jan 2005 19:57:27 +0000 (19:57 +0000)]
moving towards XHTML compliance

20 years agomoving towards XHTML compliance
koenr [Sat, 8 Jan 2005 17:57:59 +0000 (17:57 +0000)]
moving towards XHTML compliance

20 years agoTesting a commit
mathusiast [Sat, 8 Jan 2005 16:56:40 +0000 (16:56 +0000)]
Testing a commit

20 years agoTypo. Bug 2351.
stronk7 [Sat, 8 Jan 2005 10:49:38 +0000 (10:49 +0000)]
Typo. Bug 2351.

Merged from MOODLE_14_STABLE

20 years agomoving towards XHTML compliance
koenr [Sat, 8 Jan 2005 08:04:35 +0000 (08:04 +0000)]
moving towards XHTML compliance

20 years agomoving towards XHTML compliance
koenr [Fri, 7 Jan 2005 23:55:49 +0000 (23:55 +0000)]
moving towards XHTML compliance

20 years agomoving towards XHTML compliance
koenr [Fri, 7 Jan 2005 22:53:55 +0000 (22:53 +0000)]
moving towards XHTML compliance

20 years agomoving towards XHTML compliance
koenr [Fri, 7 Jan 2005 21:51:21 +0000 (21:51 +0000)]
moving towards XHTML compliance