]> git.mjollnir.org Git - moodle.git/log
moodle.git
22 years agoMore tidy ups in displays
martin [Thu, 8 Aug 2002 16:22:44 +0000 (16:22 +0000)]
More tidy ups in displays

22 years agoTweaks to the headers
martin [Thu, 8 Aug 2002 16:02:39 +0000 (16:02 +0000)]
Tweaks to the headers

22 years agoFurther excellent tidy-ups to the admin pages. They are actually starting
martin [Thu, 8 Aug 2002 15:51:23 +0000 (15:51 +0000)]
Further excellent tidy-ups to the admin pages.  They are actually starting
to look/work as slick as the rest of the site.  :-)

22 years agoCleanup of the admin interface - especially the user management
martin [Thu, 8 Aug 2002 14:17:55 +0000 (14:17 +0000)]
Cleanup of the admin interface - especially the user management

Bugs fixed, duplicate code removed, plus you can now add new users.

Aaah much better.  :-)

22 years agoFixed tiny buglet on insert_record which made it ignore NULL values
martin [Thu, 8 Aug 2002 12:41:21 +0000 (12:41 +0000)]
Fixed tiny buglet on insert_record which made it ignore NULL values

22 years agoDamn .. this bug was stopping the admin user being created properly.
martin [Thu, 8 Aug 2002 07:20:38 +0000 (07:20 +0000)]
Damn .. this bug was stopping the admin user being created properly.
(Checking for uploaded file)

22 years agoUpdated this page (because now bugs.moodle.org exists)
martin [Thu, 8 Aug 2002 05:06:26 +0000 (05:06 +0000)]
Updated this page (because now bugs.moodle.org exists)

22 years agoSlightly clearer explanations ...
martin [Thu, 8 Aug 2002 02:11:16 +0000 (02:11 +0000)]
Slightly clearer explanations ...

22 years agoMissing 'auto_increment' on assignment_submissions table, for 'id'
martin [Wed, 7 Aug 2002 08:46:48 +0000 (08:46 +0000)]
Missing 'auto_increment' on assignment_submissions table, for 'id'

22 years agoget_real_size() for translating text to byte sizes (eg 2M)
martin [Wed, 7 Aug 2002 08:26:48 +0000 (08:26 +0000)]
get_real_size() for translating text to byte sizes (eg 2M)

22 years agoNow properly sets and checks limits on file sizes
martin [Wed, 7 Aug 2002 08:24:38 +0000 (08:24 +0000)]
Now properly sets and checks limits on file sizes

22 years agoUpload works again ...
martin [Wed, 7 Aug 2002 03:45:22 +0000 (03:45 +0000)]
Upload works again ...

22 years agoWhoops ... typo in save_session
martin [Tue, 6 Aug 2002 17:41:43 +0000 (17:41 +0000)]
Whoops ... typo in save_session

22 years agoUpdated requirements.
martin [Tue, 6 Aug 2002 17:29:22 +0000 (17:29 +0000)]
Updated requirements.

22 years agoChanges
martin [Tue, 6 Aug 2002 17:24:51 +0000 (17:24 +0000)]
Changes

22 years agoWidespread changes throughout Moodle to make sure it works on
martin [Tue, 6 Aug 2002 17:23:45 +0000 (17:23 +0000)]
Widespread changes throughout Moodle to make sure it works on
servers that have register_globals turned off (this is the
default setting on newer version of PHP).

In fact it's partly a hack that globalises all GET, POST, FILES
AND COOKIE variables.  Unfortunately though the SESSION and
USER global session variables are only available as $_SESSION["USER"]
and $_SESSION["SESSION"], which is cumbersome to use.

So, for every request I now make a copy of these two session variables
into $USER and $SESSION.  Whenever I update them thoughout Moodle I
now have to call save_session("USER") which copies them back to the
session variable.  This seems to be working well now.

Because I'm using $_SESSION etc now this will raise
the required minimum version of PHP to 4.1.0

22 years agoMade it a bit clearer.
martin [Tue, 6 Aug 2002 12:58:21 +0000 (12:58 +0000)]
Made it a bit clearer.

22 years agoClose wide-open hacking hole! This script wasn't checking for admin
martin [Tue, 6 Aug 2002 12:17:40 +0000 (12:17 +0000)]
Close wide-open hacking hole!  This script wasn't checking for admin
user in the case where the site has been defined already.  Oops. Fixed now.

22 years agoCan now edit own firstname and lastname, and some tidying
martin [Tue, 6 Aug 2002 09:36:42 +0000 (09:36 +0000)]
Can now edit own firstname and lastname, and some tidying

22 years agoBetter looking search boxes
martin [Tue, 6 Aug 2002 09:24:40 +0000 (09:24 +0000)]
Better looking search boxes

22 years agoChanged a variable name for clarity
martin [Tue, 6 Aug 2002 09:23:28 +0000 (09:23 +0000)]
Changed a variable name for clarity

22 years agoPerformance enhancement for user listing (caching of language strings)
martin [Tue, 6 Aug 2002 09:21:14 +0000 (09:21 +0000)]
Performance enhancement for user listing (caching of language strings)

22 years agoBug in rated posts counting
martin [Tue, 6 Aug 2002 06:23:19 +0000 (06:23 +0000)]
Bug in rated posts counting

22 years agoWhoops ... make sure rated posts still show ratings! :-)
martin [Tue, 6 Aug 2002 06:17:59 +0000 (06:17 +0000)]
Whoops ... make sure rated posts still show ratings!  :-)

22 years agoforum_print_discussion now checks to see whether there are any
martin [Tue, 6 Aug 2002 06:09:44 +0000 (06:09 +0000)]
forum_print_discussion now checks to see whether there are any
ratings that haven't been done yet on a discussion.  If not, then
it won't print the ratings form.  This avoids a slight confusion
about the interface that existed previously.

22 years agoBetter wording for eachuser forum
martin [Tue, 6 Aug 2002 04:21:45 +0000 (04:21 +0000)]
Better wording for eachuser forum

22 years agoWhoops ... more forum->assessed
martin [Tue, 6 Aug 2002 04:17:40 +0000 (04:17 +0000)]
Whoops ... more forum->assessed

22 years agoWhoops ... using forum->assessed to determine whether discussions should
martin [Tue, 6 Aug 2002 04:04:40 +0000 (04:04 +0000)]
Whoops ... using forum->assessed to determine whether discussions should
be assessable now

22 years agoDon't allow guest user to change or reset password
martin [Mon, 5 Aug 2002 16:12:36 +0000 (16:12 +0000)]
Don't allow guest user to change or reset password

22 years agoA teacher can now delete any post (as long as it doesn't have replies).
martin [Mon, 5 Aug 2002 09:48:17 +0000 (09:48 +0000)]
A teacher can now delete any post (as long as it doesn't have replies).

22 years agoNeeded to delete forum_subscriptions as well.
martin [Mon, 5 Aug 2002 08:57:37 +0000 (08:57 +0000)]
Needed to delete forum_subscriptions as well.

22 years agoMore efficiency when deleting enrolments
martin [Mon, 5 Aug 2002 08:43:53 +0000 (08:43 +0000)]
More efficiency when deleting enrolments

22 years agoCron tidy-ups
martin [Mon, 5 Aug 2002 08:40:00 +0000 (08:40 +0000)]
Cron tidy-ups

22 years agoNew config variable longtimenosee
martin [Mon, 5 Aug 2002 07:59:37 +0000 (07:59 +0000)]
New config variable longtimenosee

22 years agoCode to unenrol old students and delete unconfirmed users
martin [Mon, 5 Aug 2002 07:59:11 +0000 (07:59 +0000)]
Code to unenrol old students and delete unconfirmed users

22 years agoWHoops - typo on function call
martin [Sun, 4 Aug 2002 18:19:42 +0000 (18:19 +0000)]
WHoops - typo on function call

22 years agoMore tweaks to feedback display (consistency with forum posts)
martin [Sun, 4 Aug 2002 17:24:46 +0000 (17:24 +0000)]
More tweaks to feedback display (consistency with forum posts)

22 years agoFixes in display of standard user_complete and user_outline functions
martin [Sun, 4 Aug 2002 17:13:49 +0000 (17:13 +0000)]
Fixes in display of standard user_complete and user_outline functions
for journal, forum and assignments

22 years agoFormatting tweak
martin [Sun, 4 Aug 2002 16:44:43 +0000 (16:44 +0000)]
Formatting tweak

22 years agoUpdated version numbers
martin [Sun, 4 Aug 2002 16:42:27 +0000 (16:42 +0000)]
Updated version numbers

22 years agoMisc small changes while I was working on assignments
martin [Sun, 4 Aug 2002 16:20:30 +0000 (16:20 +0000)]
Misc small changes while I was working on assignments

22 years agoNew assignment module finally complete!
martin [Sun, 4 Aug 2002 16:19:37 +0000 (16:19 +0000)]
New assignment module finally complete!

22 years agoMore monir tweaks
martin [Sun, 4 Aug 2002 13:27:20 +0000 (13:27 +0000)]
More monir tweaks

22 years agoMinor formatting tweaks
martin [Sun, 4 Aug 2002 13:25:53 +0000 (13:25 +0000)]
Minor formatting tweaks

22 years agoGet a string from moodle.php instead of forum.php
martin [Sun, 4 Aug 2002 13:14:20 +0000 (13:14 +0000)]
Get a string from moodle.php instead of forum.php

22 years agoAdded FORUM_SHORT_POST
martin [Sun, 4 Aug 2002 13:13:59 +0000 (13:13 +0000)]
Added FORUM_SHORT_POST

22 years agoMoved a function to lib.php
martin [Sun, 4 Aug 2002 07:06:45 +0000 (07:06 +0000)]
Moved a function to lib.php

22 years agoAdmin link looks better at the bottom
martin [Sun, 4 Aug 2002 02:55:13 +0000 (02:55 +0000)]
Admin link looks better at the bottom

22 years agoIn email_to_user, change AddBCC back to AddAddress ... this was a hangover
martin [Sun, 4 Aug 2002 02:39:54 +0000 (02:39 +0000)]
In email_to_user, change AddBCC back to AddAddress  ... this was a hangover
from the old bulk-email method, but now we just send one email at a time,
so it makes sense for the address to be visible again

22 years agoAdded a direct admin link
martin [Sun, 4 Aug 2002 02:13:40 +0000 (02:13 +0000)]
Added a direct admin link

22 years agoMOre language updates
martin [Sun, 4 Aug 2002 02:10:00 +0000 (02:10 +0000)]
MOre language updates

22 years agoFixes to two database fields log_display(table -> mtable) and
martin [Sun, 4 Aug 2002 02:08:43 +0000 (02:08 +0000)]
Fixes to two database fields  log_display(table -> mtable) and
user_teachers(authority from varchar -> int)

22 years agoTiny tweak to spacer image for IE browsers
martin [Sat, 3 Aug 2002 12:26:52 +0000 (12:26 +0000)]
Tiny tweak to spacer image for IE browsers

22 years agoCustomisable section 0 on social forum
martin [Sat, 3 Aug 2002 11:58:40 +0000 (11:58 +0000)]
Customisable section 0 on social forum

22 years agoBetter spacing in case with admin-only
martin [Sat, 3 Aug 2002 11:45:31 +0000 (11:45 +0000)]
Better spacing in case with admin-only

22 years agoput main menu up top
martin [Sat, 3 Aug 2002 08:40:25 +0000 (08:40 +0000)]
put main menu up top

22 years agoSpacing again
martin [Sat, 3 Aug 2002 08:38:06 +0000 (08:38 +0000)]
Spacing again

22 years agoUgh fixing spacing
martin [Sat, 3 Aug 2002 08:37:13 +0000 (08:37 +0000)]
Ugh fixing spacing

22 years agoAdjusted sizes of front page columns
martin [Sat, 3 Aug 2002 08:33:18 +0000 (08:33 +0000)]
Adjusted sizes of front page columns

22 years agoLots of work on site display, over many files. Improved front page
martin [Sat, 3 Aug 2002 08:16:31 +0000 (08:16 +0000)]
Lots of work on site display, over many files.  Improved front page
and display of site modules.

22 years agoMore admin cleanups - improved user listing
martin [Sat, 3 Aug 2002 04:57:45 +0000 (04:57 +0000)]
More admin cleanups - improved user listing

22 years agoCleaned up the admin pages (and moved some files) and added ability to completely...
martin [Sat, 3 Aug 2002 04:44:35 +0000 (04:44 +0000)]
Cleaned up the admin pages (and moved some files) and added ability to completely delete courses

22 years agoprint_continue() to print continue
martin [Sat, 3 Aug 2002 04:43:29 +0000 (04:43 +0000)]
print_continue() to print continue

22 years agoMoved all mod.php functions from modules into lib.php, and
martin [Sat, 3 Aug 2002 02:29:21 +0000 (02:29 +0000)]
Moved all mod.php functions from modules into lib.php, and
updated course/mod.php to use them there.  No longer need module/mod.php

22 years agoJust a couple of changes
martin [Fri, 2 Aug 2002 19:01:14 +0000 (19:01 +0000)]
Just a couple of changes

22 years agotweaks
martin [Fri, 2 Aug 2002 19:01:01 +0000 (19:01 +0000)]
tweaks

22 years agoRemoved fullname and search fields from modules table. Fullname is now
martin [Fri, 2 Aug 2002 17:42:59 +0000 (17:42 +0000)]
Removed fullname and search fields from modules table.  Fullname is now
derived from the string 'modulename' in the lang files for each module.

22 years agoNo change (just a comment)
martin [Fri, 2 Aug 2002 17:41:54 +0000 (17:41 +0000)]
No change (just a comment)

22 years agoget_course_users was buggy when teachers or students was empty.
martin [Fri, 2 Aug 2002 17:41:14 +0000 (17:41 +0000)]
get_course_users was buggy when teachers or students was empty.
The SQL looked good to me, but I had to do it another way to make
it work.

22 years agoLots of changes related to module info used in course listings and
martin [Fri, 2 Aug 2002 17:38:18 +0000 (17:38 +0000)]
Lots of changes related to module info used in course listings and
activity reports.  Module names are now from lang files, not from
the modules table.  Cleanups.

22 years agoAddition of modulename and modulenameplural strings as a standard to
martin [Fri, 2 Aug 2002 17:36:35 +0000 (17:36 +0000)]
Addition of modulename and modulenameplural strings as a standard to
every module file.

22 years agobugfixes and clean up
martin [Fri, 2 Aug 2002 17:35:40 +0000 (17:35 +0000)]
bugfixes and clean up

22 years agoSOme major bugfixes to forum_cron() and lots of translating
martin [Fri, 2 Aug 2002 17:34:26 +0000 (17:34 +0000)]
SOme major bugfixes to forum_cron() and lots of translating

22 years agoFixed up some forum functions and constants (consistency)
martin [Fri, 2 Aug 2002 09:50:53 +0000 (09:50 +0000)]
Fixed up some forum functions and constants (consistency)

22 years agoLanguage files have been moved to keep them altogether under /lang
martin [Fri, 2 Aug 2002 09:24:50 +0000 (09:24 +0000)]
Language files have been moved to keep them altogether under /lang
This should make it easier on translators.

22 years agoRmove guest from list of possible teachers
martin [Fri, 2 Aug 2002 09:20:39 +0000 (09:20 +0000)]
Rmove guest from list of possible teachers

22 years agoChanges related to language strings and clean up
martin [Fri, 2 Aug 2002 09:19:45 +0000 (09:19 +0000)]
Changes related to language strings and clean up

22 years agoThis file is not linked to or used by anything yet, but I've found it
martin [Fri, 2 Aug 2002 09:19:22 +0000 (09:19 +0000)]
This file is not linked to or used by anything yet, but I've found it
useful to delete forums properly while testing stuff.

22 years agoMisc changes to improve performance on a brand-new installation
martin [Thu, 1 Aug 2002 15:48:27 +0000 (15:48 +0000)]
Misc changes to improve performance on a brand-new installation

22 years agoCentered new topic link
martin [Thu, 1 Aug 2002 09:38:45 +0000 (09:38 +0000)]
Centered new topic link

22 years agoChanged the ratings to new separate/connected system - just for testing
martin [Thu, 1 Aug 2002 09:36:18 +0000 (09:36 +0000)]
Changed the ratings to new separate/connected system - just for testing

22 years agoMake sure we still log the fact that the teacher logged in as someone though.
martin [Thu, 1 Aug 2002 07:09:39 +0000 (07:09 +0000)]
Make sure we still log the fact that the teacher logged in as someone though.
Also, make the "realuser" the teacher's id, in case we want to use it later

22 years agoDOn't add to logs when teacher is "logged in as" a student
martin [Thu, 1 Aug 2002 07:05:01 +0000 (07:05 +0000)]
DOn't add to logs when teacher is "logged in as" a student

22 years agoAdded "realuser" to USER variable to identify imposters
martin [Thu, 1 Aug 2002 07:04:31 +0000 (07:04 +0000)]
Added "realuser" to USER variable to identify imposters

22 years agoremoved TABS and changed wording (your -> this)
martin [Thu, 1 Aug 2002 06:16:43 +0000 (06:16 +0000)]
removed TABS and changed wording (your -> this)

22 years agoSlight rearrangement
martin [Thu, 1 Aug 2002 06:15:43 +0000 (06:15 +0000)]
Slight rearrangement

22 years agoFixed use of reading functions (it had changed name)
martin [Thu, 1 Aug 2002 05:55:23 +0000 (05:55 +0000)]
Fixed use of reading functions (it had changed name)

22 years agoChanges
martin [Thu, 1 Aug 2002 05:45:09 +0000 (05:45 +0000)]
Changes

22 years agoReworded this file to make it clearer
martin [Thu, 1 Aug 2002 05:44:29 +0000 (05:44 +0000)]
Reworded this file to make it clearer

22 years agoClean up - modernised choice mod.php
martin [Thu, 1 Aug 2002 05:34:00 +0000 (05:34 +0000)]
Clean up - modernised choice mod.php

22 years agoMore cleanups to survey - renamed/moved functions, modernised mod.php
martin [Thu, 1 Aug 2002 05:18:07 +0000 (05:18 +0000)]
More cleanups to survey - renamed/moved functions, modernised mod.php

22 years agotypo
martin [Thu, 1 Aug 2002 04:54:23 +0000 (04:54 +0000)]
typo

22 years agoBig clean up of survey functions and removal of deadwood (more to go still though)
martin [Thu, 1 Aug 2002 04:49:26 +0000 (04:49 +0000)]
Big clean up of survey functions and removal of deadwood (more to go still though)

22 years agoYet more improvements to user discussion listing (added forum link to each discussion...
martin [Thu, 1 Aug 2002 04:05:56 +0000 (04:05 +0000)]
Yet more improvements to user discussion listing (added forum link to each discussion printed)

22 years agoMore improvements to user discussion display
martin [Thu, 1 Aug 2002 04:00:56 +0000 (04:00 +0000)]
More improvements to user discussion display

22 years agoWhoops! Hide teacher discussions when printing list of user discussions
martin [Thu, 1 Aug 2002 03:56:55 +0000 (03:56 +0000)]
Whoops! Hide teacher discussions when printing list of user discussions

22 years agoA big clean up of all the forum functions (including renaming them all
martin [Thu, 1 Aug 2002 03:50:27 +0000 (03:50 +0000)]
A big clean up of all the forum functions (including renaming them all
to start with forum_ ) and all the follow-on effects that caused
Some miscellaneous bug fixes and code clean-ups along the way

22 years agoSome work so far on the assignment module ... NOT FINISHED YET!
martin [Thu, 1 Aug 2002 03:49:01 +0000 (03:49 +0000)]
Some work so far on the assignment module ... NOT FINISHED YET!
I just want to get it out the way of some other commits

22 years agoSlowly implementing courseid type variables where i see them
martin [Wed, 31 Jul 2002 17:13:17 +0000 (17:13 +0000)]
Slowly implementing courseid type variables where i see them

22 years agoBetter logging for guest when enrolling
martin [Wed, 31 Jul 2002 17:11:46 +0000 (17:11 +0000)]
Better logging for guest when enrolling