]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoAdded a README that explains the process
martin [Sat, 7 Sep 2002 03:54:10 +0000 (03:54 +0000)]
Added a README that explains the process

22 years agoAdded a template for new modules that contains the bare necessities.
martin [Sat, 7 Sep 2002 03:31:36 +0000 (03:31 +0000)]
Added a template for new modules that contains the bare necessities.

22 years agoChecking in the current release number for CVS users
martin [Fri, 6 Sep 2002 15:17:44 +0000 (15:17 +0000)]
Checking in the current release number for CVS users

22 years agoDon't try and print the last access date if it doesn't exist
martin [Fri, 6 Sep 2002 15:10:36 +0000 (15:10 +0000)]
Don't try and print the last access date if it doesn't exist

22 years agoAdded a new $release variable that shows the user-friendly version number
martin [Fri, 6 Sep 2002 14:06:48 +0000 (14:06 +0000)]
Added a new $release variable that shows the user-friendly version number

22 years agoCleaned up a bit
martin [Fri, 6 Sep 2002 14:05:43 +0000 (14:05 +0000)]
Cleaned up a bit

22 years agoFixed bug in password checking for new admin user ...
martin [Thu, 5 Sep 2002 17:31:08 +0000 (17:31 +0000)]
Fixed bug in password checking for new admin user ...

22 years agoUpdated the info to mention that the upgrading only works if you
martin [Thu, 5 Sep 2002 12:29:26 +0000 (12:29 +0000)]
Updated the info to mention that the upgrading only works if you
are logged in as the *administrator* and visit the site home page.

22 years agoCHANGES UP TO 1.0.3.1
martin [Thu, 5 Sep 2002 12:25:08 +0000 (12:25 +0000)]
CHANGES UP TO 1.0.3.1

22 years agoUpdated version
martin [Thu, 5 Sep 2002 12:24:15 +0000 (12:24 +0000)]
Updated version

22 years agoBetter error message when invalid arguments are supplied.
martin [Thu, 5 Sep 2002 11:56:20 +0000 (11:56 +0000)]
Better error message when invalid arguments are supplied.

22 years agoBUG FIX! - fixes error that could allow ANY file on the system to be read!
martin [Thu, 5 Sep 2002 11:53:17 +0000 (11:53 +0000)]
BUG FIX! - fixes error that could allow ANY file on the system to be read!

22 years agoWhoops ... little bug that stopped loginas from working ... need to
martin [Thu, 5 Sep 2002 11:28:06 +0000 (11:28 +0000)]
Whoops ... little bug that stopped loginas from working ... need to
create $USER->site ...

22 years agoUpdated version number
martin [Thu, 5 Sep 2002 02:29:54 +0000 (02:29 +0000)]
Updated version number

22 years agoCHANGES UP TO MOODLE 1.0.3
martin [Thu, 5 Sep 2002 02:28:50 +0000 (02:28 +0000)]
CHANGES UP TO MOODLE 1.0.3

22 years agoNew error when the admin user is (still) set to the default "admin".
martin [Thu, 5 Sep 2002 02:17:33 +0000 (02:17 +0000)]
New error when the admin user is (still) set to the default "admin".

22 years agoBUG FIX: In the last version I introduced a new security feature
martin [Thu, 5 Sep 2002 02:04:00 +0000 (02:04 +0000)]
BUG FIX:  In the last version I introduced a new security feature
(keeping the site URL stored in the USER session object) but forgot
to add this to the brand new admin user - causing it to fail.

Fixed.

22 years agoUpdated README .. pages dir no longer exists - now "help" and "docs"
martin [Wed, 4 Sep 2002 13:38:38 +0000 (13:38 +0000)]
Updated README .. pages dir no longer exists - now "help" and "docs"

22 years agoUsing different logo file to avoid caching problems on changeover
martin [Wed, 4 Sep 2002 09:39:03 +0000 (09:39 +0000)]
Using different logo file to avoid caching problems on changeover

22 years agoSorted out moodle logos
martin [Wed, 4 Sep 2002 09:38:22 +0000 (09:38 +0000)]
Sorted out moodle logos

22 years agoTweaked the new icon
martin [Wed, 4 Sep 2002 06:32:50 +0000 (06:32 +0000)]
Tweaked the new icon

22 years agoBetter handling of user-entered URLs (add http:// if missing)
martin [Wed, 4 Sep 2002 05:07:17 +0000 (05:07 +0000)]
Better handling of user-entered URLs (add http:// if missing)

22 years agoNew logo that should work on more themes
martin [Tue, 3 Sep 2002 16:58:49 +0000 (16:58 +0000)]
New logo that should work on more themes

22 years agoSwitched these around and edited a little
martin [Tue, 3 Sep 2002 15:16:20 +0000 (15:16 +0000)]
Switched these around and edited a little

22 years agoAdded a new administration page that can check the current language
martin [Tue, 3 Sep 2002 14:29:39 +0000 (14:29 +0000)]
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.

22 years agoLanguage fixes, added english strings etc
martin [Tue, 3 Sep 2002 13:11:40 +0000 (13:11 +0000)]
Language fixes, added english strings etc

22 years agoMore efficient use of database in userday as well, plus the day graph now
martin [Mon, 2 Sep 2002 16:35:41 +0000 (16:35 +0000)]
More efficient use of database in userday as well, plus the day graph now
always shows the whole current day

22 years agousercourse bar --> line graph for better display when lots of data
martin [Mon, 2 Sep 2002 16:03:33 +0000 (16:03 +0000)]
usercourse bar --> line graph for better display when lots of data

22 years agoAlternate method of calculating usercourse logs .... is it faster?
martin [Mon, 2 Sep 2002 15:53:19 +0000 (15:53 +0000)]
Alternate method of calculating usercourse logs .... is it faster?

22 years agoAdded Content-disposition header to help some browsers suggest the right
martin [Mon, 2 Sep 2002 09:06:43 +0000 (09:06 +0000)]
Added Content-disposition header to help some browsers suggest the right
filename when saving pictures and files.

22 years agoFixed over-zealous removal of returns from text ...
martin [Mon, 2 Sep 2002 07:41:39 +0000 (07:41 +0000)]
Fixed over-zealous removal of returns from text ...

22 years agoPrint the user's stated city/country as well
martin [Mon, 2 Sep 2002 07:18:13 +0000 (07:18 +0000)]
Print the user's stated city/country as well

22 years agoCHANGES UP TO MOODLE 1.0.2
martin [Mon, 2 Sep 2002 06:51:31 +0000 (06:51 +0000)]
CHANGES UP TO MOODLE 1.0.2

22 years agoAdded ability to define proxy machine (eg a firewall) so that Moodle
martin [Mon, 2 Sep 2002 06:34:43 +0000 (06:34 +0000)]
Added ability to define proxy machine (eg a firewall) so that Moodle
is able to get to the Internet if it needs to

22 years agoAdd Moodle support for proxies
martin [Mon, 2 Sep 2002 06:30:57 +0000 (06:30 +0000)]
Add Moodle support for proxies

22 years ago*** empty log message ***
martin [Mon, 2 Sep 2002 06:25:27 +0000 (06:25 +0000)]
*** empty log message ***

22 years agoFix the display when USER display mode is flat, and a parent is selected.
martin [Mon, 2 Sep 2002 05:03:54 +0000 (05:03 +0000)]
Fix the display when USER display mode is flat, and a parent is selected.
In this case, the display is temporarily changed to nested

22 years agoDefault forum display mode is actually used now
martin [Mon, 2 Sep 2002 03:48:47 +0000 (03:48 +0000)]
Default forum display mode is actually used now

22 years agoRemoved the 255 character limit ... now they have a gun, I hope people
martin [Mon, 2 Sep 2002 02:17:36 +0000 (02:17 +0000)]
Removed the 255 character limit ... now they have a gun, I hope people
don't shoot themseves with it.   ;-)

22 years agoHide no-authority teachers from course listings too
martin [Sun, 1 Sep 2002 14:47:03 +0000 (14:47 +0000)]
Hide no-authority teachers from course listings too

22 years agoNew documenttaion about attachments
martin [Sun, 1 Sep 2002 14:35:07 +0000 (14:35 +0000)]
New documenttaion about attachments

22 years agoAttachments can now be added to postings.
martin [Sun, 1 Sep 2002 14:34:38 +0000 (14:34 +0000)]
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.

22 years agoUpdates and changes
martin [Sun, 1 Sep 2002 14:32:12 +0000 (14:32 +0000)]
Updates and changes

22 years agoMoved valid_uploaded_file out to lib/moodlelib.php
martin [Sun, 1 Sep 2002 14:31:49 +0000 (14:31 +0000)]
Moved valid_uploaded_file out to lib/moodlelib.php

22 years agoDocumentation on file sizes
martin [Sun, 1 Sep 2002 14:31:14 +0000 (14:31 +0000)]
Documentation on file sizes

22 years agoDOn't print teachers with no authority
martin [Sun, 1 Sep 2002 14:30:39 +0000 (14:30 +0000)]
DOn't print teachers with no authority

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!  :-)