Commit graph

47784 commits

Author SHA1 Message Date
martin
97ea24e307 Updated README .. pages dir no longer exists - now "help" and "docs" 2002-09-04 13:38:38 +00:00
martin
a3cbb7539d Using different logo file to avoid caching problems on changeover 2002-09-04 09:39:03 +00:00
martin
a0376793c2 Sorted out moodle logos 2002-09-04 09:38:22 +00:00
martin
1903dd11d8 Tweaked the new icon 2002-09-04 06:32:50 +00:00
martin
ef9955b081 Better handling of user-entered URLs (add http:// if missing) 2002-09-04 05:07:17 +00:00
martin
5e391d346d New logo that should work on more themes 2002-09-03 16:58:49 +00:00
martin
90ebcad978 Switched these around and edited a little 2002-09-03 15:16:20 +00:00
martin
31410e9a16 Added a new administration page that can check the current language
pack against the English language pack.  It prints any missing strings
or files.  This should help language pack developers.
2002-09-03 14:29:39 +00:00
martin
cf38360f58 Language fixes, added english strings etc 2002-09-03 13:11:40 +00:00
martin
42389890d5 More efficient use of database in userday as well, plus the day graph now
always shows the whole current day
2002-09-02 16:35:41 +00:00
martin
f08cc8bbfe usercourse bar --> line graph for better display when lots of data 2002-09-02 16:03:33 +00:00
martin
e45e8d26da Alternate method of calculating usercourse logs .... is it faster? 2002-09-02 15:53:19 +00:00
martin
5be2f47cf4 Added Content-disposition header to help some browsers suggest the right
filename when saving pictures and files.
2002-09-02 09:06:43 +00:00
martin
0eae8049a0 Fixed over-zealous removal of returns from text ... 2002-09-02 07:41:39 +00:00
martin
cffbaff2dc Print the user's stated city/country as well 2002-09-02 07:18:13 +00:00
martin
d8e69c5c6d CHANGES UP TO MOODLE 1.0.2 2002-09-02 06:51:31 +00:00
martin
9febf87563 Added ability to define proxy machine (eg a firewall) so that Moodle
is able to get to the Internet if it needs to
2002-09-02 06:34:43 +00:00
martin
d3fcd70b3d Add Moodle support for proxies 2002-09-02 06:30:57 +00:00
martin
8aed46c7eb *** empty log message *** 2002-09-02 06:25:27 +00:00
martin
e92ea3d85f Fix the display when USER display mode is flat, and a parent is selected.
In this case, the display is temporarily changed to nested
2002-09-02 05:03:54 +00:00
martin
5a83a0a84e Default forum display mode is actually used now 2002-09-02 03:48:47 +00:00
martin
e181f6ab00 Removed the 255 character limit ... now they have a gun, I hope people
don't shoot themseves with it.   ;-)
2002-09-02 02:17:36 +00:00
martin
0c71c9ae0e Hide no-authority teachers from course listings too 2002-09-01 14:47:03 +00:00
martin
a3f0817b28 New documenttaion about attachments 2002-09-01 14:35:07 +00:00
martin
7f6689e4e0 Attachments can now be added to postings.
They are stored in the course moddata area.
They appear as links within the message, including mailed-out messages.
They are deleted when the post is deleted.
2002-09-01 14:34:38 +00:00
martin
e6e769a9ea Updates and changes 2002-09-01 14:32:12 +00:00
martin
6621349c31 Moved valid_uploaded_file out to lib/moodlelib.php 2002-09-01 14:31:49 +00:00
martin
088a2b71fb Documentation on file sizes 2002-09-01 14:31:14 +00:00
martin
f144c3054a DOn't print teachers with no authority 2002-09-01 14:30:39 +00:00
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 2002-08-26 10:07:32 +00:00