]> git.mjollnir.org Git - moodle.git/commit
***NOTE NOTE NOTE **********************************************************
authormoodler <moodler>
Thu, 17 Oct 2002 14:03:59 +0000 (14:03 +0000)
committermoodler <moodler>
Thu, 17 Oct 2002 14:03:59 +0000 (14:03 +0000)
commit2a439ba7f69ccade8bc42dd40c78e1e3c0af8f00
tree94cb241e5e8ecce0e784d3f01d7b2a8799a40b70
parente1ac42728da267fd9fe77d11e487397be3642847
***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.
21 files changed:
RELEASE.html
course/lib.php
course/social.php
doc/developer.html
doc/features.html
doc/future.html
doc/teacher.html
index.php
lang/en/resource.php [moved from lang/en/reading.php with 65% similarity]
lib/db/mysql.php
lib/moodlelib.php
mod/resource/db/mysql.php [new file with mode: 0644]
mod/resource/db/mysql.sql [new file with mode: 0755]
mod/resource/details.php [new file with mode: 0644]
mod/resource/icon.gif [new file with mode: 0644]
mod/resource/index.php [new file with mode: 0644]
mod/resource/lib.php [new file with mode: 0644]
mod/resource/mod.html [new file with mode: 0644]
mod/resource/version.php [new file with mode: 0644]
mod/resource/view.php [new file with mode: 0644]
version.php