11044 Commits

Author SHA1 Message Date
moodler
2b490e22fd Removed orange from calendar borders 2005-01-30 05:08:12 +00:00
moodler
e01c7647a6 Removed a debugging string 2005-01-30 04:55:27 +00:00
moodler
ebb906d9da Prevent message window on site policy page 2005-01-30 04:52:13 +00:00
moodler
d0388ebe95 Added links to unread notices on course-view and forum-index 2005-01-30 04:47:09 +00:00
defacer
31686aea4c Merged from STABLE:
Stopgap measure for the wrong behavior discussed in SC#87.
I believe this ensures the required behavior, but we may still change
it because it can be confusing...
2005-01-30 04:39:55 +00:00
koenr
9c2867faf1 Unfortunately NCR notation of thislanguage disappeared in a former edit. Hope it won't happen again :-( 2005-01-29 22:33:53 +00:00
julmis
3bb0e0ce9f Adding nolink feature which uses <span class="nolink"> tag. 2005-01-29 20:03:07 +00:00
julmis
101037c379 Adding new strings for the editor 2005-01-29 20:02:13 +00:00
julmis
e0d26dd834 Adding ed_nolink.gif image 2005-01-29 20:00:31 +00:00
urs_hunkler
d3c402fba8 minor changes 2005-01-29 19:47:56 +00:00
urs_hunkler
8fa1c321cf changes to show different colors for course 1 to 5 on the course page. 2005-01-29 18:46:31 +00:00
urs_hunkler
84853a94d7 changes to deal with the forum class "unread" 2005-01-29 17:36:17 +00:00
julmis
d00ffdf949 Adding <span class="nolink"> filter. It doesn't break in editor. 2005-01-29 16:45:08 +00:00
skodak
14d6c233fb changes in file/path cleaning SC#84, merged from MOODLE_14_STABLE 2005-01-29 15:53:24 +00:00
skodak
db24312891 cleaned download filename SC#69, merged from MOODLE_12_STABLE 2005-01-29 15:16:32 +00:00
skodak
4ffdd3937f direct access to script forbidden SC#58, merged from MOODLE_14_STABLE 2005-01-29 14:18:45 +00:00
urs_hunkler
6eda0e8b03 updates for changed ID of the Moodle index page. 2005-01-29 14:17:04 +00:00
skodak
7789ffbf5e fixed clean_text() SC#76, merged from MOODLE_14_STABLE 2005-01-29 13:02:28 +00:00
moodler
7e33a33bf1 Course boxes should have a white background 2005-01-29 12:26:37 +00:00
moodler
c09e00ba62 Fixed some recent buggy logic! Thanks, Eagle Eye! 2005-01-29 12:11:45 +00:00
moodler
b4a773610d Added some padding on forum unread posts 2005-01-29 12:05:29 +00:00
moodler
7d89172f66 Fix styles when editing front page 2005-01-29 11:51:40 +00:00
moodler
c5e266d233 Removed some styles 2005-01-29 11:41:43 +00:00
moodler
d6c66e125d Added class for courseid 2005-01-29 10:49:48 +00:00
stronk7
0964ad965b one more thing 2005-01-29 10:43:40 +00:00
moodler
3ce16d70d7 Removed unmatched closing tag 2005-01-29 10:17:59 +00:00
skodak
fd18328d42 better cleaning of imageurl SC#54, merged from MOODLE_14_STABLE 2005-01-29 10:03:09 +00:00
moodler
aa040665f8 Don't cache that string. :-) 2005-01-29 10:03:00 +00:00
moodler
546699899a FIxed the wording of the unread post notices on the course page 2005-01-29 09:56:42 +00:00
moodler
f37da85054 MAJOR NEW FEATURE: Tracking of read/unread posts
Many thanks to Mike Churchward for his work on this and persevering
with sending updated versions to me.  :-)

Shane and I have polished it up, rewritten a few parts (display-related)
and here it is, finally in CVS!

I think there will still need to be some optimisation for the SQL,
since it's still pretty intensive. Perhaps some sort of caching in
the session that gets modified along with the database whenever
something gets read.

However if there are problems the whole thing can be switched off
in the forum module config so this is not crucially urgent.
2005-01-29 09:49:42 +00:00
moodler
be37582e3c New styles for forums 2005-01-29 09:39:56 +00:00
dhawes
7501d8a527 looks like I might have finally fixed the darned bug where guest users were able to see the add/edit feeds link 2005-01-29 05:06:43 +00:00
moodler
865a6f2658 In confirmation emails, use fullname() 2005-01-29 04:54:17 +00:00
dhawes
cc370f3587 fix bug reported by Martin D. - now when you edit a feed you are returned to a page with the full feed listings rather than just the edited feed. As an added bonus when editing a feed you will see that feed's data on the edit page instead of simply the edit form. 2005-01-29 04:45:57 +00:00
moodler
abea38d228 Change mimetype for xml files for better validation 2005-01-29 04:36:05 +00:00
moodler
80317ba569 Make the editing form bigger 2005-01-29 04:04:28 +00:00
moodler
0705dcc035 Removed some $THEME and added some new classes for the blockconfiginstance
and blockconfigglobal boxes
2005-01-29 04:01:15 +00:00
moodler
63689c58b1 Some fixes to avoid notices etc 2005-01-29 03:55:29 +00:00
moodler
86db09ef85 Added Jon's html block from contrib! Thanks, Jon! 2005-01-29 03:48:45 +00:00
dhawes
c20d1fa77f re-enabled new developers debug cache setting for string 2005-01-29 03:08:55 +00:00
dhawes
81574dc5b5 added error output capture back 2005-01-29 03:07:43 +00:00
dhawes
445e8c8b9a new string for image feed display option in instance config 2005-01-29 03:03:18 +00:00
dhawes
81610483fd new instance config option to display feed's url if present 2005-01-29 03:01:18 +00:00
dhawes
f51f48615d removed directory separator which is duplicated when rss_cache.inc creates filenames 2005-01-29 02:59:44 +00:00
dhawes
84b366b0a9 I had noticed that stale reads from cache were failing on the filesystem with an invalid md5 checksum of the filename - this should fix that 2005-01-29 02:57:07 +00:00
urs_hunkler
5c75c3ca03 took th favicon from another distribution, because the one in the cvs is corrupt. 2005-01-28 21:54:21 +00:00
urs_hunkler
80bcd3cf71 Changes for better cascading specially in for the fonts. To be able to predict the changes I had to turn off integration of the standard CSS in config.php. Martin, this is a really great feature ;-) 2005-01-28 21:52:05 +00:00
michaelpenne
d9ef9b836d fixed some prefixes, not sure how this didnt get noticed before ;) 2005-01-28 19:31:41 +00:00
moodler
ccad4459d6 The cron warning has been rewritten, and now has links. 2005-01-28 17:53:07 +00:00
moodler
f49ed84bd2 Removed some THEME 2005-01-28 17:40:04 +00:00