-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ghosthamlet/lessphp
base: master
head repository: leafo/lessphp
compare: master
- 19 commits
- 19 files changed
- 9 contributors
Commits on Oct 15, 2018
-
tests: Drop PHP 5.3 from matrix, add PHP 7
PHP 5.3 is EOL, and composer no longer supports it. For Travis CI, the build is also failing outstanding PRs due to PHP 5.3 requiring Ubuntu Precise (also EOL), whereas the default image uses uses Ubuntu Trusty.
Configuration menu - View commit details
-
Copy full SHA for 5549051 - Browse repository at this point
Copy the full SHA 5549051View commit details -
* Remove outdated version (not needed). * Update year to last year of significant change or release by author. Closes leafo#603.
Configuration menu - View commit details
-
Copy full SHA for d953e57 - Browse repository at this point
Copy the full SHA d953e57View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0d4cfd9 - Browse repository at this point
Copy the full SHA 0d4cfd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed6e4d8 - Browse repository at this point
Copy the full SHA ed6e4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 601066e - Browse repository at this point
Copy the full SHA 601066eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0dd10 - Browse repository at this point
Copy the full SHA 0b0dd10View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63a8c4 - Browse repository at this point
Copy the full SHA b63a8c4View commit details -
Fix broken luma() implementation
Two issues: * The formula was incomplete. This is now fixed. * The method was returning a float instead of a color array, which was used internally for lib_contrast, but was invalid as return value to the parser directly. The internal utility is now separate from lib_luma. As side-effect, this also fixes the following for PHP 7.1: > PHP Warning: A non-numeric value encountered Closes leafo#626.
Configuration menu - View commit details
-
Copy full SHA for 598c96a - Browse repository at this point
Copy the full SHA 598c96aView commit details -
build: Remove PHP 7 from 'allow_failures'
PHP 7.1, 7.2 and 7.3 are passing as of 598c96a.
Configuration menu - View commit details
-
Copy full SHA for c77692e - Browse repository at this point
Copy the full SHA c77692eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b18840 - Browse repository at this point
Copy the full SHA 4b18840View commit details -
Configuration menu - View commit details
-
Copy full SHA for e52c620 - Browse repository at this point
Copy the full SHA e52c620View commit details -
Configuration menu - View commit details
-
Copy full SHA for f65faed - Browse repository at this point
Copy the full SHA f65faedView commit details -
docs: Fix typo in example domain
Duplicated TLD and trailing slash removal because the variable is used here: @{url}/bg.png so the url var should be: http://example.com instead of http://example.com.com/ Closes leafo#566.Configuration menu - View commit details
-
Copy full SHA for b89ac6a - Browse repository at this point
Copy the full SHA b89ac6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb1a8b - Browse repository at this point
Copy the full SHA dcb1a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad7de0 - Browse repository at this point
Copy the full SHA 6ad7de0View commit details -
tests: Apply PSR2 style for 'Generic.WhiteSpace.DisallowTabIndent'
I'm already starting to regret this. Obviously, tabs are the only correct way of indenting code. But alas, PSR2 disagrees and being different makes the code harder to deal with for those familiar with PSR2. I'd be fine with switching to a different popular style preset, but we shouldn't have our own mix of PSR2 and something else, so for let's just go all-in on PSR2.
Configuration menu - View commit details
-
Copy full SHA for cffe518 - Browse repository at this point
Copy the full SHA cffe518View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f652f - Browse repository at this point
Copy the full SHA e8f652fView commit details -
tests: Require PHP 5.6 or later (drop PHP 5.4 and PHP 5.5)
Per <https://secure.php.net/eol.php> and <https://secure.php.net/supported-versions.php>. Also because PHPUnit 4.x is on longer supported by upstream. Ref MarcusSchwarz@cfdd1e2b27.
Configuration menu - View commit details
-
Copy full SHA for 18b8f29 - Browse repository at this point
Copy the full SHA 18b8f29View commit details -
license: Restore space between year and attribution
Follows-up d953e57. Sorry!
Configuration menu - View commit details
-
Copy full SHA for 1fdc40e - Browse repository at this point
Copy the full SHA 1fdc40eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master