paca70
4c20cd82f2
Fixed some "not defined" messages
2004-10-22 13:46:28 +00:00
moodler
492dc7b9c6
Some changes for XHTML and accessibility compliance
2004-10-19 09:37:01 +00:00
stronk7
ebfff4e014
admin/module.php is now using sesskey.
...
Merged from MOODLE_14_STABLE
2004-10-03 09:48:08 +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
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
1c5d9bbbec
closed some br tags
2004-09-12 22:29:44 +00:00
gustav_delius
b4510d5333
closed some input tags
2004-09-12 22:23:51 +00:00
gustav_delius
9a58f7cb85
towards XHTML compliance
2004-09-12 21:43:59 +00:00
gustav_delius
a9ef4a630a
closed <input /> <br /> <hr />
2004-09-12 14:41:49 +00:00
gustav_delius
222ac91bc9
removed unnecessary calls to get_site()
2004-08-29 14:15:40 +00:00
gustav_delius
8f6b80b90c
Merging from stable branch
2004-08-24 18:38:14 +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
gustav_delius
90fcc576ea
Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic.
2004-08-21 20:20:58 +00:00
moodler
3d13d66a88
Removed some notices ... argh, this module needs help ...
2004-08-12 08:05:51 +00:00
stronk7
93dc66a6b3
Added one string to moodle.php
...
To be used in different places.
Bug 1646
(http://moodle.org/bugs/bug.php?op=show&bugid=1646 )
Merged from MOODLE_13_STABLE
2004-07-19 18:18:21 +00:00
moodler
070528fc79
MOdules are dependent on this version of course/mod.php
2004-06-04 07:28:34 +00:00
moodler
7613890851
BRANCH MERGE
...
These are the changes from MOODLE_13_STABLE, merged into trunk
The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point
The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
jungwirr
4358842a68
fixed bug #1380 - string in index.php
2004-05-12 15:35:37 +00:00
moodler
7e07c5cced
Fixed some short tags (found by Eloy!)
2004-05-10 17:40:10 +00:00
jungwirr
afa120e3c0
fixed bug 1325 - hard-coded string for add multiple rolls
2004-05-06 19:39:42 +00:00
jungwirr
311b524ac2
changed the options settings to be more compliant with the rest of the
...
modules.
Added help page links for many options.
Changed the style of the add multiple interface to match mod.php
2004-05-05 17:06:56 +00:00
jungwirr
88521dee99
fixed a bunch more foreach loops to test for null value on the iterated
...
collection
2004-05-04 19:13:53 +00:00
jungwirr
2f226580b5
fixed viewall.php to reflect the (unlikely) circumstance where a user is a
...
student AND a teacher in a course.
2004-05-04 19:05:41 +00:00
jungwirr
018e87bedb
Fixed the empty grades for attendance.
...
Added log_display database records
2004-05-04 17:18:02 +00:00
jungwirr
86eb8c6e0d
Added "Take attendance" option that allows a teacher without edit
...
privileges to modify the appropriate aspects of the roster.
2004-05-04 16:12:15 +00:00
jungwirr
51383e2cdf
fixed another foreach problem in lib.
...
Added a todo section to the README
2004-05-03 19:59:02 +00:00
moodler
a7f4452d11
Updating version numbers of all Modules to make things a bit clearer
2004-02-01 04:42:39 +00:00
moodler
9423833cd9
All modules now require the very latest because of the changes to add_to_log
2004-01-31 15:25:00 +00:00
moodler
037f99aa2d
Upgraded add_to_log to send cm->id
2004-01-31 15:22:04 +00:00
moodler
83f007bf39
Define minimum required versions of Moodle
2004-01-28 04:27:57 +00:00
les_kopari
79741ebe7e
Added one column and modified test cases.
2004-01-17 14:18:55 +00:00
les_kopari
08481e544c
Inserts for MySQL and PostGRES.
2003-12-24 17:33:05 +00:00
les_kopari
218cb966c5
Initial add.
2003-12-24 17:29:30 +00:00
jungwirr
129b43ee0e
fixed foreach problem on line 125 per request from forums
2003-11-07 04:29:13 +00:00
moodler
b16f0342a3
Add a check in case no attendances are defined
2003-10-16 04:17:53 +00:00
jungwirr
7386d3d886
fixed some foreach problems with if tests
2003-10-15 14:34:50 +00:00
jungwirr
da5d1efec9
fix attempt for auto-attendance logging. Set to use gmdate and gmmktime
...
functions.
2003-10-08 19:09:39 +00:00
jungwirr
aa47f2710d
added official support for postgres7
2003-10-08 18:02:10 +00:00
stronk7
0585509135
Simply, move the XXXX_get_participants() function from
...
bottom to the common function area.
See bug 807
2003-09-29 15:27:30 +00:00
stronk7
ddd0f4ef09
Now the JumpMenu is showed when listing activities of this module.
...
See Bug 803
2003-09-28 16:53:17 +00:00
stronk7
9ab344eebc
Now, when listing activities, entries are dimmed if they are hidden
...
(teacher view). See bug 802.
2003-09-28 10:57:22 +00:00
jungwirr
ea5ae1a70f
changed icon per martin's suggestion
2003-09-27 20:40:41 +00:00
moodler
ffe242df4d
Attendance now uses the main Moodle version of the Excel library
2003-09-26 04:27:53 +00:00
jungwirr
ec0ce75f90
updated view to show extra information re: grading, dynamic section,
...
automation based on logs.
2003-09-25 23:09:28 +00:00
jungwirr
29bd1e46c5
Added grading support for attendance - including settings and database
...
fields.
Cleaned up some function names in lib to proper naming conventions.
2003-09-25 22:47:11 +00:00
stronk7
58fb571d4d
Now autoattend field is supported in backup/restore.
...
Ciao.
2003-09-25 19:38:28 +00:00
jungwirr
eab709a095
Added automatic attendance logging based on date and any activity by
...
student on that day. NOTE - cron must be running for this to work
properly
Modified multi-page views to use arrows instead of words, added a first
page and last page link as well. Cleaned up that nav menu a bit as well.
2003-09-25 18:54:18 +00:00
les_kopari
39cb14779b
Initial add for Oracle.
2003-09-25 01:11:22 +00:00
jungwirr
bff1d71664
removed demo file from library
2003-09-24 19:11:14 +00:00
jungwirr
275b48ac2b
changed the excel writing library to a more fully-featured, less buggy
...
one.
2003-09-24 19:10:14 +00:00