silverstripe-framework/src
Thomas Portelange fdd5acff5d
raw2att accepts array, but sprintf doesn't
it's not very likely to happen (it did in my case :-) ) but if the value is an array, sprintf will fail (because raw2att accepts array, but sprintf doesn't). i suggest to json encode any array data to ensure it's safely included in the html. Or we should throw proper exceptions to make sure invalid values do not result in a php error.
2018-09-27 12:12:59 +02:00
..
conf API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
Control Merge branch '4.2' into 4 2018-09-06 13:26:46 +02:00
Core FIX Fixed bug in config merging priorities so that config values set by extensions are now least important instead of most important 2018-07-23 14:15:24 +01:00
Dev Merge pull request #8399 from lekoala/patch-12 2018-09-26 20:58:25 +12:00
Forms raw2att accepts array, but sprintf doesn't 2018-09-27 12:12:59 +02:00
i18n Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
includes BUG Fix incorrect BASE_URL when webroot is parent of public folder 2018-02-07 14:28:06 +13:00
Logging ENHANCEMENT Don't infer trace if explicitly provided 2017-11-16 11:03:01 +13:00
ORM NEW: Add Hierarchy::prepopulate_numchildren_cache() (#8380) 2018-09-25 12:25:23 +12:00
Security Merge branch '4.2' into 4 2018-09-06 13:26:46 +02:00
View Merge branch '4.1' into 4.2 2018-07-13 16:44:23 +01:00