1877 Commits

Author SHA1 Message Date
moodler
b140ae85e8 Better messages 2004-08-14 12:33:36 +00:00
moodler
7c990f68d6 Fixed window choices on resources so that they use a radio button now.
bug 1741
2004-08-14 11:54:32 +00:00
moodler
c29bbe8bfc Made the glossary upgrade use less memory bug 985 2004-08-12 15:59:23 +00:00
moodler
5dbd0dfc0a Add version number 2004-08-12 12:36:32 +00:00
moodler
e7d27884a8 Some cleanups from Jon ... beeps now work 2004-08-12 12:31:38 +00:00
moodler
3d13d66a88 Removed some notices ... argh, this module needs help ... 2004-08-12 08:05:51 +00:00
moodler
82a524ef54 Latest changes to the chat daemon ... user window now working
Needs:    - testing
            - beeps in daemon mode  (you can type "beep all" though)
2004-08-11 14:45:40 +00:00
rkingdon
3b42c6d8f1 Use of moodle's writing.html help rather than a "local" one. 2004-08-11 12:30:26 +00:00
rkingdon
3c4a6298bc Fixed bug #1642. 2004-08-11 10:47:43 +00:00
paca70
20cb89ec4e Quickly tested updates for postgresql. (seems to work here) 2004-08-11 10:27:00 +00:00
rkingdon
8bd6b4a2b1 Addition of Grade Analysis tables to Administration page; Re-grading of
student assessemnts.
2004-08-11 10:23:55 +00:00
moodler
944a2b2870 Finally? Fixed the digest mail sending time (it was a timezone issue). 2004-08-11 07:55:40 +00:00
moodler
11558e5af4 Closed up some notices 2004-08-11 06:59:23 +00:00
moodler
338c772cc5 Removed PHP code from strings! 8-o 2004-08-11 06:46:59 +00:00
moodler
b5de723daa 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
2004-08-10 13:50:58 +00:00
stronk7
f6bb7eaa39 Paging discussions is in CVS just now :-) 2004-08-10 09:37:02 +00:00
moodler
40b83bffaa Don't clean external files 2004-08-10 09:10:28 +00:00
stronk7
cd2bf3309c 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)
2004-08-09 19:20:42 +00:00
paca70
f8559be0fc Thanks vernier at vc dot bc dot ca 2004-08-09 19:18:19 +00:00
rkingdon
428c68f5c2 Fixed bug #1705. 2004-08-09 17:23:25 +00:00
rkingdon
ac969b2b22 Fixed bug #1615. 2004-08-09 17:04:07 +00:00
moodler
518f01ce4f Cleaned up some more things using some shortcut variables, and also
fixed bug 1711 that was preventing glossaries from working properly
2004-08-09 15:45:22 +00:00
stronk7
ff1e2621f3 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)
2004-08-09 15:04:36 +00:00
moodler
3b7d3db5de Don't clean posted text on input (will be cleaned on output). 2004-08-09 14:56:03 +00:00
moodler
43cbfc1999 Standardising the printing of content and summaries to use format_text() 2004-08-09 14:49:16 +00:00
thepurpleblob
b1984b0d33 Added overidable method presave_process - allows last minute modification of
data to be exported to file. Done to get xml output working.
2004-08-09 13:56:47 +00:00
thepurpleblob
29a95feb94 more fixes - xml export now pretty much working 2004-08-09 13:55:20 +00:00
bobopinna
2c508ab9b1 Added multiorg display and patched some typo 2004-08-09 07:26:06 +00:00
moodler
5ea17e17cf Fixed some typos etc. :-) 2004-08-09 01:39:40 +00:00
stronk7
2b1b11c606 Now the RSS link is showed in the list of glossaries.
Bug 1706
(http://moodle.org/bugs/bug.php?op=show&bugid=1706)
2004-08-08 18:44:45 +00:00
stronk7
48429e57e6 Avoid one notice when creating a new glossary. 2004-08-08 18:31:09 +00:00
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