Commit Graph

35 Commits

Author SHA1 Message Date
gustav_delius 839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius 6ecde2bef3 replaced very old install.html with current version from lang/en/doc. I guess this is duplicated here to make it easier to find for people? 2004-05-08 22:09:46 +00:00
moodler 3cae82fe52 Adding this back again to help brand-new installations and to keep
some old links alive.
2002-12-29 15:06:31 +00:00
moodler f1dacb2ed0 Changes to how documentation works. A thin PHP interface now fetches
files from the language packs.  If a file isn't available in the current
language, then English is used.
2002-12-29 14:39:52 +00:00
moodler 1342d68a8a Tweak 2002-12-23 16:12:44 +00:00
moodler 67fcf6818a Tweak! 2002-12-23 16:10:06 +00:00
moodler d51fb96e98 More up-to-date-info 2002-12-23 16:07:38 +00:00
moodler 51e734b85f Some more information about buggy_referrer 2002-12-13 16:10:14 +00:00
moodler 31861304ec Changed styles.css to styles.php ... 2002-12-10 09:50:18 +00:00
moodler 95ea4a41ad Some info about forcetables 2002-12-07 07:19:28 +00:00
moodler 0581a9f7c8 More info about database user 2002-11-26 03:19:15 +00:00
moodler b275ff65cb Additions and clean ups 2002-11-26 03:07:49 +00:00
moodler ad40c8a23c Updates 2002-11-21 15:30:53 +00:00
moodler 9fc3aa87b4 Tweaks 2002-11-07 03:01:53 +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 d0030cf051 A little more explicit about PHP requirements 2002-10-15 03:48:04 +00:00
martin d7ea4a225d Info about lib/htaccess 2002-09-25 16:38:09 +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 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 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 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
martin 501cdbd8bb OK, some massive changes with many files removed or changed.
Basically the changes are:

 - I've merged the 'discuss' module into the forum module
   which makes the interface MUCH clearer for everyone
 - I've added a new 'single' forum type that replicates
   what the old discuss course modules used to look like.
 - I've got rid of the "discussion" forum type - it will
   still exist in upgraded courses but as a normal forum.
 - the 'discuss' module is completely deleted - gone.
 - the 'chat' module is completely deleted - gone.
 - The upgrading system has been improved, and all code
   is stored in version.php.
 - I've put in upgrading commands to do the best I can
   (right now) to upgrade courses that used the discuss
   module.  It should mostly work, just leaving some
   "orphan" coursemodules on you course front page.  You
   can easily delete these using the little 'x'.
   I may have forgotten something  - I've only tested on
   my testing server and I'm about to test on my production
   server to see how it goes.
 - Forums have a lot of little new features and fixes.  The
   main one is the subscription process.  Teachers can 'force'
   subscriptions on any forum.  This disallows everyone from
   choosing their own mail subscription - it's just on.
 - The assignment module is half-finished and not working yet

I've still some massive changes to do, mostly involving making
all the lib.php function names more standardised, so consider
this is an interim checkin to do some tests.
2002-07-31 14:19:35 +00:00
martin 2eb7548ede Added note about config-dist.php 2002-05-17 13:34:19 +00:00
martin f5cfe2e349 Added version control strings 2001-12-09 10:34:19 +00:00
martin 809c6752bd First version of HTML documentation 2001-12-06 04:23:25 +00:00