13725 Commits

Author SHA1 Message Date
ethem
b2095ac8a2 New strings from Ethem Evlice (ethem AT evlice DOT com) 2005-04-27 17:06:32 +00:00
moodler
e97e6dcbc0 FIxing style for attachments 2005-04-27 16:53:50 +00:00
mits
7bf358c9b5 fixed based on standard theme. 2005-04-27 16:49:01 +00:00
koenr
db1f3316e4 no styles in help files 2005-04-27 16:27:03 +00:00
ethem
a0cbe3480b New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-04-27 16:18:18 +00:00
stronk7
0f9a668f08 When we are printing a definition, avoiding concepts and
aliases of he entry itself, take out all the <a>...<a>
tags too!. Bug 3056.
(http://moodle.org/bugs/bug.php?op=show&bugid=3056)
2005-04-27 16:04:52 +00:00
mits
8e484b7de2 translated new help file. 2005-04-27 15:57:27 +00:00
moodler
182ac6c580 Small fix for recent-activity 2005-04-27 15:54:53 +00:00
moodler
02aa7083f1 Sourcelink should go in footer... 2005-04-27 15:49:36 +00:00
moodler
8fbdc99251 Removed extra JOIN :-D 2005-04-27 14:45:28 +00:00
moodler
f64fdf3f9d Fixed a division by zero error 2005-04-27 13:54:44 +00:00
moodler
253e647478 Don't check login if they are being forced to change password
bug 3044
2005-04-27 13:51:55 +00:00
paca70
79fb043e3e Use integer instead of tinyint with postgres 2005-04-27 13:14:54 +00:00
carlesbellver
33ef6f80ce *** empty log message *** 2005-04-27 12:53:08 +00:00
koenr
b49baab32a missed two P 2005-04-27 12:28:57 +00:00
koenr
ea0d5c6c88 XHTML compliance: lowercase tags preferred 2005-04-27 12:27:33 +00:00
ethem
e7532d1d0f This is XHTML compliant because it has a <br /> tag :) (not <br/>) 2005-04-27 10:53:14 +00:00
ethem
56cf102781 I love XHTML compliant unless a file contain XHTML tag :) 2005-04-27 10:12:20 +00:00
moodler
3814722905 Shane and I fixed a few things:
- preventlate works
   - dates can be set to not be used
   - optional assignment fields all getting passed to second screen now  8-I
2005-04-27 09:37:52 +00:00
martignoni
a4350fccf9 Some modifications 2005-04-27 07:48:03 +00:00
martignoni
0691d7b99c Added information about phpdoc 2005-04-27 07:05:15 +00:00
martignoni
0dc342d02b Better wording 2005-04-27 06:32:40 +00:00
martignoni
f4b736aeb9 Added help for per forum tracking options. 2005-04-27 06:30:31 +00:00
moodler
e6ce125c68 Fixes for trackingtype upgrade and defaults 2005-04-27 06:14:01 +00:00
moodler
3ad7a8c7a8 Fixed a notice 2005-04-27 06:02:08 +00:00
moodler
77efef3e50 Dealing with forumid and forum_print_post in a more coherent way ... bug 3047 2005-04-27 05:55:30 +00:00
defacer
380bf7a6d3 Simply usertimezone(), baby! ;-) 2005-04-27 03:44:52 +00:00
defacer
0c24431590 Fix for bug 3045:
Now usertimezone() gives a correct human-readable string in all cases.
2005-04-27 03:42:07 +00:00
stronk7
68dfc4deb6 Now lesson_pages->title supports filterall 2005-04-26 22:30:40 +00:00
defacer
630bd96bd9 Fixing read tracking link when tracking is forced. 2005-04-26 22:02:26 +00:00
defacer
1576756e9f Get rid of evil <font> tag and a few aesthetic corrections. 2005-04-26 21:52:39 +00:00
defacer
c6c3a59941 Initializing $parent to new stdClass was a major oops. However, seems it doesn't
need to be initialized at all. So I won't hold this against the practice in general.
2005-04-26 21:50:44 +00:00
defacer
10426cefb6 Fixing the two other functions that feed stuff into forum_print_post_full as well. 2005-04-26 21:45:48 +00:00
defacer
6572ab7170 Fix for bug 3047, which I leave open because I don't know if this
is the desired way of fixing the problem. Hopefully it is.
2005-04-26 21:29:29 +00:00
defacer
a2ad73deb9 Initialize object as new stdClass instead of NULL. 2005-04-26 21:26:17 +00:00
michaelpenne
e5ee4adfd4 FIX: removed the unsetting of a SESSION variable that kept track of logins for lesson (password protected). This allows for reviewing of lessons that have passwords. Only downside, once logged in to a lesson, dont need to reenter password for that login session. Prolly not a problem 2005-04-26 21:24:06 +00:00
mits
f9ba10343d translated new help files. 2005-04-26 21:22:23 +00:00
mits
854f4d43bc translated some and added a new help file. 2005-04-26 21:03:18 +00:00
gniske
c71da4fed3 Addet missing strings 2005-04-26 20:59:13 +00:00
defacer
16955dc619 Some double quotes to single, use optional_param for $reply.
I 'm debugging some PHP5 notices which aren't just notices, they imply
there's a bug somewhere here? Or maybe an inconsistency in parameter types
of the variables being passed around...
2005-04-26 20:39:08 +00:00
michaelpenne
544a4b8a4d FIX: quotes in matching questions were not grading correctly. Used htmlspecialchars on the values in the select box in view.php and then use stripslashes on the answers in continue.php 2005-04-26 20:37:34 +00:00
stronk7
c6807fea65 Page titles can contain now HTML. Needed to be able to
apply the filterall thing here.
2005-04-26 19:08:06 +00:00
martignoni
567d4bb25c Some tweaks 2005-04-26 18:45:45 +00:00
moodler
79bf1dea3f Fixed typo and wording 2005-04-26 17:04:08 +00:00
mchurch
073c4bca19 Added help for per forum tracking options. 2005-04-26 16:36:53 +00:00
mchurch
94a6a70f6f Allow handling of per forum configured tracking. 2005-04-26 16:34:49 +00:00
mchurch
eaf50aeff8 Added tracking settings per forum. 2005-04-26 16:27:51 +00:00
moodler
e2c84c67dc When deleting a course, delete all the course files too 2005-04-26 16:05:52 +00:00
moodler
f401cc9719 Moved a generic function over 2005-04-26 15:51:31 +00:00
moodler
a2d71d8edd Fixed notice on home page and some efficiency with read trackking 2005-04-26 15:44:39 +00:00