]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoFunctions moved here from files/index.php (related to file handling)
martin [Sun, 1 Sep 2002 14:29:17 +0000 (14:29 +0000)]
Functions moved here from files/index.php (related to file handling)

22 years agoMoved some functions out to lib/moodlelib.php
martin [Sun, 1 Sep 2002 14:28:08 +0000 (14:28 +0000)]
Moved some functions out to lib/moodlelib.php

22 years agoIncreased size of section summaries from 255 chars to 65000 chars.
martin [Sun, 1 Sep 2002 14:24:16 +0000 (14:24 +0000)]
Increased size of section summaries from 255 chars to 65000 chars.

22 years agoMentioned that config.php needs to be edited using a *text editor* :-)
martin [Sat, 31 Aug 2002 02:44:21 +0000 (02:44 +0000)]
Mentioned that config.php needs to be edited using a *text editor* :-)

22 years agoPrints an error message if theme can't be set
martin [Fri, 30 Aug 2002 16:02:10 +0000 (16:02 +0000)]
Prints an error message if theme can't be set

22 years agoNew strings for file management stuff
martin [Fri, 30 Aug 2002 13:28:57 +0000 (13:28 +0000)]
New strings for file management stuff

22 years agoImproved header now contains directory trail, and I internationalised
martin [Fri, 30 Aug 2002 13:18:06 +0000 (13:18 +0000)]
Improved header now contains directory trail, and I internationalised
all the texts (buttons etc)

22 years agoAdded slash after login to fix obscure problems on some servers
martin [Wed, 28 Aug 2002 15:53:39 +0000 (15:53 +0000)]
Added slash after login to fix obscure problems on some servers

22 years agoAdded slash after login link ... some servers have problems without it
martin [Wed, 28 Aug 2002 15:28:30 +0000 (15:28 +0000)]
Added slash after login link ... some servers have problems without it

22 years agoSecurity fix for:
martin [Wed, 28 Aug 2002 15:07:46 +0000 (15:07 +0000)]
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.

22 years agoslasharguments wasn't being found (CFG not declared global)
martin [Wed, 28 Aug 2002 13:41:38 +0000 (13:41 +0000)]
slasharguments wasn't being found (CFG not declared global)

22 years agoAdded powerpoint
martin [Wed, 28 Aug 2002 13:36:49 +0000 (13:36 +0000)]
Added powerpoint

22 years agoNew icon
martin [Wed, 28 Aug 2002 13:36:36 +0000 (13:36 +0000)]
New icon

22 years agoSlight improvements to documentation
martin [Wed, 28 Aug 2002 13:20:20 +0000 (13:20 +0000)]
Slight improvements to documentation

22 years agoMoved uploaded assignment files into a subdirectory called moddata,
martin [Wed, 28 Aug 2002 13:07:10 +0000 (13:07 +0000)]
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).

22 years agoMore details about Moodle futures
martin [Wed, 28 Aug 2002 03:45:18 +0000 (03:45 +0000)]
More details about Moodle futures

22 years agoTweak to side boxes
martin [Mon, 26 Aug 2002 20:45:01 +0000 (20:45 +0000)]
Tweak to side boxes

22 years agoFurther little tweak to front-page spacing
martin [Mon, 26 Aug 2002 20:41:02 +0000 (20:41 +0000)]
Further little tweak to front-page spacing

22 years agoFix for front page case when no left column
martin [Mon, 26 Aug 2002 20:38:56 +0000 (20:38 +0000)]
Fix for front page case when no left column

22 years agoDoesn't matter if user isn't provided
martin [Mon, 26 Aug 2002 11:04:01 +0000 (11:04 +0000)]
Doesn't matter if user isn't provided

22 years agoMOODLE 1.0.1 RELEASED
martin [Mon, 26 Aug 2002 10:07:32 +0000 (10:07 +0000)]
MOODLE 1.0.1 RELEASED

22 years agoUpgraded version number to today, in anticipation of 1.0.1
martin [Mon, 26 Aug 2002 10:06:04 +0000 (10:06 +0000)]
Upgraded version number to today, in anticipation of 1.0.1

22 years agoChoose "general" forum now as a default
martin [Mon, 26 Aug 2002 10:01:46 +0000 (10:01 +0000)]
Choose "general" forum now as a default

22 years agoNew changes
martin [Mon, 26 Aug 2002 09:51:34 +0000 (09:51 +0000)]
New changes

22 years agoChanges to use a new configuration variable: CFG->slasharguments
martin [Mon, 26 Aug 2002 09:48:00 +0000 (09:48 +0000)]
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)

22 years agoSlightly bigger window
martin [Mon, 26 Aug 2002 09:28:01 +0000 (09:28 +0000)]
Slightly bigger window

22 years agoNicer display of earth plot now contains user's name as well
martin [Mon, 26 Aug 2002 09:25:24 +0000 (09:25 +0000)]
Nicer display of earth plot now contains user's name as well

22 years agoFixes to use Moodle background colour
martin [Mon, 26 Aug 2002 09:16:52 +0000 (09:16 +0000)]
Fixes to use Moodle background colour

22 years agoAdded IP-Atlas to credits
martin [Mon, 26 Aug 2002 09:05:16 +0000 (09:05 +0000)]
Added IP-Atlas to credits

22 years agoAdded popup links for IP addresses in logs (display IP location on world map)
martin [Mon, 26 Aug 2002 09:00:57 +0000 (09:00 +0000)]
Added popup links for IP addresses in logs (display IP location on world map)

22 years agoAdding IP-Atlas 1.0 to this distribution. I use it to provide maps
martin [Mon, 26 Aug 2002 08:59:36 +0000 (08:59 +0000)]
Adding IP-Atlas 1.0 to this distribution.  I use it to provide maps
for IP addresses (in the logs).

22 years agoForums with many discussions (> 10) become abbreviated to a shorter display
martin [Mon, 26 Aug 2002 08:35:02 +0000 (08:35 +0000)]
Forums with many discussions (> 10) become abbreviated to a shorter display

22 years agoMore direct link to index.php just in case they don't have index.php
martin [Mon, 26 Aug 2002 02:49:34 +0000 (02:49 +0000)]
More direct link to index.php just in case they don't have index.php
set as a default page

22 years agoChanges to improve layout and formatting on old Netscape (eg version 4)
martin [Fri, 23 Aug 2002 03:55:49 +0000 (03:55 +0000)]
Changes to improve layout and formatting on old Netscape (eg version 4)

22 years agoCheck that PHP is a recent enough version (ie 4.1.0 or later)
martin [Fri, 23 Aug 2002 02:14:19 +0000 (02:14 +0000)]
Check that PHP is a recent enough version (ie 4.1.0 or later)

22 years agoNew space-removal works better if done before adding link tags :-)
martin [Thu, 22 Aug 2002 08:31:29 +0000 (08:31 +0000)]
New space-removal works better if done before adding link tags :-)

22 years agoIf a post is updated that is also a discussion definition, then the discussion
martin [Thu, 22 Aug 2002 08:01:21 +0000 (08:01 +0000)]
If a post is updated that is also a discussion definition, then the discussion
name is updated with the post subject.

22 years agoExperimental filters to remove returns from before and after tags, which
martin [Thu, 22 Aug 2002 07:53:41 +0000 (07:53 +0000)]
Experimental filters to remove returns from before and after tags, which
should mean neater formatting of lists and so on.  Needs testing.

22 years agoTweaks to creation of user account while searching for the login
martin [Thu, 22 Aug 2002 06:41:30 +0000 (06:41 +0000)]
Tweaks to creation of user account while searching for the login
problem some people are having ...

22 years agoAdded recent upgrades (course->guest, and user->maildisplay)
martin [Thu, 22 Aug 2002 06:40:48 +0000 (06:40 +0000)]
Added recent upgrades (course->guest, and user->maildisplay)

22 years agoNotes about the necessity of cookies being allowed
martin [Thu, 22 Aug 2002 02:24:07 +0000 (02:24 +0000)]
Notes about the necessity of cookies being allowed

22 years agoHandy link to course page, after assigning teachers
martin [Thu, 22 Aug 2002 02:23:41 +0000 (02:23 +0000)]
Handy link to course page, after assigning teachers

22 years agoWhoops! comment out of place
martin [Thu, 22 Aug 2002 01:24:06 +0000 (01:24 +0000)]
Whoops!  comment out of place

22 years agoJust some comments about not removing the Moodle logo from the front page.
martin [Wed, 21 Aug 2002 14:08:40 +0000 (14:08 +0000)]
Just some comments about not removing the Moodle logo from the front page.

22 years agoFixed dates when no-one is logged in (uses server time now, not GMT)
martin [Wed, 21 Aug 2002 13:55:49 +0000 (13:55 +0000)]
Fixed dates when no-one is logged in (uses server time now, not GMT)

22 years agoUsers can now choose to hide their email address. In this initial version
martin [Wed, 21 Aug 2002 13:29:25 +0000 (13:29 +0000)]
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'

22 years agoFixed up guest access PROPERLY - it's now more obvious and simple for teachers
martin [Wed, 21 Aug 2002 12:54:27 +0000 (12:54 +0000)]
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).

22 years agoImproved explanations
martin [Wed, 21 Aug 2002 11:11:49 +0000 (11:11 +0000)]
Improved explanations

22 years agoClarified the documentation here
martin [Wed, 21 Aug 2002 10:56:14 +0000 (10:56 +0000)]
Clarified the documentation here

22 years agoAnchor name fix
martin [Wed, 21 Aug 2002 02:05:47 +0000 (02:05 +0000)]
Anchor name fix

22 years agoImprovements to install documentation
martin [Wed, 21 Aug 2002 01:57:21 +0000 (01:57 +0000)]
Improvements to install documentation

22 years agoBugfix for unenrolling old users
martin [Tue, 20 Aug 2002 09:39:23 +0000 (09:39 +0000)]
Bugfix for unenrolling old users

22 years agoSlight formatting fix on list
martin [Tue, 20 Aug 2002 02:15:46 +0000 (02:15 +0000)]
Slight formatting fix on list

22 years agoMoodle 1.0 is released! :-)
martin [Mon, 19 Aug 2002 14:53:27 +0000 (14:53 +0000)]
Moodle 1.0 is released!  :-)

22 years agoFormat fixes
martin [Mon, 19 Aug 2002 13:25:56 +0000 (13:25 +0000)]
Format fixes

22 years agoSignificant improvements to distributed documentation
martin [Mon, 19 Aug 2002 13:19:07 +0000 (13:19 +0000)]
Significant improvements to distributed documentation

22 years agoUpdated versions in preparation for 1.0 release tomorrow
martin [Sun, 18 Aug 2002 16:39:50 +0000 (16:39 +0000)]
Updated versions in preparation for 1.0 release tomorrow

22 years agoDouble footer looked funny.
martin [Sun, 18 Aug 2002 16:33:59 +0000 (16:33 +0000)]
Double footer looked funny.

22 years agoMake the Help link in the course look like a seamless part of the course.
martin [Sun, 18 Aug 2002 16:31:23 +0000 (16:31 +0000)]
Make the Help link in the course look like a seamless part of the course.

22 years agoAdded help link to course pages (for teachers) and tidied up the
martin [Sun, 18 Aug 2002 16:16:24 +0000 (16:16 +0000)]
Added help link to course pages (for teachers) and tidied up the
course admin links in general (new fucntion and reorder)

22 years agoImprovements to reading definition - help buttons and language fixes
martin [Sun, 18 Aug 2002 15:56:11 +0000 (15:56 +0000)]
Improvements to reading definition - help buttons and language fixes

22 years agoSLight edits
martin [Sun, 18 Aug 2002 15:31:09 +0000 (15:31 +0000)]
SLight edits

22 years agoNew CFG->zip and CFG->unzip valiables which specify programs to use
martin [Sun, 18 Aug 2002 15:26:04 +0000 (15:26 +0000)]
New CFG->zip and CFG->unzip valiables which specify programs to use
when zipping and unzipping files.  Unix only at this stage. (Zip interfaces
for Windows are much less standardised)

22 years agoBetter error (don't need a link)
martin [Sun, 18 Aug 2002 15:24:44 +0000 (15:24 +0000)]
Better error (don't need a link)

22 years agoNew pictures for documentation.
martin [Sun, 18 Aug 2002 15:23:59 +0000 (15:23 +0000)]
New pictures for documentation.

22 years agoFinally sat down and wrote this page. SHould do for now as a starter.
martin [Sun, 18 Aug 2002 15:23:21 +0000 (15:23 +0000)]
Finally sat down and wrote this page.  SHould do for now as a starter.

22 years agoImproved help buttons for forums
martin [Sun, 18 Aug 2002 14:40:19 +0000 (14:40 +0000)]
Improved help buttons for forums

22 years agoPlaceholder
martin [Sun, 18 Aug 2002 10:00:01 +0000 (10:00 +0000)]
Placeholder

22 years agoPreview how many responses have been made (for teacher)
martin [Sun, 18 Aug 2002 09:52:51 +0000 (09:52 +0000)]
Preview how many responses have been made (for teacher)

22 years agoSort names by firstname, and include even columns with no answers
martin [Sun, 18 Aug 2002 09:47:59 +0000 (09:47 +0000)]
Sort names by firstname, and include even columns with no answers

22 years agonew strings
martin [Sun, 18 Aug 2002 09:43:39 +0000 (09:43 +0000)]
new strings

22 years agoCleaned up the Choice report - it's easier to make sense of now
martin [Sun, 18 Aug 2002 09:43:01 +0000 (09:43 +0000)]
Cleaned up the Choice report - it's easier to make sense of now

22 years agoChanges
martin [Sat, 17 Aug 2002 15:10:00 +0000 (15:10 +0000)]
Changes

22 years agoAdded more popup help for course settings page
martin [Sat, 17 Aug 2002 14:44:45 +0000 (14:44 +0000)]
Added more popup help for course settings page

22 years agoChanges related to new way of setting and recalling themes.
martin [Sat, 17 Aug 2002 13:01:06 +0000 (13:01 +0000)]
Changes related to new way of setting and recalling themes.

The CFG->theme variable is now obsolete in config.php - use the
admin page to set themes interactively.

22 years agoFixed some missing language strings
martin [Sat, 17 Aug 2002 11:32:59 +0000 (11:32 +0000)]
Fixed some missing language strings

22 years agoAdditions for index.php
martin [Sat, 17 Aug 2002 11:32:32 +0000 (11:32 +0000)]
Additions for index.php

22 years agoSome more missed language strings
martin [Sat, 17 Aug 2002 08:59:12 +0000 (08:59 +0000)]
Some more missed language strings

22 years agoAdded a GPL license agreement as the very first step.
martin [Sat, 17 Aug 2002 08:38:43 +0000 (08:38 +0000)]
Added a GPL license agreement as the very first step.

22 years agoTeachers can now unsubscribe anyone from the "list of subscribers" list.
martin [Sat, 17 Aug 2002 07:53:32 +0000 (07:53 +0000)]
Teachers can now unsubscribe anyone from the "list of subscribers" list.
Made the feedback display when subscribing/unsubscribing a little more
generic.

22 years agoChanges to add login/logout button to the right-hand top corner of every page
martin [Sat, 17 Aug 2002 07:02:35 +0000 (07:02 +0000)]
Changes to add login/logout button to the right-hand top corner of every page
... this is to help encourage people to log out after a session, especially
on shared or public terminals.

22 years agoAdded .txt to these files to make them double-clickable
martin [Sat, 17 Aug 2002 03:03:51 +0000 (03:03 +0000)]
Added .txt to these files to make them double-clickable

22 years agoBetter introduction to installation
martin [Sat, 17 Aug 2002 03:01:49 +0000 (03:01 +0000)]
Better introduction to installation

22 years agoAdded link to moodle-cron-for-windows.zip
martin [Fri, 16 Aug 2002 08:33:54 +0000 (08:33 +0000)]
Added link to moodle-cron-for-windows.zip

22 years agotweak
martin [Fri, 16 Aug 2002 03:10:03 +0000 (03:10 +0000)]
tweak

22 years agoChanges up to Moodle 1.0 Beta 5
martin [Thu, 15 Aug 2002 17:44:26 +0000 (17:44 +0000)]
Changes up to Moodle 1.0 Beta 5

22 years agoForum language fixes, and addition of help for separate/connected knowing
martin [Thu, 15 Aug 2002 17:41:24 +0000 (17:41 +0000)]
Forum language fixes, and addition of help for separate/connected knowing

22 years agoLog formatting
martin [Thu, 15 Aug 2002 13:05:14 +0000 (13:05 +0000)]
Log formatting

22 years agoMake the IP more visible in logs
martin [Thu, 15 Aug 2002 13:03:42 +0000 (13:03 +0000)]
Make the IP more visible in logs

22 years agoSlightly clearer changelog format
martin [Thu, 15 Aug 2002 05:46:24 +0000 (05:46 +0000)]
Slightly clearer changelog format

22 years agoChanges
martin [Thu, 15 Aug 2002 05:45:33 +0000 (05:45 +0000)]
Changes

22 years agoBrought this up to date, and reworded some stuff
martin [Thu, 15 Aug 2002 05:45:17 +0000 (05:45 +0000)]
Brought this up to date, and reworded some stuff

22 years agoFixes to languages for admin (setting up and upgrading databases)
martin [Thu, 15 Aug 2002 05:44:37 +0000 (05:44 +0000)]
Fixes to languages for admin (setting up and upgrading databases)

22 years agoNo point in being able to login as yourself
martin [Thu, 15 Aug 2002 05:43:38 +0000 (05:43 +0000)]
No point in being able to login as yourself

22 years agoCleanups for footer on home page
martin [Thu, 15 Aug 2002 04:37:35 +0000 (04:37 +0000)]
Cleanups for footer on home page

22 years agoAccidentally checked in a test version of setup.php - reverting
martin [Thu, 15 Aug 2002 04:17:25 +0000 (04:17 +0000)]
Accidentally checked in a test version of setup.php - reverting

22 years agoFixes to finding list of subscribers to a forum for site-level forums
martin [Thu, 15 Aug 2002 04:16:39 +0000 (04:16 +0000)]
Fixes to finding list of subscribers to a forum for site-level forums
which affected both the displayed list and the mailouts.

22 years agoFixes to list of subscribers (language fixes, and fix for site-level forums)
martin [Thu, 15 Aug 2002 03:45:09 +0000 (03:45 +0000)]
Fixes to list of subscribers (language fixes, and fix for site-level forums)

22 years agoEasyPHP is another option for Windows users
martin [Thu, 15 Aug 2002 03:10:25 +0000 (03:10 +0000)]
EasyPHP is another option for Windows users

22 years agoBit more checking while creating new section
martin [Thu, 15 Aug 2002 02:59:57 +0000 (02:59 +0000)]
Bit more checking while creating new section