stronk7
f4646b44c1
Now RSS links ae showed properly in SITE course when
...
user isn't logged.
Solve a problem with if($USER) under PHP5.
2004-10-05 23:21:38 +00:00
rkingdon
2d7189cdac
Addition of exercise_refresh_events function.
2004-10-05 20:16:28 +00:00
stronk7
b2ddd9d7ae
Now RSS links are displayed ok in SITEID course.
...
Bug 2048.
(http://moodle.org/bugs/bug.php?op=show&bugid=2048 )
Merged from MOODLE_14_STABLE
2004-10-04 22:21:30 +00:00
defacer
233ca8bf60
Undoing an incorrect instance of htmlentity encoding a &. Probably got in
...
with all the XHTML frenzy. Thanks to Daryl for helping to debug this! :-)
2004-10-03 16:40:20 +00:00
stronk7
ebfff4e014
admin/module.php is now using sesskey.
...
Merged from MOODLE_14_STABLE
2004-10-03 09:48:08 +00:00
skodak
d36f8be4b8
merged from STABLE - missing htmlSpecialChars() in INPUT's value
2004-10-02 19:01:42 +00:00
rkingdon
ac220a6d80
Corrected password protected workshops (they showed the assignment!);
...
minor
html additional to edit assessments page.
2004-10-02 16:04:56 +00:00
moodler
345fa15ea7
Merged from stable
2004-10-01 15:19:12 +00:00
stronk7
6446885595
Included one more translation of links from
...
assignments to resources. Required in bug 2027.
Easy and not risky.
Merged from MOODLE_14_STABLE
2004-10-01 11:33:26 +00:00
stronk7
6f84a9d2db
Some clear_text() and format_text() calls added.
...
Merged from MOODLE_14_STABLE
2004-10-01 10:32:34 +00:00
stronk7
c286325360
Undo las changes. Point releases are only for STABLE branches.
2004-10-01 09:02:27 +00:00
stronk7
65a7a27907
New version syntax.
2004-10-01 08:38:53 +00:00
moodler
cb59215c7f
Merged from stable
2004-10-01 02:19:29 +00:00
moodler
81d849fd41
Merged fix from stable
2004-10-01 02:16:05 +00:00
paca70
f739b64d9b
Updates for postges
2004-09-30 11:29:42 +00:00
moodler
34b5847a1a
Some changes for XHTML and accessibility compliance
2004-09-30 08:42:34 +00:00
mjollnir_
777b9e0faf
More changes to use fullname function rather than firstname lastname
...
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3
Index of arch patches in this commit:
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-108
2004-09-30 03:31:29 GMT
Penny Leach <penny@catalyst.net.nz>
final changes to use fullname
Full logs:
Revision: moodle--eduforge--1.3.3--patch-108
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Thu Sep 30 15:31:29 NZST 2004
Standard-date: 2004-09-30 03:31:29 GMT
Modified-files: login/confirm.php mod/scorm/report.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-108
Summary: final changes to use fullname
Keywords:
2004-09-30 03:43:40 +00:00
rkingdon
b514883a04
Minor tidy of "not graded" workshops to supress grades appearing in
...
student pages.
2004-09-29 21:28:55 +00:00
rkingdon
ff1d392aa1
Allow teachers to edit examples from Admin page; Count of ungraded
...
asessment now excludes warm and hot assessments; change a & back to a
& in a redirect call.
2004-09-29 16:52:24 +00:00
moodler
7a2c8b00d6
Merged SQL fixes from stable
2004-09-29 07:56:33 +00:00
moodler
de9bc13e8a
Merged pathname checking from stable
2004-09-29 07:02:22 +00:00
moodler
1e448f63f4
Merged fix from stable
2004-09-29 06:58:21 +00:00
moodler
d030268d68
Merged pathname checks from stable
2004-09-29 06:52:24 +00:00
moodler
79035d46c7
Merged resource->type checks from stable
2004-09-29 03:12:31 +00:00
stronk7
4db75a5cb2
Merged quotes from MOODLE_14_STABLE
2004-09-28 23:20:13 +00:00
michaelpenne
800abfe61d
fixed a wrong lang call on line #1176
2004-09-28 19:22:30 +00:00
michaelpenne
c732188674
changed $pages[$count][0] to $pageid on line #617
2004-09-28 19:15:20 +00:00
rkingdon
3903e0729b
New fields in version 2004092700.
2004-09-28 16:30:29 +00:00
rkingdon
1bf58ea60b
Version 2004092700 - tidy up of simple assignment case; addition of
...
password and submission late flag.
2004-09-28 15:49:49 +00:00
moodler
72b4e28353
Some changes for XHTML and accessibility compliance
2004-09-28 09:47:14 +00:00
moodler
8ef1e12f74
Merged fix for unclean oldname from renaming ... from stable.
2004-09-28 08:05:18 +00:00
rkingdon
1410bd2695
Added code for remove attachments
2004-09-27 17:46:41 +00:00
rkingdon
a557e354ed
Version 2004092400 - in line student submission (plus attachments);
...
addition of on-the-fly grading of assessments; some bugs cleared.
2004-09-27 14:41:17 +00:00
moodler
6d8e38e973
Merged from stable - Only break up subject lines for recent activity bug 1995
2004-09-25 13:11:22 +00:00
dhawes
4723e40941
Double quote strings converted to single quote literals - inspired by missing escapes on quote characters inside echo strings found by ottenhoff and noted in comment to bug 1981
2004-09-24 23:18:17 +00:00
dhawes
5620acd80a
Some double quote strings converted to single quote literals and conversion of many tabs to spaces - inspired by error in associative array dereferencing found by ottenhoff and noted in comment to bug 1981
2004-09-24 23:10:49 +00:00
paca70
55bcf883c3
Fixes for new postgres database creation
2004-09-24 07:49:40 +00:00
michaelpenne
033c143250
put in Sebastien Michels change on line #911
2004-09-23 20:30:00 +00:00
moodler
c6d234a0ed
Turning off "usexml" for forum/mod/view.php
2004-09-23 11:51:14 +00:00
moodler
23e021e13f
Merge ratings fix for PHP5 from stable
2004-09-23 07:50:05 +00:00
michaelpenne
909e6c79d8
Fixed a bug regarding cluster jumps. Before, if end of cluster's jump was next page, it would throw an error.
2004-09-22 19:14:51 +00:00
michaelpenne
1663b64f1e
changed the order of db updates. now the order is old to new.
2004-09-21 22:16:46 +00:00
michaelpenne
7143a2841e
added an include for lib.php
...
changed the display of page titles
changed matching such that if two matching items match to the same answer, that answer only apprears once in the drop down menu.
Changed how the grade essay question link apprears. Only appears if there is an essay to grade.
2004-09-21 22:15:30 +00:00
michaelpenne
3de88244c4
added option to delete a users attempt records. Sends an email if delete was seccessful or not.
2004-09-21 22:13:08 +00:00
michaelpenne
1535c81ba3
added code to handle deleting of user attempts
2004-09-21 22:12:04 +00:00
michaelpenne
d19d9ef16d
Fixed some problems with matching
2004-09-21 22:11:00 +00:00
gustav_delius
8f0cd6ef0f
Resolved problems with previous replacement of
...
& to & and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
paca70
0257cc73e0
Postgres updates
2004-09-20 17:48:59 +00:00
paca70
be784d1a77
1. Postgres updates.
...
2. add log-values for mysql and postgres when creating new database.
CVS: ----------------------------------------------------------------------
2004-09-20 17:48:19 +00:00
rkingdon
65d92fbcd9
Fixed bug #1952 .
2004-09-20 15:01:41 +00:00