stronk7
33f48f030e
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 )
2004-08-08 18:00:32 +00:00
rkingdon
20cfa94262
In Separate Group mode students now see only students in their own group.
2004-08-08 15:56:41 +00:00
moodler
ba28853909
And some more
2004-08-08 15:09:39 +00:00
moodler
b71213e39a
Fixed bug when calling instance_is_visible()
2004-08-08 15:08:50 +00:00
moodler
3d30a455cb
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
2004-08-08 14:33:23 +00:00
moodler
7f9142a539
Update user time
2004-08-08 13:46:23 +00:00
kaipe
7acaafc87e
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)
2004-08-08 12:08:08 +00:00
kaipe
908a708e7c
Fixed a bug
...
Cleaned out a flaw that ruled out generation of negative random numbers
2004-08-08 11:31:40 +00:00
moodler
e7b64b0265
Directory selection list now works when adding a new resource
2004-08-08 07:35:33 +00:00
moodler
df1c46115b
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.
2004-08-08 06:57:44 +00:00
stronk7
1ad1917042
Avoid some notices...
2004-08-07 17:21:43 +00:00
rkingdon
1d8d55e7ed
Improved handling of Groups.
2004-08-07 14:16:20 +00:00
moodler
38ad519c06
Whoops, fixed a typo
2004-08-07 04:09:50 +00:00
moodler
29ad118c2f
Merged recent fix from stable
2004-08-07 02:44:38 +00:00
stronk7
9fd687e0d2
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....
2004-08-06 23:43:19 +00:00
thepurpleblob
28e9d5d789
Whoops got rid of xml stuff - sorry my mistake
2004-08-06 15:06:17 +00:00
thepurpleblob
bbb4e32d3c
Adding xml export
2004-08-06 14:59:45 +00:00
thepurpleblob
b2bf1d1d11
Copied from gift directory by mistake - removing
2004-08-06 14:52:56 +00:00
rkingdon
94cc7ed0f1
Removal teacher assessment of student assessments; addition of Groups,
...
various improvements.
2004-08-06 14:42:23 +00:00
thepurpleblob
852a8212aa
XML export kinda works now.
2004-08-06 14:31:30 +00:00
thepurpleblob
0890110fbc
vaguely working version of xml export - much more work needed though
2004-08-06 13:03:33 +00:00
thepurpleblob
a0ffa51354
export filename does not now have .txt extension - this is selected by overridable
...
method on format.php
2004-08-06 11:11:51 +00:00
thepurpleblob
3cb21c9388
fixed bug that must have crept in during recent refactor. $course not being passed
...
to export format object.
export file extension can now be selected by overriding method in format.php
2004-08-06 11:11:05 +00:00
thepurpleblob
3102622add
Changed export part so that export file extension can be changed
...
by overriding export_file_extension() method
2004-08-06 11:09:22 +00:00
stronk7
04bc8ed1c1
Now numerical_units support has been added to backup and restore.
...
Currently only working with numerical questions...
2004-08-05 23:11:31 +00:00
stronk7
1db60bdac0
Numerical questions lost their category when editing. Fixed.
2004-08-05 22:57:57 +00:00
stronk7
44d6ae6df4
Applied the same checks than to the forum to generate
...
glossary rss feeds only when necessary.
My only dude is if we should use the modification time instead
of the creation time (here and in forums...).
2004-08-05 20:10:07 +00:00
moodler
19223525fa
Removed Martin's mistaken addition from a few days ago
2004-08-05 18:13:59 +00:00
moodler
c274b0e0f5
Fix for stupid bug causing old mails not to be marked as mailed
...
Also, forum email is now posted from old to new.
2004-08-05 18:08:20 +00:00
moodler
6069e20688
RSS for forums now checks the new posts against the file modification date,
...
and doesn't regenerate the RSS file if it doesn't need to.
Much faster now. :-)
2004-08-05 18:06:55 +00:00
moodler
c35889f9f1
Removing some upgrade stuff ... not sure what I was trying to do there
...
I'm checking this in so I can do some testing on other sites
2004-08-05 10:51:58 +00:00
kaipe
d02ad0f9c2
New page quiz/questiontypes/datasetdependent/categorydatasetdefinitions.php?category=XX
...
offers a simple editing view for category reusable dataset definitions.
It is unlinked but can be reached by specifying the URL or having a question
edit page link it in the future.
2004-08-05 09:53:17 +00:00
moodler
01d11b97d9
No checking is now done on question name and question text.
...
If question name is empty, then it's assigned to be same as the question text.
The question text can now be empty if people want that.
2004-08-05 05:31:40 +00:00
moodler
235987c596
Removed a notice
2004-08-05 05:27:18 +00:00
kaipe
79a44f05a9
Took care of some issues concerning the use of
...
individual quiz files in datasetdependent questions
2004-08-04 23:35:18 +00:00
julmis
bcaba84417
Move use_html_editor() outside of <form> area.
...
Gives IE more time to load the page. (body missing problem).
2004-08-04 18:13:09 +00:00
kaipe
f7dea937e6
Updates that make it possible to override the options queries
...
This makes it easier to use this question type as the virtual question type for dataset dependent question types
2004-08-04 14:09:19 +00:00
moodler
b0a02eb869
FIxed some defaults and notices
2004-08-04 12:50:38 +00:00
moodler
fa2fb64cbc
Fixed some notices.
2004-08-04 12:48:06 +00:00
moodler
5c5cff568f
FIxed some notices
2004-08-04 08:39:29 +00:00
moodler
64e92a75fb
Fixed up HTML editor
2004-08-04 07:30:38 +00:00
moodler
3a00dbfd6a
Fixed some notices
2004-08-04 07:04:11 +00:00
moodler
d3f8572b41
Adding icon for calculated questions
2004-08-04 03:01:51 +00:00
moodler
cf464c3576
Fixed some warnings
2004-08-04 02:56:20 +00:00
moodler
3ecca1ee0c
Forum mail older than two days is never sent out.
...
This will prevent the "flood of mail" problem that newbie admins
sometimes experience when cron isn't set up.
2004-08-04 02:20:29 +00:00
stronk7
ba29c4a9e0
TODO updated.
2004-08-03 17:27:28 +00:00
kaipe
a753b153de
DEBUGGED
...
Icon images did not have any closing " for attribute SRC
2004-08-03 12:16:55 +00:00
gustav_delius
2f565a77a3
resource module requires recent version
2004-08-03 06:29:10 +00:00
moodler
b6268a0eb4
== was not working I think, but === definitely does
2004-08-03 05:11:34 +00:00
moodler
50a26903e6
Forum mail now logs differently if mail was just blocked (rather than
...
flagging it as an error)
2004-08-03 04:02:26 +00:00