0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 18 hours ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug with background gradient() and background shorthand optimization More... over 13 years ago
Test for another bug with optimize_shorthands=3 and gradient() on background More... over 13 years ago
Fix bugs about shorthands and the 3 units tests dedicated are OK More... over 13 years ago
Three unit tests that fails with optimize_shorthands - font and background are mistakely exploded with value of optimize_shorthands that should do not touch it - order of properties is not kept when it should (sort_properties=0) More... over 13 years ago
load a default template in constructor, and change default settings in order to be safe by default (don't sort properties neither selectors as it can break css functionnalities in case of overriding) More... over 13 years ago
improve testing abilities with --PRINT-- section that allow to test plain print form of CSS (the one that matters, after all). 4 tests with the 4 templates available More... over 13 years ago
test with complex gradient and one more optimisation with multiples spaces in css3 complex properties More... over 13 years ago
fix font lineheight should not be set to /normal when no value is given More... over 13 years ago
fix missing space un gradient css3 properties and extra space after "," in complex properties More... over 13 years ago
fix missing space un gradient css3 properties and extra space after "," in complex properties More... over 13 years ago
Fix issue #5 : don't touch ie hack properties, even if it's BAD More... over 13 years ago
Fix issue #2 : do not merge properties in selector More... over 13 years ago
Fix issue #2 : do not merge properties in selector More... over 13 years ago
one more test about IE hacks and issue #5 More... over 13 years ago
partial merge of f98b3fd50069abcbf2edb4643781907ae15a0688 More... over 13 years ago
partial merge of f98b3fd50069abcbf2edb4643781907ae15a0688 More... over 13 years ago
auto reformating and tab indentation More... over 13 years ago
merging and non merging of multiples occurences of @media More... over 13 years ago
test : merging or not multiples occurences of same selector More... over 13 years ago
IE Zoom test for #4 that is OK More... over 13 years ago
mistake on test title More... over 13 years ago
Test for https://github.com/Cerdic/CSSTidy/issues/issue/3 that FAIL More... over 13 years ago
Test for https://github.com/Cerdic/CSSTidy/issues/issue/2 that FAIL More... over 13 years ago
Test for https://github.com/Cerdic/CSSTidy/issues/issue/1 that is OK More... over 13 years ago
Testing : - give the url to PEAR Text Diff and simpletest that works for unit testing - ignore 'deprecated' as PEAR Text diff as a lot of it - test results is a var_export of expected result. Evaluate it and compare to real result os more robust than comparing var_export that can give false negative results due to extra space in php representation of array. More... over 13 years ago
Testing : - give the url to PEAR Text Diff and simpletest that works for unit testing - ignore 'deprecated' as PEAR Text diff as a lot of it - test results is a var_export of expected result. Evaluate it and compare to real result os more robust than comparing var_export that can give false negative results due to extra space in php representation of array. More... over 13 years ago
some precisions in README More... over 13 years ago
Fixed complicated @media convertation. I.e. @media screen and (-webkit-min-device-pixel-ratio:0) was converted to @media screen and -webkit-min-device-pixel-ratio0 More... about 14 years ago
Added possibility to set 2 cursor properties (pointer/hand) More... about 14 years ago
Fixed buggy @font-face outputting More... about 14 years ago