]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoFixed bug with category links on front page
martin [Thu, 12 Sep 2002 02:42:22 +0000 (02:42 +0000)]
Fixed bug with category links on front page

22 years agoOne more little buglet when confirming an email (added security site value)
martin [Wed, 11 Sep 2002 14:02:30 +0000 (14:02 +0000)]
One more little buglet when confirming an email (added security site value)

22 years agoCHANGES UP TO 1.0.4 (really, I mean it this time :-) )
martin [Wed, 11 Sep 2002 05:11:13 +0000 (05:11 +0000)]
CHANGES UP TO 1.0.4 (really, I mean it this time  :-)  )

22 years agoInclude guest user in list of users
martin [Wed, 11 Sep 2002 02:26:56 +0000 (02:26 +0000)]
Include guest user in list of users

22 years agoChanges to course display on front page when there is more than one category
martin [Tue, 10 Sep 2002 13:47:56 +0000 (13:47 +0000)]
Changes to course display on front page when there is more than one category

22 years agoRemoved some debugging stuff
martin [Tue, 10 Sep 2002 13:24:24 +0000 (13:24 +0000)]
Removed some debugging stuff

22 years agoMore security for email confirmation process ... a 15-character random
martin [Tue, 10 Sep 2002 12:54:01 +0000 (12:54 +0000)]
More security for email confirmation process ... a 15-character random
"secret" key is stored the user record on account creation, sent via
email and checked again during confirmation.

22 years agoCHANGES UP TO 1.0.4
martin [Tue, 10 Sep 2002 03:44:09 +0000 (03:44 +0000)]
CHANGES UP TO 1.0.4

22 years agoWhoops, left attachment field out of the database schema (affected
martin [Tue, 10 Sep 2002 02:13:44 +0000 (02:13 +0000)]
Whoops, left attachment field out of the database schema (affected
new installations of 1.0.2 and later)

22 years agoCHANGES (this is 1.0.4 unless anything comes up very soon)
martin [Mon, 9 Sep 2002 15:52:07 +0000 (15:52 +0000)]
CHANGES (this is 1.0.4 unless anything comes up very soon)

22 years agoTweak to modify interface a bit (changed header and made courses a link)
martin [Mon, 9 Sep 2002 15:50:55 +0000 (15:50 +0000)]
Tweak to modify interface a bit (changed header and made courses a link)

22 years agoCHANGES
martin [Mon, 9 Sep 2002 12:38:29 +0000 (12:38 +0000)]
CHANGES

22 years agoTweaks to category display
martin [Mon, 9 Sep 2002 12:37:34 +0000 (12:37 +0000)]
Tweaks to category display

22 years agoCategories upgrade. Admin can now create/edit/delete categories, and
martin [Mon, 9 Sep 2002 11:48:11 +0000 (11:48 +0000)]
Categories upgrade.  Admin can now create/edit/delete categories, and
these are diesplayed wherever courses are listed

22 years agoLayout fixes ... much better now
martin [Mon, 9 Sep 2002 11:42:27 +0000 (11:42 +0000)]
Layout fixes ... much better now

22 years agoChanged maximum number of weeks/topics up to 52
martin [Mon, 9 Sep 2002 11:31:48 +0000 (11:31 +0000)]
Changed maximum number of weeks/topics up to 52

22 years agoRearrange code ... accidentally placed table->head in the loop
martin [Mon, 9 Sep 2002 10:38:14 +0000 (10:38 +0000)]
Rearrange code ... accidentally placed table->head in the loop

22 years agoWhoops ... last conversion actully tampered with comment formatting
martin [Mon, 9 Sep 2002 06:23:39 +0000 (06:23 +0000)]
Whoops ... last conversion actully tampered with comment formatting
... I've fixed that now.

22 years agoConverted all the DOS format text files to UNIX format, for consistency
martin [Mon, 9 Sep 2002 06:17:11 +0000 (06:17 +0000)]
Converted all the DOS format text files to UNIX format, for consistency
with the rest of Moodle and also to prevent possible mangling of
files in case they are FTP'd individually to a server.

22 years agoAdded height and width to smiley icons, to make emails look
martin [Sun, 8 Sep 2002 16:13:10 +0000 (16:13 +0000)]
Added height and width to smiley icons, to make emails look
better in circumstances where external images are blocked
(eg some webmail programs like squirrelmail).

22 years agoAdded an "unsubscribe" link to emails
martin [Sun, 8 Sep 2002 16:04:51 +0000 (16:04 +0000)]
Added an "unsubscribe" link to emails

22 years agoFixed a bug. When replying to an email copy, you would be forwarded
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.

22 years agoText window a bit bigger
martin [Sun, 8 Sep 2002 09:47:10 +0000 (09:47 +0000)]
Text window a bit bigger

22 years agoChoices now support up to 6 choices. Backward compatible to 2-choice format.
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.

22 years agoTip over 'Edit profile' is the user's name
martin [Sun, 8 Sep 2002 09:41:17 +0000 (09:41 +0000)]
Tip over 'Edit profile' is the user's name

22 years agoHelp for choices
martin [Sun, 8 Sep 2002 09:22:31 +0000 (09:22 +0000)]
Help for choices

22 years agoClarified the "participants" link ...
martin [Sun, 8 Sep 2002 05:29:00 +0000 (05:29 +0000)]
Clarified the "participants" link ...

22 years agoLink at bottom now goes to site home, not this page
martin [Sun, 8 Sep 2002 05:23:47 +0000 (05:23 +0000)]
Link at bottom now goes to site home, not this page

22 years agoAdded documentation to the teachers page.
martin [Sun, 8 Sep 2002 05:15:52 +0000 (05:15 +0000)]
Added documentation to the teachers page.

22 years agoImproved print_table() a bit (can now specify column widths)
martin [Sun, 8 Sep 2002 05:15:37 +0000 (05:15 +0000)]
Improved print_table() a bit (can now specify column widths)

22 years agoNeed this file to go with the previous changes!
martin [Sun, 8 Sep 2002 03:34:45 +0000 (03:34 +0000)]
Need this file to go with the previous changes!

22 years agoChanges to improve display of teachers
martin [Sun, 8 Sep 2002 03:34:12 +0000 (03:34 +0000)]
Changes to improve display of teachers

22 years agoChanges to allow much better control over what "teachers" are called
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.

22 years agoImprovements to the language checker. As well as checking for missing
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.

22 years agoAdd a link if a "manage database" directory exists
martin [Sat, 7 Sep 2002 14:56:19 +0000 (14:56 +0000)]
Add a link if a "manage database" directory exists

22 years agoSlight update to README
martin [Sat, 7 Sep 2002 05:01:55 +0000 (05:01 +0000)]
Slight update to README

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