moodler
d769d2ee51
Rebuild course cache using the function for it.
2003-07-20 07:56:51 +00:00
moodler
cc3655a22c
Just some comments
2003-07-10 08:11:58 +00:00
moodler
10696dc1f3
Timezone included in user listing, plus new recent activity stuff
2003-07-08 06:47:44 +00:00
moodler
c99ce77b17
Recommitting because of CVS wierdness
2003-07-05 11:52:01 +00:00
moodler
72d497d4ce
Display images inline when attached to forum posts
2003-07-05 03:54:10 +00:00
moodler
f95c2a73ca
Anchors on threaded posts too
2003-06-20 06:50:14 +00:00
moodler
b22b0e61f0
An initial effort at making posts return to correct context
2003-06-20 06:35:09 +00:00
moodler
b8bf90c53f
Minor interim change to improve display of discussions on user page
...
because some of them are getting really long on moodle.org
Eventually this display will be completely different, with information
about all public data.
2003-06-15 07:11:11 +00:00
moodler
713386aadb
Left out a field! mailformat
2003-05-18 02:36:02 +00:00
moodler
06cffaf0bb
No need to get all the user data for forum_subscribed_users
2003-05-17 06:13:38 +00:00
moodler
0a9f61b55f
When posting a forum, users can unsubscribe/subscribe on the fly.
...
The flag has a memory, but it keeps pushing you to subscribe. :-)
(so that by default it behaves like it did before)
Hopefully now subscription is a bit easier to understand.
2003-05-13 13:53:36 +00:00
moodler
170a9c4612
Force subscription on a teacher's forum only includes teachers!
2003-05-12 09:01:23 +00:00
moodler
6afe855886
Better tooltip help on post attachments
2003-05-09 06:03:47 +00:00
moodler
b879effb4a
Fixed bug that was not listing discussions that had identical subjects!
2003-05-05 16:21:45 +00:00
moodler
d342c76370
Added Wiki format as a system-wide format (forums, journals, etc)
...
Also, added better formatting to plain-text emails via a new function
in weblib.php - format_text_email
2003-05-04 04:07:36 +00:00
moodler
9f0b8269ac
Fixed bug where text format of a new discussion was not being saved
2003-05-04 03:43:46 +00:00
moodler
edffca1558
Changes to make forum mailouts a little more robust, and avoid duplicates
...
I hope, at least the ones caused by overlapping cron jobs.
2003-05-01 12:56:03 +00:00
moodler
1b5910c4a5
Trying a different tack for recent_activity since the old way was
...
still producing too much data and overflowing PHP memory on busier
sites (eg moodle.org).
Now, there are more database queries, which is unfortunate, but the
data is much more specific, and no sorting needs to be done, so
this is a performance boost.
I don't know how these will cancel out ... my guess is that very
small sites may be very slightly slower on the course page, but
that large sites will be much faster.
Let's see.
2003-04-26 15:08:34 +00:00
moodler
ad08fdc277
Performance improvements
...
- better checking of data before processing
- used logs are removed to avoid re-processing by other modules
2003-04-26 12:59:41 +00:00
moodler
278a229c25
Slight fix to teacheronly coloring
2003-04-26 12:22:52 +00:00
moodler
3d89198946
Cleaned up definition of constant COURSE_* values in course/lib.php
...
Moved COURSE_TEACHER_COLOR out to style sheets where it belongs (.teacheronly)
Added some efficiency when printing recent activity
- don't print more than one weeks worth of updates
- don't keep re-parsing logs once they've been used
2003-04-26 12:17:30 +00:00
stronk7
dff0db9ad5
Show activity log only from visible forums. Bug #367 .
2003-04-26 00:17:42 +00:00
paca70
c4c575979e
Allow caseinsensitive search for postgesql
2003-04-25 19:32:38 +00:00
moodler
9dd0b37817
Make sure to change the ownership of uploaded files
2003-04-21 07:11:29 +00:00
moodler
2ab968e937
Trying some optimisations
2003-04-18 09:53:41 +00:00
moodler
03aa0dfa10
Style improvements and upgrades
2003-04-18 06:39:40 +00:00
moodler
9e0a08bd28
Discussion, not subject
2003-04-18 06:14:17 +00:00
moodler
c20b762a06
Fixed location of Older discussions link
2003-04-18 05:57:45 +00:00
moodler
3c8a606d85
Added simple paging ... only top 100 are shown by default. If there
...
are more then "older discussions" link shows all of them.
Someday proper 1,2,3,4 paging would be nice but this will do for now.
2003-04-18 05:54:18 +00:00
moodler
546be6dd89
don't valign subjects in html
2003-04-18 05:28:08 +00:00
moodler
96e301a7c9
Undoing last checkin
2003-04-18 05:25:46 +00:00
moodler
9ddb00e600
Improved colours
2003-04-18 05:22:49 +00:00
moodler
29507631a9
First pass at a cleaner display for discussion listings
2003-04-18 03:58:12 +00:00
moodler
7c81b6e273
Sort subscribers by email address (easier to find subscribers based on
...
bounced messages)
2003-04-12 07:52:52 +00:00
moodler
d62413e869
Use "modified" date of posts when displaying them, not the "created" date.
2003-04-08 14:09:24 +00:00
moodler
29cbd93a45
Just much simpler way of doing the last patch.
2003-04-07 16:08:52 +00:00
moodler
8daaf761c3
Added code to catch runaway case when there is more than one news forum.
...
It shouldn't happen, but I think it can when the database is having
problems.
2003-04-07 15:20:08 +00:00
moodler
2d0b30a028
What was I thinking? This is much cleaner (and no duplicates).
2003-03-29 04:08:51 +00:00
moodler
adaf39283c
Changes to activate the "force subscribe" option on the Site News forum.
...
By default it is OFF, but if it is turned on, then site news is emailed
to ALL enrolled students and ALL current teachers.
2003-03-29 03:39:56 +00:00
moodler
3e7542449b
Removed save_session() - no longer necessary
2003-02-27 02:49:18 +00:00
moodler
c2a96d6b32
Fixes for the use of LIMIT in SQL for Postgres 7.3 (from Petri Asikainen)
2003-02-18 03:16:07 +00:00
moodler
48d38fad63
Some robustness fixes
2003-01-23 02:50:38 +00:00
moodler
dcde9f020a
Displayed time formats are now stored in lang files
...
(see the new strftime* strings) so they can be customised per language
2003-01-15 10:55:54 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
607809b3ba
OK a number of small changes here.
...
Firstly, I'm replacing all use of old-style global variables like
$HTTY_REFERER with their new-style equivalent $_SERVER["HTTP_REFERER"]
Also using $_POST instead $HTTP_POST_VARS etc
Secondly, if gdversion == 0 (ie GD is not installed) then:
- users are not even allowed to upload new images
- graphs now just print a message instead of failing.
this allows Moodle to still be used even if GD is not present
2003-01-05 06:45:20 +00:00
moodler
3b7c1de95e
Changes to improve robustness of uploads, and make things compatible
...
with PHP 4.3.0. Also some translation fixes with upload strings.
2003-01-05 04:20:32 +00:00
moodler
24cd45467f
Site news forum defaults to the "Site news" string
2003-01-02 10:54:00 +00:00
moodler
61e96406df
Robustness fixes
2003-01-02 10:35:11 +00:00
moodler
f747744495
More robustness fixes
2003-01-01 06:34:54 +00:00
moodler
47f1da80d0
More little fixups for robustness
2002-12-30 05:13:43 +00:00