moodler
2507b2f5ea
OK,the navbarlist is no longer meant to be called directly ... it's
...
rather more efficient and useful to piggy-back it onto the navbar function.
You can control it with
$THEME->makenavmenulist = true;
/// By setting this to true, then you will have access to a
/// new variable in your header.html and footer.html called
/// $navmenulist ... this contains a simple XHTML menu of
/// all activities in the current course, mostly useful for
/// creating popup navigation menus and so on.
2005-03-29 14:22:13 +00:00
moodler
4a8be6e456
Info about two new variables for controlling navbarlist
2005-03-29 14:20:11 +00:00
ethem
230de5bea6
New strings from Ethem Evlice
2005-03-29 14:10:49 +00:00
moodler
f713e27052
Forgot a tag
2005-03-29 13:48:25 +00:00
moodler
dfe6617484
Better XHTML on my new function
2005-03-29 13:46:20 +00:00
barias
c042a58fc1
Latest updates in spanish translation
2005-03-29 13:37:13 +00:00
moodler
f3a74e6817
A new function navmenulist which simply returns a UL list containing
...
all the modules in a course.
This is so theme designers can start experimenting with popup menus etc
From header.html or footer.html, you can use code like this to get the data:
<?php if (is_object($course)) {
$list = navmenulist($course, 50);
echo '<div id="floatnav">'.$list.'</div>';
}
?>
2005-03-29 13:37:08 +00:00
moodler
b623ea5e78
Fixes to preferences and other stuff
2005-03-29 12:34:32 +00:00
moodler
5305e2eb48
Cleaning up some logic, removing unneeded functions
2005-03-29 09:25:31 +00:00
moodler
a983b6ecfd
Cleaning up gradebook nav bar calculation
2005-03-29 09:12:42 +00:00
ethem
c8f08e6850
New strings from Ethem Evlice (ethem AT evlice DOT com)
2005-03-29 09:06:19 +00:00
ethem
557b7c92c6
New strings from Ethem Evlice
2005-03-29 08:49:43 +00:00
mjollnir_
816d9586c7
New indexes for forum_posts - created & mailed. Useful for performance for the cron mailout
2005-03-29 04:32:48 +00:00
mjollnir_
8a72bfa258
Tables for grades for postgres (and a fix to timezone update for postgres)
2005-03-29 03:51:14 +00:00
moodler
61c787cea2
Default theme is standardwhite, and added filterall
2005-03-29 03:36:12 +00:00
mjollnir_
d54ced8618
Fixing typo in ldap enrolment plugin (variable missing _)
2005-03-29 00:21:55 +00:00
mits
8ec3c19712
translated some.
2005-03-28 23:55:33 +00:00
mits
530ee3310c
added tabs images.
2005-03-28 23:08:34 +00:00
koenr
3b384c4bbf
first attempt of translation for new gradebook
2005-03-28 20:42:53 +00:00
mits
998e40469f
polished
...
added new file.
2005-03-28 20:36:07 +00:00
moodler
a0a83fca12
Don't display the Uncategorised VARIABLE in the header
2005-03-28 18:22:17 +00:00
moodler
4eb25d43aa
Adding the new grade tables
...
POSTGRES IS NOT DONE YET!!!! DOES SOMEONE WANT TO TACKLE IT NOW?
2005-03-28 18:16:39 +00:00
ethem
0bb895a81b
New strings from Ethem Evlice (ethem AT evlice DOT com)
2005-03-28 18:08:56 +00:00
moodler
60b111b4cc
New file for new gradebook ...
2005-03-28 18:06:34 +00:00
moodler
281ffa4aaa
OK, lots and lots of cleanups here. Too many to list, but lots of
...
logic fixes, API fixes, variable fixes etc ... there is still plenty
to do but this is enough to check in and get others working on it.
2005-03-28 18:05:45 +00:00
martignoni
44f464d241
Spare tag removed
2005-03-28 16:56:41 +00:00
lonecatz
be9163dfda
Initial traslated
2005-03-28 16:50:38 +00:00
martignoni
8174da9b75
Some spaces so string wraps in the edit language page
2005-03-28 16:28:51 +00:00
martignoni
8caafe28ab
New string 'groupinfoedit'
2005-03-28 16:24:31 +00:00
martignoni
2dba0fb620
New user tabs
2005-03-28 16:23:06 +00:00
martignoni
edec066aaf
Adding search and replace strings
2005-03-28 16:19:54 +00:00
martignoni
b75935018d
Removing strings that aren't used anymore.
2005-03-28 16:14:17 +00:00
martignoni
a6bda5751c
New string 'forumposts'
2005-03-28 16:02:22 +00:00
mits
0e94c140cd
fixed.
...
based on standard theme.
2005-03-28 15:20:27 +00:00
moodler
74ded78359
Removed spacers and fixed some styles here
2005-03-28 06:48:16 +00:00
moodler
290130b3f8
Some clean up of the styles used in the course listings on the front page
2005-03-28 06:47:54 +00:00
moodler
2d99362fba
Bug number of last checkin was 2801 ;-)
2005-03-28 04:32:50 +00:00
moodler
dbd956ac2b
Fixed XHTML issues in admin/lang.php
2005-03-28 04:31:14 +00:00
stronk7
11c657f092
Now exercise->name supports filterall.
2005-03-27 23:52:56 +00:00
stronk7
188e4dd9a3
Now print_recent_activity_note() supports filterall (in text).
2005-03-27 23:48:15 +00:00
stronk7
c8b0a50b7b
Now log records support filterall.
2005-03-27 22:31:54 +00:00
stronk7
c767c146e2
Avoid some double-slashes sent to DB. It was breaking the multilang
...
filter in event logs.
2005-03-27 22:16:05 +00:00
koenr
15b7409269
This lang pack should be XHTML compliant
2005-03-27 21:40:26 +00:00
koenr
e43b391729
spare tag removed
2005-03-27 21:06:55 +00:00
stronk7
2a3affe991
Now format_string() uses an in-memory cache per request to make
...
things faster. Really noticeable in logs page!
2005-03-27 20:57:50 +00:00
mits
2e868cc9b4
fixed.
...
based on standard theme.
2005-03-27 19:17:15 +00:00
koenr
297d52acc0
This lang pack should be XHTML compliant
2005-03-27 17:34:00 +00:00
stronk7
c61d50b800
Now choice->name and choice->answerxx work under filterall.
2005-03-27 17:33:16 +00:00
moodler
f8fc9eaaf1
Fixed homelink
2005-03-27 17:08:44 +00:00
moodler
32eab86fac
FIxed use of homelink
2005-03-27 17:07:36 +00:00