[AMOS commit] MDL-57404 admin_settings: Allow comments in ip block Committed into Git: 2018-05-02 22:59 UTC

[AMOS commit] MDL-57404 admin_settings: Allow comments in ip block Committed into Git: 2018-05-02 22:59 UTC

by AMOS bot -
Number of replies: 0
Author: Evan Giles
MDL-57404 admin_settings: Allow comments in ip block
This adds the ability to to add comments to ip lists in moodle.

Currently, the configiplist textentry box does not allow the user to annotate
the IP addresses defined. For example, I'd like to be able to define:
192.168.1.1 # London office
10.1.1.1 # New york office
118.209.246.240 # My home IP

This would allow me to revisit this list after a few months, and remove
IP addresses that are no longer required - without having to manually confirm
each IP address


http://git.moodle.org/gw?p=moodle.git;a=commit;h=53007faad1b1d4e806031f63c7fe5df2236ae35a
http://github.com/moodle/moodle/commit/53007faad1b1d4e806031f63c7fe5df2236ae35a

+ 3.6 en [ipblockersyntax,core_admin]