martin
5750729092
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.
2002-08-02 17:41:14 +00:00
martin
9084509828
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.
2002-08-02 17:38:18 +00:00
martin
83b8fa157e
Addition of modulename and modulenameplural strings as a standard to
...
every module file.
2002-08-02 17:36:35 +00:00
martin
9b9f9ab449
bugfixes and clean up
2002-08-02 17:35:40 +00:00
martin
ffe1164090
SOme major bugfixes to forum_cron() and lots of translating
2002-08-02 17:34:26 +00:00
martin
7a12aab48b
Fixed up some forum functions and constants (consistency)
2002-08-02 09:50:53 +00:00
martin
058eec1868
Language files have been moved to keep them altogether under /lang
...
This should make it easier on translators.
2002-08-02 09:24:50 +00:00
martin
fc5c407eef
Rmove guest from list of possible teachers
2002-08-02 09:20:39 +00:00
martin
f781b79425
Changes related to language strings and clean up
2002-08-02 09:19:45 +00:00
martin
238a826393
This file is not linked to or used by anything yet, but I've found it
...
useful to delete forums properly while testing stuff.
2002-08-02 09:19:22 +00:00
martin
ef58b82265
Misc changes to improve performance on a brand-new installation
2002-08-01 15:48:27 +00:00
martin
3b9af3dd6f
Centered new topic link
2002-08-01 09:38:45 +00:00
martin
bc9ab4dd62
Changed the ratings to new separate/connected system - just for testing
2002-08-01 09:36:18 +00:00
martin
14147859ce
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
2002-08-01 07:09:39 +00:00
martin
9132e8666f
DOn't add to logs when teacher is "logged in as" a student
2002-08-01 07:05:01 +00:00
martin
bae3097095
Added "realuser" to USER variable to identify imposters
2002-08-01 07:04:31 +00:00
martin
7ad5e3ad7d
removed TABS and changed wording (your -> this)
2002-08-01 06:16:43 +00:00
martin
ae642af6c5
Slight rearrangement
2002-08-01 06:15:43 +00:00
martin
07e1f18900
Fixed use of reading functions (it had changed name)
2002-08-01 05:55:23 +00:00
martin
f98bb43f9d
Changes
2002-08-01 05:45:09 +00:00
martin
a8b4501404
Reworded this file to make it clearer
2002-08-01 05:44:29 +00:00
martin
96c2453634
Clean up - modernised choice mod.php
2002-08-01 05:34:00 +00:00
martin
0e30c987e5
More cleanups to survey - renamed/moved functions, modernised mod.php
2002-08-01 05:18:07 +00:00
martin
362f9c9c74
typo
2002-08-01 04:54:23 +00:00
martin
551b0b9806
Big clean up of survey functions and removal of deadwood (more to go still though)
2002-08-01 04:49:26 +00:00
martin
8f9c8aaf31
Yet more improvements to user discussion listing (added forum link to each discussion printed)
2002-08-01 04:05:56 +00:00
martin
b76128b0f5
More improvements to user discussion display
2002-08-01 04:00:56 +00:00
martin
4ca090910e
Whoops! Hide teacher discussions when printing list of user discussions
2002-08-01 03:56:55 +00:00
martin
11b0c46971
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
2002-08-01 03:50:27 +00:00
martin
21999551b1
Some work so far on the assignment module ... NOT FINISHED YET!
...
I just want to get it out the way of some other commits
2002-08-01 03:49:01 +00:00
martin
1ea8303c1f
Slowly implementing courseid type variables where i see them
2002-07-31 17:13:17 +00:00
martin
fbc797635e
Better logging for guest when enrolling
2002-07-31 17:11:46 +00:00
martin
d7d1f618e8
Fixes to logging and log display
2002-07-31 16:53:32 +00:00
martin
498178e41e
Fixed up activity display for forums
2002-07-31 16:52:27 +00:00
martin
0230010489
Fixed up some forum logging
2002-07-31 16:33:50 +00:00
martin
36d4a9a193
A fix to recent log display
2002-07-31 16:24:40 +00:00
martin
0872b023d5
Fixed up forum sorting
2002-07-31 16:13:55 +00:00
martin
37c6527855
Tweak to add ... after shortpost
2002-07-31 15:55:11 +00:00
martin
59578f49d3
Tweak on readings display on social course
2002-07-31 15:52:44 +00:00
martin
6bebaa642f
whoops typo, forgot global
2002-07-31 15:43:02 +00:00
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