moodle/badges/classes/form
Sara Arjona 66efa30293 MDL-71116 core_badges: Backpack URLs with more than 50 chars
Backpack URLs (web and API) can have up to 255. However, the form
for creating/editing them, doesn't allow URLs with more than 50
characters. This patch align limitation to DB value (255).
2021-03-19 15:09:02 +01:00
..
backpack.php MDL-70911 core_badges: Remove $CFG->badges_site_backpack 2021-03-10 09:10:32 +01:00
badge.php MDL-61215 core_badges: use the new optimised_image filetype group 2020-08-20 07:16:41 +08:00
collections.php MDL-65787 badges: fix warning count() with PHP 7.2 2019-06-05 11:02:53 +02:00
external_backpack.php MDL-71116 core_badges: Backpack URLs with more than 50 chars 2021-03-19 15:09:02 +01:00
message.php