]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agotypo
koenr [Wed, 11 Aug 2004 08:10:43 +0000 (08:10 +0000)]
typo

20 years agoFinally? Fixed the digest mail sending time (it was a timezone issue).
moodler [Wed, 11 Aug 2004 07:55:40 +0000 (07:55 +0000)]
Finally?  Fixed the digest mail sending time (it was a timezone issue).

20 years agoClosed up some notices
moodler [Wed, 11 Aug 2004 06:59:23 +0000 (06:59 +0000)]
Closed up some notices

20 years agoRemoved PHP code from strings! 8-o
moodler [Wed, 11 Aug 2004 06:46:59 +0000 (06:46 +0000)]
Removed PHP code from strings!    8-o

20 years agoNot completed yet .... Henrik?
moodler [Wed, 11 Aug 2004 06:45:26 +0000 (06:45 +0000)]
Not completed yet .... Henrik?

20 years agoAdded "No possible datasets"
moodler [Wed, 11 Aug 2004 06:17:26 +0000 (06:17 +0000)]
Added "No possible datasets"

20 years agoMerged new release notes from stable
moodler [Wed, 11 Aug 2004 05:18:45 +0000 (05:18 +0000)]
Merged new release notes from stable

20 years agoLatest fixes from Jon ... it's much more stable now!
moodler [Tue, 10 Aug 2004 13:50:58 +0000 (13:50 +0000)]
Latest fixes from Jon ... it's much more stable now!

... the only thing remaining is that the user window is
still done old-style, and not yet converted over to the
new -style daemon

20 years agoDon't put HTML and text files through clean_text.
moodler [Tue, 10 Aug 2004 10:44:29 +0000 (10:44 +0000)]
Don't put HTML and text files through clean_text.

20 years ago* Small correction
c_schmitz [Tue, 10 Aug 2004 10:26:09 +0000 (10:26 +0000)]
* Small correction

20 years agoPaging discussions is in CVS just now :-)
stronk7 [Tue, 10 Aug 2004 09:37:02 +0000 (09:37 +0000)]
Paging discussions is in CVS just now :-)

20 years agoSome filters add javscript, we and certainly do not want to clean
moodler [Tue, 10 Aug 2004 09:16:16 +0000 (09:16 +0000)]
Some filters add javscript, we and certainly do not want to clean
those out.

Moving the cleaning to just before the other filters are run.

20 years agoDon't clean external files
moodler [Tue, 10 Aug 2004 09:10:28 +0000 (09:10 +0000)]
Don't clean external files

20 years agoAdded guideline for format_text. Fixes bug 1722
moodler [Tue, 10 Aug 2004 02:27:15 +0000 (02:27 +0000)]
Added guideline for format_text.  Fixes bug 1722

20 years agoNow upgrade and restore processes enable editalways for old
stronk7 [Mon, 9 Aug 2004 19:20:42 +0000 (19:20 +0000)]
Now upgrade and restore processes enable editalways for old
secondary glossaries. Smooth transition. Thanks, Martin! :-)

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

20 years agoThanks vernier at vc dot bc dot ca
paca70 [Mon, 9 Aug 2004 19:18:19 +0000 (19:18 +0000)]
Thanks vernier at vc dot bc dot ca

20 years agoFixed bug #1705.
rkingdon [Mon, 9 Aug 2004 17:23:25 +0000 (17:23 +0000)]
Fixed bug #1705.

20 years agoFixed bug #1615.
rkingdon [Mon, 9 Aug 2004 17:04:07 +0000 (17:04 +0000)]
Fixed bug #1615.

20 years agoAdded Petri's patch that allows us to finally change type of PostgreSQL columns!
moodler [Mon, 9 Aug 2004 16:00:10 +0000 (16:00 +0000)]
Added Petri's patch that allows us to finally change type of PostgreSQL columns!

Yay!   Thanks, Petri!

Bug 1721

20 years agoCleaned up some more things using some shortcut variables, and also
moodler [Mon, 9 Aug 2004 15:45:22 +0000 (15:45 +0000)]
Cleaned up some more things using some shortcut variables, and also
fixed bug 1711 that was preventing glossaries from working properly

20 years agoNow editalways is working in glossaries.
stronk7 [Mon, 9 Aug 2004 15:04:36 +0000 (15:04 +0000)]
Now editalways is working in glossaries.

Decide if an entry is editable:
-It isn't a imported entry (so nobody can edit a imported (from secondary to main) entry)) and
-The user is teacher or he is a student with time permissions (edit period or editalways defined).

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

20 years agoAdded support for glossary->editalways in lang file.
stronk7 [Mon, 9 Aug 2004 14:58:07 +0000 (14:58 +0000)]
Added support for glossary->editalways in lang file.

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

20 years agoDon't clean posted text on input (will be cleaned on output).
moodler [Mon, 9 Aug 2004 14:56:03 +0000 (14:56 +0000)]
Don't clean posted text on input (will be cleaned on output).

20 years agoformat_text now does a clean_text after all the filters, for added safety
moodler [Mon, 9 Aug 2004 14:54:39 +0000 (14:54 +0000)]
format_text now does a clean_text after all the filters, for added safety

Practically all printed text in Moodle should use this function

If you don't want to clean the text of unwanted tags and scripts, then
set the parameter $options->noclean

20 years agoStandardising the printing of content and summaries to use format_text()
moodler [Mon, 9 Aug 2004 14:49:16 +0000 (14:49 +0000)]
Standardising the printing of content and summaries to use format_text()

20 years agoMore notices
moodler [Mon, 9 Aug 2004 14:18:40 +0000 (14:18 +0000)]
More notices

20 years agoAdded overidable method presave_process - allows last minute modification of
thepurpleblob [Mon, 9 Aug 2004 13:56:47 +0000 (13:56 +0000)]
Added overidable method presave_process - allows last minute modification of
data to be exported to file. Done to get xml output working.

20 years agomore fixes - xml export now pretty much working
thepurpleblob [Mon, 9 Aug 2004 13:55:20 +0000 (13:55 +0000)]
more fixes - xml export now pretty much working

20 years agoSlightly wider block for summary text
moodler [Mon, 9 Aug 2004 13:23:32 +0000 (13:23 +0000)]
Slightly wider block for summary text

20 years agotypo
koenr [Mon, 9 Aug 2004 10:55:45 +0000 (10:55 +0000)]
typo

20 years agofilling in missing strings...
koenr [Mon, 9 Aug 2004 10:54:00 +0000 (10:54 +0000)]
filling in missing strings...

20 years agomodification for new features
koenr [Mon, 9 Aug 2004 10:50:29 +0000 (10:50 +0000)]
modification for new features

20 years agoremoving unnecessary files
koenr [Mon, 9 Aug 2004 10:47:39 +0000 (10:47 +0000)]
removing unnecessary files

20 years agoupdate various translations
bobopinna [Mon, 9 Aug 2004 09:20:40 +0000 (09:20 +0000)]
update various translations

20 years agoThis seems to improve the regexp filtering by solving some problems where
defacer [Mon, 9 Aug 2004 08:51:47 +0000 (08:51 +0000)]
This seems to improve the regexp filtering by solving some problems where
it was killing unarmed population... hope it works "better" now!

20 years agoFixes for twin notices, buried in the HTML.
defacer [Mon, 9 Aug 2004 08:06:36 +0000 (08:06 +0000)]
Fixes for twin notices, buried in the HTML.

20 years agoFix a notice buried in the HTML.
defacer [Mon, 9 Aug 2004 08:01:40 +0000 (08:01 +0000)]
Fix a notice buried in the HTML.

20 years agoAdded organizations string
bobopinna [Mon, 9 Aug 2004 07:28:13 +0000 (07:28 +0000)]
Added organizations string

20 years agoAdded multiorg display and patched some typo
bobopinna [Mon, 9 Aug 2004 07:26:06 +0000 (07:26 +0000)]
Added multiorg display and patched some typo

20 years agoFixed typos
paca70 [Mon, 9 Aug 2004 04:56:42 +0000 (04:56 +0000)]
Fixed typos

20 years agoFixed some typos etc. :-)
moodler [Mon, 9 Aug 2004 01:39:40 +0000 (01:39 +0000)]
Fixed some typos etc.   :-)

20 years agoNow the RSS link is showed in the list of glossaries.
stronk7 [Sun, 8 Aug 2004 18:44:45 +0000 (18:44 +0000)]
Now the RSS link is showed in the list of glossaries.

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

20 years agoAdded a new string. Not sure if it requires translation, but...
stronk7 [Sun, 8 Aug 2004 18:43:10 +0000 (18:43 +0000)]
Added a new string. Not sure if it requires translation, but...

20 years agoAvoid one notice when creating a new glossary.
stronk7 [Sun, 8 Aug 2004 18:31:09 +0000 (18:31 +0000)]
Avoid one notice when creating a new glossary.

20 years agoNow the RSS link is showed in the list of forums.
stronk7 [Sun, 8 Aug 2004 18:00:32 +0000 (18:00 +0000)]
Now the RSS link is showed in the list of forums.
Now going to the glossary...

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

20 years agoSome info added on groups.
rkingdon [Sun, 8 Aug 2004 15:57:49 +0000 (15:57 +0000)]
Some info added on groups.

20 years agoIn Separate Group mode students now see only students in their own group.
rkingdon [Sun, 8 Aug 2004 15:56:41 +0000 (15:56 +0000)]
In Separate Group mode students now see only students in their own group.

20 years agoFixed a problem I noticed while inserting a quiz
moodler [Sun, 8 Aug 2004 15:14:25 +0000 (15:14 +0000)]
Fixed a problem I noticed while inserting a quiz

20 years agoAnd some more
moodler [Sun, 8 Aug 2004 15:09:39 +0000 (15:09 +0000)]
And some more

20 years agoFixed bug when calling instance_is_visible()
moodler [Sun, 8 Aug 2004 15:08:50 +0000 (15:08 +0000)]
Fixed bug when calling instance_is_visible()

20 years agoMake the help page look better
moodler [Sun, 8 Aug 2004 14:47:29 +0000 (14:47 +0000)]
Make the help page look better

20 years agoReference resources are now history - I removed the language strings for them
moodler [Sun, 8 Aug 2004 14:45:32 +0000 (14:45 +0000)]
Reference resources are now history - I removed the language strings for them

20 years agoLots of little cleanups and these new things:
moodler [Sun, 8 Aug 2004 14:33:23 +0000 (14:33 +0000)]
Lots of little cleanups and these new things:

  - Reference resources are now history -> converted to HTML pages
      (the backup/restore has been taken care of, Eloy)

  - HTML pages and Text pages can now have popups!

  - Summaries are not shown when they should be blank (eg if they
    just contain a <br /> as the HTML editor usually inserts.

  - Fixed some notices for PHP 5

20 years agoUpdate user time
moodler [Sun, 8 Aug 2004 13:46:23 +0000 (13:46 +0000)]
Update user time

20 years agoSupport for CALCULATED questions
kaipe [Sun, 8 Aug 2004 12:08:08 +0000 (12:08 +0000)]
Support for CALCULATED questions
These are much more complex than all qtype already supported
so I have been pretty hard on the existing code.
I could not figure out what mathematical functions need
to be converted from webct to PHP format. The only function
I have converted so far is the webct x**y that was converted to PHP pow(x,y)

20 years agoFixed a bug
kaipe [Sun, 8 Aug 2004 11:31:40 +0000 (11:31 +0000)]
Fixed a bug
Cleaned out a flaw that ruled out generation of negative random numbers

20 years agoDirectory selection list now works when adding a new resource
moodler [Sun, 8 Aug 2004 07:35:33 +0000 (07:35 +0000)]
Directory selection list now works when adding a new resource

20 years agoImprovement to filters, providing speed boost AND better compatibility
moodler [Sun, 8 Aug 2004 06:57:44 +0000 (06:57 +0000)]
Improvement to filters, providing speed boost AND better compatibility
with Turck MMCache.

Filter function must now have a particular name

   eg resource_filter

where "resource" is the name of the directory that filter.php is in.

20 years agoFixed a warning in PHP 5
moodler [Sun, 8 Aug 2004 05:42:45 +0000 (05:42 +0000)]
Fixed a warning in PHP 5

20 years agoFixed a notice on PHP 5
moodler [Sun, 8 Aug 2004 05:28:26 +0000 (05:28 +0000)]
Fixed a notice on PHP 5

20 years agoFIxing a notice for PHP5
moodler [Sun, 8 Aug 2004 03:35:46 +0000 (03:35 +0000)]
FIxing a notice for PHP5

20 years agoinitial translation by Koen Roggemans
koenr [Sat, 7 Aug 2004 19:27:43 +0000 (19:27 +0000)]
initial translation by Koen Roggemans

20 years agopollishing translation
koenr [Sat, 7 Aug 2004 19:26:38 +0000 (19:26 +0000)]
pollishing translation

20 years agopollishing translation
koenr [Sat, 7 Aug 2004 18:35:57 +0000 (18:35 +0000)]
pollishing translation

20 years agoAvoid some notices...
stronk7 [Sat, 7 Aug 2004 17:21:43 +0000 (17:21 +0000)]
Avoid some notices...

20 years agoPreparing rss stuff to be showed in lists of activities...
stronk7 [Sat, 7 Aug 2004 16:54:25 +0000 (16:54 +0000)]
Preparing rss stuff to be showed in lists of activities...

20 years agoinitial translation by Koen Roggemans
koenr [Sat, 7 Aug 2004 16:41:11 +0000 (16:41 +0000)]
initial translation by Koen Roggemans

20 years agofilling in missing strings...
koenr [Sat, 7 Aug 2004 15:54:34 +0000 (15:54 +0000)]
filling in missing strings...

20 years agomodification for new features
koenr [Sat, 7 Aug 2004 15:30:13 +0000 (15:30 +0000)]
modification for new features

20 years agoinitial translation by Koen Roggemans
koenr [Sat, 7 Aug 2004 15:05:09 +0000 (15:05 +0000)]
initial translation by Koen Roggemans

20 years agotypo
koenr [Sat, 7 Aug 2004 15:04:04 +0000 (15:04 +0000)]
typo

20 years agoFixed bug 1716 and updated this file to match the other new help
moodler [Sat, 7 Aug 2004 14:57:49 +0000 (14:57 +0000)]
Fixed bug 1716 and updated this file to match the other new help

20 years agobug 1712: missing indexfile
koenr [Sat, 7 Aug 2004 14:56:29 +0000 (14:56 +0000)]
bug 1712: missing indexfile

20 years agoremoving unnecessary files
koenr [Sat, 7 Aug 2004 14:44:54 +0000 (14:44 +0000)]
removing unnecessary files

20 years agoImproved handling of Groups.
rkingdon [Sat, 7 Aug 2004 14:16:20 +0000 (14:16 +0000)]
Improved handling of Groups.

20 years agoUpgraded to ADOdb 4.5.1. Contains a lot of small fixes and speed-ups.
moodler [Sat, 7 Aug 2004 14:10:19 +0000 (14:10 +0000)]
Upgraded to ADOdb 4.5.1.  Contains a lot of small fixes and speed-ups.

20 years agopollishing translation
koenr [Sat, 7 Aug 2004 13:49:39 +0000 (13:49 +0000)]
pollishing translation

20 years agoFixed a notice on PHP5
moodler [Sat, 7 Aug 2004 13:44:25 +0000 (13:44 +0000)]
Fixed a notice on PHP5

20 years agoCOntinue buttons should break out of frames
moodler [Sat, 7 Aug 2004 13:43:01 +0000 (13:43 +0000)]
COntinue buttons should break out of frames

20 years agoFixed a notice on PHP 5
moodler [Sat, 7 Aug 2004 13:40:48 +0000 (13:40 +0000)]
Fixed a notice on PHP 5

20 years agoFiced a PHP5 notice
moodler [Sat, 7 Aug 2004 13:39:36 +0000 (13:39 +0000)]
Ficed a PHP5 notice

20 years agoFIxed a PHP5 notice
moodler [Sat, 7 Aug 2004 13:36:57 +0000 (13:36 +0000)]
FIxed a PHP5 notice

20 years agoNews strings added
martignoni [Sat, 7 Aug 2004 08:26:15 +0000 (08:26 +0000)]
News strings added

20 years agoClean up and new strings
moodler [Sat, 7 Aug 2004 06:34:27 +0000 (06:34 +0000)]
Clean up and new strings

20 years agoMore mtrace statements
moodler [Sat, 7 Aug 2004 06:05:37 +0000 (06:05 +0000)]
More mtrace statements

20 years agoChanged echo statements to mtrace()
moodler [Sat, 7 Aug 2004 06:02:26 +0000 (06:02 +0000)]
Changed echo statements to mtrace()

20 years agoMore mtracing
moodler [Sat, 7 Aug 2004 05:56:03 +0000 (05:56 +0000)]
More mtracing

20 years agoWhoops, fixed a typo
moodler [Sat, 7 Aug 2004 04:09:50 +0000 (04:09 +0000)]
Whoops, fixed a typo

20 years agomtrace now works properly for web display too
moodler [Sat, 7 Aug 2004 03:59:53 +0000 (03:59 +0000)]
mtrace now works properly for web display too

20 years agoMerged recent fix from stable
moodler [Sat, 7 Aug 2004 02:44:38 +0000 (02:44 +0000)]
Merged recent fix from stable

20 years agoAdded blocklib.php. Now it seems to work.
stronk7 [Sat, 7 Aug 2004 00:03:08 +0000 (00:03 +0000)]
Added blocklib.php. Now it seems to work.
(not really sure if this script should exist!!)
Bug 1702
(http://moodle.org/bugs/bug.php?op=show&bugid=1702)

20 years agoBump!! Calculated questions are now included
stronk7 [Fri, 6 Aug 2004 23:44:27 +0000 (23:44 +0000)]
Bump!! Calculated questions are now included

20 years agoNow CALCULATED questions are in backup & restore.
stronk7 [Fri, 6 Aug 2004 23:43:19 +0000 (23:43 +0000)]
Now CALCULATED questions are in backup & restore.
It was difficult to understand but easy to implement :-)
Some mechanisms has been added to avoid to duplicate
quiz_dataset_definitions (confirmed from Henrik).

Please, test, test, test, test....

20 years agoWhoops got rid of xml stuff - sorry my mistake
thepurpleblob [Fri, 6 Aug 2004 15:06:17 +0000 (15:06 +0000)]
Whoops got rid of xml stuff - sorry my mistake

20 years agoAdding xml export
thepurpleblob [Fri, 6 Aug 2004 14:59:45 +0000 (14:59 +0000)]
Adding xml export

20 years agoCopied from gift directory by mistake - removing
thepurpleblob [Fri, 6 Aug 2004 14:52:56 +0000 (14:52 +0000)]
Copied from gift directory by mistake - removing

20 years agoChanges for version 2004062300
rkingdon [Fri, 6 Aug 2004 14:46:53 +0000 (14:46 +0000)]
Changes for version 2004062300

20 years agoA few new strings for version 2004062300
rkingdon [Fri, 6 Aug 2004 14:44:17 +0000 (14:44 +0000)]
A few new strings for version 2004062300

20 years agoRemoval teacher assessment of student assessments; addition of Groups,
rkingdon [Fri, 6 Aug 2004 14:42:23 +0000 (14:42 +0000)]
Removal teacher assessment of student assessments; addition of Groups,
various improvements.

20 years agoXML export kinda works now.
thepurpleblob [Fri, 6 Aug 2004 14:31:30 +0000 (14:31 +0000)]
XML export kinda works now.