]> git.mjollnir.org Git - moodle.git/commitdiff
Merged new block versions from 1.9
authormoodler <moodler>
Mon, 3 Mar 2008 11:43:32 +0000 (11:43 +0000)
committermoodler <moodler>
Mon, 3 Mar 2008 11:43:32 +0000 (11:43 +0000)
30 files changed:
blocks/activity_modules/block_activity_modules.php
blocks/admin/block_admin.php
blocks/admin_bookmarks/block_admin_bookmarks.php
blocks/admin_tree/block_admin_tree.php
blocks/blog_menu/block_blog_menu.php
blocks/blog_tags/block_blog_tags.php
blocks/calendar_month/block_calendar_month.php
blocks/calendar_upcoming/block_calendar_upcoming.php
blocks/course_list/block_course_list.php
blocks/course_summary/block_course_summary.php
blocks/glossary_random/block_glossary_random.php
blocks/html/block_html.php
blocks/loancalc/block_loancalc.php
blocks/login/block_login.php
blocks/mentees/block_mentees.php
blocks/messages/block_messages.php
blocks/mnet_hosts/block_mnet_hosts.php
blocks/news_items/block_news_items.php
blocks/online_users/block_online_users.php
blocks/participants/block_participants.php
blocks/quiz_results/block_quiz_results.php
blocks/recent_activity/block_recent_activity.php
blocks/rss_client/block_rss_client.php
blocks/search_forums/block_search_forums.php
blocks/section_links/block_section_links.php
blocks/site_main_menu/block_site_main_menu.php
blocks/social_activities/block_social_activities.php
blocks/tag_flickr/block_tag_flickr.php
blocks/tag_youtube/block_tag_youtube.php
blocks/tags/block_tags.php

index 585b4906e82366eaeabaa72e0f0910ddec1f9502..14e9239d1be825dab2e1b78f779941930ac4ec73 100644 (file)
@@ -3,7 +3,7 @@
 class block_activity_modules extends block_list {
     function init() {
         $this->title = get_string('activities');
-        $this->version = 2006011300;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 27f9e5372e63172db5f7cc926fe6a030013fc3cd..76deb18eab6a0842488d4aac1556a02d60c7f8bd 100644 (file)
@@ -3,7 +3,7 @@
 class block_admin extends block_list {
     function init() {
         $this->title = get_string('administration');
-        $this->version = 2004081200;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 3293bfd485c9c618cbc03a36a71637573cf029fb..cfefb41bbedcc218e6dada08b303402b60f480a6 100644 (file)
@@ -8,7 +8,7 @@ class block_admin_bookmarks extends block_base {
 
     function init() {
         $this->title = get_string('adminbookmarks');
-        $this->version = 2006090300;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index 8c403104f9445bcdfdfe4dac44133f7a5b0b456e..1d694532af0dfdfd265e5a963256ac998cd25c5c 100644 (file)
@@ -12,7 +12,7 @@ class block_admin_tree extends block_base {
     function init() {
         global $PAGE;
         $this->title = get_string('administrationsite');
-        $this->version = 2006090300;
+        $this->version = 2007101509;
         $this->currentdepth = 0;
         $this->divcounter = 1;
         $this->tempcontent = '';
index 463d73425ed2f4b2c67f34f479ffc960ba197d68..6625303a02627da2ca6d00e8ad22df2296ec9080 100755 (executable)
@@ -7,7 +7,7 @@ class block_blog_menu extends block_base {
     function init() {
         $this->title = get_string('blockmenutitle', 'blog');
         $this->content_type = BLOCK_TYPE_TEXT;
-        $this->version = 2004112000;
+        $this->version = 2007101509;
     }
 
     function get_content() {
@@ -121,4 +121,4 @@ class block_blog_menu extends block_base {
     }
 }
 
-?>
\ No newline at end of file
+?>
index 0cce47af1b08bf9be9263e7f8401455efa05f6d0..d3508888c3ecbf99b0e89e64e5fc392d4ba6edf6 100644 (file)
@@ -8,7 +8,7 @@ require_once($CFG->dirroot .'/blog/lib.php');
 
 class block_blog_tags extends block_base {
     function init() {
-        $this->version = 2006032000;
+        $this->version = 2007101509;
         $this->title = get_string('blocktagstitle', 'blog');
     }
 
index 246170f9bd683ad10b85f881b51319483284e63f..900a97443b7761b55e687ecdeedab3e7e1ac8be4 100644 (file)
@@ -3,7 +3,7 @@
 class block_calendar_month extends block_base {
     function init() {
         $this->title = get_string('calendar', 'calendar');
-        $this->version = 2004081200;
+        $this->version = 2007101509;
     }
 
     function preferred_width() {
index f531ad282770c5dd51c46ebde3fd6376f7d4e914..a4e72f7bf0f5187b16d7d7b7f95ce42d64a17b02 100644 (file)
@@ -3,7 +3,7 @@
 class block_calendar_upcoming extends block_base {
     function init() {
         $this->title = get_string('upcomingevents', 'calendar');
-        $this->version = 2004052600;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 6fa0713ec0d6479898060a5d13e0889097805b10..2f2c04a2889ce6562ccf29c3ba964cd2da805fa9 100644 (file)
@@ -5,7 +5,7 @@ include_once($CFG->dirroot . '/course/lib.php');
 class block_course_list extends block_list {
     function init() {
         $this->title = get_string('courses');
-        $this->version = 2004111600;
+        $this->version = 2007101509;
     }
     
     function has_config() {
index d0c0cf3e0d42805015ff87ce0d31d09ef61aa7f9..2846cb3fec41d911e2a8d0e2fe595417904697b4 100644 (file)
@@ -3,7 +3,7 @@
 class block_course_summary extends block_base {
     function init() {
         $this->title = get_string('pagedescription', 'block_course_summary');
-        $this->version = 2004052600;
+        $this->version = 2007101509;
     }
 
     function specialization() {
index 681d0ca9e3346fea1314103ea1e24d61a658e4a9..35f1575e1d5887431287ef3fd27eb0b50121f78a 100644 (file)
@@ -8,7 +8,7 @@ class block_glossary_random extends block_base {
     function init() {
 
         $this->title = get_string('blockname','block_glossary_random');
-        $this->version = 2005040500;
+        $this->version = 2007101509;
 
     }
 
index 19e3c198d9f56bab2b3102d61fdfa607c22995f5..8e610049fe8739eb5f6a9c45f794655da292162a 100755 (executable)
@@ -4,7 +4,7 @@ class block_html extends block_base {
 
     function init() {
         $this->title = get_string('html', 'block_html');
-        $this->version = 2004123000;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index 594251fdec7750f19002f12993a5a61cac62114a..22c3a877e5225e1090655c9ecf8cde61ba41e259 100644 (file)
@@ -5,7 +5,7 @@ class block_loancalc extends block_base {
     function init() {
         $this->title = get_string('loancalc','block_loancalc');
         $this->content_type = BLOCK_TYPE_TEXT;
-        $this->version = 2005022100;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 51ffb337bb5c84e1f48c39309e9622adfe4c2efd..d203c4b4633c7fa53023cb7b056016a2e50a8b70 100644 (file)
@@ -3,7 +3,7 @@
 class block_login extends block_base {
     function init() {
         $this->title = get_string('login');
-        $this->version = 2006102700; //TODO
+        $this->version = 2007101509; 
     }
 
     function applicable_formats() {
index 6bacac9eb32236910b80b04e2eb0796464290270..60beae9ff795768055fa2446230028eecf8a3e57 100755 (executable)
@@ -4,7 +4,7 @@ class block_mentees extends block_base {
 
     function init() {
         $this->title = get_string('blockname', 'block_mentees');
-        $this->version = 2007030900;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
@@ -49,4 +49,4 @@ class block_mentees extends block_base {
         return $this->content;
     }
 }
-?>
\ No newline at end of file
+?>
index 46e9a1c9351459e99463954ea599d0fd057cb4bc..f152df17d72954b847f896c8080efb4bbdaa3df0 100644 (file)
@@ -3,7 +3,7 @@
 class block_messages extends block_base {
     function init() {
         $this->title = get_string('messages','message');
-        $this->version = 2004122800;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 9f20d09e21a57982790fcaa7afdc8163c193c7ea..fba97048bba29eae3f693356efdfa409f9ee571a 100644 (file)
@@ -3,7 +3,7 @@
 class block_mnet_hosts extends block_list {
     function init() {
         $this->title = get_string('mnet_hosts','block_mnet_hosts') ;
-        $this->version = 2006112100;
+        $this->version = 2007101509;
     }
 
     function has_config() {
index 24b0dbc0dc9295f65580af410b05d17e9c1c0d84..58b086c4845202953a554affa34e83d9f38b776f 100644 (file)
@@ -3,7 +3,7 @@
 class block_news_items extends block_base {
     function init() {
         $this->title = get_string('latestnews');
-        $this->version = 2005030800;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 38b03c7b5472de9b6a374b868e1c635b8d37e0b2..b872f57dc2c02f7a00d9dd8af1e3bddb4207074d 100644 (file)
@@ -8,7 +8,7 @@
 class block_online_users extends block_base {
     function init() {
         $this->title = get_string('blockname','block_online_users');
-        $this->version = 2006030100;
+        $this->version = 2007101509;
     }
 
     function has_config() {return true;}
index bd06f80370573739f60a17a502c68d6c5485b2c2..02d55a659580b7e5ee7540535d0c71fc026534e6 100644 (file)
@@ -3,7 +3,7 @@
 class block_participants extends block_list {
     function init() {
         $this->title = get_string('people');
-        $this->version = 2004052600;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index d470598e473681f55df0584351bbb210be220ffd..ffca8f2c830138040cfe87c6c9e8f16ebd124f65 100644 (file)
@@ -10,7 +10,7 @@ define('B_QUIZRESULTS_GRADE_FORMAT_ABS', 3);
 class block_quiz_results extends block_base {
     function init() {
         $this->title = get_string('formaltitle', 'block_quiz_results');
-        $this->version = 2005082300;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index d400ac70efdda5d8c1b220db41fd3b4a86bfd745..4e326ff3e5f158a39f0c9ca9dbdb73776a7a2d73 100644 (file)
@@ -3,7 +3,7 @@
 class block_recent_activity extends block_base {
     function init() {
         $this->title = get_string('recentactivity');
-        $this->version = 2004042900;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index 5d111fbb48a1545e752790f83f9399354e92addc..41e42aac276a9f0ac7333e2cf370d40cf2ef63de 100644 (file)
@@ -19,7 +19,7 @@
 
     function init() {
         $this->title = get_string('feedstitle', 'block_rss_client');
-        $this->version = 2007080101;
+        $this->version = 2007101509;
         $this->cron = 300; /// Set min time between cron executions to 300 secs (5 mins)
     }
 
index ea88e8e482dc6ec220acf11196f7fcc6fdef18a7..1f4cbae77fb04a880db086c3ba93f73cde17fb2a 100644 (file)
@@ -3,7 +3,7 @@
 class block_search_forums extends block_base {
     function init() {
         $this->title = get_string('blocktitle', 'block_search_forums');
-        $this->version = 2005030900;
+        $this->version = 2007101509;
     }
 
     function get_content() {
index d0acec31c25f418b246c33eeaa3501ac81a81b9f..982c25a09f9cc33c365c9f850be2ca7c7fc9bddb 100644 (file)
@@ -4,7 +4,7 @@ class block_section_links extends block_base {
 
     function init() {
         $this->title = get_string('blockname', 'block_section_links');
-        $this->version = 2004052800;
+        $this->version = 2007101509;
     }
 
     function instance_config($instance) {
index 26765dd269a5563d2231bdaf94f8dd03563cd861..b46be89ed0303f50fa93b87a4bd5baf012be63bd 100644 (file)
@@ -3,7 +3,7 @@
 class block_site_main_menu extends block_list {
     function init() {
         $this->title = get_string('mainmenu');
-        $this->version = 2005061300;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index 3fa3cca5f017ee46fa5947185fb2251367dd76d7..f425a22a4a7c23dce8515c383aa5d01caf365951 100644 (file)
@@ -3,7 +3,7 @@
 class block_social_activities extends block_list {
     function init(){
         $this->title = get_string('blockname', 'block_social_activities');
-        $this->version = 2004041800;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index dd10d47473e795d924a0e6366edddb9330be752d..fa90781b55f8d4ffc600de29c3402970c9ccedeb 100644 (file)
@@ -12,7 +12,7 @@ class block_tag_flickr extends block_base {
 
     function init() {
         $this->title = get_string('defaulttile','block_tag_flickr');
-        $this->version = 2007080800;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index 1002a82979b429bfa5136a95e7bbc1c5c0c08c8d..bd7be743594421114c3f5845c4d52e2e64189785 100644 (file)
@@ -13,7 +13,7 @@ class block_tag_youtube extends block_base {
 
     function init() {
         $this->title = get_string('blockname','block_tag_youtube');
-        $this->version = 2007080800;
+        $this->version = 2007101509;
     }
 
     function applicable_formats() {
index 137a04143d79a4177530188f43e14c41f0d26135..0b21493b171f1a814300b882805a2ca2bb8e3387 100644 (file)
@@ -2,7 +2,7 @@
 
 class block_tags extends block_base {
     function init() {
-        $this->version = 2007082800;
+        $this->version = 2007101509;
         $this->title = get_string('blocktagstitle', 'tag');
     }