902 Commits

Author SHA1 Message Date
moodler
f75b1ea426 Including the MP3 player source along with it. 2004-01-09 08:46:44 +00:00
moodler
ca34d03f32 A general-purpose MP3 player in Flash 2004-01-09 03:30:44 +00:00
moodler
14f3260978 Fix for case calling get_courses("all") when there is no user 2004-01-08 04:50:43 +00:00
stronk7
1a0c9eff8e Removed duplicate showreports field in course table!!
That (yy)yanked and (pp)pasted lines!! :-)
Thanks to Juan Pablo, from Bolivia.
2004-01-04 11:51:47 +00:00
stronk7
e9f3e715dd Add one more eregi_replace, because the 'alnum' allows the
comma char and it can cause some problems in filenames.

Off-topic: This is my 1st commit with my new eMac !! My old iMac screen
died two days ago... :-( but I've recovered everything :-)
2004-01-03 20:53:25 +00:00
les_kopari
0253cd4edc Adding remaining schema.xml files, one per table...still more to come.
See execution listing for test results thus far.
2004-01-02 18:12:45 +00:00
les_kopari
5a2f8b8dcd Initial. 2004-01-02 18:08:06 +00:00
les_kopari
7a55fe065d Initial add. 2004-01-02 17:55:09 +00:00
les_kopari
920d44320d Initial add...separate .xml file for each table. 2004-01-01 19:41:48 +00:00
les_kopari
18eaa5d2ca Initial add...just the first two tables, config and course. 2004-01-01 19:38:51 +00:00
moodler
02759cb587 On group images use description in the title ... 2004-01-01 08:36:53 +00:00
moodler
75194fffbf Temporary sorting order on group members 2003-12-31 14:16:55 +00:00
moodler
f2c80965f5 Some improvements when displaying PNGs 2003-12-31 13:39:08 +00:00
moodler
3facf28fe1 Fix when storing group memberships in USER session 2003-12-30 19:06:53 +00:00
moodler
2d439c9d59 Slight fix for MySQL 4 2003-12-30 18:19:15 +00:00
moodler
0da33e07b9 Need to change table name! It was tougher than I thought to work around
the reserved word "group"
2003-12-30 18:07:09 +00:00
moodler
f374fb1006 This is the first check-in of support for groups.
It's very early (it doesn't actually do anything yet!) but you can
define groups and get an idea of how the interface is shaping up.
I also wanted to show that I have actually done something on this! :-)

From here my plan is to add group support to the modules, one by one
(forums first), then go back and clean up some of the central interfaces,
graphics etc.

Finally, test, test, test and get 1.2 out well before the end of February.
2003-12-30 17:18:06 +00:00
moodler
e3b343e0e3 Some improvements to style_sheet_setup based on this from John Dell
http://moodle.org/mod/forum/discuss.php?d=4171
2003-12-22 02:43:51 +00:00
moodler
60b9a5658f FIxed some faulty form 'target's that weren't using $CFG->framename 2003-12-14 15:03:23 +00:00
julmis
4351130450 added wordClean function and new table operations
- column sizes are calculated automatically from
  table width
2003-12-14 14:57:33 +00:00
moodler
69d51d3a81 Prevent funny-looking text when trying to highlight a null string 2003-12-13 06:27:25 +00:00
moodler
6942583e02 Larger steps on minutes when printing times - see bug 912 2003-12-08 17:20:31 +00:00
moodler
d4b1ce148f Use filemtime instead of filectime 2003-12-08 13:32:32 +00:00
moodler
e7b51a9bf0 Add a check for GD library 2003-12-06 06:47:32 +00:00
moodler
6f0c8b88b4 A little script to quickly check compatibility on servers. 2003-12-06 06:43:21 +00:00
julmis
d1e5e6359e Improvement to table editing. If table border is set to zero
you'll still see the dotted border.
2003-12-03 17:34:41 +00:00
moodler
3f1d9b22ba Undoing that last checkin while I examine the consequences for other
database types
2003-12-02 16:21:28 +00:00
paca70
ce24824eba To fix postgresql 7.4 default values.
Starting with v. 7.4 postgres is returning default-values with datatype in form:
'default value'::data type
This cannot be inserted back to database so DEFAULT keyword must be used.
2003-12-02 15:42:33 +00:00
moodler
316ebf78a3 Take post_max_size into account when calculating maximum sizes. 2003-12-02 14:34:24 +00:00
paca70
a051e31700 To fix postgres column renaming. 2003-12-01 22:28:36 +00:00
moodler
b5cbb64dc5 Final pieces to allow site-wide configuration of name display.
Site variable can override order of "firstname lastname" or it
can leave it up to the language packs.
2003-11-30 14:02:01 +00:00
moodler
086f592ebc Bugfix - don't use control keys if alt key is also down (to fix Polish) 2003-11-30 00:35:32 +00:00
moodler
db0d033776 Fix navigation buttons for hidden buttons 2003-11-29 02:27:04 +00:00
moodler
2d71e8ee23 Use fullname function for name in login string 2003-11-28 11:00:46 +00:00
moodler
627407365c Tiny hack for Qmail - I've come across one system which REQUIRED the IsQmail
method of phpmailer to be used.

This is now possible just by specifying "qmail" in the smtphosts field.
2003-11-28 10:57:58 +00:00
moodler
0b4c582298 Some changes to use fullname function for names 2003-11-28 10:53:07 +00:00
moodler
40387b0fc7 Use fullname() function for name 2003-11-28 10:47:39 +00:00
willcast
ef5b38b267 - Adding a new class to fetch remote files through PHP. 2003-11-27 19:02:31 +00:00
moodler
f2d91421fd Added new navmenu function that now prints next/previous buttons - it's
based on code from Gustav Delius.  Thanks, Gustav!
2003-11-25 04:19:58 +00:00
moodler
e2cd50652b This function is just a stub to stand in for a while until I have more
time ... Following this I'll be converting all the other files around
the place to use this function.
2003-11-19 15:59:45 +00:00
julmis
b694b2bd1f Increase size to popups for translations. So buttons or text
would fit into popups.
2003-11-18 08:01:35 +00:00
moodler
f8dbffb1c0 Check for string before sorting it 2003-11-17 02:19:13 +00:00
moodler
1040ea8501 A workaround for a PHP bug with Turkish, and some fixed strings changed from "" to '' 2003-11-12 07:39:10 +00:00
julmis
a3ee23b115 Fixing charset setting. 2003-11-11 23:19:39 +00:00
julmis
3b26f9fb20 Link correction to smileys 2003-11-10 21:04:12 +00:00
julmis
835cc2f85e Charset update 2003-11-09 11:30:52 +00:00
julmis
3c62da905c Change insertSmile function to use insertHTML or pasteHTML method
since insertimage method is not working so good in gecko based browsers
2003-11-08 14:41:30 +00:00
julmis
8dcd870756 Changes to charset and window return value is now "string". 2003-11-08 14:39:52 +00:00
julmis
88f614bf1c Change charset to dynamic "print_string("thischarset")" 2003-11-08 14:38:39 +00:00
moodler
82196932b0 Forgot to check this in ... has a new function 2003-11-07 15:11:34 +00:00