12837 Commits

Author SHA1 Message Date
moodler
a71efae327 WHen deleting a chat, delete the messages etc too. Bug 2792 2005-03-27 05:56:23 +00:00
moodler
fae1077b2a Removed $goodStr = str_replace(chr(160), ' ', $goodStr );
as it causes bug 2794 and I can't even see what the point of it was.
2005-03-27 05:50:21 +00:00
moodler
c61098fbec Removed extra tag 2005-03-27 05:45:36 +00:00
moodler
6bc21ecf93 Close footer properly 2005-03-27 05:44:31 +00:00
moodler
c01f71d4a4 FIxed some XHTML compliance ... Bug 2798 2005-03-27 05:43:49 +00:00
moodler
fa34f720d2 Some tidy ups of XHTML 2005-03-27 05:41:25 +00:00
moodler
9e0d19831b Fixed footer navigation 2005-03-27 05:23:39 +00:00
koenr
5c9379f97e XHTML compliance
-changed <ul> without <li> to <blockquote> for indent
-changed & to &amp;
-minor fixes to nested <li> structure:
<ul>
<li>xxxxxxx</li>
<li>xxxxxxx
 <ol>
  <li>xxxx</li>
 </ol></li>
</ul>
2005-03-26 23:13:18 +00:00
koenr
8b2918299b new strings 2005-03-26 21:05:26 +00:00
defacer
90ac64e379 Updating CVS to latest dirty development version. 2005-03-26 20:52:18 +00:00
defacer
66336c5f34 Bringing in the mdl_timezone table.
DST is now kind of working, the next most important things to do are:

    1. Get the import procedure working correctly and well, so we can populate it.

    2. Provide a transparent migration procedure for all users to "Unknown location" timezones.

    3. Banish $USER->timezone for good.
2005-03-26 19:10:05 +00:00
stronk7
9870dbe5b6 Now the "jump to" menu (navmenu) supports filterall. 2005-03-26 19:02:56 +00:00
defacer
d4880eaa46 Remove redundant mdl_dst_preset table from schema. 2005-03-26 19:00:23 +00:00
defacer
b41c4f7e28 The schema for mdl_timezone looks final, so create it in new installations. 2005-03-26 18:53:01 +00:00
defacer
830a2bbd82 Yay! Major DST support progress!
1. calculate_user_dst_table() works correctly and offers many features:

Can create or extend on-the-fly a table of pre-computed timestamps on which
DST changes happen, keeps track of these changes and the current computed year
range in $USER->dstoffsets and $USER->dstrange. Initially the computation is
done in a current year +/- 3 years range, to keep the amount of serialized
data small and to make traversals of $USER->dstoffsets faster.

2. dst_offset_on() works correctly, and can dynamically instruct the above
function to extend the pre-calculated region on demand (i.e., when it's called
for a timestamp which falls outside said region).

3. Some other improvements.



I have made a few preliminary tests on my dev machine and It Works(tm!) :D
2005-03-26 18:43:58 +00:00
defacer
5bae88b686 Fixed incorrect usage of isteacher(), didn't work and threw a warning. 2005-03-26 18:34:55 +00:00
defacer
c2aa460fe6 Fix a notice when failing to log in. 2005-03-26 18:26:49 +00:00
stronk7
2500b88bab Now assignment->name works under filterall. 2005-03-26 18:14:46 +00:00
stronk7
e88b32089d Missing parenthesis added. 2005-03-26 18:12:15 +00:00
stronk7
fac63246cc Forum->intro is processed correctly by format_text() everywhere. 2005-03-26 17:31:01 +00:00
stronk7
c78ac79818 Now discussion->name works under filterall. 2005-03-26 17:11:30 +00:00
defacer
21d04cedfa Somehow this stopped working correctly when the styles got moved. Fixed. 2005-03-26 14:04:13 +00:00
defacer
c2bf38fd9b Fix for bug 2793: Unfinished quiz attempts no longer shown in the overview table. 2005-03-26 13:41:00 +00:00
defacer
45daee10f3 Fix some notices. 2005-03-26 13:38:21 +00:00
stronk7
a31aaba5c4 Now activity names in grade pages support filterall. 2005-03-26 13:10:26 +00:00
stronk7
a92d95b1de Now activities names in course main page support filterall. 2005-03-26 11:59:53 +00:00
stronk7
5847b26744 Now the recent_activity block supports filterall. 2005-03-26 11:49:01 +00:00
stronk7
17dc3f3cc6 Now post->subject works under filterall too. 2005-03-26 11:43:16 +00:00
mits
20064673e4 copied styles_fonts.css from Standard.
It's better to use bold for title.
2005-03-26 09:58:10 +00:00
mits
0aac91e542 fixed.
put gradient.jpg on navbar.
2005-03-26 09:55:29 +00:00
mits
1a5a8ec2a7 fixed.
based on standard theme.
2005-03-26 09:51:29 +00:00
moodler
b42f9cf096 More room above bottom navbar 2005-03-26 07:59:01 +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
moodler
e14496ec4f No cell spacing 2005-03-26 07:18:22 +00:00
moodler
02039b168f Tweaking course layouts 2005-03-26 07:17:54 +00:00
moodler
12a487b485 FIxed reference to .navbar (was #nav-bar) 2005-03-26 06:53:30 +00:00
moodler
0d741155df A slightly yucky hack where variables in the header are kept around
until the footer is shown, allowing them to be used there too
2005-03-26 06:51:33 +00:00
moodler
d2c6555d40 Changes to styles used in nav-bar (no longer id, now a class) including
renaming - please check other themes!!!

Also the footer can now use all the same PHP variables as the headero

$heading  - the heading of the page
$menu   - the menu if any (sometimes it's the "logged in as" string)
$title - the title of the page
$navigation - the navigation string
$button - a button, if any
$home - true if on home page, otherwise false
2005-03-26 06:50:28 +00:00
ikawhero
47819c85d2 Some spaces so string wraps in the edit language page 2005-03-26 03:41:05 +00:00
ikawhero
748105767f Just so we can put spaces in the bad words string. 2005-03-26 03:03:26 +00:00
moodler
dd54dea610 Removed an inline style on list blocks 2005-03-26 02:35:29 +00:00
stronk7
3849dae80f Now the FIRST string working under CFG->filterall is done:
forum->name
(everything tested but email)

(I'm going to maintain a list of strings in Developers Wiki)
2005-03-26 01:57:40 +00:00
stronk7
3e6691eebb Added option to format_string to take out all the links in the string.
Useful because a lot of times the string itself is showed like a link
and we cannot nest links.
2005-03-26 01:07:23 +00:00
mits
35fe4b77e3 polished and translated some. 2005-03-25 22:17:15 +00:00
mits
7b790417f2 fixed.
based on standard theme.
2005-03-25 21:53:49 +00:00
julmis
61b6a920ab Adding search and replace strings 2005-03-25 21:11:19 +00:00
julmis
914094e9f0 Adding charset meta information 2005-03-25 21:09:36 +00:00
julmis
130d7a3bfe Adding search and replace feature.
- Also change dialog so that focus is released first
  then value is passed forward
2005-03-25 21:07:03 +00:00
stronk7
0ea03c56f2 Ensure that tooltiptext hasn't tags. 2005-03-25 19:01:32 +00:00
ethem
9104b63564 New strings from Ethem Evlice (ethem AT evlice DOT com) XHTML compliant 2005-03-25 18:08:03 +00:00