]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoDon't use getenv anywhere - not necessary and breaks PHP under ISAPI
moodler [Wed, 2 Oct 2002 02:05:29 +0000 (02:05 +0000)]
Don't use getenv anywhere - not necessary and breaks PHP under ISAPI

22 years agoCHANGES UP TO 1.0.5
martin [Fri, 27 Sep 2002 15:14:04 +0000 (15:14 +0000)]
CHANGES UP TO 1.0.5

22 years agoMentioned newly allowed tags
martin [Fri, 27 Sep 2002 15:03:28 +0000 (15:03 +0000)]
Mentioned newly allowed tags

22 years agoAdded a few more allowed HTML tags in plain text files. <dl> <h1><h2><h3> <hr>
martin [Fri, 27 Sep 2002 14:48:25 +0000 (14:48 +0000)]
Added a few more allowed HTML tags in plain text files.  <dl> <h1><h2><h3> <hr>

22 years agoTweaks to page titles to make them more consistent
martin [Fri, 27 Sep 2002 14:26:02 +0000 (14:26 +0000)]
Tweaks to page titles to make them more consistent

22 years agoAaaahhh I remember now why this was in here, because in future there might
martin [Fri, 27 Sep 2002 14:19:59 +0000 (14:19 +0000)]
Aaaahhh I remember now why this was in here, because in future there might
be course-level themes and user-level themes.

Putting it back as before ... :-)

22 years agoRemoved theme chooser from here ... moving it to admin folder
martin [Fri, 27 Sep 2002 14:18:06 +0000 (14:18 +0000)]
Removed theme chooser from here ... moving it to admin folder

22 years agoFixed a little link to login page
martin [Fri, 27 Sep 2002 13:44:52 +0000 (13:44 +0000)]
Fixed a little link to login page

22 years agoUpdated version for 1.0.5 release
martin [Fri, 27 Sep 2002 13:40:17 +0000 (13:40 +0000)]
Updated version for 1.0.5 release

22 years agoMentioned the icon bug
martin [Fri, 27 Sep 2002 13:39:59 +0000 (13:39 +0000)]
Mentioned the icon bug

22 years agoUpdated version and release
martin [Fri, 27 Sep 2002 06:20:20 +0000 (06:20 +0000)]
Updated version and release

22 years agoAdd manage database link to home page admin links if necessary
martin [Fri, 27 Sep 2002 06:19:49 +0000 (06:19 +0000)]
Add manage database link to home page admin links if necessary

22 years agoPut version info on admin page
martin [Fri, 27 Sep 2002 06:19:18 +0000 (06:19 +0000)]
Put version info on admin page

22 years agoNicer way to find out the major changes since the last version.
martin [Fri, 27 Sep 2002 06:13:59 +0000 (06:13 +0000)]
Nicer way to find out the major changes since the last version.

RELEASES.html shows the changes, and these are displayed during
an upgrade.

22 years agoTweaks and formatting
martin [Fri, 27 Sep 2002 05:25:46 +0000 (05:25 +0000)]
Tweaks and formatting

22 years agoHoepfully made the upgrade process clearer.
martin [Fri, 27 Sep 2002 05:12:02 +0000 (05:12 +0000)]
Hoepfully made the upgrade process clearer.

22 years agoA little extra error checking.
martin [Fri, 27 Sep 2002 04:53:27 +0000 (04:53 +0000)]
A little extra error checking.

22 years agoRemoved encoding setting because i suspect it may be messing with SMTP mail
martin [Fri, 27 Sep 2002 01:35:25 +0000 (01:35 +0000)]
Removed encoding setting because i suspect it may be messing with SMTP mail

22 years agoBetter format for text version of emails
martin [Thu, 26 Sep 2002 16:02:13 +0000 (16:02 +0000)]
Better format for text version of emails

22 years agoChanged some instances of include() to include_once()
martin [Thu, 26 Sep 2002 14:41:59 +0000 (14:41 +0000)]
Changed some instances of include() to include_once()

22 years agoAfter upgrading version, stay on admin page rather than going to home
martin [Thu, 26 Sep 2002 13:05:18 +0000 (13:05 +0000)]
After upgrading version, stay on admin page rather than going to home
page, just in case there is more to do.

22 years agoUpdated version and release
martin [Thu, 26 Sep 2002 11:44:06 +0000 (11:44 +0000)]
Updated version and release

22 years agoLittle bug that caused the guest icon to display even when guest was turned
martin [Thu, 26 Sep 2002 11:10:20 +0000 (11:10 +0000)]
Little bug that caused the guest icon to display even when guest was turned
off (if the password was null)

22 years agothe more things change, the less they stay the same
martin [Thu, 26 Sep 2002 07:27:01 +0000 (07:27 +0000)]
the more things change, the less they stay the same

22 years agoUpdate the version
martin [Thu, 26 Sep 2002 07:25:47 +0000 (07:25 +0000)]
Update the version

22 years agoThe login page now shows different instructions depending on the
martin [Thu, 26 Sep 2002 07:13:14 +0000 (07:13 +0000)]
The login page now shows different instructions depending on the
authentication mechanism.

22 years agoFirst implementation of new authentication system, which can now use
martin [Thu, 26 Sep 2002 07:03:22 +0000 (07:03 +0000)]
First implementation of new authentication system, which can now use
pluggable modules in the 'auth' directory.

Everything is done through authentication_user_login in lib/moodlelib.php

As well as the old default "email" confirmation, I added a new type of
confirmation "none", which basically does no confirmation at all.

22 years agoCheck for USER->email in require_login. With external authentication
martin [Thu, 26 Sep 2002 03:51:31 +0000 (03:51 +0000)]
Check for USER->email in require_login.  With external authentication
schemes it's possible that the email field could be empty, so this
will force users to update it (and the rest of their profile) any
time they log into a course.

22 years agoMake $a bold so it's easier to see
martin [Thu, 26 Sep 2002 03:36:16 +0000 (03:36 +0000)]
Make $a bold so it's easier to see

22 years agoNew help file for language editing
martin [Thu, 26 Sep 2002 03:20:15 +0000 (03:20 +0000)]
New help file for language editing

22 years agoMuch better. No slashes needed AT ALL now, not even for $a variables.
martin [Thu, 26 Sep 2002 03:16:40 +0000 (03:16 +0000)]
Much better.  No slashes needed AT ALL now, not even for $a variables.
Also provided a help button at the top.

22 years agoPatches from Petri
martin [Thu, 26 Sep 2002 02:19:53 +0000 (02:19 +0000)]
Patches from Petri

22 years agoInfo about lib/htaccess
martin [Wed, 25 Sep 2002 16:38:09 +0000 (16:38 +0000)]
Info about lib/htaccess

22 years agoAdded DirectoryIndex stuff
martin [Wed, 25 Sep 2002 16:33:54 +0000 (16:33 +0000)]
Added DirectoryIndex stuff

22 years agoAdded new postgres7 schema, developed by Felipe Rodrigues da Silva <felipe@pontoexe...
martin [Wed, 25 Sep 2002 15:16:21 +0000 (15:16 +0000)]
Added new postgres7 schema, developed by Felipe Rodrigues da Silva <felipe@pontoexe.com>.  Thanks Felipe!

I've personally not tested this yet so PostgrSQL user feedback is encouraged!

22 years agoDon't redirect too early
martin [Wed, 25 Sep 2002 14:40:28 +0000 (14:40 +0000)]
Don't redirect too early

22 years agoAdd some comments
martin [Wed, 25 Sep 2002 13:37:12 +0000 (13:37 +0000)]
Add some comments

22 years agoImproved explanations for how to use this file
martin [Wed, 25 Sep 2002 12:33:21 +0000 (12:33 +0000)]
Improved explanations for how to use this file

22 years agoIt's possible $USER->lang may not be defined. If so, use $CFG->lang.
martin [Wed, 25 Sep 2002 11:06:27 +0000 (11:06 +0000)]
It's possible $USER->lang may not be defined.  If so, use $CFG->lang.

22 years agoSet fromdiscussion here just in case it's not set elsewhere
martin [Wed, 25 Sep 2002 08:17:35 +0000 (08:17 +0000)]
Set fromdiscussion here just in case it's not set elsewhere

22 years agoALL CHANGES UP TO MOODLE 1.0.5 BETA 1
martin [Wed, 25 Sep 2002 07:42:39 +0000 (07:42 +0000)]
ALL CHANGES UP TO MOODLE 1.0.5 BETA 1

22 years agoUnfinished files
martin [Wed, 25 Sep 2002 07:41:23 +0000 (07:41 +0000)]
Unfinished files

22 years agoupdated version numbers for beta 1 release
martin [Wed, 25 Sep 2002 07:40:07 +0000 (07:40 +0000)]
updated version numbers for beta 1 release

22 years agoREADME contains author etc
martin [Wed, 25 Sep 2002 07:38:23 +0000 (07:38 +0000)]
README contains author etc

22 years agoAdded README with author
martin [Wed, 25 Sep 2002 07:37:31 +0000 (07:37 +0000)]
Added README with author

22 years agoAuthor stored in README
martin [Wed, 25 Sep 2002 07:35:58 +0000 (07:35 +0000)]
Author stored in README

22 years agoIn compare mode you can now EDIT language files directly. This should
martin [Wed, 25 Sep 2002 07:33:04 +0000 (07:33 +0000)]
In compare mode you can now EDIT language files directly.  This should
make language development much easier.

Based on code sent to me by Petri Asikainen

22 years agoCough typo
martin [Wed, 25 Sep 2002 07:31:19 +0000 (07:31 +0000)]
Cough typo

22 years agoEdited using language editor
martin [Wed, 25 Sep 2002 07:30:16 +0000 (07:30 +0000)]
Edited using language editor

22 years agoNew string
martin [Wed, 25 Sep 2002 07:19:32 +0000 (07:19 +0000)]
New string

22 years agoFix for ICQ display (they've changed their URLs)
martin [Tue, 24 Sep 2002 12:45:06 +0000 (12:45 +0000)]
Fix for ICQ display (they've changed their URLs)

22 years agoHide password during registration
martin [Tue, 24 Sep 2002 09:20:43 +0000 (09:20 +0000)]
Hide password during registration

22 years agoPrevent guests even seeing the edit button
martin [Tue, 24 Sep 2002 09:06:17 +0000 (09:06 +0000)]
Prevent guests even seeing the edit button

22 years agoPrevent guests from submitting choices or assignments
martin [Tue, 24 Sep 2002 09:02:34 +0000 (09:02 +0000)]
Prevent guests from submitting choices or assignments

22 years agoUpdated Sebastien's address to seb@gaia.anet.fr
martin [Tue, 24 Sep 2002 08:54:44 +0000 (08:54 +0000)]
Updated Sebastien's address to seb@gaia.anet.fr

22 years agoMake sure site security is added when logging in via change password
martin [Tue, 24 Sep 2002 01:28:19 +0000 (01:28 +0000)]
Make sure site security is added when logging in via change password

22 years agoNewly formatted header.html files in themes ... still works the same
martin [Mon, 23 Sep 2002 15:42:22 +0000 (15:42 +0000)]
Newly formatted header.html files in themes ... still works the same
just might be easier to edit now.  index.php uses new set_config function

22 years agoSpecial "navigation" for home page - "home" value sets off different header
martin [Mon, 23 Sep 2002 15:41:06 +0000 (15:41 +0000)]
Special "navigation" for home page - "home" value sets off different header
in themes

22 years agoNew set_config() and better use of $CFG->version
martin [Mon, 23 Sep 2002 15:40:16 +0000 (15:40 +0000)]
New set_config() and better use of $CFG->version

22 years agoNew standardlogo theme ... like standard but with a logo
martin [Mon, 23 Sep 2002 15:38:22 +0000 (15:38 +0000)]
New standardlogo theme ... like standard but with a logo

22 years agoSample logo
martin [Mon, 23 Sep 2002 15:37:08 +0000 (15:37 +0000)]
Sample logo

22 years agoFixed up default-sized tables again
martin [Mon, 23 Sep 2002 07:02:26 +0000 (07:02 +0000)]
Fixed up default-sized tables again

22 years agoWhoops teacher checking was back to front
martin [Mon, 23 Sep 2002 06:49:30 +0000 (06:49 +0000)]
Whoops teacher checking was back to front

22 years agoPersonal mentions
martin [Mon, 23 Sep 2002 04:04:31 +0000 (04:04 +0000)]
Personal mentions

22 years agoChange to name of language
martin [Mon, 23 Sep 2002 02:11:08 +0000 (02:11 +0000)]
Change to name of language

22 years agoUpdated name of language
martin [Mon, 23 Sep 2002 02:08:40 +0000 (02:08 +0000)]
Updated name of language

22 years agoAdded Portuguese (Brazilian) by Fabricio Valadares, Thanks!
martin [Mon, 23 Sep 2002 02:04:44 +0000 (02:04 +0000)]
Added Portuguese (Brazilian) by Fabricio Valadares,  Thanks!

22 years agoUpdated credits
martin [Mon, 23 Sep 2002 01:47:34 +0000 (01:47 +0000)]
Updated credits

22 years agoSaner format for editing profile
martin [Sun, 22 Sep 2002 16:24:38 +0000 (16:24 +0000)]
Saner format for editing profile

22 years agoBolder title
martin [Sun, 22 Sep 2002 16:19:45 +0000 (16:19 +0000)]
Bolder title

22 years agoForgot country display change
martin [Sun, 22 Sep 2002 16:17:11 +0000 (16:17 +0000)]
Forgot country display change

22 years agoBetter country sorting on user index in a course
martin [Sun, 22 Sep 2002 16:16:13 +0000 (16:16 +0000)]
Better country sorting on user index in a course

22 years agoBetter way of sorting countries
martin [Sun, 22 Sep 2002 16:12:49 +0000 (16:12 +0000)]
Better way of sorting countries

22 years agoFixes to country sorting
martin [Sun, 22 Sep 2002 16:03:01 +0000 (16:03 +0000)]
Fixes to country sorting

22 years agoBetter handling of country sorting
martin [Sun, 22 Sep 2002 15:57:23 +0000 (15:57 +0000)]
Better handling of country sorting

22 years agoDon't delete a user if already deleted (reloading page, say)
martin [Sun, 22 Sep 2002 14:42:32 +0000 (14:42 +0000)]
Don't delete a user if already deleted (reloading page, say)

22 years agoUpdated version
martin [Sun, 22 Sep 2002 14:39:09 +0000 (14:39 +0000)]
Updated version

22 years agoFixes to unenrolling students, and unenrol_student() and remove_teacher()
martin [Sun, 22 Sep 2002 14:33:21 +0000 (14:33 +0000)]
Fixes to unenrolling students,  and unenrol_student() and remove_teacher()
now remove forum_subscriptions correctly

22 years agoFixes to table widths
martin [Sun, 22 Sep 2002 14:11:45 +0000 (14:11 +0000)]
Fixes to table widths

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)