1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
increase visibility for Less_Parser#$rules More... over 10 years ago
Double slash in path More... over 10 years ago
Merge pull request #231 from paladox/patch-3 More... over 10 years ago
Merge pull request #230 from paladox/patch-2 More... over 10 years ago
Update composer.json More... over 10 years ago
Update .travis.yml More... over 10 years ago
SourceMap source path improvments More... over 10 years ago
1.7.04 More... over 10 years ago
Merge pull request #191 from hieblmedia/patch-1 More... over 10 years ago
Merge pull request #210 from ravisorg/master More... over 10 years ago
remove rooturi only if it has already been prepended More... over 10 years ago
Merge pull request #221 from snievas/master More... over 10 years ago
Merge branch 'oyejorge-master' More... almost 11 years ago
Merge branch 'master' of git://github.com/oyejorge/less.php into oyejorge-master More... almost 11 years ago
Fixed path issue when @import used in nested files More... almost 11 years ago
Merge remote-tracking branch 'origin/master' More... almost 11 years ago
prevent error in Exception. fixes #219 More... almost 11 years ago
php diff without replace callback modifier More... almost 11 years ago
Removed percentage requirements for color functions (since Less.js seems to be flexible on this) More... almost 11 years ago
Merge pull request #215 from vburlak/master More... almost 11 years ago
added .travis.yml and phpunit.xml to .gitattributes More... almost 11 years ago
install less.php package for production via Composer excluding /test dir More... almost 11 years ago
install less.php package for production via Composer excluding /test directory More... almost 11 years ago
Better error reporting for invalid parameters when using built in LESS functions. All built in functions now have default parameters (to prevent PHP from issuing "missing argument" errors) and instead do their type/parameter checking inside the function. Less_Functions::saturate checks the first parameter a little more carefully now, to determine if it's a less function or a CSS filter. Bug fix in Less_Functions::greyscale (second parameter to desaturate must be a percentage, was previously passing an integer). Removed static method Less_Functions::Expected (no longer being called anywhere). Added test case to make sure these changes don't break any functionality. More... almost 11 years ago
Fixed Less_Functions::saturate() - it was already checking if the first parameter was a color, and my previous commit broke that. More... almost 11 years ago
Applied the color validation check from Less_Functions::darken to all of the other color modification methods in Less_Functions, making it much easier to debug invalid LESS color statements (Less.php now throws errors on invalid color statements, giving you clues as to what went wrong, instead of just crashing). More... almost 11 years ago
Update Ruleset.php More... almost 11 years ago
Update Tree.php More... almost 11 years ago
Added indentation option More... almost 11 years ago
version 1.7.0.3 More... almost 11 years ago