]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoArrghh ... foget to remove the debugging thing
martin [Sun, 22 Sep 2002 14:07:15 +0000 (14:07 +0000)]
Arrghh ... foget to remove the debugging thing

22 years agoMajor cleanup of user administration and display, including sortable listings,
martin [Sun, 22 Sep 2002 14:06:38 +0000 (14:06 +0000)]
Major cleanup of user administration and display, including sortable listings,
confirmation on deletions, removing deleted user from all student lists,
teacher lists and subscription lists and freeing up their username and
email to be used again.

22 years agoChanges (getting close to 1.0.5 now)
martin [Sun, 22 Sep 2002 06:49:38 +0000 (06:49 +0000)]
Changes (getting close to 1.0.5 now)

22 years agoUpdated module template with module_print_recent_activity()
martin [Sun, 22 Sep 2002 06:47:11 +0000 (06:47 +0000)]
Updated module template with module_print_recent_activity()

22 years agoAdded assignments under "Recent Activity"
martin [Sun, 22 Sep 2002 06:41:56 +0000 (06:41 +0000)]
Added assignments under "Recent Activity"

22 years agoWhen redirecting to admin page go direct to index.php just in case
martin [Sun, 22 Sep 2002 05:33:54 +0000 (05:33 +0000)]
When redirecting to admin page go direct to index.php just in case
DirectoryIndex hasn't been fixed yet.

22 years agoSome comments to indicate standard and other functions
martin [Sun, 22 Sep 2002 04:29:18 +0000 (04:29 +0000)]
Some comments to indicate standard and other functions

22 years agoReaaranged the functions into standard and other
martin [Sun, 22 Sep 2002 04:27:45 +0000 (04:27 +0000)]
Reaaranged the functions into standard and other

22 years agoFixed stupidity
martin [Sun, 22 Sep 2002 03:58:41 +0000 (03:58 +0000)]
Fixed stupidity

22 years agoError in the SQL - fixed now
martin [Sun, 22 Sep 2002 03:57:56 +0000 (03:57 +0000)]
Error in the SQL - fixed now

22 years agoNew function to show new surveys in recent activity box
martin [Sun, 22 Sep 2002 03:51:28 +0000 (03:51 +0000)]
New function to show new surveys in recent activity box

22 years agoWhoops typo - left in some old stuff
martin [Sun, 22 Sep 2002 03:17:29 +0000 (03:17 +0000)]
Whoops typo - left in some old stuff

22 years agoSHow number of journal entries in the teacher link to report
martin [Sun, 22 Sep 2002 03:16:40 +0000 (03:16 +0000)]
SHow number of journal entries in the teacher link to report

22 years agoUse log URL for link to journal
martin [Sun, 22 Sep 2002 03:13:10 +0000 (03:13 +0000)]
Use log URL for link to journal

22 years agoSupport for new deleted field in user table
martin [Sun, 22 Sep 2002 03:11:05 +0000 (03:11 +0000)]
Support for new deleted field in user table

22 years agoChanges to not include deleted users in some things
martin [Sun, 22 Sep 2002 03:05:39 +0000 (03:05 +0000)]
Changes to not include deleted users in some things

22 years agoChanges to enable DELETION of user accounts. Accounts aren't actually
martin [Sun, 22 Sep 2002 03:01:17 +0000 (03:01 +0000)]
Changes to enable DELETION of user accounts.  Accounts aren't actually
deleted, they are just marked with a deleteion flag that prevents them
from logging in, or from being listed anywhere.

22 years agoChanges to print_recent_activity in course/lib.php. It is now more
martin [Sat, 21 Sep 2002 17:11:08 +0000 (17:11 +0000)]
Changes to print_recent_activity in course/lib.php.  It is now more
modular (at slight cost to performance) and every modules can now
have a module_print_recent_activity() function.  This function
takes a list of logs, searches for things to display and does so.

So far I've done forum and journal functions

22 years agoAllow 1-minute delay (mostly good for testing)
martin [Sat, 21 Sep 2002 08:44:08 +0000 (08:44 +0000)]
Allow 1-minute delay (mostly good for testing)

22 years agoNeed more room for language variable (eg pt_br)
martin [Sat, 21 Sep 2002 08:42:05 +0000 (08:42 +0000)]
Need more room for language variable (eg pt_br)

22 years agoMake sure user language works OK (it does now)
martin [Sat, 21 Sep 2002 08:40:27 +0000 (08:40 +0000)]
Make sure user language works OK (it does now)

22 years agoMake mail format explicitly 8bit
martin [Sat, 21 Sep 2002 08:39:54 +0000 (08:39 +0000)]
Make mail format explicitly 8bit

22 years agoMake sure mailouts are in the user's chosen language
martin [Sat, 21 Sep 2002 07:46:30 +0000 (07:46 +0000)]
Make sure mailouts are in the user's chosen language

22 years agoMake sure mailouts are in the chosen language of each user
martin [Sat, 21 Sep 2002 07:42:54 +0000 (07:42 +0000)]
Make sure mailouts are in the chosen language of each user

22 years agoInitial (incomplete) version of French translation by Sebastien Nameche <snameche...
martin [Sat, 21 Sep 2002 07:27:07 +0000 (07:27 +0000)]
Initial (incomplete) version of French translation by Sebastien Nameche <snameche@virtual-net.fr>

Good start!  Thanks, Sebastien.

22 years agoInitial version of Finnish translation, as done by Petri Asikainen <paca@sci.fi>
martin [Sat, 21 Sep 2002 07:22:23 +0000 (07:22 +0000)]
Initial version of Finnish translation, as done by Petri Asikainen <paca@sci.fi>

Thanks, Petri!

22 years agoAdded single quotes around all the keys ... even though PHP works
martin [Sat, 21 Sep 2002 07:18:16 +0000 (07:18 +0000)]
Added single quotes around all the keys ... even though PHP works
without them, it will flag errors when errorlevel is turned up, and
I suspect this slows it all down a bit.

22 years agoAdded my email address
martin [Sat, 21 Sep 2002 07:07:44 +0000 (07:07 +0000)]
Added my email address

22 years agoDon't need to log in to see site-level course
martin [Sat, 21 Sep 2002 07:03:54 +0000 (07:03 +0000)]
Don't need to log in to see site-level course

22 years agoMore options for longtimenosee
martin [Sat, 21 Sep 2002 06:45:26 +0000 (06:45 +0000)]
More options for longtimenosee

22 years agoDon't print pictures at all for very large lists
martin [Sat, 21 Sep 2002 06:39:28 +0000 (06:39 +0000)]
Don't print pictures at all for very large lists

22 years agoMake more room in list
martin [Sat, 21 Sep 2002 06:30:32 +0000 (06:30 +0000)]
Make more room in list

22 years agomore refinements to sorting display
martin [Sat, 21 Sep 2002 06:27:00 +0000 (06:27 +0000)]
more refinements to sorting display

22 years agoFixed typo from testing
martin [Sat, 21 Sep 2002 06:13:42 +0000 (06:13 +0000)]
Fixed typo from testing

22 years agoMuch better look for user index
martin [Sat, 21 Sep 2002 06:12:54 +0000 (06:12 +0000)]
Much better look for user index

22 years agoSlight additions to print_table
martin [Sat, 21 Sep 2002 05:43:46 +0000 (05:43 +0000)]
Slight additions to print_table

22 years agoAdded lang for users
martin [Sat, 21 Sep 2002 05:43:21 +0000 (05:43 +0000)]
Added lang for users

22 years agoBetter display of users in shortened form, for testing
martin [Sat, 21 Sep 2002 05:42:16 +0000 (05:42 +0000)]
Better display of users in shortened form, for testing

22 years agoTweak
martin [Fri, 20 Sep 2002 15:42:16 +0000 (15:42 +0000)]
Tweak

22 years agoFirst go at an abbreviated user listing
martin [Fri, 20 Sep 2002 15:40:20 +0000 (15:40 +0000)]
First go at an abbreviated user listing

22 years agoPut sitename on debugging info (helpful when comparing two sites)
martin [Thu, 19 Sep 2002 14:59:47 +0000 (14:59 +0000)]
Put sitename on debugging info (helpful when comparing two sites)

22 years agoImproved interface for course/teachers.php ... instead of typing numbers
martin [Thu, 19 Sep 2002 14:51:49 +0000 (14:51 +0000)]
Improved interface for course/teachers.php ... instead of typing numbers
into a box there is now a menu for each user.   Much better!

22 years agoGot rid of errorlevel configuration - more trouble than it's worth!
martin [Thu, 19 Sep 2002 14:07:24 +0000 (14:07 +0000)]
Got rid of errorlevel configuration - more trouble than it's worth!
Hardcoded it into setup.php now - people who are that keen can change
it there.

22 years agoUpdated for new configuration page
martin [Thu, 19 Sep 2002 14:06:28 +0000 (14:06 +0000)]
Updated for new configuration page

22 years agoSome consistency in headers on editing forms
martin [Thu, 19 Sep 2002 13:55:40 +0000 (13:55 +0000)]
Some consistency in headers on editing forms

22 years agoMost of the configuration variables have been moved out of the config.php
martin [Thu, 19 Sep 2002 12:01:55 +0000 (12:01 +0000)]
Most of the configuration variables have been moved out of the config.php
file and into a database, where they can be edited using a new admin form
called "Configure variables".

22 years agoSlight fix to error page to include site name properly
martin [Tue, 17 Sep 2002 14:56:18 +0000 (14:56 +0000)]
Slight fix to error page to include site name properly

22 years agoLogin link on home page
martin [Mon, 16 Sep 2002 13:03:31 +0000 (13:03 +0000)]
Login link on home page

22 years agoeminder about saving themes in upgrades etc
martin [Mon, 16 Sep 2002 07:11:31 +0000 (07:11 +0000)]
eminder about saving themes in upgrades etc

22 years agoTypo
martin [Mon, 16 Sep 2002 07:08:33 +0000 (07:08 +0000)]
Typo

22 years agoFixed name in popup javascript window
martin [Mon, 16 Sep 2002 07:03:33 +0000 (07:03 +0000)]
Fixed name in popup javascript window

22 years agoSample .htaccess file
martin [Mon, 16 Sep 2002 06:33:53 +0000 (06:33 +0000)]
Sample .htaccess file

22 years agoFixed Id
martin [Mon, 16 Sep 2002 03:23:10 +0000 (03:23 +0000)]
Fixed Id

22 years agoType on phpinfo
martin [Mon, 16 Sep 2002 03:20:55 +0000 (03:20 +0000)]
Type on phpinfo

22 years agoMentioned there's no need to use a trailing slash on the wwwroot
martin [Sun, 15 Sep 2002 06:09:44 +0000 (06:09 +0000)]
Mentioned there's no need to use a trailing slash on the wwwroot

22 years agoFixes to point directly to index.php wherever it was assumed. This wasn't
martin [Sun, 15 Sep 2002 06:06:32 +0000 (06:06 +0000)]
Fixes to point directly to index.php wherever it was assumed.  This wasn't
a problem on most servers, but was causing some problems on IIS servers

22 years agoCan now specify current language on a per-user basis
martin [Sat, 14 Sep 2002 03:43:24 +0000 (03:43 +0000)]
Can now specify current language on a per-user basis

22 years agoNew help file for editing html
martin [Fri, 13 Sep 2002 10:22:06 +0000 (10:22 +0000)]
New help file for editing html

22 years agoAdded a new reading type "html text". It's similar to "plain text"
martin [Fri, 13 Sep 2002 10:21:03 +0000 (10:21 +0000)]
Added a new reading type "html text".  It's similar to "plain text"
except none of the auto-formatting is done, and all HTML code is
accepted.

22 years agoSUrprise icon is a bit wider than 16 pixels
martin [Thu, 12 Sep 2002 17:08:32 +0000 (17:08 +0000)]
SUrprise icon is a bit wider than 16 pixels

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