Commit graph

8881 commits

Author SHA1 Message Date
moodler
808018311c Bumping it up a bit ... still writing release notes ... 2004-08-23 15:56:47 +00:00
defacer
a8185f2e00 Please deliver me from my own incompetence... 2004-08-23 15:42:53 +00:00
defacer
695a4bff46 Quirks-related fixes... 2004-08-23 15:35:08 +00:00
defacer
5a60e82249 Preliminary support for browser quirks, for now just targeting Safari 2004-08-23 15:25:18 +00:00
defacer
f0232c84fb More goodness! Goodness is on discount here in Greece! :P 2004-08-23 15:03:26 +00:00
moodler
fbabbd235b Miscellaneous fixes from the PJ man 2004-08-23 14:40:53 +00:00
moodler
218e4d56e6 Lowercase formulas before parsing them 2004-08-23 13:49:19 +00:00
moodler
ca417031bb Better errors (include question name) 2004-08-23 13:48:09 +00:00
defacer
629b5885f7 Here buggy buggy...
General announcement:
If you 're running in debug mode and suddenly the HTML editor stops working
for no apparent reason, check your HTML source to find PHP notices embedded
in JS code, screwing it up and thus making it unexecutable. This has happened
to me more times than I can remember.
2004-08-23 13:18:39 +00:00
moodler
a07fe4ba72 Fixed import of SHORTANSWER questions 2004-08-23 13:04:50 +00:00
moodler
b757dc89f1 Missing prefix 2004-08-23 12:37:12 +00:00
moodler
bb6f1955a1 Don't print empty intros 2004-08-23 12:35:13 +00:00
moodler
a8449f8c71 MOre tolerant of empty fields, and fixed heading 2004-08-23 12:29:29 +00:00
defacer
98051917e8 There's a "parse error" report (http://moodle.org/mod/forum/discuss.php?d=11423)
which I cannot reproduce in a flash, but maybe this should fix it? I just added
some semicolons after the echoes and before the PHP closing tag.
2004-08-23 12:16:29 +00:00
moodler
0658c6bb96 Removed a debugging line 2004-08-23 12:09:28 +00:00
moodler
64eba17e78 Fixed a typo 2004-08-23 12:04:55 +00:00
moodler
c3415fd3c3 Attempt to extract the user from the old author field when upgrading 2004-08-23 09:04:30 +00:00
defacer
3430873206 Making chatd more eager to update the users' status, and lib.php slightly
less eager to declare them dead. Should solve the "active users are not shown
at the chat index page" problem.

Also, fixing a notice.
2004-08-23 08:48:57 +00:00
defacer
15a94ad920 Attention to detail: this prevents generating a warning if $focus is not set.
Of course, the warning is hidden inside JS and thus invisible to the naked eye.
2004-08-23 08:34:51 +00:00
moodler
47e1aec448 Added caclulated questions into index 2004-08-23 02:55:37 +00:00
moodler
ec51c7fb33 Don't lower-case parsed attributes 2004-08-23 02:21:59 +00:00
moodler
6136dfc887 Removed some comments 2004-08-23 02:11:02 +00:00
moodler
43921b8a5a Using the "parent" style of linking to the last post for browser speed,
and also addressed some of PJs documentation concerns  ;-)
2004-08-23 02:05:42 +00:00
julmis
cd361ce562 Fix for Bug #1763 2004-08-22 22:55:06 +00:00
kaipe
f0c60b0a04 *** empty log message *** 2004-08-22 21:34:47 +00:00
gustav_delius
ecf0cf9ac4 fixed bug 1252. But this page could do with a lot more work. 2004-08-22 19:58:54 +00:00
koenr
eb28fa7886 filling in missing strings... 2004-08-22 19:53:41 +00:00
gustav_delius
55a7af338d fixed phantom question bug #1299 2004-08-22 19:21:02 +00:00
gustav_delius
6b29ba6071 added $CFG->filelifetime to config-dist.php 2004-08-22 17:52:21 +00:00
martignoni
0affaa677a New string 'enrollfirst' 2004-08-22 17:46:57 +00:00
martignoni
4bb1ea1efd New strings controlling the new enrolment plugins 2004-08-22 17:45:09 +00:00
martignoni
5820cb5ac8 Little tweak 2004-08-22 17:37:49 +00:00
defacer
8f89658261 Fix for bug 1494:
Calendar events in day view now show their start and end times. The only thing
I 'm not satisfied with is that they also show the full start and end dates,
even if it's not really needed (e.g. for a 15:00 -> 17:00 event). Still, it's
loads better than only showing the start time.
2004-08-22 17:19:24 +00:00
defacer
3599e4871f Fix for bug 1755:
As discussed in the forums, the "last post on" date for each discussion in a
forum view has been shortened and also made into a link.
2004-08-22 17:10:33 +00:00
martignoni
dfd648c974 Admin interface for controlling the new enrolment plugins. 2004-08-22 17:06:07 +00:00
defacer
43c9195b84 Fix for bug 1759:
One notice in debug mode removed.
2004-08-22 17:03:33 +00:00
defacer
2b0d60ec78 Fix for bug 1662:
Changed the way applicable formats for blocks are handled. The changes are
short codewise, but to grasp all the implications read the forum discussion
at the relevant URL.
2004-08-22 16:54:48 +00:00
defacer
ac6c89c5b0 Fix for bug 1678:
When a course's format is changed, blocks which are not appropriate for the
new format are automatically purged.
2004-08-22 16:49:40 +00:00
defacer
0e9af91794 Fix for bug 1678:
Now when the format of a course is changed, all blocks which are not
applicable for it anymore are automatically purged.
2004-08-22 16:48:28 +00:00
moodler
71fe1da3f4 Database now stores userid, and page info is now more Moodley
(plus it doesn't show IP information to everyone!)

All old authors are not currently displayed  (I chose not to)
This is easy to fix if people want it, since the old author
string is still there in the database.
2004-08-22 16:41:54 +00:00
martignoni
9d0daeea4d New string 'havetologin' 2004-08-22 16:28:58 +00:00
martignoni
4064dc7a48 print notice when guest views chat. 2004-08-22 15:58:21 +00:00
gustav_delius
f950af3c43 All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
All the page headers work correctly also on the site course.

On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
julmis
5985f9dce9 Fixing Bug #1765 (mystery fix). 2004-08-22 10:42:39 +00:00
julmis
66991ecaf4 Fixing Bug #1765 (mystery fix) 2004-08-22 10:41:59 +00:00
koenr
ed1354d31e typo 2004-08-22 10:25:55 +00:00
koenr
edb99c24f2 added RSS-stuf 2004-08-22 10:16:34 +00:00
koenr
4717e5a8c5 typo 2004-08-22 10:10:02 +00:00
gustav_delius
78bf3de3fe fixed bug preventing move of module to bottom of section 0 2004-08-22 09:58:02 +00:00
julmis
b8db385fa1 Insert Image dialog works now also in debug mode. 2004-08-22 09:49:25 +00:00