martin
37f5ff0960
is_subscribed => forum_is_subscribed
2002-07-31 15:39:03 +00:00
martin
aa153f29e2
Fixes for long posts ...
2002-07-31 15:34:15 +00:00
martin
310da1666a
Fixed subscribe info for students
2002-07-31 15:09:39 +00:00
martin
501cdbd8bb
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.
2002-07-31 14:19:35 +00:00
martin
0a786cab75
Removed version (replaced by /version.php
2002-07-30 10:45:36 +00:00
martin
9dc79114c2
Fixed bug in subscribe link
2002-07-30 03:35:53 +00:00
martin
2c309dc22a
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
2002-07-29 15:45:46 +00:00
martin
3c720ccee1
Moved some functions around - no functonal difference
2002-07-29 15:11:23 +00:00
martin
9690be38ff
Much simpler date-setting using new moodlelib functions
2002-07-29 15:10:21 +00:00
martin
a8876884dc
Now adds the config table automatically if there isn't one yet.
2002-07-29 15:09:16 +00:00
martin
ab001fe77d
Fixed link for "older topics"
2002-07-29 13:45:09 +00:00
martin
388f8911e3
Can now specify course by "short name" using name parameter. Useful for
...
integrating with external interfaces. Thanks to dopey for the idea.
2002-07-29 13:10:25 +00:00
martin
6f93182a0e
OK, this is working now
2002-07-29 13:03:39 +00:00
martin
13da983e6c
hmm wierd bug on production server but not testing ... this is to test that
2002-07-29 10:12:20 +00:00
martin
e383782039
Fixes to journal reporting
2002-07-29 09:48:52 +00:00
martin
77305fe6eb
Minor forum formatting tweaks
2002-07-29 09:17:14 +00:00
martin
944d5a3c98
Cleaned up subscription checking - it's a bit slower but will work with the
...
upcoming changes to forums (subscribeall flag). Code is shorter too.
2002-07-29 08:24:13 +00:00
martin
d9bf513d9c
edit icon always appears now, as long as a coursemodule exists
2002-07-29 08:11:12 +00:00
martin
bc575b88c6
Slightly bigger textarea for teacher feedback
2002-07-29 07:26:59 +00:00
martin
85acc43e47
Improvements to report.php ... clearer code, new functions in lib.php
...
and now the journal entries are sorted with the newest at the top.
2002-07-29 07:21:36 +00:00
martin
4c550bc013
changed function get_course_participants --> get_course_users (naming consistency)
2002-07-29 07:00:32 +00:00
martin
4b232245df
Changed to use the new functions for lists of students, teachers etc
2002-07-29 06:53:09 +00:00
martin
8a9e3fd753
New functions for getting lists of people in a course, and some cleanups
2002-07-29 06:52:48 +00:00
martin
34354e4fce
modernised the code to use newer database functions - no change in functionality
2002-07-29 06:34:52 +00:00
martin
39917a09c4
New functions for printing date selector forms and reconstructing dates
...
afterwards. Also a new function for counting words in a text
2002-07-29 06:21:37 +00:00
martin
64dc5067fd
Added word count
2002-07-29 06:20:27 +00:00
martin
58918d13db
Slight fix for daily x-axis (nicer-looking numbers)
2002-07-29 01:38:31 +00:00
martin
20cad2b64f
Fixed bug where admin controls would be shown to teachers in edit-mode (thanks dopey)
2002-07-28 16:35:34 +00:00
martin
fc8909658e
Same
2002-07-28 07:25:19 +00:00
martin
394933864c
Fixed up the graphs (one for userday and they are also now correct for timezones)
2002-07-27 13:33:50 +00:00
martin
cbd1170e91
Moodle can now upgrade itself, just like the modules do
2002-07-27 13:09:08 +00:00
martin
dafa318bab
Dropping any pretense of Postgres support for the moment, and added a README
2002-07-27 12:38:06 +00:00
martin
90ead1c315
new strings
2002-07-27 11:54:11 +00:00
martin
803b2c7606
Altered buttons from index and view pages
2002-07-27 10:23:45 +00:00
martin
2b8cef8038
Changes to improve the user activity reports
2002-07-27 09:44:01 +00:00
martin
cbc83a39f3
Fixed up graph pages
2002-07-27 08:35:13 +00:00
martin
c24d3070cc
Improvements to user activity report - including graphs
2002-07-27 08:31:09 +00:00
martin
96e0ad26b6
Fix to account for people not in course
2002-07-27 07:22:20 +00:00
martin
ab2eafe3ad
Dummy (for now)
2002-07-27 07:13:17 +00:00
martin
8a85e90825
Implemented journal feedback notification (mailouts)
2002-07-27 06:58:39 +00:00
martin
1afd014ea2
Better error checking in update_record
2002-07-27 06:10:37 +00:00
martin
673de29291
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
2002-07-27 06:09:54 +00:00
martin
2c4483e5fb
New upgrading procedure, uses module functions to handle all version changes
2002-07-27 06:08:29 +00:00
martin
12b820c227
Changes to suit new upgrading procedure (admin/index.html)
2002-07-27 06:07:49 +00:00
martin
ec5472d974
Fixed 0 days -> ALways Open
2002-07-26 02:15:03 +00:00
martin
3f4deb2b86
Extra space at end of file :-)
2002-07-25 13:54:07 +00:00
martin
0d22e7cc7e
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
2002-07-25 13:48:14 +00:00
martin
359b138b5d
Changes to how functions are called from modules - much cleaner now
2002-07-25 13:47:11 +00:00
martin
56e234f204
cough
2002-07-23 18:26:58 +00:00
martin
6ee410e3c3
title tweaking
2002-07-23 18:26:01 +00:00