moodler
32eab86fac
FIxed use of homelink
2005-03-27 17:07:36 +00:00
moodler
a77ac3dc49
Added homelink and sitelink style distinction
2005-03-27 17:07:09 +00:00
moodler
00c312fa40
Fixing homelink
2005-03-27 17:06:30 +00:00
koenr
efae15c561
php files are XHTML-compliant
2005-03-27 16:48:52 +00:00
stronk7
fb73f3b3b2
Now event->name supports multilang under filterall completely.
2005-03-27 16:41:04 +00:00
defacer
43fae8e306
Removed obsolete file.
2005-03-27 16:26:12 +00:00
moodler
4485fc91db
SMaller files (less spaces) and new homelink button styling
2005-03-27 15:50:20 +00:00
moodler
05fcc5fd48
Removed about 30 un-necessary divs from the calendar block ;-)
2005-03-27 15:36:47 +00:00
moodler
031f8487b0
Added row classes to the tab rows
2005-03-27 15:28:35 +00:00
moodler
ed48183985
Tweaks to use new classes
2005-03-27 15:24:52 +00:00
moodler
e58de2ca10
Simpler seclection of navigation bar
2005-03-27 15:21:01 +00:00
stronk7
94474fc403
Now activity names in upcoming events block support filterall.
2005-03-27 11:50:09 +00:00
mits
b0541016f3
changed font-weight:bold; to font-weight:normal;
2005-03-27 11:41:21 +00:00
stronk7
200371e9f7
Now chat->name works under filterall.
2005-03-27 11:36:54 +00:00
mits
4c79399570
fixed.
...
based on standard theme.
2005-03-27 11:36:19 +00:00
mits
fd7582ec16
replaced & with & in links.
2005-03-27 08:46:14 +00:00
koenr
cb6cecc1cd
changed <blockquote> to <div class="indent"> in mods
2005-03-27 08:12:48 +00:00
koenr
f4fd2f98a2
replaced & with & in links from index.html
2005-03-27 07:16:52 +00:00
moodler
80d371e3d4
End line was missing from 'last' tab
2005-03-27 06:41:29 +00:00
moodler
2514081c24
Added title to history icon link (SE)
2005-03-27 06:30:41 +00:00
moodler
5b4f70f692
Removing defunct homelink from this theme
2005-03-27 06:13:44 +00:00
moodler
d1a5fbd493
Just fixing some errors, but these functions should really return some info
2005-03-27 06:12:58 +00:00
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 &
-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