gustav_delius
ec99b88e97
$isteacheredit was not defined
2005-02-13 13:23:46 +00:00
gustav_delius
eb58929bbb
Added string 'counteditems' to allow better translation of things like "8 students", see bug 2530
2005-02-13 11:22:48 +00:00
moodler
333f44dab0
Handle longtimenosee of zero
2005-02-07 01:23:44 +00:00
defacer
2107c1f721
Changing the inline centering with an id.
2005-01-31 01:20:43 +00:00
defacer
af04e86a78
Removing deprecated <font> and <center>.
2005-01-31 01:03:41 +00:00
defacer
40d4f7362a
Removing <font> tags. I didn't add any styles because there was no
...
visible difference in text size after the removal.
2005-01-31 01:00:21 +00:00
defacer
686fafc187
Bugfix: don't revert to full details display when clicking on the sorting
...
links in the table headers. Remain in the display mode you were before.
2005-01-31 00:56:00 +00:00
gustav_delius
ea2d8d8a27
fixed bug in paging bar on participants list
2005-01-24 17:40:47 +00:00
defacer
9407d4563f
According to the final comments in SC#65:
...
Made isteacher() require that the first parameter (course id) be
specified and non-empty. If it is empty, [i.e., 0, which was used to
simulate what has now become isteacherinanycourse()], then the return
value IS correct but a warning is printed on screen. This should allow
us to track down any such calls in legacy modules without breaking Moodle.
The correct way to check for teacher status in ANY course is now to
call isteacherinanycourse().
2005-01-23 21:38:01 +00:00
moodler
f20ff20449
Merged fix from STABLE to hide hidden teachers in a course with separate groups
2004-11-11 08:10:01 +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
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
9a58f7cb85
towards XHTML compliance
2004-09-12 21:43:59 +00:00
moodler
031c49fabb
HTML code tidy up
2004-09-07 08:05:25 +00:00
defacer
480dda610c
Fix for bug 1892:
...
Hidden teachers are not shown anymore in the less detailed participants view.
PS1: Can you believe I didn't know you could hide a teacher? :o
PS2: I just _LOVE_ using lambda functions! It's soooooooo very cool it makes
me think I may be programming in the wrong language! :P
2004-09-06 08:06:55 +00:00
defacer
74aa7233f5
For small courses, "more details" is default.
2004-09-04 14:41:14 +00:00
gustav_delius
03f191ad65
added little edit icons on participants list, see bug 1896
2004-09-04 13:51:19 +00:00
defacer
4bc162b7a5
Lots of things going on:
...
1. Added a dropdown box at the top right which allows you to manually choose
the display mode for the user lists.
2. Fixed the bug where "Show all X users" was displayed when it shouldn't.
3. Merged the latest changes from the MOODLE_14_STABLE branch. This wasn't
done before and it gave me the creeps. All changes seem to be good, so
I hope I didn't checkin anything dangerous.
Will synchronize the MERGED tag on the branch, too.
2004-09-01 13:56:12 +00:00
gustav_delius
222ac91bc9
removed unnecessary calls to get_site()
2004-08-29 14:15:40 +00:00
gustav_delius
a5db6f8a49
got rid of some undefined index notices
2004-07-01 08:27:58 +00:00
gustav_delius
62b8075632
Changed participants list for site couse, see http://moodle.org/mod/forum/discuss.php?d=8455
2004-05-30 18:46:42 +00:00
moodler
f8f63ecdd5
On second thoughts, Eloy was right - showall is useless. :-)
2004-02-17 12:18:02 +00:00
moodler
987ecd9806
showall is an optional variable that will showall the people in one list
2004-02-17 12:16:14 +00:00
moodler
2cb2ce61ad
When separate groups are being used, only show teachers and students who have
...
access to that group
2004-01-31 04:08:10 +00:00
moodler
951b22a829
Completely got rid of user/lib.php
...
- print_user() went to weblib.php and got tidied up
- The graphics functions went to lib/gdlib.php
See Bug 922
2004-01-10 16:41:29 +00:00
moodler
eca1c454d7
Use fullname display for actual name in list
2003-11-28 16:16:59 +00:00
moodler
959e11bf24
Fixed paging bar at the bottom of the page
2003-11-12 07:40:09 +00:00
moodler
a328425d17
New feature based on code from Gustav Delius
...
-> A-Z subsets on the participant list.
http://moodle.org/mod/forum/discuss.php?d=3162
I also made a new datalib function called count_course_students()
2003-11-04 12:09:52 +00:00
stronk7
40c9e047e0
Another small typo, == instead of =. :-D
2003-10-31 14:24:44 +00:00
stronk7
8c844d2d40
Small typo preventing users to be sorted. :-)
2003-10-31 14:22:37 +00:00
moodler
4d744a220a
Added a new column to user_students and user_teachers called "timeaccess"
...
for recording the last access to the COURSE.
This is updated at the same time as add_to_log and is now used instead
of user->lastaccess when course user listings are required.
This means course listings now show what you expect and open up the way
for a "current users" listing and instant messaging etc ...
2003-10-27 12:38:00 +00:00
moodler
1b6a4b1db2
Some cleanups for some of the HTML, including addition of new styles
2003-10-21 06:40:39 +00:00
moodler
5833a6c8eb
The list of countries has finally been moved into the language packs
...
so it can be translated.
There is now a new function get_list_of_countries() which will return a
sorted array of countries in the best current language.
get_string("AU", "countries") will also work if needed
2003-09-26 08:04:48 +00:00
moodler
30bacddc59
Fixed user display with less than 20 students
2003-09-20 05:19:02 +00:00
moodler
4969ad7400
First attempt at proper paging for the user page.
...
Still needs some work ...
2003-09-18 04:46:34 +00:00
moodler
55e4b5f97d
Some cleanups of the admin page to make it
...
- more explanatory
- more expandable
Apologies for the lost muscle memories, but I think this
will work better in the long run.
2003-08-10 08:01:14 +00:00
moodler
02e44e7cf4
Print better loggedin info at the top of the page
2003-05-26 07:54:34 +00:00
moodler
69ec0a8b1d
Moved info about automatic unenrolling to the top where it makes more sense
...
I think.
2003-05-16 06:27:23 +00:00
moodler
dc95f4a11b
Always print full number of student at the top
2003-04-29 12:51:21 +00:00
moodler
81f186b47a
I'm getting wierd numbers of records returned on moodle.org.
...
This fix makes the page a bit more robust even if this is
happening.
2003-04-28 16:13:46 +00:00
moodler
dc0dc7d5dd
Tidying up the way pix images are used.
...
It's now also possible to override the standard pix with a set of new ones
in a theme.
2003-04-28 04:32:55 +00:00
moodler
8b72b41bf9
Better looking code
2003-04-14 05:44:47 +00:00
moodler
b610b4c2fd
Showall is sticky, and also you get a warning about the number
2003-04-14 03:02:25 +00:00
moodler
dea49bdd6c
Changed wording a little
2003-04-14 02:56:31 +00:00
moodler
a625debc38
Simplified display - less unnecessary clutter
2003-04-14 02:52:11 +00:00
moodler
15c715211e
Mucking with the formtting
2003-04-14 02:48:40 +00:00
moodler
980d545f4f
Smaller info
2003-04-14 02:45:03 +00:00
moodler
c5b6666eaf
Better support for large classes
2003-04-14 02:42:40 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
9ae472a374
New message about users being automatically unenrolled
2002-11-22 17:28:55 +00:00