martignoni
ce2977640e
Much better "full" search page. Still needs some polishing.
2005-03-01 10:42:40 +00:00
martignoni
595427ce2d
Added "Advanced"
2005-03-01 10:36:19 +00:00
martignoni
d22d2e78bf
Made new serverurl more standard
2005-03-01 10:34:52 +00:00
papita
0bf31cafd4
some typos corrected
2005-03-01 10:16:45 +00:00
papita
87c6bcae77
latest updates by paula
2005-03-01 08:48:51 +00:00
moodler
7d1c8c55fe
Sshhh easter egg. ;-)
2005-03-01 08:45:05 +00:00
papita
187ddd26a1
php files by paula
2005-03-01 08:43:11 +00:00
moodler
8af04b002d
Filter will now not link within the head tags
2005-03-01 08:42:07 +00:00
moodler
7369657c9b
Use s function to print search string properly
2005-03-01 08:12:25 +00:00
moodler
e5515b3816
Fixed up the display after adding/editing new entries to make it more standard.
...
Also shuffled a little code to make it easier ofr me to read.
2005-03-01 08:10:52 +00:00
moodler
0afedf684d
Fixed the link for the confirmation email ... the & was breaking in some
...
mail ... see also bug 2502 for something similar
2005-03-01 07:06:42 +00:00
moodler
ab00aa12a9
Disable dates if not being used.
...
Fixed bug that wasn't highlighting search words
2005-03-01 06:54:30 +00:00
martinlanghoff
cecfc11d81
Merged from MOODLE_14_STABLE - Better handling of trailing semicolons and spaces in LDAP configs. Fixes a regression from 1.4.2, plus fixed typo: == should be =
2005-03-01 03:10:34 +00:00
martinlanghoff
e0003dfa08
Merged from MOODLE_14_STABLE - loglive now has a proper footer and the links in header & footer open in new windows
2005-03-01 02:53:27 +00:00
moodler
0e18f8278b
FIxed the logininfo classes in some situations (bug 2657)
2005-03-01 02:49:10 +00:00
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