Skip to content
  • Victor Emanouilov's avatar
    [ENH] smarty 5 support · e96bcffa
    Victor Emanouilov authored
    ---
    * [FIX] smarty 5 - htmlentities in file gallery toolbar links
    
    * [FIX] smarty 5 depreciation
    
    * [FIX] smarty 5 - legacy detection code revert and assign_by_ref returning the assignment
    
    * [FIX] Smarty 5 and template layout extension/recursion: extend tags in templates get executed even if their output is discarded when 'extend:' syntax is used in smarty fetch or display function calls - headerlib has troubles outputting headers/js content multiple times and we potentially run into other conflicts with double renders - fix consists of modifying the extend tags in templates when global extend is already present to use specific empty layout, so it renders nothing and doesn't interfere with the global rendering
    
    * * [FIX] Smarty 5 support: HtmlSelectDate function: null value for template variable
    
    See merge request !4416
    
    * * [FIX] Smarty 5 support: Implement missing modifier 'strstr'
    
    See merge request !4392
    
    * * [FIX] Smarty 5 support: wikiplugin_tracker: ...
    e96bcffa