forked from jleyva/moodle-block_configurablereports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64e568b
commit 26aac8e
Showing
147 changed files
with
567 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
@@ -31,7 +32,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class max_form extends moodleform { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
defined('MOODLE_INTERNAL') || die; | ||
require_once($CFG->dirroot . '/blocks/configurable_reports/plugin.class.php'); | ||
|
@@ -29,7 +30,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class plugin_max extends plugin_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
@@ -31,7 +32,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class min_form extends moodleform { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
defined('MOODLE_INTERNAL') || die; | ||
require_once($CFG->dirroot . '/blocks/configurable_reports/plugin.class.php'); | ||
|
@@ -29,7 +30,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class plugin_min extends plugin_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author David Pesce <[email protected]> | ||
* @date 2019 | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author David Pesce <[email protected]> | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
@@ -31,7 +31,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author David Pesce <[email protected]> | ||
* @date 2019 | ||
* / | ||
*/ | ||
class percent_form extends moodleform { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author David Pesce <[email protected]> | ||
* @date 2019 | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author David Pesce <[email protected]> | ||
*/ | ||
defined('MOODLE_INTERNAL') || die; | ||
require_once($CFG->dirroot . '/blocks/configurable_reports/plugin.class.php'); | ||
|
@@ -29,7 +29,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author David Pesce <[email protected]> | ||
* @date 2019 | ||
*/ | ||
class plugin_percent extends plugin_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
@@ -31,7 +32,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class sum_form extends moodleform { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,17 +17,17 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
/** | ||
* Class plugin_sum | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class plugin_sum extends plugin_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @author : François Parlant <https://www.linkedin.com/in/francois-parlant/> | ||
* @date : 2020 | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @author François Parlant <https://www.linkedin.com/in/francois-parlant/> | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
@@ -31,7 +31,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class plugin_cohorts extends plugin_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
@@ -30,7 +31,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class categoryfield_form extends moodleform { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
defined('MOODLE_INTERNAL') || die; | ||
require_once($CFG->dirroot . '/blocks/configurable_reports/plugin.class.php'); | ||
|
@@ -29,7 +30,6 @@ | |
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class plugin_categoryfield extends plugin_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,17 +17,17 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
/** | ||
* Class component_columns | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class component_columns extends component_base { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
defined('MOODLE_INTERNAL') || die; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,10 @@ | |
/** | ||
* Configurable Reports a Moodle block for creating customizable reports | ||
* | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright 2020 Juan Leyva <[email protected]> | ||
* @package block_configurable_reports | ||
* @author Juan leyva <http://www.twitter.com/jleyvadelgado> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
defined('MOODLE_INTERNAL') || die; | ||
require_once($CFG->dirroot . '/blocks/configurable_reports/plugin.class.php'); | ||
|
Oops, something went wrong.