8706 Commits

Author SHA1 Message Date
defacer
7d84d8a3c0 file block_online_users.php was initially added on branch MOODLE_14_STABLE. 2004-08-24 12:27:20 +00:00
defacer
e1ed54f3cb file block_social_activities.php was initially added on branch MOODLE_14_STABLE. 2004-08-24 12:27:20 +00:00
defacer
27e4b1583e file block_section_links.php was initially added on branch MOODLE_14_STABLE. 2004-08-24 12:27:20 +00:00
defacer
ec2f7345cd file block_course_summary.php was initially added on branch MOODLE_14_STABLE. 2004-08-24 12:27:20 +00:00
stronk7
da9c60ecc8 Now some CFG->glossary_XXXX variables are checked in lib.php
Bug 1764
(http://moodle.org/bugs/bug.php?op=show&bugid=1764)

Merged from MOODLE_14_STABLE
2004-08-24 11:24:27 +00:00
moodler
eb474b29a3 Merged some changes 2004-08-24 07:03:06 +00:00
moodler
e69ef14bf2 Merged changes from 14 STABLE 2004-08-24 04:58:06 +00:00
moodler
b80f6f11a4 Trunk is now Moodle 1.5 development 2004-08-24 04:38:51 +00:00
mchurch
37d7e21482 Bug #1611 - Fixed the editing of wiki pages containing apostrophes. 2004-08-24 00:08:08 +00:00
koenr
b6a92ab342 will add this again once translated 2004-08-23 23:32:04 +00:00
koenr
96a50efb92 almost completely translated old releasenotes (won't translate any further unless I lose my job :-) 2004-08-23 23:30:34 +00:00
koenr
6742616a43 initial translation by Koen Roggemans 2004-08-23 23:10:20 +00:00
koenr
7c39e485d2 new link added 2004-08-23 23:09:34 +00:00
stronk7
56bf789ef6 Added to spanish language. Thanks to Marc Alier. :-) 2004-08-23 22:14:03 +00:00
mchurch
ae342592c8 Fixed filtering of wiki output to only apply to wiki text pages and not action pages. 2004-08-23 21:56:47 +00:00
julmis
5b0dcc0213 Added string editorresettodefaults 2004-08-23 21:36:32 +00:00
julmis
5d5a26c4c1 Added reset to defaults 2004-08-23 21:31:30 +00:00
moodler
9c52ca13f1 Updated README 2004-08-23 19:18:25 +00:00
moodler
779f6a4306 OK, let's go beta 2004-08-23 18:32:26 +00:00
moodler
550900270c Info to help get bug reports 2004-08-23 18:27:55 +00:00
moodler
d0be2073f2 First draft of latest release information. Good enough for Beta, but I
will probably revise it further for the final release next Monday.
2004-08-23 18:22:43 +00:00
moodler
49d74ec0ba Tidying up Howard's wierd indenting. ;-) 2004-08-23 16:46:50 +00:00
martignoni
6d708520fe Correction in 'strftimerecentfull' date format 2004-08-23 16:39:44 +00:00
moodler
4af0e604db Straightened up a button 2004-08-23 16:36:04 +00:00
mits
fe8988fb42 Polish and New translation. 2004-08-23 16:24:27 +00:00
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