]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15402: comment adminitration part of the repository plugins
authorjerome <jerome>
Thu, 18 Sep 2008 05:43:38 +0000 (05:43 +0000)
committerjerome <jerome>
Thu, 18 Sep 2008 05:43:38 +0000 (05:43 +0000)
repository/boxnet/repository.class.php
repository/flickr/repository.class.php
repository/flickr_public/repository.class.php
repository/upload/repository.class.php

index 12e088932785f18f08ce21dc28727199b2840044..29127d66e62ecc21f750adf981f6888649d76c54 100755 (executable)
@@ -17,7 +17,7 @@ class repository_boxnet extends repository {
     private $box;
 
     /**
-     *
+     * Constructor
      * @global <type> $SESSION
      * @param <type> $repositoryid
      * @param <type> $context
@@ -216,7 +216,7 @@ class repository_boxnet extends repository {
     }
 
     /**
-     *
+     * Names of the plugin settings
      * @return <type>
      */
     public static function get_type_option_names() {
@@ -224,7 +224,7 @@ class repository_boxnet extends repository {
     }
 
     /**
-     *
+     * Add Plugin settings input to Moodle form
      * @param <type> $
      */
     public function type_config_form(&$mform) {
index e0e04a3d234c7f0f2e0ec4f8bb141bc9c9ab550e..4c3c8e31c2843d3e701003af0f6495e9c4752988 100755 (executable)
@@ -250,7 +250,7 @@ class repository_flickr extends repository {
     }
 
     /**
-     *
+     * Add Plugin settings input to Moodle form
      * @global <type> $CFG
      * @param <type> $
      */
@@ -286,7 +286,7 @@ class repository_flickr extends repository {
     }
 
     /**
-     *
+     * Names of the plugin settings
      * @return <type>
      */
     public static function get_type_option_names() {
index 510946f5e18e12bd38291e4b1f7779c35fb2d0f6..2d4945f7c101fbaf8dd0b1a8dcb5937bd0f5aaf5 100644 (file)
@@ -240,7 +240,7 @@ class repository_flickr_public extends repository {
     }
 
     /**
-     *
+     * Add Instance settings input to Moodle form
      * @param <type> $
      */
     public function instance_config_form(&$mform) {
@@ -249,7 +249,7 @@ class repository_flickr_public extends repository {
     }
 
     /**
-     *
+     * Names of the instance settings
      * @return <type>
      */
     public static function get_instance_option_names() {
@@ -257,7 +257,7 @@ class repository_flickr_public extends repository {
     }
 
     /**
-     *
+     * Add Plugin settings input to Moodle form
      * @param <type> $
      */
     public function type_config_form(&$mform) {
@@ -272,7 +272,7 @@ class repository_flickr_public extends repository {
     }
 
     /**
-     *
+     * Names of the plugin settings
      * @return <type>
      */
     public static function get_type_option_names() {
index 31e50e5496a557a46499bf35f9688aeb81cbef5c..cd429f8e68daf7ca38b6b74f0e3cb6245d88ea9f 100755 (executable)
@@ -70,6 +70,7 @@ class repository_upload extends repository {
      *
      */
     public function print_listing() {
+         // will be used in non-javascript file picker
     }
 
     /**