Commit graph

63 commits

Author SHA1 Message Date
moodler
9fc3aa87b4 Tweaks 2002-11-07 03:01:53 +00:00
moodler
aa96df8fef New version and release notes for 1.0.6.1 2002-11-06 08:30:33 +00:00
moodler
34fdf5b933 Minor wording changes 2002-11-05 07:06:36 +00:00
moodler
3ea810dab0 Added Spanish 2002-11-05 07:04:44 +00:00
moodler
024172be96 Fixed links back to top 2002-10-29 15:02:09 +00:00
moodler
e149249bd2 Improvements to documentation formatting, content etc 2002-10-29 14:48:58 +00:00
moodler
d6cd6ec4f6 New upgrading page (replaces the old UPGRADING.txt) 2002-10-29 03:47:43 +00:00
moodler
627de17eda Typo (Survey mentioned twice) 2002-10-27 03:10:10 +00:00
moodler
06a609e91e One more thing - I' moved the RELEASE.html into the other documentation
to make it easier to find later on.
2002-10-26 05:37:31 +00:00
moodler
736458f308 Moving ../RELEASE.html to here 2002-10-26 05:32:26 +00:00
moodler
6673b085a9 Updated with some new features 2002-10-24 03:11:57 +00:00
moodler
eb8eb6abc5 Rearranged to alphabetical order 2002-10-23 14:33:23 +00:00
moodler
51cc244d12 Added quizzes 2002-10-21 03:04:05 +00:00
moodler
aef47af493 Added RTE etc 2002-10-18 16:01:35 +00:00
moodler
2a439ba7f6 ***NOTE NOTE NOTE **********************************************************
THIS IS A BIG CHANGE!

I've renamed the "reading" module to "resource".

This meant changing quite a few references throughout Moodle.

The automatic upgrade process should work OK (it worked OK on my
development server) and there shouldn't be any problems.

BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING
UNTIL I HAVE A FEW MORE TESTS!   If you upgrade please let me know.

One thing that will break are any hard-coded links within forum messages.

What I will be doing to fix this on my apache server is to add this to
httpd.conf:

Redirect /mod/reading/ http://moodle.com/mod/resource/

Sorry about any inconvenience, but it's better this is done sooner than later.
2002-10-17 14:03:59 +00:00
moodler
d0030cf051 A little more explicit about PHP requirements 2002-10-15 03:48:04 +00:00
moodler
ff80e012b0 Miscellaneous little changes from today ... 2002-10-14 16:00:55 +00:00
moodler
c4a4cae062 Added another translator for Finnish 2002-10-10 07:29:44 +00:00
moodler
b2a82ad65c Make names into a list 2002-10-04 02:54:53 +00:00
moodler
3763e302ff Added Sebastien Nameche 2002-10-02 10:59:04 +00:00
martin
d7ea4a225d Info about lib/htaccess 2002-09-25 16:38:09 +00:00
martin
17b365f829 Updated Sebastien's address to seb@gaia.anet.fr 2002-09-24 08:54:44 +00:00
martin
380871ace1 Personal mentions 2002-09-23 04:04:31 +00:00
martin
2b6277bc51 Updated credits 2002-09-23 01:47:34 +00:00
martin
1be8717562 Updated for new configuration page 2002-09-19 14:06:28 +00:00
martin
37e9df195f Fixed Id 2002-09-16 03:23:10 +00:00
martin
c94e1535f8 Type on phpinfo 2002-09-16 03:20:55 +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
4ea53d802f More details about Moodle futures 2002-08-28 03:45:18 +00:00
martin
8865d49d19 Added IP-Atlas to credits 2002-08-26 09:05:16 +00:00
martin
a628dad3a9 Notes about the necessity of cookies being allowed 2002-08-22 02:24:07 +00:00
martin
407a39277c Anchor name fix 2002-08-21 02:05:47 +00:00
martin
55dd0d3021 Improvements to install documentation 2002-08-21 01:57:21 +00:00
martin
fec6290385 Slight formatting fix on list 2002-08-20 02:15:46 +00:00
martin
5d036bded5 Format fixes 2002-08-19 13:25:56 +00:00
martin
175ccb493f Significant improvements to distributed documentation 2002-08-19 13:19:07 +00:00
martin
bd295d1b5b Double footer looked funny. 2002-08-18 16:33:59 +00:00
martin
3c7331da30 Make the Help link in the course look like a seamless part of the course. 2002-08-18 16:31:23 +00:00
martin
dfa3f02697 SLight edits 2002-08-18 15:31:09 +00:00
martin
a3a7092200 New pictures for documentation. 2002-08-18 15:23:59 +00:00
martin
31ed825f22 Finally sat down and wrote this page. SHould do for now as a starter. 2002-08-18 15:23:21 +00:00
martin
dc252e3cd8 Placeholder 2002-08-18 10:00:01 +00:00
martin
ecac31f1ff new strings 2002-08-18 09:43:39 +00:00
martin
98f5f83209 Added link to moodle-cron-for-windows.zip 2002-08-16 08:33:54 +00:00
martin
68f0ef4628 EasyPHP is another option for Windows users 2002-08-15 03:10:25 +00:00
martin
2c855f18c7 Clearer docs for Windows users 2002-08-09 09:08:59 +00:00
martin
312a8d56f4 Brought the install procedure up to date 2002-08-09 06:25:50 +00:00
martin
c8da3bf4fe Updated this page (because now bugs.moodle.org exists) 2002-08-08 05:06:26 +00:00
martin
3d1329c99b Updated requirements. 2002-08-06 17:29:22 +00:00
martin
8223d27193 Widespread changes throughout Moodle to make sure it works on
servers that have register_globals turned off (this is the
default setting on newer version of PHP).

In fact it's partly a hack that globalises all GET, POST, FILES
AND COOKIE variables.  Unfortunately though the SESSION and
USER global session variables are only available as $_SESSION["USER"]
and $_SESSION["SESSION"], which is cumbersome to use.

So, for every request I now make a copy of these two session variables
into $USER and $SESSION.  Whenever I update them thoughout Moodle I
now have to call save_session("USER") which copies them back to the
session variable.  This seems to be working well now.

Because I'm using $_SESSION etc now this will raise
the required minimum version of PHP to 4.1.0
2002-08-06 17:23:45 +00:00