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
defacer
21d04cedfa
Somehow this stopped working correctly when the styles got moved. Fixed.
2005-03-26 14:04:13 +00:00
moodler
dd54dea610
Removed an inline style on list blocks
2005-03-26 02:35:29 +00:00
moodler
01454bd0c8
Styles updates
2005-03-25 16:41:05 +00:00
moodler
8c5d0dd99b
FIxed styles for this block to make them more standard
2005-03-25 16:28:58 +00:00
moodler
447accd18c
Moved styles here from core style sheets
2005-03-25 16:23:57 +00:00
moodler
c4183f7a04
Styles moved to block
2005-03-25 16:21:33 +00:00
moodler
a046a852b3
Basic styles file for forum search block
2005-03-25 16:14:29 +00:00
moodler
1d856b0321
New styles for RSS client block
2005-03-25 16:10:17 +00:00
defacer
6d908bc6c8
Changed a magic number to DAYSECS and some instance_config_save() calls to
...
the recommended instance_config_commit().
2005-03-23 14:16:02 +00:00
moodler
ff3caf30c0
Big tidy up of Group listing, User listing and how they interact.
...
It's still not perfect but it's much much better I think.
2005-03-22 16:04:10 +00:00
moodler
2bdc20c709
Just for now, because the new one isn't ready to unleash yet
2005-03-17 21:32:48 +00:00
moodler
a9d9b46af8
Guests can't use messaging
2005-03-17 20:39:30 +00:00
stronk7
c661aa947b
Argh!
...
Just deleting some files sent here by error!! (one wrong CVS dir
was the cause) Sorry!!
2005-03-15 16:27:25 +00:00
stronk7
f724fd8fd6
Simple block that shows the latest n visited activities by the user.
...
Not fully tested but seems to work. Enjoy!
2005-03-15 16:19:23 +00:00
moodler
f21eb048cd
Use $CFG->pixpath
2005-03-14 13:48:43 +00:00
defacer
658f6a9ce3
Fix for bug 2711:
...
Blocks upgrade no longer breaks in Postgres. Also, a "hell why not"
robustness addition to the MySQL upgrade.
2005-03-10 22:48:29 +00:00
moodler
0710337efe
Brought some styles into line
2005-03-10 13:28:51 +00:00
defacer
ef4ee34938
Fix for bug 2705:
...
Decoupling from the beast that is /mod/forum/lib.php, it was a pity to
include 100+ KB of code so that we could reuse 7-8 lines.
This block also wasn't including that library itself, so after Martin
removed that dependency from courses it was broken as well.
2005-03-09 20:38:53 +00:00
defacer
969782386a
Correcting whitespace, modernizing a bit, removed one notice.
2005-03-09 20:36:04 +00:00
moodler
cc9b80f906
Improvements with how format_text is called
2005-03-08 17:46:51 +00:00
moodler
6580d0af68
Updated version, since it's a significant re-write
2005-03-08 14:36:03 +00:00
moodler
90ec387a54
Major gain in efficiency for the latest news block and better styles
...
Still working on more improvements here
2005-03-08 12:58:51 +00:00
moodler
5a46b1566c
Added proper styles to block buttons
2005-03-07 12:08:44 +00:00
moodler
976526f8f0
FIxed a notice
2005-03-04 02:22:49 +00:00
mjollnir_
900416ed8e
Fixing warning (postgres does not like where id = '')
2005-03-03 23:11:13 +00:00
defacer
96803c8810
Moved a bunch of inline styles to the stylesheets.
2005-03-02 19:47:04 +00:00
defacer
48f7fa4a60
Small improvement to HTML block; new html blocks have a default title instead of none.
2005-03-02 19:31:11 +00:00
defacer
76a8339a91
Small fix, changing break; to return; now that there's no switch()
2005-03-02 19:29:50 +00:00
defacer
3ef642d96a
Implemented discussion from bug 2547:
...
* Block authors no longer need to set $this->content_type
* If you want to make a "list" block, just derive from block_list
instead of block_base
* All switch() statements gone from library code
* Overloaded method is_empty() added to block classes for convenience
2005-03-02 19:22:26 +00:00
mjollnir_
1e62c63b3f
Fix for bug 2660 - postgres upgrade breaking mdl_block sequence
2005-03-01 23:39:56 +00:00
moodler
e889941458
Just some quotes
2005-02-28 07:10:08 +00:00
defacer
7e571b7670
Clean the block code a bit
2005-02-27 20:31:14 +00:00
moodler
2896553e9d
Added language file (somewhat different to one in forums).
...
Made some major cleanups to the block for efficiency, robustness
and Postgres compat.
It seems to work for me OK but could use some good testing!
2005-02-26 17:21:31 +00:00
moodler
f0b8884d08
Added search help to the small search forms (big search form coming next)
2005-02-26 08:52:03 +00:00
moodler
95c62b56b7
Fixed some notices
2005-02-26 08:11:01 +00:00
dhawes
ec288447d2
removed one excess <br /> tag as noted in Tim's comment here: http://moodle.org/mod/forum/discuss.php?d=18121
2005-02-24 16:23:48 +00:00
defacer
c903f9b076
Fix for bug 2627 (which was real and not a duplicate).
2005-02-24 04:26:33 +00:00
moodler
6f9e100660
A possible fix for bug 2629 and PostgreSQL inflexibility. ;-)
2005-02-24 02:47:18 +00:00
jpuntd
163dc56b3d
changes to block code
2005-02-20 07:23:10 +00:00
defacer
090cf95ae9
Fix for bug 2584:
...
All floatval() calls changed to (float) casts.
2005-02-18 14:42:04 +00:00
defacer
42d364974a
Fixing stuff I broke with my last commit.
2005-02-16 22:04:14 +00:00
defacer
4a1ad69713
Fixing page defined constant, we no longer have access to it.
2005-02-16 21:49:15 +00:00
stronk7
cb10e3d761
Now the block is using quiz->decimalpoints to show the grades
2005-02-14 20:26:11 +00:00
dhawes
e3899eefdd
changed rss image's alt text to title text since this image has no real obvious alt value, refer to http://moodle.org/mod/forum/discuss.php?d=16528 (added back in alt tag contents)
2005-02-14 02:57:15 +00:00
dhawes
86944f037e
changed rss image's alt text to title text since this image has no real obvious alt value, refer to http://moodle.org/mod/forum/discuss.php?d=16528
2005-02-14 02:52:06 +00:00
moodler
d2b059c6c9
FIxed some links for compliance
2005-02-12 03:51:18 +00:00
defacer
3c1348758d
Fixed styles and improved lots of things in calendar. It should work all
...
right and even be a bit cooler than it was before. :)
2005-02-11 15:52:59 +00:00
defacer
d232b8c701
Updating the guide and some comments to be up to date with the latest
...
and greatest inner workings. sigh.
2005-02-11 06:30:50 +00:00
defacer
09fe365237
Fix for bug 2525:
...
Since the page type constants have migrated to local pagelibs, lose them.
2005-02-10 17:32:29 +00:00