605 Commits

Author SHA1 Message Date
martin
44e2d2bb42 Functions moved here from files/index.php (related to file handling) 2002-09-01 14:29:17 +00:00
martin
fedc147ef7 Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
martin
7b1c0ce35c Increased size of section summaries from 255 chars to 65000 chars. 2002-09-01 14:24:16 +00:00
martin
2f4de5e353 Mentioned that config.php needs to be edited using a *text editor* :-) 2002-08-31 02:44:21 +00:00
martin
26114038cc Prints an error message if theme can't be set 2002-08-30 16:02:10 +00:00
martin
54824c737d New strings for file management stuff 2002-08-30 13:28:57 +00:00
martin
0c377177ed Improved header now contains directory trail, and I internationalised
all the texts (buttons etc)
2002-08-30 13:18:06 +00:00
martin
2560d13338 Added slash after login to fix obscure problems on some servers 2002-08-28 15:53:39 +00:00
martin
f06c1d62dc Added slash after login link ... some servers have problems without it 2002-08-28 15:28:30 +00:00
martin
c21c671d74 Security fix for:
Internet Explorer bug that allows sends cookies to different sites if
  they have the same ending.  eg moodle.com cookie is sent to smec.moodle.com!!

  Also fixes case where multiple moodle installations may be in different
  directories on the same server.  When you go from one to the other the
  first session will be destroyed now (you can't be logged in the two
  at the same time).  It's just a lot safer this way, for now.

Basically this works by storing the wwwroot variable in the session
and checking it for every page.
2002-08-28 15:07:46 +00:00
martin
6e4c09db98 slasharguments wasn't being found (CFG not declared global) 2002-08-28 13:41:38 +00:00
martin
718deefdc8 Added powerpoint 2002-08-28 13:36:49 +00:00
martin
293eae6863 New icon 2002-08-28 13:36:36 +00:00
martin
5a34779307 Slight improvements to documentation 2002-08-28 13:20:20 +00:00
martin
ca4f8eb868 Moved uploaded assignment files into a subdirectory called moddata,
where data from other modules can also live later on.

Also added a README for that directory to warn teachers not to mess
with it, version code to perform the upgrade, tweaks to assignment/lib.php
and a tweak to reading module so that assignment files aren't listed
in the list of possible readings (could get messy).
2002-08-28 13:07:10 +00:00
martin
4ea53d802f More details about Moodle futures 2002-08-28 03:45:18 +00:00
martin
ee1ddef672 Tweak to side boxes 2002-08-26 20:45:01 +00:00
martin
915d17bb1e Further little tweak to front-page spacing 2002-08-26 20:41:02 +00:00
martin
670fddf176 Fix for front page case when no left column 2002-08-26 20:38:56 +00:00
martin
9ab327d6f7 Doesn't matter if user isn't provided 2002-08-26 11:04:01 +00:00
martin
5021d6acef MOODLE 1.0.1 RELEASED v1.0.1 2002-08-26 10:07:32 +00:00
martin
6e83bc8ea8 Upgraded version number to today, in anticipation of 1.0.1 2002-08-26 10:06:04 +00:00
martin
40b13d9ff4 Choose "general" forum now as a default 2002-08-26 10:01:46 +00:00
martin
248e837d24 New changes 2002-08-26 09:51:34 +00:00
martin
3f8247c2ea Changes to use a new configuration variable: CFG->slasharguments
If true, then display of user pictures or filenames will use the
method of providing arguments as "slash" arguments - this is much
better for caching, proxies, search engines etc.  Unfortunately
it doesn't seem to work on some PHP installations.

If false (the default), then a more compatible method is used
(ie usual way of passing parameters to scripts)
2002-08-26 09:48:00 +00:00
martin
ef4743b9bf Slightly bigger window 2002-08-26 09:28:01 +00:00
martin
57fa46e2a2 Nicer display of earth plot now contains user's name as well 2002-08-26 09:25:24 +00:00
martin
9268aa19ec Fixes to use Moodle background colour 2002-08-26 09:16:52 +00:00
martin
8865d49d19 Added IP-Atlas to credits 2002-08-26 09:05:16 +00:00
martin
ebea4e27cc Added popup links for IP addresses in logs (display IP location on world map) 2002-08-26 09:00:57 +00:00
martin
1864143c38 Adding IP-Atlas 1.0 to this distribution. I use it to provide maps
for IP addresses (in the logs).
2002-08-26 08:59:36 +00:00
martin
3335f6fbc6 Forums with many discussions (> 10) become abbreviated to a shorter display 2002-08-26 08:35:02 +00:00
martin
6f5db3b457 More direct link to index.php just in case they don't have index.php
set as a default page
2002-08-26 02:49:34 +00:00
martin
19a55d6776 Changes to improve layout and formatting on old Netscape (eg version 4) 2002-08-23 03:55:49 +00:00
martin
b0cb5e2297 Check that PHP is a recent enough version (ie 4.1.0 or later) 2002-08-23 02:14:19 +00:00
martin
7b3be1b12d New space-removal works better if done before adding link tags :-) 2002-08-22 08:31:29 +00:00
martin
0ab851127f If a post is updated that is also a discussion definition, then the discussion
name is updated with the post subject.
2002-08-22 08:01:21 +00:00
martin
729be1ab37 Experimental filters to remove returns from before and after tags, which
should mean neater formatting of lists and so on.  Needs testing.
2002-08-22 07:53:41 +00:00
martin
793f20b885 Tweaks to creation of user account while searching for the login
problem some people are having ...
2002-08-22 06:41:30 +00:00
martin
bd2ad32fba Added recent upgrades (course->guest, and user->maildisplay) 2002-08-22 06:40:48 +00:00
martin
a628dad3a9 Notes about the necessity of cookies being allowed 2002-08-22 02:24:07 +00:00
martin
882408f3be Handy link to course page, after assigning teachers 2002-08-22 02:23:41 +00:00
martin
4a62a65900 Whoops! comment out of place 2002-08-22 01:24:06 +00:00
martin
28b1e3ecec Just some comments about not removing the Moodle logo from the front page. 2002-08-21 14:08:40 +00:00
martin
ab24749566 Fixed dates when no-one is logged in (uses server time now, not GMT) 2002-08-21 13:55:49 +00:00
martin
55e078c0fa Users can now choose to hide their email address. In this initial version
there are three options:

0) Hide the email address from everyone (except the teacher of their course)
1) Allow everyone to see the email address, all the time.
2) Allow only participants in the same course to see the email address

Note, new field maildisplay in 'user'
2002-08-21 13:29:25 +00:00
martin
7363ff911f Fixed up guest access PROPERLY - it's now more obvious and simple for teachers
to set it how they want.  Guest access now has THREE states (off, on, on with key).
2002-08-21 12:54:27 +00:00
martin
babab0e100 Improved explanations 2002-08-21 11:11:49 +00:00
martin
4b3c8ea7c4 Clarified the documentation here 2002-08-21 10:56:14 +00:00
martin
407a39277c Anchor name fix 2002-08-21 02:05:47 +00:00