520 Commits

Author SHA1 Message Date
moodler
717f40c6d8 Some fixes to avoid pointless uses of $ME 2003-06-16 14:40:51 +00:00
moodler
b8bf90c53f Minor interim change to improve display of discussions on user page
because some of them are getting really long on moodle.org

Eventually this display will be completely different, with information
about all public data.
2003-06-15 07:11:11 +00:00
moodler
0880e50d53 Wider question textareas 2003-06-13 16:16:16 +00:00
moodler
2136ada61e Slightly bigger window 2003-06-13 16:08:56 +00:00
moodler
19cbf6ffa1 Slightly larger posting window 2003-06-13 16:07:13 +00:00
moodler
a6e5c89237 Changes to includes to make it more robust on different versions of PHP
while remaining secure
2003-06-12 12:00:15 +00:00
moodler
8c8a042559 Rmoved dot 2003-06-12 03:42:55 +00:00
moodler
34c84a186c Extensions for grades and comments from Thomas Robb. 2003-06-12 03:01:56 +00:00
moodler
21b1125f63 Make form destinations relative (to course/mod.php) to avoid
some form problems on mis-configured servers (wwwroot not quite right)
2003-06-10 05:33:58 +00:00
moodler
a5f25c0165 No need to shuffle the answers of multi-choice questions 2003-06-09 14:05:37 +00:00
moodler
14f593e176 Better setting of defaults 2003-06-09 05:34:24 +00:00
moodler
21a15d9fae better variable name 2003-06-08 06:46:56 +00:00
moodler
8e340cb0b9 Don't return assignment submissions if no sumission has been made 2003-06-07 06:23:31 +00:00
moodler
4fa7532c24 Improved display of quiz listing to show the closing date, as well as
direct links for the teacher to review attempts.  Thanks, Scott Elliott!
2003-06-07 06:08:45 +00:00
moodler
51bc7fba59 Changes from Scott Elliott to make the listing more useful for teachers
Thanks, Scott!
2003-06-07 05:54:48 +00:00
moodler
d5c102d2df Fixed focus 2003-06-06 13:53:55 +00:00
moodler
5c716ac2b4 Prevent possible error when editing non-HTML pages 2003-06-02 08:14:24 +00:00
moodler
5325f8b8cf A little more guidance on the quiz page. 2003-05-23 15:20:41 +00:00
moodler
7f2a3e678e New field for user: autosubscribe
This sets the default value for on-the-fly forum subscription.
Defaults to on = subscribe.

(Also fixed a bug in postgres7.sql - a missing field for htmleditor!)
2003-05-23 05:32:40 +00:00
moodler
4b2b7a7110 Full formatting looks bad (too much whitespace) but smilies are OK 2003-05-23 05:05:49 +00:00
moodler
6687be174a Improvements to the wordings for subscription 2003-05-23 05:00:58 +00:00
moodler
f5ca7ebe1a Display forum intros as formatted text 2003-05-23 04:51:28 +00:00
moodler
c7ba7904cb Ray prefers icon3.gif 2003-05-21 08:13:08 +00:00
moodler
be23a53ca9 Some fixes, after some testing 2003-05-21 06:10:43 +00:00
moodler
79da6d8717 Change to parsing to allow answers in any order - needs testing 2003-05-21 05:00:44 +00:00
moodler
353d033843 get_course_users now calls get_site_users if the course is a site.
There is something wrong with this SQL still though ... it mostly works
but I'm still getting wierd behaviour with small numbers of users.

Need some help here ...  for example just look at get_site_users()
on your test site.

It's supposed to return a list of users who are admins, creators,
teachers or students
2003-05-20 09:33:30 +00:00
moodler
11697b48ea Minor code cleanups
- lowercasing
  - removing short php tags
  - adding some emoticon help here and there
2003-05-20 08:03:12 +00:00
moodler
60ffb53a7d Minor code cleanup 2003-05-20 08:01:40 +00:00
moodler
b1f505771e Fixed the bug I introduced in the last checkin (it was related to the
re-introduction of text fields in surveys)   See bug 441
2003-05-20 04:26:57 +00:00
moodler
e9564a5a80 Fixed previous over-zealous lowercasing 2003-05-19 06:11:56 +00:00
paca70
775f689b0f Some additions for postgresql 2003-05-18 18:23:07 +00:00
moodler
41a03b45f0 Added a stub for workshop_get_submission to stop errors on activity reports 2003-05-18 14:38:12 +00:00
moodler
d41947c6be Some alternative icons for the workshop module!
Any comments, votes?
2003-05-18 09:28:42 +00:00
moodler
c525b27592 Strip tags from page title, and some minor code cleanups 2003-05-18 06:05:23 +00:00
moodler
713386aadb Left out a field! mailformat 2003-05-18 02:36:02 +00:00
moodler
8b50d2a76e Some fixes to make choice reports work better when used at site level.
PLus some HTML lowercasing
2003-05-17 06:17:10 +00:00
moodler
06cffaf0bb No need to get all the user data for forum_subscribed_users 2003-05-17 06:13:38 +00:00
moodler
4d01ada343 More on Bug 427_ on second thoughts it's better this way, now at least
the true/false entries get updated every time the question is updated.
2003-05-17 03:02:59 +00:00
moodler
a6ccb416f1 This should fix the non-translatability of true/false questions bug 427 2003-05-17 02:54:20 +00:00
moodler
3a4c2fd089 I knew there was something else I'd forgotten!
Added a check to all modules (well view.php anyway) to check whether a
module is hidden or not.  If it is, then students get a message.
2003-05-15 18:03:22 +00:00
moodler
33de9f7bdc FIxed bug where questions weren't being shown in reviews. 2003-05-15 17:01:35 +00:00
moodler
d288fa5255 Better code to deal with shuffleorder.
Now feedback is always in the same order as the quiz, and
reports are always in the natural order.
2003-05-14 16:52:25 +00:00
moodler
ada728e24d Fix the order of questions when shuffle is NOT being used.
See bug 423 for details: http://moodle.org/bugs/bug.php?op=show&bugid=423
2003-05-14 15:23:54 +00:00
moodler
9a2efc9fb0 Don't be so pushy about subscription 2003-05-14 07:47:04 +00:00
moodler
edea91f37b Fixed links in emails 2003-05-14 03:23:01 +00:00
rkingdon
16a0e6f05c Addition of teacher admin features 2003-05-13 16:37:47 +00:00
moodler
ae078a9809 Mail-outs for assignment and journal module are now translatable. 2003-05-13 16:02:08 +00:00
moodler
0a9f61b55f When posting a forum, users can unsubscribe/subscribe on the fly.
The flag has a memory, but it keeps pushing you to subscribe.  :-)
(so that by default it behaves like it did before)

Hopefully now subscription is a bit easier to understand.
2003-05-13 13:53:36 +00:00
moodler
ac4f6d455f Images are not put in a frame, but embedded in a normal page 2003-05-13 07:51:26 +00:00
rkingdon
56a800aac5 Correcting bugs in agreement of assessment and for self assessed
submissions
2003-05-12 21:18:21 +00:00