• P
    Fix sorting of helpers from different paths · e4aaac13
    Piotr Sarnacki 提交于
    When more than one directory for helpers is provided to a controller, it
    should preserver the order of directories. Given 2 paths:
    
        MyController.helpers_paths = ["dir1/helpers", "dir2/helpers"]
    
    helpers from dir1 should be loaded first. Before this commit, all
    helpers were mixed and then sorted alphabetically, which essentially
    would require to rename helpers to get desired order.
    
    This is a problem especially for engines, where you would like to be
    able to predict accurately which engine helpers will load first.
    
    (closes #6496)
    e4aaac13
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 306.7 KB