framework/tests/integration/extenders
Sami Mazouz f56fc11af9
[1.x] Theme Extender to Allow overriding LESS files (#3008)
This PR introduces the ability to just override a LESS file's contents through an extender.
This is mainly useful for theme development, as there are times in extensively customized themes where overriding the actual file makes a huge difference vs overriding CSS styles which can turn into a maintenance hell real fast.

Overriding styles is more tedious than overriding files. When you're designing an element, you would normally rather start from a blank canvas, than a styled element. With an already styled element you have to first override and undo the styles you do not wish to have, only then can you start shaping it, but even then you'd always end up constantly undoing default styles. This mostly applies for more advanced themes. (example: 851c55516d/less/forum/DiscussionList.less)
2021-09-10 13:45:18 -04:00
..
ApiControllerTest.php Eager loading extender (#2724) 2021-03-25 15:36:39 +01:00
ApiSerializerTest.php Improve ApiSerializer tests (#2733) 2021-03-23 17:33:51 -04:00
AuthTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
ConsoleTest.php Typehint event in console scheduling test case 2021-05-11 23:55:34 -04:00
CsrfTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
EventTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
FilesystemTest.php Use latest version of settings package 2021-05-03 01:35:46 -04:00
FilterTest.php Make filter mutator API consistent with search mutator API. 2021-03-11 23:12:49 -05:00
FormatterTest.php Add unparse to Formatter extender (#2780) 2021-04-14 11:34:49 +01:00
LocalesTest.php Switch to ICU MessageFormat (#2759) 2021-04-30 12:44:39 -04:00
MailTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
MiddlewareTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
ModelPrivateTest.php Remove deprecated code from beta 16 (#2705) 2021-03-19 19:13:50 +01:00
ModelTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
ModelUrlTest.php Apply fixes from StyleCI 2021-05-03 05:36:06 +00:00
ModelVisibilityTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
NotificationTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
PolicyTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
PostTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
RoutesTest.php Require unique route names (#2771) 2021-04-10 20:38:25 +01:00
ServiceProviderTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
SettingsTest.php Use latest version of settings package 2021-05-03 01:35:46 -04:00
SimpleFlarumSearchTest.php Fix registering custom searchers, allow searchers without fulltext (#2755) 2021-04-19 16:59:53 -04:00
ThemeTest.php [1.x] Theme Extender to Allow overriding LESS files (#3008) 2021-09-10 13:45:18 -04:00
ThrottleApiTest.php Run API Client requests through middleware (#2783) 2021-05-10 17:41:38 -04:00
UserTest.php Rename viewDiscussions => viewForum, viewUserList => searchUsers (#2854) 2021-05-11 15:15:27 -04:00
ValidatorTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00
ViewTest.php Use flarum/testing for test infrastructure (#2545) 2021-03-07 16:32:41 -05:00