stronk7
68796e6b60
Avoid one notice at installation time (when wwwroot isn't set) and
...
the new qualified_me() needs it.
2005-03-01 00:11:35 +00:00
stronk7
03b80ffc37
Solved two minor typos with docstyles.css
2005-02-28 22:57:51 +00:00
mchurch
be69cefb90
Removed debug lines inadvertently left in last commit.
2005-02-28 21:37:11 +00:00
mchurch
89c0e63faa
Changed call for unread posts to new library function.
2005-02-28 21:34:37 +00:00
mchurch
1051a2a4a0
Improved speed of database calls for read tracking.
2005-02-28 21:31:13 +00:00
moodler
4cff67d66b
FIxed an XHTML error
2005-02-28 16:26:06 +00:00
defacer
c0a570cef0
Fixed handling of activity blocks when restore does not include that type of activity.
2005-02-28 16:03:05 +00:00
moodler
df031f9a0d
XHTML compliance, but also you can now set up colors to be passed to
...
the MP3 Flash player, using
$THEME->filter_mediaplugin_colors = 'blah...';
2005-02-28 13:30:44 +00:00
moodler
b6b8055cd1
Slight improvements on the search page
2005-02-28 12:44:04 +00:00
moodler
4e471fc62a
Forum searching now allows searching by date, and no longer has confusing help.
2005-02-28 12:40:29 +00:00
martignoni
73011e8287
Modifications to cope with last version
2005-02-28 10:02:45 +00:00
stronk7
b6e2260398
Experimental way to get the server name from wwwroot instead of
...
using such SERVER_NAME and HTTP_HOST variables.
It should help in servers having wrong Apache configurations, being
the cause of bad logins, referer problems....
Seems to work both under PHP 4.3 (linux) and PHP 5 (MacOS X).
Please, TEST it, specially in installation, upgrade and cron!
2005-02-28 09:04:37 +00:00
moodler
e889941458
Just some quotes
2005-02-28 07:10:08 +00:00
defacer
1fa95628f6
Backup and restore for block instances within activities!
...
Made using the new goodies from the new pagelib, some really useful advice
from "Backup Man" Eloy and lots of love.
2005-02-28 04:50:36 +00:00
defacer
251af423cd
Err... course block instances weren't being deleted along with the course?
2005-02-28 04:35:32 +00:00
moodler
7d5784a55a
Fixed a string reference
2005-02-28 04:33:57 +00:00
defacer
c4d588cc24
Added require_once for pagelib.php.
...
Now deleting courses with these activities in works just fine once more!
2005-02-28 04:23:52 +00:00
defacer
880d86758b
Each mod is responsible to deleting its own blocks; what I had in mind for
...
centralizing this wouldn't work out. Use the flexible page_import_types so that
we don't create one more dependency when writing new code.
2005-02-28 04:18:13 +00:00
defacer
b5e9682173
Adding caching to page_import_types. Actually the caching is REQUIRED for the
...
function to work, because otherwise it would barf on duplicate class declaration
the second time it was called with the same arguments.
2005-02-28 04:16:41 +00:00
defacer
3f6aba0c42
Library function which returns the page types used for a specific directory
...
in the Moodle distro structure. As generic as it gets.
2005-02-28 04:01:30 +00:00
defacer
f16bbfd5a8
Add hooks for exporting the page types used by each module.
2005-02-28 03:59:57 +00:00
defacer
6ba37c824a
Quiz doesn't attempt to delete blocks placed in deleted quiz view pages anymore;
...
this is going to be taken care of from course/mod.php.
2005-02-28 03:59:23 +00:00
defacer
9bee8b701e
Fixing a bug when restoring a course with events but not users.
2005-02-28 00:55:52 +00:00
defacer
f99fcffeb9
Fix for bug 2648: call-time pass by reference has been deprecated, the constructor
...
of search_lexer now accepts the parser argument by reference all... one time it's called :)
2005-02-28 00:30:39 +00:00
defacer
e0840dee09
Giving back the search forums block styles, using CSS.
2005-02-27 20:34:27 +00:00
defacer
0b5257c351
Bugfix for bug 2653 (visual glitch).
...
Better and less HTML for the "block" version of forum_print_search_form().
2005-02-27 20:32:56 +00:00
defacer
7e571b7670
Clean the block code a bit
2005-02-27 20:31:14 +00:00
defacer
91417a70b9
Stretch the calendar table, makes it look better in the sideblock with
...
some languages (noticed in japanese).
2005-02-27 20:03:37 +00:00
stronk7
f594143b56
Now the Wiki module seems to be working fine. But I've marked it as
...
"PROG" (progress) because I haven't been able to reproduce the load
of binary data directly to DB reported by some moodlers in forums.
I've created bug 2634 to see if somebody can point me in the correct
direction to reproduce it.
2005-02-27 19:47:42 +00:00
moodler
642c1d5bca
Er, much better !
2005-02-27 17:55:53 +00:00
moodler
f75c5a46a1
Simple bell code ... needs work I think.
2005-02-27 17:45:44 +00:00
moodler
1368cb8125
Hostory links should popup too.
2005-02-27 14:32:03 +00:00
moodler
3cc9a26c68
A couple of style tweaks
2005-02-27 14:23:45 +00:00
moodler
1bc9b2ecd5
Fixed forumpost commands
2005-02-27 12:26:52 +00:00
mits
99625e432c
translated some.
2005-02-27 11:41:51 +00:00
moodler
b23c06ada1
Show link even when no discussions
2005-02-27 10:12:45 +00:00
moodler
173dbed416
Added a link from the user page to a search for all posts.
...
It works but it's not very pretty ... feedback welcome!
2005-02-27 10:08:13 +00:00
moodler
bcb78ca23c
Updated help for search!
2005-02-27 09:58:00 +00:00
moodler
e6ae4dc8dd
Much better "full" search page. Still needs some polishing.
...
Also, you can now search for all posts by one user. Which brings me to my
next check-in....
2005-02-27 09:57:31 +00:00
moodler
f685bf2eef
Fixed missing tag
2005-02-27 07:20:03 +00:00
stronk7
d0b95287c5
Some $ME are now out!
...
Merged from MOODLE_14_STABLE
2005-02-27 02:13:18 +00:00
stronk7
4a1bf86fae
Some $ME are now out!
...
And 5 lines have been added because they weren't merged before! Please,
check them!
Merged from MOODLE_14_STABLE
2005-02-27 00:56:13 +00:00
stronk7
d698fea233
Some $ME are now out!
...
Merged from MOODLE_14_STABLE
2005-02-27 00:12:25 +00:00
koenr
8573893cd0
XHTML compliance
2005-02-26 23:38:32 +00:00
mits
a8ce0df9e0
*** empty log message ***
2005-02-26 22:39:30 +00:00
mits
78518db9e5
translated a new file.
2005-02-26 22:21:00 +00:00
koenr
a49248821d
XHTML compliance
2005-02-26 22:17:22 +00:00
skodak
48283ff638
slashargument test fix
2005-02-26 20:43:30 +00:00
moodler
2896553e9d
Added language file (somewhat different to one in forums).
...
Made some major cleanups to the block for efficiency, robustness
and Postgres compat.
It seems to work for me OK but could use some good testing!
2005-02-26 17:21:31 +00:00
martignoni
f1eaa9727f
New file added
2005-02-26 16:45:38 +00:00