]> git.mjollnir.org Git - moodle.git/log
moodle.git
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)

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