Commit Graph

844 Commits (48035d6a925e73d486927b48e594e9eba27e03e0)
 

Author SHA1 Message Date
fadrian06 48035d6a92 Support custom style/script tags in class components
1 month ago
fadrian06 dd238319da Add component prop-passing coverage
1 month ago
fadrian06 8c277dadd6 Fix component style/script dedupe leakage
1 month ago
fadrian06 7acf6c00b9 fix styles and scripts duplication
1 month ago
fadrian06 8c88b9d94a allow props which values contains spaces and numbers
1 month ago
fadrian06 52ec6b8803 allow to render different components
1 month ago
fadrian06 5076b266b3 allow custom indentations in tests (> 1 space)
1 month ago
fadrian06 5c4b9b9856 allow to change the components path
1 month ago
fadrian06 8280d4ddaf allow to change the prefix
1 month ago
fadrian06 5cdc2e85c0 6. renders self close components with many props
1 month ago
fadrian06 38d4458e96 5. views can repass props
1 month ago
fadrian06 538c9d32ae 4. renders self close components with one prop
1 month ago
fadrian06 bc86e7a298 3. renders self close class components that extends another class component
1 month ago
fadrian06 50c23de325 2. renders self close functional and class components
1 month ago
fadrian06 a94431ae05 1. renders self close components without arguments
1 month ago
fadrian06 576801967c simplify ViewTest
1 month ago
fadrian06 a6dbd321ae use short echo
1 month ago
fadrian06 6afd221c76 remove ViewTest methods comments
1 month ago
fadrian06 ee9699e8ad simplify view instantiation
1 month ago
fadrian06 b1c56b1a6e remove final_newlines to all tests/views/*
1 month ago
fadrian06 6b506636f0 always normalize paths
1 month ago
fadrian06 abdf845899 remove \ from global function calls
1 month ago
fadrian06 2321b0e079 simplify getTemplate
1 month ago
fadrian06 206eff4f3d simplify render
1 month ago
fadrian06 d28939f204 replace iterable for arrays
1 month ago
fadrian06 7d29fdf719 use $this instead of self
1 month ago
fadrian06 f047d22fab simplify docblocks
1 month ago
fadrian06 98e20c6ad1 import Exception
1 month ago
fadrian06 a3423b4cdf update license docblock
1 month ago
fadrian06 cd2072e409 update mikecao copyright
1 month ago
n0nag0n 6b47c10192
Merge pull request #702 from flightphp/ci-add-multiple-OSs
1 month ago
n0nag0n 2352ed7a70
Merge pull request #699 from flightphp/style-add-trim_trailing_whitespace-and-insert_final_newline-editorconfigs
1 month ago
n0nag0n 8989815bd9
Merge pull request #700 from flightphp/update-composer-json-urls
1 month ago
fadrian06 82430882f0 decorate workflow
1 month ago
fadrian06 b068acae84 workflow refactor
1 month ago
fadrian06 4e8402ece0 Fix pdoexception message in php8.0 in windows
1 month ago
fadrian06 a8de8d3914 Fix testRenderLayout in windows
1 month ago
fadrian06 8b5118b791 Fix another endlines problems with windows
1 month ago
copilot-swe-agent[bot] 76aaf5e274
Fix Windows CI failure in testGetRoutes: replace both \\r\\n and \\n newlines
1 month ago
fadrian06 237d567373 fix: symlink(): Permission denied on WINNT
1 month ago
fadrian06 a1faf4f00b fix: Failed asserting that exception message 'Target directory is not writable' contains 'Invalid target path: contains directory traversal'.
1 month ago
fadrian06 9afa64eb97
Add 'fileinfo' extension to PHP setup
1 month ago
fadrian06 067e12628b
Add pdo_sqlite extension to PHP setup
1 month ago
copilot-swe-agent[bot] 39d0eddc4a
Quote PHP matrix versions in test workflow
1 month ago
fadrian06 6bb818b2a9
Update workflow to support multiple OS environments
1 month ago
fadrian06 d8273b07fe
Fix newline at end of phpunit-watcher.yml
1 month ago
fadrian06 2660941d24
Update homepage URLs in composer.json
1 month ago
fadrian06 9684654115
Add settings for trimming whitespace and final newline
1 month ago
n0nag0n 49b750c329
Merge pull request #697 from flightphp/fix/middleware-missing-class-error
1 month ago
n0nag0n 60bf7921f2 Throw when middleware class is missing or cannot be resolved
1 month ago