17405 Commits

Author SHA1 Message Date
mits
51cd1f7044 polished. 2005-11-24 10:52:27 +00:00
mits
d5090dd91f polished. 2005-11-24 10:50:02 +00:00
mits
2a83d4792c polished. 2005-11-24 10:48:05 +00:00
ralf-bonn
32fc871409 some corrected strings 2005-11-24 08:26:25 +00:00
gbateson
71a10ef2ad removed bad newlines (\r\r\n) which caused double-spacing in HTML/JS/CSS source 2005-11-24 07:00:33 +00:00
gbateson
02aff07d3b removed bad newlines (\r\r\n) which caused double-spacing in PHP source 2005-11-24 06:44:25 +00:00
gbateson
64b4e0f155 removed bad newlines, which caused double-spacing in PHP source 2005-11-24 05:40:36 +00:00
gbateson
2cc57707a8 fix bad newlines which caused double spacing 2005-11-24 05:16:19 +00:00
moodler
6bd9fe3912 fix for bug #4206 2005-11-24 02:50:05 +00:00
koenr
e3e7f2bf96 fixed
-$string['popup'] = 'Show quiz in a \"secure\" window';
+$string['popup'] = 'Show quiz in a "secure" window';
for all langpacks
2005-11-23 23:53:25 +00:00
defacer
13f64465e1 Removing some code which looks _very_ dead to me (traced its origins back
to when the Blocks2 stuff was first committed).

Unless I have forgotten something important and this breaks stuff horribly
somewhere, then it should be taken out from many other standard blocks as well!
2005-11-23 23:40:26 +00:00
defacer
a7ef57d4da Making section links point to #section-NNN instead of #NNN 2005-11-23 23:16:24 +00:00
defacer
4baeb9b028 Removing the <a name="2"></a> anchors from course sections (used with links,
e.g. /course/view.php?id=2#4). We already have elements with id="section-XXX",
so I made all links I could possibly grep for point to those.

All this for XHTML (won't Tidy ever be content?)
2005-11-23 23:14:25 +00:00
defacer
4d4e738f7c Fixing line endings 2005-11-23 22:47:35 +00:00
defacer
296c94b134 Begone, evil <font> tag 2005-11-23 22:33:33 +00:00
defacer
7f9def8fa9 XHTML fix 2005-11-23 22:31:52 +00:00
mits
ae3fd26382 polished. 2005-11-23 22:25:59 +00:00
defacer
64f36986b6 The bug where an event was not created for closing-time-only-supplied
quizzes also existed when updating a quiz instance (not only adding)...
2005-11-23 22:22:44 +00:00
defacer
018881d4a9 Fixing invalind value for cellpadding ("5px") 2005-11-23 22:14:57 +00:00
defacer
3d6fc45229 Fixing defaults (copy/paste error) -- this printed notices with debug=on and
actually mangled the "create lesson instance" query so badly that you could
not add lessons!
2005-11-23 22:11:50 +00:00
defacer
001996c2f2 Fix for bug 4358:
No "Quiz closes" event was created for quizzes which ONLY had a closing date
2005-11-23 21:34:48 +00:00
defacer
d0eafce594 These quotes were going into (quoted) HTML attributes and breaking XHTML. 2005-11-23 21:21:30 +00:00
defacer
9173a5671c Searching around in the langfile, it seems that these are the correct
strings for the helpbuttons' title attribute. I added the first helpbutton
back in as well (exists in 1.5.3+ but not in HEAD???).
2005-11-23 21:16:47 +00:00
defacer
8635a2824a Fixing one get_string() that didn't specify the Quiz langfile, and changing
another to be uniform with the help file title.

Some things in the langfile need fixing too, coming right up.
2005-11-23 21:00:40 +00:00
carlesbellver
e5bd6e63d0 *** empty log message *** 2005-11-23 14:30:08 +00:00
dlnsk
62387de3df Self-Grading 2005-11-23 12:05:17 +00:00
stronk7
140b7eb5db Log actions must be strored to DB without &amp;
print_log() takes care of it! Bug 3853.
(http://moodle.org/bugs/bug.php?op=show&bugid=3853)

Merged from MOODLE_15_STABLE
2005-11-23 09:46:25 +00:00
andreabix
dece984da0 Traduzione di Daniela Davi 2005-11-22 16:07:10 +00:00
martignoni
a5b91969a6 Small correction for clarity in submission date
Some non-breaking spaces added
2005-11-22 10:18:50 +00:00
adamtpaw
d4c77bf1d7 added $ in emailteachermail 2005-11-22 09:27:41 +00:00
adamtpaw
2e0dd342f5 added $ in emailteachermailhtml 2005-11-22 09:24:03 +00:00
patrickslee
0f620d4bf2 Some mailing related Embargoed Announcements fixes.
* The forum cron only mails posts those are created within the past two days, in which case posts those are scheduled to shown after more than two days will be ignored and not been mailed out.

* When cron is marking old posts as mailed, it supposes everything is mailed so just marks everything older than now as mailed. We DO NOT want our delayed posts been marked as mailed.
2005-11-22 04:08:02 +00:00
moodler
6220058b16 fixes bug #4354 2005-11-22 03:45:48 +00:00
moodler
0063abee89 spacing issue 2005-11-22 02:58:45 +00:00
moodler
16a1fed4d2 spacing issues 2005-11-22 02:55:55 +00:00
moodler
35d781d9a7 -fixed not adding teachers to groups
-allow users to be in multiple groups through uploading
2005-11-22 02:37:47 +00:00
stronk7
91121c8904 shorten_text() AFTER format properly. See bug 4355.
(http://moodle.org/bugs/bug.php?op=show&bugid=4355)

Merged from MOODLE_15_STABLE
2005-11-21 15:42:19 +00:00
ethem
ce32fe3aa7 x_invoice_num implementation... 2005-11-21 14:09:52 +00:00
stronk7
ec6bee0f8e Prevent a warning when params is empty. Bug 4328.
(http://moodle.org/bugs/bug.php?op=show&bugid=4328)
2005-11-21 13:13:23 +00:00
mits
9fd29f8d21 polished. 2005-11-21 09:46:03 +00:00
carlesbellver
0e2bb43d04 *** empty log message *** 2005-11-21 07:57:37 +00:00
martignoni
06abb1cd50 Typo corrected thanks to Jean-Yves Chambrin 2005-11-21 07:43:02 +00:00
martignoni
4ab4f2a870 Typo corrected, thanks to Jean-Yves Chambrin 2005-11-21 07:37:23 +00:00
ethem
add17a1248 Documentation 2005-11-21 07:33:04 +00:00
mits
7c99d48e25 polished.
translated release note for Moodle 1.5.3.
2005-11-21 06:58:37 +00:00
mits
be1ec64234 polished. 2005-11-20 22:44:21 +00:00
mits
07e2ef1393 translated a new string for admin.
Moodle Japanese translation is 3 years today :)
2005-11-20 22:37:39 +00:00
mjollnir_
04d38a9dc4 Removing incomplete mi_nt- Maori Ngai Tahu - request from Dan Marsden - will be re-added later when complete 2005-11-20 22:16:49 +00:00
mjollnir_
69d3257259 Sorry - this language pack is Maori - Tainui 2005-11-20 22:13:10 +00:00
patrickslee
3468d58a1b New feature: Configureable visibility of fields in Participants page
A new configuration variable is avaliable to limit which fields normal user can see about other users. Teachers/admins can still see the full info.

This provides some degree of privacy for students.
2005-11-20 21:29:59 +00:00