]>
git.mjollnir.org Git - moodle.git/log
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)
martin [Thu, 1 Aug 2002 06:15:43 +0000 (06:15 +0000)]
Slight rearrangement
martin [Thu, 1 Aug 2002 05:55:23 +0000 (05:55 +0000)]
Fixed use of reading functions (it had changed name)
martin [Thu, 1 Aug 2002 05:45:09 +0000 (05:45 +0000)]
Changes
martin [Thu, 1 Aug 2002 05:44:29 +0000 (05:44 +0000)]
Reworded this file to make it clearer
martin [Thu, 1 Aug 2002 05:34:00 +0000 (05:34 +0000)]
Clean up - modernised choice mod.php
martin [Thu, 1 Aug 2002 05:18:07 +0000 (05:18 +0000)]
More cleanups to survey - renamed/moved functions, modernised mod.php
martin [Thu, 1 Aug 2002 04:54:23 +0000 (04:54 +0000)]
typo
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)
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)
martin [Thu, 1 Aug 2002 04:00:56 +0000 (04:00 +0000)]
More improvements to user discussion display
martin [Thu, 1 Aug 2002 03:56:55 +0000 (03:56 +0000)]
Whoops! Hide teacher discussions when printing list of user discussions
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
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
martin [Wed, 31 Jul 2002 17:13:17 +0000 (17:13 +0000)]
Slowly implementing courseid type variables where i see them
martin [Wed, 31 Jul 2002 17:11:46 +0000 (17:11 +0000)]
Better logging for guest when enrolling
martin [Wed, 31 Jul 2002 16:53:32 +0000 (16:53 +0000)]
Fixes to logging and log display
martin [Wed, 31 Jul 2002 16:52:27 +0000 (16:52 +0000)]
Fixed up activity display for forums
martin [Wed, 31 Jul 2002 16:33:50 +0000 (16:33 +0000)]
Fixed up some forum logging
martin [Wed, 31 Jul 2002 16:24:40 +0000 (16:24 +0000)]
A fix to recent log display
martin [Wed, 31 Jul 2002 16:13:55 +0000 (16:13 +0000)]
Fixed up forum sorting
martin [Wed, 31 Jul 2002 15:55:11 +0000 (15:55 +0000)]
Tweak to add ... after shortpost
martin [Wed, 31 Jul 2002 15:52:44 +0000 (15:52 +0000)]
Tweak on readings display on social course
martin [Wed, 31 Jul 2002 15:43:02 +0000 (15:43 +0000)]
whoops typo, forgot global
martin [Wed, 31 Jul 2002 15:39:03 +0000 (15:39 +0000)]
is_subscribed => forum_is_subscribed
martin [Wed, 31 Jul 2002 15:34:15 +0000 (15:34 +0000)]
Fixes for long posts ...
martin [Wed, 31 Jul 2002 15:09:39 +0000 (15:09 +0000)]
Fixed subscribe info for students
martin [Wed, 31 Jul 2002 14:19:35 +0000 (14:19 +0000)]
OK, some massive changes with many files removed or changed.
Basically the changes are:
- I've merged the 'discuss' module into the forum module
which makes the interface MUCH clearer for everyone
- I've added a new 'single' forum type that replicates
what the old discuss course modules used to look like.
- I've got rid of the "discussion" forum type - it will
still exist in upgraded courses but as a normal forum.
- the 'discuss' module is completely deleted - gone.
- the 'chat' module is completely deleted - gone.
- The upgrading system has been improved, and all code
is stored in version.php.
- I've put in upgrading commands to do the best I can
(right now) to upgrade courses that used the discuss
module. It should mostly work, just leaving some
"orphan" coursemodules on you course front page. You
can easily delete these using the little 'x'.
I may have forgotten something - I've only tested on
my testing server and I'm about to test on my production
server to see how it goes.
- Forums have a lot of little new features and fixes. The
main one is the subscription process. Teachers can 'force'
subscriptions on any forum. This disallows everyone from
choosing their own mail subscription - it's just on.
- The assignment module is half-finished and not working yet
I've still some massive changes to do, mostly involving making
all the lib.php function names more standardised, so consider
this is an interim checkin to do some tests.
martin [Tue, 30 Jul 2002 10:45:36 +0000 (10:45 +0000)]
Removed version (replaced by /version.php
martin [Tue, 30 Jul 2002 03:35:53 +0000 (03:35 +0000)]
Fixed bug in subscribe link
martin [Mon, 29 Jul 2002 15:45:46 +0000 (15:45 +0000)]
Definition and use of new isediting() function for checking whether a user
is not only in editing mode, but ALLOWED to be editing the current course.
Used to show editing buttons etc
martin [Mon, 29 Jul 2002 15:11:23 +0000 (15:11 +0000)]
Moved some functions around - no functonal difference
martin [Mon, 29 Jul 2002 15:10:21 +0000 (15:10 +0000)]
Much simpler date-setting using new moodlelib functions
martin [Mon, 29 Jul 2002 15:09:16 +0000 (15:09 +0000)]
Now adds the config table automatically if there isn't one yet.
martin [Mon, 29 Jul 2002 13:45:09 +0000 (13:45 +0000)]
Fixed link for "older topics"
martin [Mon, 29 Jul 2002 13:10:25 +0000 (13:10 +0000)]
Can now specify course by "short name" using name parameter. Useful for
integrating with external interfaces. Thanks to dopey for the idea.
martin [Mon, 29 Jul 2002 13:03:39 +0000 (13:03 +0000)]
OK, this is working now
martin [Mon, 29 Jul 2002 10:12:20 +0000 (10:12 +0000)]
hmm wierd bug on production server but not testing ... this is to test that
martin [Mon, 29 Jul 2002 09:48:52 +0000 (09:48 +0000)]
Fixes to journal reporting
martin [Mon, 29 Jul 2002 09:17:14 +0000 (09:17 +0000)]
Minor forum formatting tweaks
martin [Mon, 29 Jul 2002 08:24:13 +0000 (08:24 +0000)]
Cleaned up subscription checking - it's a bit slower but will work with the
upcoming changes to forums (subscribeall flag). Code is shorter too.
martin [Mon, 29 Jul 2002 08:11:12 +0000 (08:11 +0000)]
edit icon always appears now, as long as a coursemodule exists
martin [Mon, 29 Jul 2002 07:26:59 +0000 (07:26 +0000)]
Slightly bigger textarea for teacher feedback