commit 3542e7a7d0331f993a461ba0f25209ebe1fdc66a Author: Luuk Verhoeven Date: Tue May 14 12:25:43 2019 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d6a4ae --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# moodle-availability_ipaddress diff --git a/classes/condition.php b/classes/condition.php new file mode 100644 index 0000000..9311a93 --- /dev/null +++ b/classes/condition.php @@ -0,0 +1,26 @@ +. + +/** + * + * + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * + * @package availability_ipaddress + * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven + * @author Luuk Verhoeven + **/ + \ No newline at end of file diff --git a/classes/frontend.php b/classes/frontend.php new file mode 100644 index 0000000..9311a93 --- /dev/null +++ b/classes/frontend.php @@ -0,0 +1,26 @@ +. + +/** + * + * + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * + * @package availability_ipaddress + * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven + * @author Luuk Verhoeven + **/ + \ No newline at end of file diff --git a/lang/en/availability_ipaddress.php b/lang/en/availability_ipaddress.php new file mode 100644 index 0000000..9311a93 --- /dev/null +++ b/lang/en/availability_ipaddress.php @@ -0,0 +1,26 @@ +. + +/** + * + * + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * + * @package availability_ipaddress + * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven + * @author Luuk Verhoeven + **/ + \ No newline at end of file diff --git a/pix/icon.png b/pix/icon.png new file mode 100644 index 0000000..6973963 Binary files /dev/null and b/pix/icon.png differ diff --git a/version.php b/version.php new file mode 100644 index 0000000..de98ef0 --- /dev/null +++ b/version.php @@ -0,0 +1,26 @@ +. + +/** + * + * + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * + * @package moodle-availability_ipaddress + * @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven + * @author Luuk Verhoeven + **/ + \ No newline at end of file diff --git a/yui/src/form/build.json b/yui/src/form/build.json new file mode 100644 index 0000000..dfa85f7 --- /dev/null +++ b/yui/src/form/build.json @@ -0,0 +1,10 @@ +{ + "name": "moodle-availability_ipaddress-form", + "builds": { + "moodle-availability_ipaddress-form": { + "jsfiles": [ + "form.js" + ] + } + } +} diff --git a/yui/src/form/js/form.js b/yui/src/form/js/form.js new file mode 100644 index 0000000..e69de29 diff --git a/yui/src/form/meta/form.json b/yui/src/form/meta/form.json new file mode 100644 index 0000000..e69de29