]>
git.mjollnir.org Git - moodle.git/log
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
martin [Mon, 29 Jul 2002 07:21:36 +0000 (07:21 +0000)]
Improvements to report.php ... clearer code, new functions in lib.php
and now the journal entries are sorted with the newest at the top.
martin [Mon, 29 Jul 2002 07:00:32 +0000 (07:00 +0000)]
changed function get_course_participants --> get_course_users (naming consistency)
martin [Mon, 29 Jul 2002 06:53:09 +0000 (06:53 +0000)]
Changed to use the new functions for lists of students, teachers etc
martin [Mon, 29 Jul 2002 06:52:48 +0000 (06:52 +0000)]
New functions for getting lists of people in a course, and some cleanups
martin [Mon, 29 Jul 2002 06:34:52 +0000 (06:34 +0000)]
modernised the code to use newer database functions - no change in functionality
martin [Mon, 29 Jul 2002 06:21:37 +0000 (06:21 +0000)]
New functions for printing date selector forms and reconstructing dates
afterwards. Also a new function for counting words in a text
martin [Mon, 29 Jul 2002 06:20:27 +0000 (06:20 +0000)]
Added word count
martin [Mon, 29 Jul 2002 01:38:31 +0000 (01:38 +0000)]
Slight fix for daily x-axis (nicer-looking numbers)
martin [Sun, 28 Jul 2002 16:35:34 +0000 (16:35 +0000)]
Fixed bug where admin controls would be shown to teachers in edit-mode (thanks dopey)
martin [Sun, 28 Jul 2002 07:25:19 +0000 (07:25 +0000)]
Same
martin [Sat, 27 Jul 2002 13:33:50 +0000 (13:33 +0000)]
Fixed up the graphs (one for userday and they are also now correct for timezones)
martin [Sat, 27 Jul 2002 13:09:08 +0000 (13:09 +0000)]
Moodle can now upgrade itself, just like the modules do
martin [Sat, 27 Jul 2002 12:38:06 +0000 (12:38 +0000)]
Dropping any pretense of Postgres support for the moment, and added a README
martin [Sat, 27 Jul 2002 11:54:11 +0000 (11:54 +0000)]
new strings
martin [Sat, 27 Jul 2002 10:23:45 +0000 (10:23 +0000)]
Altered buttons from index and view pages
martin [Sat, 27 Jul 2002 09:44:01 +0000 (09:44 +0000)]
Changes to improve the user activity reports
martin [Sat, 27 Jul 2002 08:35:13 +0000 (08:35 +0000)]
Fixed up graph pages
martin [Sat, 27 Jul 2002 08:31:09 +0000 (08:31 +0000)]
Improvements to user activity report - including graphs
martin [Sat, 27 Jul 2002 07:22:20 +0000 (07:22 +0000)]
Fix to account for people not in course
martin [Sat, 27 Jul 2002 07:13:17 +0000 (07:13 +0000)]
Dummy (for now)
martin [Sat, 27 Jul 2002 06:58:39 +0000 (06:58 +0000)]
Implemented journal feedback notification (mailouts)
martin [Sat, 27 Jul 2002 06:10:37 +0000 (06:10 +0000)]
Better error checking in update_record
martin [Sat, 27 Jul 2002 06:09:54 +0000 (06:09 +0000)]
Much better cron function method - instead of using a code fragment in
mod/cron.php, it now uses a function in mod/lib.php ... more contained
martin [Sat, 27 Jul 2002 06:08:29 +0000 (06:08 +0000)]
New upgrading procedure, uses module functions to handle all version changes
martin [Sat, 27 Jul 2002 06:07:49 +0000 (06:07 +0000)]
Changes to suit new upgrading procedure (admin/index.html)
martin [Fri, 26 Jul 2002 02:15:03 +0000 (02:15 +0000)]
Fixed 0 days -> ALways Open
martin [Thu, 25 Jul 2002 13:54:07 +0000 (13:54 +0000)]
Extra space at end of file :-)
martin [Thu, 25 Jul 2002 13:48:14 +0000 (13:48 +0000)]
Got rid of the user.php code fragments and implemented much cleaner
system which certain-named functions in lib.php ... called from /course/user.php
martin [Thu, 25 Jul 2002 13:47:11 +0000 (13:47 +0000)]
Changes to how functions are called from modules - much cleaner now
martin [Tue, 23 Jul 2002 18:26:58 +0000 (18:26 +0000)]
cough
martin [Tue, 23 Jul 2002 18:26:01 +0000 (18:26 +0000)]
title tweaking
martin [Tue, 23 Jul 2002 18:24:11 +0000 (18:24 +0000)]
Formatting outline tweaks
martin [Tue, 23 Jul 2002 18:20:24 +0000 (18:20 +0000)]
H3 -> H4
martin [Tue, 23 Jul 2002 18:11:26 +0000 (18:11 +0000)]
Ch ch ch
martin [Tue, 23 Jul 2002 18:02:05 +0000 (18:02 +0000)]
Formatting fixes for ratings
martin [Tue, 23 Jul 2002 17:56:52 +0000 (17:56 +0000)]
Allow teachers to be marked, and allow ratings to be ignored
martin [Tue, 23 Jul 2002 17:04:31 +0000 (17:04 +0000)]
Fixes to Activity reports
martin [Tue, 23 Jul 2002 16:48:47 +0000 (16:48 +0000)]
Improvements to activity reports
martin [Tue, 23 Jul 2002 16:24:12 +0000 (16:24 +0000)]
Part of "contributions" overhaul in course/user.php
martin [Sun, 21 Jul 2002 08:34:25 +0000 (08:34 +0000)]
Improvements to the help system
martin [Sat, 20 Jul 2002 18:50:23 +0000 (18:50 +0000)]
Doesn't display discussions AND forums in the Activities
martin [Sat, 20 Jul 2002 18:20:19 +0000 (18:20 +0000)]
Slight formatting tweaks (forum index)
martin [Sat, 20 Jul 2002 17:56:21 +0000 (17:56 +0000)]
Changed listing of forums
martin [Sat, 20 Jul 2002 16:04:30 +0000 (16:04 +0000)]
additions
martin [Fri, 19 Jul 2002 12:18:37 +0000 (12:18 +0000)]
Fixed welcome email
martin [Fri, 19 Jul 2002 12:18:12 +0000 (12:18 +0000)]
Fixed formatting of welcome email
martin [Fri, 19 Jul 2002 12:11:47 +0000 (12:11 +0000)]
typo
martin [Fri, 19 Jul 2002 12:11:15 +0000 (12:11 +0000)]
Altered blink to make it less annoying
martin [Fri, 19 Jul 2002 12:08:30 +0000 (12:08 +0000)]
Make 'Edit profile" link blink, as a reminder, if not used yet
martin [Fri, 19 Jul 2002 12:01:35 +0000 (12:01 +0000)]
More language changes
martin [Sun, 14 Jul 2002 13:32:51 +0000 (13:32 +0000)]
Added ability for teacher to see subscribers for each forum
martin [Fri, 12 Jul 2002 13:29:55 +0000 (13:29 +0000)]
Format tweak
martin [Fri, 12 Jul 2002 13:25:26 +0000 (13:25 +0000)]
Small language-related changes
martin [Thu, 11 Jul 2002 05:30:57 +0000 (05:30 +0000)]
Changes related to internationalision strings and printing them
martin [Thu, 11 Jul 2002 05:30:10 +0000 (05:30 +0000)]
Consistent use of get_site() instead of checking course->category directly
martin [Wed, 10 Jul 2002 15:26:08 +0000 (15:26 +0000)]
Added search box here
martin [Wed, 10 Jul 2002 15:17:43 +0000 (15:17 +0000)]
Fixed week zooming
martin [Sat, 6 Jul 2002 06:34:32 +0000 (06:34 +0000)]
Daily changes
martin [Sat, 6 Jul 2002 04:07:55 +0000 (04:07 +0000)]
Got rid of all pv() functions, now consistently uses p() to print variables safely.
martin [Thu, 4 Jul 2002 08:49:22 +0000 (08:49 +0000)]
Remove teacher posts from recent activity (for students)
martin [Thu, 4 Jul 2002 08:31:22 +0000 (08:31 +0000)]
To keep track of upgrading info
martin [Thu, 4 Jul 2002 08:30:36 +0000 (08:30 +0000)]
Added new teacher forum. TABLE CHANGED: forum
martin [Thu, 4 Jul 2002 08:06:21 +0000 (08:06 +0000)]
Prevent caching of these forms
martin [Thu, 4 Jul 2002 08:01:26 +0000 (08:01 +0000)]
Typo in userdate
martin [Thu, 4 Jul 2002 07:56:19 +0000 (07:56 +0000)]
Use lang if locale not defined
martin [Thu, 4 Jul 2002 07:52:06 +0000 (07:52 +0000)]
Language-related fixes
martin [Thu, 4 Jul 2002 07:49:38 +0000 (07:49 +0000)]
Added missing parameter to update_module_icon (courseid)
martin [Thu, 4 Jul 2002 07:48:44 +0000 (07:48 +0000)]
Fix to update_module_icon (to pass the courseid)
martin [Tue, 2 Jul 2002 07:09:26 +0000 (07:09 +0000)]
Further internationalisation
martin [Tue, 2 Jul 2002 07:02:28 +0000 (07:02 +0000)]
Slight changes to userdate() function. It now uses gmstrftime() instead of
gmdate to format times, thus allowing it to take advantage of locale, if set,
to print dates in the appropriate language. Several userdate invocations
had to be changed, though, to use the different formatting specs.
martin [Tue, 2 Jul 2002 04:19:54 +0000 (04:19 +0000)]
Slight changes to documentation
martin [Tue, 2 Jul 2002 04:11:39 +0000 (04:11 +0000)]
List of all 2-letter language codes (ISO 639)
martin [Thu, 27 Jun 2002 08:47:27 +0000 (08:47 +0000)]
New languages system - get_string() in moodlelib.
martin [Thu, 27 Jun 2002 08:46:22 +0000 (08:46 +0000)]
Changes to the location of help files
martin [Tue, 25 Jun 2002 16:42:34 +0000 (16:42 +0000)]
Minor formatting tweaks
martin [Tue, 25 Jun 2002 16:42:00 +0000 (16:42 +0000)]
Changes to display user discussions
martin [Tue, 25 Jun 2002 15:40:22 +0000 (15:40 +0000)]
Ch-Ch-Changes
martin [Tue, 25 Jun 2002 15:34:50 +0000 (15:34 +0000)]
Ch-Ch-Changes
martin [Tue, 25 Jun 2002 15:26:25 +0000 (15:26 +0000)]
Ch ch ch changes