defacer
4c58e0289b
Removing dead commented code.
2005-05-10 17:32:01 +00:00
defacer
c4d951e1f8
Here be DIVs.
2005-05-10 04:00:56 +00:00
defacer
b1aa9a39a2
Switching blocks to table-less format; IT DOESN'T WORK CORRECTLY YET.
...
Changing width="22" for /pix/help.gif to width="17"
2005-05-10 00:20:18 +00:00
moodler
59552aab4d
Whoops! Bad typo!!! :-(
2005-05-09 16:29:10 +00:00
moodler
417375b7e3
Added $CFG->pagetheme for special this-page-only themes
2005-05-09 12:59:06 +00:00
moodler
ff17bbebce
Information wasn't being printed on-screen before the javascript redirect
...
was kicking in. It was either a problem with the PHP flush() function or
in a browsers handling of half output XHTML.
Either way the fix was to include the delay in the javascript.
Messages during a redirect should now be displayed correctly.
Bug 3118. (SE)
2005-05-06 09:29:02 +00:00
urs_hunkler
3e8506b62f
On the admin user page you select "forum posts" which becomes the active selection in the second row. This should be visualized in the tabs. Therefore I added the parameter "$activetwo" to the tabs functions to be able to set the class "activetwo" for the active tab in the second row.
2005-05-05 09:32:33 +00:00
moodler
158de84670
Better loggedinas string for guest users
2005-05-05 04:22:26 +00:00
moodler
a756cf1d01
Fixed group link!
2005-05-05 02:15:21 +00:00
stronk7
4e8f2e6ba3
Changed call from preg_replace() to preg_replace_callback() to avoid
...
some double backslashes present yet. This method doesn't addslashes()
automatically like the old one (so kses_stripslashes() is not needed).
All we have to to is to stripslashes() before calling kses and addslashes()
after it. Only in clean_param(), because params arrive always slashed
to Moodle. This seems to be the correct approach documented in:
http://sourceforge.net/project/shownotes.php?group_id=81853&release_id=302996
2005-05-04 23:09:43 +00:00
moodler
0549198cf0
A fix for kses problems with quotes ...
2005-05-04 18:25:35 +00:00
moodler
5eecb8cb57
Fixes from Mits for bug 3101 to fix multi-byte search results
2005-05-03 16:37:01 +00:00
moodler
cd76de7edc
Some more "protocols" actually CSS tags
2005-05-03 16:09:39 +00:00
moodler
55b734fb84
Better support for language styles
2005-04-24 04:13:18 +00:00
skodak
e1c8b46a9d
more cleaning of url parameter in redirect() - SC#100
2005-04-20 20:45:43 +00:00
julmis
572fe9ab57
Load htmlarea script only once.
2005-04-20 19:12:28 +00:00
gustav_delius
52d55cfc51
improved navigation bar for module editing form
2005-04-19 14:58:16 +00:00
moodler
0f7d4e5e8a
Cleaner updating of buttons and scales
2005-04-15 13:41:57 +00:00
urs_hunkler
a691a4ba92
I added class="active" to the tabs function. With this class each kind of tab has a special class and so the hover effect can be applied only to normal tabs, not to the selected and not to the inactive ones. I think it is a better signal for the user to get feedback for those tabs only which will react and change something on a click.
...
The behavior of the existing tabs in "standard" are not affected.
2005-04-14 21:43:18 +00:00
moodler
560811bbc9
Header and footer need to come from current_theme Always
2005-04-14 18:27:48 +00:00
moodler
dc28eedec4
button_to_popup_window can now return a string
2005-04-14 13:56:29 +00:00
moodler
ce50cc7018
Don't have a cow when a Wiki text is encountered
2005-04-12 03:14:29 +00:00
thepurpleblob
6a6495ff8f
Removed wiki-like from list of formatting options. Any that shows up now
...
will simply generate an error.
2005-04-11 13:46:06 +00:00
defacer
fdae5b1314
The strict type checking was causing trouble. In any case, forcing arrays to
...
NOT mix integer and string keys is a good workaround.
2005-04-10 09:19:28 +00:00
defacer
97e28cc66d
Make choose_from_menu behave correctly in the obscure case where an array
...
contains a zero key and the "selected" variable is a string. Argh.
2005-04-08 19:32:31 +00:00
martinlanghoff
853df85e56
Performance/footprint profiling patch complete -- is enabled by CFG->default>7 or by a few defines in your config.php.
2005-04-07 00:11:28 +00:00
martinlanghoff
c2fd9e955a
Improved performance info reporting and logging. Needs some work on the configuration front still.
2005-04-06 07:34:05 +00:00
julmis
a2b3f884b8
Fixing Bug #2830 - HTML editor not working at all in current HEAD
2005-04-03 12:15:45 +00:00
moodler
b8cea9b2de
Added some performance monitoring functions into the core
2005-04-01 10:00:18 +00:00
moodler
5485e65387
Remove a notice
2005-04-01 09:25:45 +00:00
martinlanghoff
a9a9bdba55
Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id.
2005-04-01 05:55:10 +00:00
moodler
a4a65bf6f6
Added cellspacing to sideblock
2005-04-01 02:26:28 +00:00
moodler
fd9d1ff316
Make the ID of textarea more unique
2005-03-30 13:32:39 +00:00
moodler
36c446cbe8
Removing excess styles
2005-03-30 12:31:00 +00:00
moodler
b3ab80aad2
Restoring extra span to navmenulist
2005-03-30 11:54:58 +00:00
moodler
cc7cd917d4
Removed some German, and added styles and icons to the navmenulist
2005-03-30 03:41:37 +00:00
urs_hunkler
143211e5da
I expanded the list navmenulist for better handling with:
...
_ a header
_ spans for the section titles
It's still work in progress
2005-03-29 21:08:17 +00:00
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
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
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
stronk7
188e4dd9a3
Now print_recent_activity_note() supports filterall (in text).
2005-03-27 23:48:15 +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
moodler
a77ac3dc49
Added homelink and sitelink style distinction
2005-03-27 17:07:09 +00:00
moodler
031f8487b0
Added row classes to the tab rows
2005-03-27 15:28:35 +00:00
moodler
c01f71d4a4
FIxed some XHTML compliance ... Bug 2798
2005-03-27 05:43:49 +00:00
moodler
9e0d19831b
Fixed footer navigation
2005-03-27 05:23:39 +00:00
stronk7
9870dbe5b6
Now the "jump to" menu (navmenu) supports filterall.
2005-03-26 19:02:56 +00:00
defacer
45daee10f3
Fix some notices.
2005-03-26 13:38:21 +00:00
moodler
f940ee41b8
Need to rename variables in footer nav menu .... urgh, not pretty but works
2005-03-26 07:26:27 +00:00