]>
git.mjollnir.org Git - moodle.git/log
martin [Sat, 10 Aug 2002 14:27:14 +0000 (14:27 +0000)]
More tweaks to recent activity box
martin [Sat, 10 Aug 2002 13:50:38 +0000 (13:50 +0000)]
Tweak teacher colour
martin [Sat, 10 Aug 2002 13:42:12 +0000 (13:42 +0000)]
Tweaks and tidy-ups for course home pages (weekly and topics)
martin [Fri, 9 Aug 2002 09:25:17 +0000 (09:25 +0000)]
Further little fixes to user image displaying
martin [Fri, 9 Aug 2002 09:09:36 +0000 (09:09 +0000)]
Changes to make uploaded user pictures work properly on Windows :-(
martin [Fri, 9 Aug 2002 09:08:59 +0000 (09:08 +0000)]
Clearer docs for Windows users
martin [Fri, 9 Aug 2002 06:25:50 +0000 (06:25 +0000)]
Brought the install procedure up to date
martin [Fri, 9 Aug 2002 02:48:25 +0000 (02:48 +0000)]
Slight tweak to remove login button for ordinary users
martin [Fri, 9 Aug 2002 02:45:15 +0000 (02:45 +0000)]
New functions get_list_of_modules() and moodle_needs_upgrading().
Used on the home page when admin is logged in, to check for any
upgrading of the databases that might need to be done.
martin [Thu, 8 Aug 2002 17:43:57 +0000 (17:43 +0000)]
Changes
martin [Thu, 8 Aug 2002 17:34:24 +0000 (17:34 +0000)]
Changes up to Moodle 1.0 BETA 3
martin [Thu, 8 Aug 2002 17:30:50 +0000 (17:30 +0000)]
Better control of buttons for admin and in site view
martin [Thu, 8 Aug 2002 17:30:00 +0000 (17:30 +0000)]
parameter for print_admin_links
martin [Thu, 8 Aug 2002 17:29:22 +0000 (17:29 +0000)]
Tweaks and cleanups
martin [Thu, 8 Aug 2002 17:28:30 +0000 (17:28 +0000)]
Fixed a tricky little bug with usergetmidnight() when no timezone was defined.
martin [Thu, 8 Aug 2002 16:22:44 +0000 (16:22 +0000)]
More tidy ups in displays
martin [Thu, 8 Aug 2002 16:02:39 +0000 (16:02 +0000)]
Tweaks to the headers
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. :-)
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. :-)
martin [Thu, 8 Aug 2002 12:41:21 +0000 (12:41 +0000)]
Fixed tiny buglet on insert_record which made it ignore NULL values
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)
martin [Thu, 8 Aug 2002 05:06:26 +0000 (05:06 +0000)]
Updated this page (because now bugs.moodle.org exists)
martin [Thu, 8 Aug 2002 02:11:16 +0000 (02:11 +0000)]
Slightly clearer explanations ...
martin [Wed, 7 Aug 2002 08:46:48 +0000 (08:46 +0000)]
Missing 'auto_increment' on assignment_submissions table, for 'id'
martin [Wed, 7 Aug 2002 08:26:48 +0000 (08:26 +0000)]
get_real_size() for translating text to byte sizes (eg 2M)
martin [Wed, 7 Aug 2002 08:24:38 +0000 (08:24 +0000)]
Now properly sets and checks limits on file sizes
martin [Wed, 7 Aug 2002 03:45:22 +0000 (03:45 +0000)]
Upload works again ...
martin [Tue, 6 Aug 2002 17:41:43 +0000 (17:41 +0000)]
Whoops ... typo in save_session
martin [Tue, 6 Aug 2002 17:29:22 +0000 (17:29 +0000)]
Updated requirements.
martin [Tue, 6 Aug 2002 17:24:51 +0000 (17:24 +0000)]
Changes
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
martin [Tue, 6 Aug 2002 12:58:21 +0000 (12:58 +0000)]
Made it a bit clearer.
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.
martin [Tue, 6 Aug 2002 09:36:42 +0000 (09:36 +0000)]
Can now edit own firstname and lastname, and some tidying
martin [Tue, 6 Aug 2002 09:24:40 +0000 (09:24 +0000)]
Better looking search boxes
martin [Tue, 6 Aug 2002 09:23:28 +0000 (09:23 +0000)]
Changed a variable name for clarity
martin [Tue, 6 Aug 2002 09:21:14 +0000 (09:21 +0000)]
Performance enhancement for user listing (caching of language strings)
martin [Tue, 6 Aug 2002 06:23:19 +0000 (06:23 +0000)]
Bug in rated posts counting
martin [Tue, 6 Aug 2002 06:17:59 +0000 (06:17 +0000)]
Whoops ... make sure rated posts still show ratings! :-)
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.
martin [Tue, 6 Aug 2002 04:21:45 +0000 (04:21 +0000)]
Better wording for eachuser forum
martin [Tue, 6 Aug 2002 04:17:40 +0000 (04:17 +0000)]
Whoops ... more forum->assessed
martin [Tue, 6 Aug 2002 04:04:40 +0000 (04:04 +0000)]
Whoops ... using forum->assessed to determine whether discussions should
be assessable now
martin [Mon, 5 Aug 2002 16:12:36 +0000 (16:12 +0000)]
Don't allow guest user to change or reset password
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).
martin [Mon, 5 Aug 2002 08:57:37 +0000 (08:57 +0000)]
Needed to delete forum_subscriptions as well.
martin [Mon, 5 Aug 2002 08:43:53 +0000 (08:43 +0000)]
More efficiency when deleting enrolments
martin [Mon, 5 Aug 2002 08:40:00 +0000 (08:40 +0000)]
Cron tidy-ups
martin [Mon, 5 Aug 2002 07:59:37 +0000 (07:59 +0000)]
New config variable longtimenosee
martin [Mon, 5 Aug 2002 07:59:11 +0000 (07:59 +0000)]
Code to unenrol old students and delete unconfirmed users
martin [Sun, 4 Aug 2002 18:19:42 +0000 (18:19 +0000)]
WHoops - typo on function call
martin [Sun, 4 Aug 2002 17:24:46 +0000 (17:24 +0000)]
More tweaks to feedback display (consistency with forum posts)
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
martin [Sun, 4 Aug 2002 16:44:43 +0000 (16:44 +0000)]
Formatting tweak
martin [Sun, 4 Aug 2002 16:42:27 +0000 (16:42 +0000)]
Updated version numbers
martin [Sun, 4 Aug 2002 16:20:30 +0000 (16:20 +0000)]
Misc small changes while I was working on assignments
martin [Sun, 4 Aug 2002 16:19:37 +0000 (16:19 +0000)]
New assignment module finally complete!
martin [Sun, 4 Aug 2002 13:27:20 +0000 (13:27 +0000)]
More monir tweaks
martin [Sun, 4 Aug 2002 13:25:53 +0000 (13:25 +0000)]
Minor formatting tweaks
martin [Sun, 4 Aug 2002 13:14:20 +0000 (13:14 +0000)]
Get a string from moodle.php instead of forum.php
martin [Sun, 4 Aug 2002 13:13:59 +0000 (13:13 +0000)]
Added FORUM_SHORT_POST
martin [Sun, 4 Aug 2002 07:06:45 +0000 (07:06 +0000)]
Moved a function to lib.php
martin [Sun, 4 Aug 2002 02:55:13 +0000 (02:55 +0000)]
Admin link looks better at the bottom
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
martin [Sun, 4 Aug 2002 02:13:40 +0000 (02:13 +0000)]
Added a direct admin link
martin [Sun, 4 Aug 2002 02:10:00 +0000 (02:10 +0000)]
MOre language updates
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)
martin [Sat, 3 Aug 2002 12:26:52 +0000 (12:26 +0000)]
Tiny tweak to spacer image for IE browsers
martin [Sat, 3 Aug 2002 11:58:40 +0000 (11:58 +0000)]
Customisable section 0 on social forum
martin [Sat, 3 Aug 2002 11:45:31 +0000 (11:45 +0000)]
Better spacing in case with admin-only
martin [Sat, 3 Aug 2002 08:40:25 +0000 (08:40 +0000)]
put main menu up top
martin [Sat, 3 Aug 2002 08:38:06 +0000 (08:38 +0000)]
Spacing again
martin [Sat, 3 Aug 2002 08:37:13 +0000 (08:37 +0000)]
Ugh fixing spacing
martin [Sat, 3 Aug 2002 08:33:18 +0000 (08:33 +0000)]
Adjusted sizes of front page columns
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.
martin [Sat, 3 Aug 2002 04:57:45 +0000 (04:57 +0000)]
More admin cleanups - improved user listing
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
martin [Sat, 3 Aug 2002 04:43:29 +0000 (04:43 +0000)]
print_continue() to print continue
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
martin [Fri, 2 Aug 2002 19:01:14 +0000 (19:01 +0000)]
Just a couple of changes
martin [Fri, 2 Aug 2002 19:01:01 +0000 (19:01 +0000)]
tweaks
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.
martin [Fri, 2 Aug 2002 17:41:54 +0000 (17:41 +0000)]
No change (just a comment)
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.
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.
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.
martin [Fri, 2 Aug 2002 17:35:40 +0000 (17:35 +0000)]
bugfixes and clean up
martin [Fri, 2 Aug 2002 17:34:26 +0000 (17:34 +0000)]
SOme major bugfixes to forum_cron() and lots of translating
martin [Fri, 2 Aug 2002 09:50:53 +0000 (09:50 +0000)]
Fixed up some forum functions and constants (consistency)
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.
martin [Fri, 2 Aug 2002 09:20:39 +0000 (09:20 +0000)]
Rmove guest from list of possible teachers
martin [Fri, 2 Aug 2002 09:19:45 +0000 (09:19 +0000)]
Changes related to language strings and clean up
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.
martin [Thu, 1 Aug 2002 15:48:27 +0000 (15:48 +0000)]
Misc changes to improve performance on a brand-new installation
martin [Thu, 1 Aug 2002 09:38:45 +0000 (09:38 +0000)]
Centered new topic link
martin [Thu, 1 Aug 2002 09:36:18 +0000 (09:36 +0000)]
Changed the ratings to new separate/connected system - just for testing
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
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
martin [Thu, 1 Aug 2002 07:04:31 +0000 (07:04 +0000)]
Added "realuser" to USER variable to identify imposters
martin [Thu, 1 Aug 2002 06:16:43 +0000 (06:16 +0000)]
removed TABS and changed wording (your -> this)