]>
git.mjollnir.org Git - moodle.git/log
martin [Sun, 8 Sep 2002 15:39:44 +0000 (15:39 +0000)]
Fixed a bug. When replying to an email copy, you would be forwarded
to the login screen to login first. However, this was being saved
as the place to go back to after replying.
I added a check for this so now it behaves as you'd expect.
martin [Sun, 8 Sep 2002 09:47:10 +0000 (09:47 +0000)]
Text window a bit bigger
martin [Sun, 8 Sep 2002 09:42:07 +0000 (09:42 +0000)]
Choices now support up to 6 choices. Backward compatible to 2-choice format.
martin [Sun, 8 Sep 2002 09:41:17 +0000 (09:41 +0000)]
Tip over 'Edit profile' is the user's name
martin [Sun, 8 Sep 2002 09:22:31 +0000 (09:22 +0000)]
Help for choices
martin [Sun, 8 Sep 2002 05:29:00 +0000 (05:29 +0000)]
Clarified the "participants" link ...
martin [Sun, 8 Sep 2002 05:23:47 +0000 (05:23 +0000)]
Link at bottom now goes to site home, not this page
martin [Sun, 8 Sep 2002 05:15:52 +0000 (05:15 +0000)]
Added documentation to the teachers page.
martin [Sun, 8 Sep 2002 05:15:37 +0000 (05:15 +0000)]
Improved print_table() a bit (can now specify column widths)
martin [Sun, 8 Sep 2002 03:34:45 +0000 (03:34 +0000)]
Need this file to go with the previous changes!
martin [Sun, 8 Sep 2002 03:34:12 +0000 (03:34 +0000)]
Changes to improve display of teachers
martin [Sun, 8 Sep 2002 03:24:38 +0000 (03:24 +0000)]
Changes to allow much better control over what "teachers" are called
in a course. Firstly, the course settings page now allows the teachers
to specify the word they want to use in place of "teachers" and "students"
as well as "teacher" and "student". Secondly, a new teacher admin tool
allows any teacher to modify the order and displayed role of teachers
in that course. This affects the display on the course listings, the
participants page and so on.
martin [Sat, 7 Sep 2002 14:57:33 +0000 (14:57 +0000)]
Improvements to the language checker. As well as checking for missing
strings, you can now see the current language compared side-by-side
with English.
martin [Sat, 7 Sep 2002 14:56:19 +0000 (14:56 +0000)]
Add a link if a "manage database" directory exists
martin [Sat, 7 Sep 2002 05:01:55 +0000 (05:01 +0000)]
Slight update to README
martin [Sat, 7 Sep 2002 03:54:10 +0000 (03:54 +0000)]
Added a README that explains the process
martin [Sat, 7 Sep 2002 03:31:36 +0000 (03:31 +0000)]
Added a template for new modules that contains the bare necessities.
martin [Fri, 6 Sep 2002 15:17:44 +0000 (15:17 +0000)]
Checking in the current release number for CVS users
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
martin [Fri, 6 Sep 2002 14:06:48 +0000 (14:06 +0000)]
Added a new $release variable that shows the user-friendly version number
martin [Fri, 6 Sep 2002 14:05:43 +0000 (14:05 +0000)]
Cleaned up a bit
martin [Thu, 5 Sep 2002 17:31:08 +0000 (17:31 +0000)]
Fixed bug in password checking for new admin user ...
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.
martin [Thu, 5 Sep 2002 12:25:08 +0000 (12:25 +0000)]
CHANGES UP TO 1.0.3.1
martin [Thu, 5 Sep 2002 12:24:15 +0000 (12:24 +0000)]
Updated version
martin [Thu, 5 Sep 2002 11:56:20 +0000 (11:56 +0000)]
Better error message when invalid arguments are supplied.
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!
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 ...
martin [Thu, 5 Sep 2002 02:29:54 +0000 (02:29 +0000)]
Updated version number
martin [Thu, 5 Sep 2002 02:28:50 +0000 (02:28 +0000)]
CHANGES UP TO MOODLE 1.0.3
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".
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.
martin [Wed, 4 Sep 2002 13:38:38 +0000 (13:38 +0000)]
Updated README .. pages dir no longer exists - now "help" and "docs"
martin [Wed, 4 Sep 2002 09:39:03 +0000 (09:39 +0000)]
Using different logo file to avoid caching problems on changeover
martin [Wed, 4 Sep 2002 09:38:22 +0000 (09:38 +0000)]
Sorted out moodle logos
martin [Wed, 4 Sep 2002 06:32:50 +0000 (06:32 +0000)]
Tweaked the new icon
martin [Wed, 4 Sep 2002 05:07:17 +0000 (05:07 +0000)]
Better handling of user-entered URLs (add http:// if missing)
martin [Tue, 3 Sep 2002 16:58:49 +0000 (16:58 +0000)]
New logo that should work on more themes
martin [Tue, 3 Sep 2002 15:16:20 +0000 (15:16 +0000)]
Switched these around and edited a little
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.
martin [Tue, 3 Sep 2002 13:11:40 +0000 (13:11 +0000)]
Language fixes, added english strings etc
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
martin [Mon, 2 Sep 2002 16:03:33 +0000 (16:03 +0000)]
usercourse bar --> line graph for better display when lots of data
martin [Mon, 2 Sep 2002 15:53:19 +0000 (15:53 +0000)]
Alternate method of calculating usercourse logs .... is it faster?
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.
martin [Mon, 2 Sep 2002 07:41:39 +0000 (07:41 +0000)]
Fixed over-zealous removal of returns from text ...
martin [Mon, 2 Sep 2002 07:18:13 +0000 (07:18 +0000)]
Print the user's stated city/country as well
martin [Mon, 2 Sep 2002 06:51:31 +0000 (06:51 +0000)]
CHANGES UP TO MOODLE 1.0.2
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
martin [Mon, 2 Sep 2002 06:30:57 +0000 (06:30 +0000)]
Add Moodle support for proxies
martin [Mon, 2 Sep 2002 06:25:27 +0000 (06:25 +0000)]
*** empty log message ***
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
martin [Mon, 2 Sep 2002 03:48:47 +0000 (03:48 +0000)]
Default forum display mode is actually used now
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. ;-)
martin [Sun, 1 Sep 2002 14:47:03 +0000 (14:47 +0000)]
Hide no-authority teachers from course listings too
martin [Sun, 1 Sep 2002 14:35:07 +0000 (14:35 +0000)]
New documenttaion about attachments
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.
martin [Sun, 1 Sep 2002 14:32:12 +0000 (14:32 +0000)]
Updates and changes
martin [Sun, 1 Sep 2002 14:31:49 +0000 (14:31 +0000)]
Moved valid_uploaded_file out to lib/moodlelib.php
martin [Sun, 1 Sep 2002 14:31:14 +0000 (14:31 +0000)]
Documentation on file sizes
martin [Sun, 1 Sep 2002 14:30:39 +0000 (14:30 +0000)]
DOn't print teachers with no authority
martin [Sun, 1 Sep 2002 14:29:17 +0000 (14:29 +0000)]
Functions moved here from files/index.php (related to file handling)
martin [Sun, 1 Sep 2002 14:28:08 +0000 (14:28 +0000)]
Moved some functions out to lib/moodlelib.php
martin [Sun, 1 Sep 2002 14:24:16 +0000 (14:24 +0000)]
Increased size of section summaries from 255 chars to 65000 chars.
martin [Sat, 31 Aug 2002 02:44:21 +0000 (02:44 +0000)]
Mentioned that config.php needs to be edited using a *text editor* :-)
martin [Fri, 30 Aug 2002 16:02:10 +0000 (16:02 +0000)]
Prints an error message if theme can't be set
martin [Fri, 30 Aug 2002 13:28:57 +0000 (13:28 +0000)]
New strings for file management stuff
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)
martin [Wed, 28 Aug 2002 15:53:39 +0000 (15:53 +0000)]
Added slash after login to fix obscure problems on some servers
martin [Wed, 28 Aug 2002 15:28:30 +0000 (15:28 +0000)]
Added slash after login link ... some servers have problems without it
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.
martin [Wed, 28 Aug 2002 13:41:38 +0000 (13:41 +0000)]
slasharguments wasn't being found (CFG not declared global)
martin [Wed, 28 Aug 2002 13:36:49 +0000 (13:36 +0000)]
Added powerpoint
martin [Wed, 28 Aug 2002 13:36:36 +0000 (13:36 +0000)]
New icon
martin [Wed, 28 Aug 2002 13:20:20 +0000 (13:20 +0000)]
Slight improvements to documentation
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).
martin [Wed, 28 Aug 2002 03:45:18 +0000 (03:45 +0000)]
More details about Moodle futures
martin [Mon, 26 Aug 2002 20:45:01 +0000 (20:45 +0000)]
Tweak to side boxes
martin [Mon, 26 Aug 2002 20:41:02 +0000 (20:41 +0000)]
Further little tweak to front-page spacing
martin [Mon, 26 Aug 2002 20:38:56 +0000 (20:38 +0000)]
Fix for front page case when no left column
martin [Mon, 26 Aug 2002 11:04:01 +0000 (11:04 +0000)]
Doesn't matter if user isn't provided
martin [Mon, 26 Aug 2002 10:07:32 +0000 (10:07 +0000)]
MOODLE 1.0.1 RELEASED
martin [Mon, 26 Aug 2002 10:06:04 +0000 (10:06 +0000)]
Upgraded version number to today, in anticipation of 1.0.1
martin [Mon, 26 Aug 2002 10:01:46 +0000 (10:01 +0000)]
Choose "general" forum now as a default
martin [Mon, 26 Aug 2002 09:51:34 +0000 (09:51 +0000)]
New changes
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)
martin [Mon, 26 Aug 2002 09:28:01 +0000 (09:28 +0000)]
Slightly bigger window
martin [Mon, 26 Aug 2002 09:25:24 +0000 (09:25 +0000)]
Nicer display of earth plot now contains user's name as well
martin [Mon, 26 Aug 2002 09:16:52 +0000 (09:16 +0000)]
Fixes to use Moodle background colour
martin [Mon, 26 Aug 2002 09:05:16 +0000 (09:05 +0000)]
Added IP-Atlas to credits
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)
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).
martin [Mon, 26 Aug 2002 08:35:02 +0000 (08:35 +0000)]
Forums with many discussions (> 10) become abbreviated to a shorter display
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
martin [Fri, 23 Aug 2002 03:55:49 +0000 (03:55 +0000)]
Changes to improve layout and formatting on old Netscape (eg version 4)
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)
martin [Thu, 22 Aug 2002 08:31:29 +0000 (08:31 +0000)]
New space-removal works better if done before adding link tags :-)
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.
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.
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 ...