moodler
b35e1a9ab9
No chat for you! (guests)
2005-04-25 19:10:14 +00:00
moodler
d071637f39
Fix chat display to show timezones correctly
2005-04-25 16:40:39 +00:00
moodler
7f3f41ecfb
Added some reportlink classed to the report links
2005-04-13 07:45:47 +00:00
stronk7
200371e9f7
Now chat->name works under filterall.
2005-03-27 11:36:54 +00:00
defacer
3f95436073
Respect $CFG->showblocksonmodpages.
2005-03-16 03:26:21 +00:00
moodler
b846ac39ff
Standardise the intro box using an ID
2005-03-13 16:17:55 +00:00
defacer
dffd4bb948
You know you are beyond hope of redemption when you make "API uniformity" changes. ;-)
2005-03-02 05:56:24 +00:00
defacer
664923229c
Since $PAGE knows where the adminblock should be printed, let it do the printing.
2005-03-02 05:47:39 +00:00
defacer
3615b2b259
Simplifying to death using the new blocks_setup()
2005-03-02 05:19:47 +00:00
gustav_delius
ec81373f50
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
...
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
defacer
e96ba29d6f
Vastly improved styles, lots of inline styles removed, markup improved.
2005-02-12 11:37:09 +00:00
defacer
4f0d565da6
Bringing Quiz in line with Martin's "make Chat into a showcase for pages" idea.
2005-02-10 01:59:11 +00:00
moodler
37dfb27974
Moved chat PAGE stuff out of core as an example
2005-02-09 16:44:35 +00:00
defacer
5ccb85f048
Voila! Blocks support now in chats!
2005-02-09 15:47:22 +00:00
skodak
516121bd0d
radical chat clean up, see forum for details
2005-02-03 20:39:27 +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
1c61c8d6bc
fixed capitalization and quoting of attribute values
2004-09-12 15:06:29 +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
d022e34545
print notice when guest views chat.
2004-08-21 21:18:33 +00:00
gustav_delius
5be2cb7aef
removed notice
2004-08-21 20:25:15 +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
gustav_delius
067675c006
introduced the fullname() function in a lot of places. Still not complete though, especially in sorting.
2004-08-20 20:12:48 +00:00
moodler
d434b9aeeb
New stuff to support socket mode
2004-07-30 15:36:39 +00:00
moodler
fdff1f63a3
Fixes when displaying lists of users in group mode
2004-04-08 15:12:35 +00:00
moodler
1b1c19fff7
A small fix to show the right users on the view page when groups are being used
2004-04-08 14:35:36 +00:00
moodler
a43b24985f
Moving headings
2004-02-24 07:00:13 +00:00
moodler
84a2fdd706
Preliminary support for groups in Chat.
...
It's not well tested yet - I'm hoping to do some testing on moodle.org
with some real people and get this refined enough for the Beta release
later today.
2004-02-24 06:35:57 +00:00
moodler
62a575d157
Chat room text is now filtered
2004-02-16 17:39:05 +00:00
moodler
1eddd0d8f5
Added timezone display to reduce confusion
2004-02-07 12:27:23 +00:00
moodler
037f99aa2d
Upgraded add_to_log to send cm->id
2004-01-31 15:22:04 +00:00
moodler
315915628d
Keep guests out of chat
2003-11-03 10:22:24 +00:00
moodler
fcd3a1ee42
New feature - chat scheduling. Can now set a time for the next chat,
...
as well as rotating weekly or daily period.
Also some small fixes.
2003-07-25 06:47:06 +00:00
moodler
582de679a2
Some improved popup windows / links for user pictures
2003-07-24 02:25:23 +00:00
moodler
bd5c05ffa6
Spacers look funny on IE
2003-07-21 05:13:08 +00:00
moodler
b5477371e3
Put link at the top
2003-07-21 05:05:25 +00:00
moodler
c3ba081792
Add a display of current users on the view page
2003-07-21 05:03:15 +00:00
moodler
22a4491ae9
Some new code related to the new reports - uploading for testing on
...
other server - still very early
2003-07-21 03:16:19 +00:00
moodler
48bae72ffb
Slightly better window name
2003-07-09 12:55:07 +00:00
moodler
a2e9f1c579
Add a notification when people have left
2003-07-09 04:27:23 +00:00
moodler
34ce8fbbf4
Stuff
2003-07-07 12:12:44 +00:00
moodler
a63d100a03
Show the intro text now
2003-07-07 12:11:11 +00:00
moodler
1515a89e2d
Very early version of new chat module, made by Martin using ARSC as
...
an inspiration.
Works OK already on most newish browsers .. see mod/chat/README.txt for details.
2003-07-07 06:44:16 +00:00