]> git.mjollnir.org Git - moodle.git/commit
First Official realease of the "Blocks System".
authorstronk7 <stronk7>
Sun, 18 Apr 2004 23:20:53 +0000 (23:20 +0000)
committerstronk7 <stronk7>
Sun, 18 Apr 2004 23:20:53 +0000 (23:20 +0000)
commit0f3fe4b6ad1570940839b181261aee2003254d6a
tree4319b6c064a0c694f3ac6eea60e688eda00a6a7f
parente8f1458ce1460016f7c36b1dbdd06b76f8162cb0
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 :-)
65 files changed:
admin/block.php [new file with mode: 0644]
admin/blocks.php [new file with mode: 0644]
admin/index.php
backup/backup.php
backup/lib.php
backup/restore.php
backup/restorelib.php
backup/version.php
blocks/README.txt [new file with mode: 0644]
blocks/activity_modules/block_activity_modules.php [new file with mode: 0644]
blocks/activity_modules/db/mysql.php [new file with mode: 0644]
blocks/activity_modules/db/mysql.sql [new file with mode: 0644]
blocks/admin/block_admin.php [new file with mode: 0644]
blocks/admin/db/mysql.php [new file with mode: 0644]
blocks/admin/db/mysql.sql [new file with mode: 0644]
blocks/calendar_month/block_calendar_month.php [new file with mode: 0644]
blocks/calendar_month/db/mysql.php [new file with mode: 0644]
blocks/calendar_month/db/mysql.sql [new file with mode: 0644]
blocks/calendar_upcoming/block_calendar_upcoming.php [new file with mode: 0644]
blocks/calendar_upcoming/db/mysql.php [new file with mode: 0644]
blocks/calendar_upcoming/db/mysql.sql [new file with mode: 0644]
blocks/course_list/block_course_list.php [new file with mode: 0644]
blocks/course_list/db/mysql.php [new file with mode: 0644]
blocks/course_list/db/mysql.sql [new file with mode: 0644]
blocks/course_summary/block_course_summary.php [new file with mode: 0644]
blocks/course_summary/db/mysql.php [new file with mode: 0644]
blocks/course_summary/db/mysql.sql [new file with mode: 0644]
blocks/db/mysql.php [new file with mode: 0644]
blocks/db/mysql.sql [new file with mode: 0644]
blocks/moodleblock.class.php [new file with mode: 0644]
blocks/news_items/block_news_items.php [new file with mode: 0644]
blocks/news_items/db/mysql.php [new file with mode: 0644]
blocks/news_items/db/mysql.sql [new file with mode: 0644]
blocks/online_users/block_online_users.php [new file with mode: 0644]
blocks/online_users/config.html [new file with mode: 0644]
blocks/online_users/db/mysql.php [new file with mode: 0644]
blocks/online_users/db/mysql.sql [new file with mode: 0644]
blocks/participants/block_participants.php [new file with mode: 0644]
blocks/participants/db/mysql.php [new file with mode: 0644]
blocks/participants/db/mysql.sql [new file with mode: 0644]
blocks/recent_activity/block_recent_activity.php [new file with mode: 0644]
blocks/recent_activity/db/mysql.php [new file with mode: 0644]
blocks/recent_activity/db/mysql.sql [new file with mode: 0644]
blocks/search_forums/block_search_forums.php [new file with mode: 0644]
blocks/search_forums/db/mysql.php [new file with mode: 0644]
blocks/search_forums/db/mysql.sql [new file with mode: 0644]
blocks/social_activities/block_social_activities.php [new file with mode: 0644]
blocks/social_activities/db/mysql.php [new file with mode: 0644]
blocks/social_activities/db/mysql.sql [new file with mode: 0644]
blocks/version.php [new file with mode: 0644]
course/edit.php
course/format/social/format.php
course/format/topics/format.php
course/format/weeks/format.php
course/view.php
lang/en/block_course_summary.php [new file with mode: 0644]
lang/en/block_online_users.php [new file with mode: 0644]
lang/en/block_social_activities.php [new file with mode: 0644]
lang/en/moodle.php
lib/blocklib.php [new file with mode: 0644]
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
version.php