Commit Graph

46 Commits

Author SHA1 Message Date
skodak 440d164869 MDL-7861xhtml strict and css fixes in blocks 2007-01-09 23:45:24 +00:00
Martin Langhoff f3f7610c90 cvsimport fixups -- cvshead had strayed from upstream 2007-01-04 13:15:04 +13:00
moodler 9d5210af22 Merged tidy-ups from stable 2006-10-23 07:46:57 +00:00
moodler 1ce1944e33 Merged fixes for guest display from stable 2006-10-20 05:16:12 +00:00
moodler b725019e3f Merged fix related to MDL-6020 2006-09-19 04:53:56 +00:00
moodler 71832a910b Fixed some typos 2006-09-14 06:54:54 +00:00
toyomoyo 174526f4f1 changed code to use the new user_lastaccess table instead of the log table 2006-09-12 07:38:46 +00:00
toyomoyo cc398c7262 adding caapabilities 2006-09-04 08:45:08 +00:00
vyshane 01199ea958 Updated to use new Roles System. Plus some fixes. 2006-08-16 08:54:07 +00:00
moodler 1a2ea6f488 Merged $course -> $COURSE fixes from 1.6 stable 2006-05-29 08:17:57 +00:00
tjhunt 450a0a7db7 Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
vyshane 3f763c86cf Fixed Bug #5057 - hidden teachers aren't completely hidden 2006-04-10 08:49:15 +00:00
nfreear 2bf0e5e2a9 Accessibility: added title to envelope link, replaced img width/height (OU-Bugz: 697,736) 2006-03-15 10:42:50 +00:00
nfreear 73bb9da7e5 Accessibility: added Alt text for envelope/message link (existing lang string); converted <div> to <ul>, inherit existing classes & styles. 2006-03-01 11:18:33 +00:00
toyomoyo 16ee05ad8f merged, limit of students displayed = 20 2006-01-04 05:22:53 +00:00
gustav_delius 9c22e022cb Now uses print_user_picture() instead of custom code 2005-09-29 14:26:25 +00:00
urs_hunkler 340c48485e I replaced the center and font tags in this sideblock with <div class="message">. 2005-08-03 11:07:13 +00:00
urs_hunkler e99e17fe69 I removed the inlinestyle for the userentry in the sideblock "online user" and added the class "listentry" to the div. The properties of th inline style are now defined in styles_layout.css and stylews_fonts.css. 2005-05-27 17:28:16 +00:00
moodler dd189d93ab Fixed messaging links in blocks 2005-04-21 11:34:34 +00:00
moodler a9d9b46af8 Guests can't use messaging 2005-03-17 20:39:30 +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
moodler d2b059c6c9 FIxed some links for compliance 2005-02-12 03:51:18 +00:00
moodler cdf3925518 Messaging can now be completely disabled using $CFG->messaging 2005-01-31 07:11:42 +00:00
moodler 4b22e391e4 Don't show message shortcut icons when not logged in 2005-01-21 02:29:29 +00:00
moodler 7ccab9b1d5 Added messaging buttons to the online users list 2004-12-28 13:50:17 +00:00
defacer e89d741af3 New naming conventions for class names to bring them in line with the
rest of Moodle. The convention for blocks is now:

class block_something extends block_base { ... }

HOWTO updated accordingly, plus some more minor polishing. More to come.
2004-11-23 18:53:34 +00:00
defacer 2456d7c815 Updated the two standard blocks that have configuration features to work
with the latest version of the Blocks API.
2004-11-19 02:36:57 +00:00
defacer 9b4b78fd6a Da monster-commit of blocks version 2!
Code based on the work of Daryl Hawes for the blog module. Thanks, Daryl!

Please test the hell out of it as it's sure to have issues that need to be
ironed out.
2004-10-19 21:04:28 +00:00
stronk7 398ef378dc admin/block.php is now using sesskey.
Merged from MOODLE_14_STABLE
2004-10-02 23:13:37 +00:00
moodler 87d32352a9 Some changes for XHTML and accessibility compliance 2004-09-23 12:09:19 +00:00
defacer 5ef50b7764 Small code sanitization 2004-09-20 22:37:40 +00:00
gustav_delius 839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius 98ea2a6e02 closed some image tags 2004-09-12 21:55:34 +00:00
gustav_delius a43bbd9a15 fixed quoting of attribute values 2004-09-12 20:30:43 +00:00
defacer c7756c734c Merging changes from MOODLE_14_STABLE 2004-08-31 10:47:24 +00:00
gustav_delius 076cc57cc0 Merging TO Head 2004-08-30 17:38:53 +00:00
gustav_delius 02e0b4274c improvement of online_users block on front page, suggested by Bruno, see bug # 1821 2004-08-28 18:34:38 +00:00
gustav_delius 4202155868 fixed bug in online user list, see http://moodle.org/mod/forum/discuss.php?d=11554 2004-08-26 04:16:52 +00:00
defacer 2b0d60ec78 Fix for bug 1662:
Changed the way applicable formats for blocks are handled. The changes are
short codewise, but to grasp all the implications read the forum discussion
at the relevant URL.
2004-08-22 16:54:48 +00:00
moodler cab5cdc61d Fixed a little typo 2004-08-17 14:53:25 +00:00
moodler 2d90bdf022 Site level block shows online teachers and students from all courses
bug 1683
2004-08-17 06:53:50 +00:00
moodler 675dbdd9f5 FIxed some notices when installing Moodle fresh 2004-08-11 09:00:53 +00:00
defacer 89adb17442 Merging the changes from 1.4 dev branch (site index blocks + various bugfixes) 2004-05-28 10:53:54 +00:00
moodler 4fad7af8e1 Bold teachers 2004-04-27 10:18:11 +00:00
moodler ce4ec6dc2e Trying some sorting of users 2004-04-27 09:43:46 +00:00
stronk7 0f3fe4b6ad First Official realease of the "Blocks System".
Integrated with Moodle:
    - Install automatically.
    - Update course->blockinfo for each course at installation time.
    - Modified course creation to insert into blockinfo field.
    - Modified restore to insert into blockinfo field.
    - Admin options (hide, show, delete, config) from admin page.
    - Lang strings inserted (en only).
    - Database support to mysql and postgresql (not tested!!).
Moodle, backup and block versions updated to 2004041800.
Tested with mysql: Install fresh and upgrade from previous.
section_activities block renamed to social_activities and created
its own lang file to support name "Social Activities". This can
be changed at any time.

TODO:
=====
Support it really in backup/restore.
????

Enjoy!! Ciao :-)
2004-04-18 23:20:53 +00:00