1228 Commits

Author SHA1 Message Date
gustav_delius
5a2dea02dc keeping time information when student becomes teacher 2004-09-04 13:23:08 +00:00
defacer
eceb9c5ce4 Small change, checking for file existence is arguably better this way. 2004-09-04 13:14:20 +00:00
paca70
5961942732 Use getremoteaddr() to get client address.
CVS: ----------------------------------------------------------------------
2004-09-04 11:02:45 +00:00
paca70
f97ab1ec36 New function to get client address 2004-09-04 10:54:54 +00:00
mchurch
658724df8f Added failsafe code in case config files haven't been updated. 2004-09-03 20:19:16 +00:00
mchurch
25d18413cf Added new default block definition functionality. 2004-09-03 20:09:36 +00:00
julmis
766634bb5c Added spell-check icon 2004-09-03 19:50:29 +00:00
mchurch
63574ba81f Added <tt> and <code> tags to valid tags. 2004-09-03 18:00:41 +00:00
paca70
01e2ea5fa3 New field "guid" added to table user.
This can be userd to store "global unique identifier" from external databases
like Windows SID or eDirectorys guid . This will keep upcoming user syncronization
feature reliable in case of renamed users.
Mysql files are untested.
php -l mysql.php does not show any syntax errors, so files
should work.
2004-09-03 10:49:44 +00:00
moodler
9d54c2fb73 Merged fix to allow referrals from the home page 2004-09-01 11:24:35 +00:00
julmis
846836a553 Try to ignore some xhtml tagging by provide -H option to aspell 2004-08-31 21:36:55 +00:00
moodler
71f9abf917 Merged changes from stable (fixed external auth) 2004-08-31 12:33:20 +00:00
defacer
fbf5081c4a Merging changes from MOODLE_14_STABLE 2004-08-31 12:31:59 +00:00
moodler
9a3936a95e Merged loginhttps config from stable 2004-08-31 08:41:26 +00:00
defacer
c169db3b66 Merging latest blocks-related stuff from MOODLE_14_STABLE. 2004-08-31 07:29:25 +00:00
moodler
3271b70ff3 Fixed an unquoted string (merged from stable) 2004-08-30 17:47:21 +00:00
gustav_delius
2700d113a2 Merged from HEAD 2004-08-30 17:27:00 +00:00
moodler
b26a0bf06b Merged default font changes 2004-08-30 16:57:44 +00:00
moodler
e02c35b2ae Merged block upgrade fix from stable 2004-08-30 16:26:00 +00:00
moodler
d9e12f5a06 Merged new config variable from stable 2004-08-30 13:23:09 +00:00
moodler
3df2c54344 Merged from Stable (fix for color fonts) 2004-08-30 12:13:02 +00:00
moodler
206a507520 MErged from CVS 2004-08-30 08:44:00 +00:00
gustav_delius
7b5944cdb3 Can now force subscribe INITIALLY, implementing suggestion by Howard in bug 1084 2004-08-29 19:17:27 +00:00
gustav_delius
709f0ec8d5 Can now force subscribe INITIALLY, implementing suggestion by Howard in bug 1084 2004-08-29 18:20:13 +00:00
moodler
b06d217133 Merged new version from stable 2004-08-29 15:46:22 +00:00
gustav_delius
2a2f5f1181 now the lastaccess field is also updated upon every login, closing bug 1833 2004-08-29 15:00:08 +00:00
gustav_delius
0475502255 got rid of update_user_in_db, see bug 1833 2004-08-29 14:24:05 +00:00
gustav_delius
222ac91bc9 removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
gustav_delius
540995b801 add_to_log now updates lastaccess if used on site. See bug 1821 2004-08-29 11:41:55 +00:00
moodler
3cac987a62 Make sure guest is always manual 2004-08-29 08:04:37 +00:00
moodler
27286aeb12 Merged authentication logic fixes from STABLE 2004-08-29 05:48:15 +00:00
thepurpleblob
963c3b552d $courseid now sent to wiki conversion properly 2004-08-27 14:31:40 +00:00
thepurpleblob
546764d89c Now gets it's courseid properly from the caller 2004-08-27 14:22:01 +00:00
julmis
c1137f58c7 Enabling image edit also in student view (Bug #1792) 2004-08-27 06:58:53 +00:00
julmis
af815ebd77 Merging changes from MOODLE_14_STABLE 2004-08-26 20:32:28 +00:00
julmis
bcdfed7384 Merged 2004-08-26 18:44:49 +00:00
moodler
eb2aa909d7 Merged from stable (sideblockheading style fix) 2004-08-26 14:35:14 +00:00
paca70
c14964b025 Fixed bug 1801
Untested on mysql, but should work with out problems.
2004-08-26 13:45:26 +00:00
moodler
76201e6648 Merged from stable 2004-08-26 12:41:46 +00:00
moodler
90e736bd2d Merged latest tweaks 2004-08-24 14:26:35 +00:00
moodler
e69ef14bf2 Merged changes from 14 STABLE 2004-08-24 04:58:06 +00:00
defacer
629b5885f7 Here buggy buggy...
General announcement:
If you 're running in debug mode and suddenly the HTML editor stops working
for no apparent reason, check your HTML source to find PHP notices embedded
in JS code, screwing it up and thus making it unexecutable. This has happened
to me more times than I can remember.
2004-08-23 13:18:39 +00:00
defacer
15a94ad920 Attention to detail: this prevents generating a warning if $focus is not set.
Of course, the warning is hidden inside JS and thus invisible to the naked eye.
2004-08-23 08:34:51 +00:00
moodler
ec51c7fb33 Don't lower-case parsed attributes 2004-08-23 02:21:59 +00:00
julmis
cd361ce562 Fix for Bug #1763 2004-08-22 22:55:06 +00:00
defacer
0e9af91794 Fix for bug 1678:
Now when the format of a course is changed, all blocks which are not
applicable for it anymore are automatically purged.
2004-08-22 16:48:28 +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
julmis
b8db385fa1 Insert Image dialog works now also in debug mode. 2004-08-22 09:49:25 +00:00
julmis
d11d6771f6 Larger sizes for dialogs. 2004-08-22 09:16:16 +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