summaryrefslogtreecommitdiff
path: root/src/Hakyll/Check.hs
AgeCommit message (Collapse)AuthorFilesLines
2016-06-25Make errors in Check less verboseJan Tojnar1-14/+23
2016-04-06Clean warningsJasper Van der Jeugt1-29/+32
2015-01-10Ensure "Listening on 0.0.0.0:8000" message is not garbledJasper Van der Jeugt1-7/+6
2014-02-11hakyll check: return exit code of 0 on successAndres Loeh1-1/+1
The old test returns an exit code of 1 whenever the number of errors is >= 0, which should always be the case. The fix replaces this with a test whether the number of errors is strictly > 0.
2013-07-07check: unescape internal urisMarc-Antoine Perennou1-1/+2
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2013-04-22Micro cleanupJasper Van der Jeugt1-3/+3
2013-04-04Account for scheme-relative URLsSimonas Kazlauskas1-2/+8
http://url.spec.whatwg.org/#concept-scheme-relative-url
2013-04-03Account for absolute paths in `shouldIgnoreFile`Jasper Van der Jeugt1-2/+2
2013-04-01Fix issue where: hasProtocol "foo" == TrueJasper Van der Jeugt1-1/+5
See #129
2013-04-01Properly implement protocol skipping in checkerSimonas Kazlauskas1-4/+12
Network.HTTP can only check if http:// and https:// links resolve, however there is much more scheme names than just `mail:`, `http://` and `https://`. They would be handed off to internal URI checker and would fail.
2013-03-27Check for mailto: URLsJasper Van der Jeugt1-3/+9
Closes #127
2013-03-09Make http-conduit dependency optionalJasper Van der Jeugt1-10/+27
2013-02-19Send user agent in ./site checkJasper Van der Jeugt1-3/+12
Closes #110
2013-02-06Ignore files sooner, small speedupJasper Van der Jeugt1-1/+2
2012-12-31Allow checking internal links onlyJasper Van der Jeugt1-10/+19
2012-12-31Remove verbosity from configurationJasper Van der Jeugt1-7/+7
2012-12-29Refactor & fixes for external link checkerJasper Van der Jeugt1-27/+54
2012-12-29Draft external URL checkerJasper Van der Jeugt1-9/+34
2012-12-29Stub external url checkingJasper Van der Jeugt1-23/+32
2012-12-29Link checker improvementsJasper Van der Jeugt1-7/+30
2012-12-29Draft tool to check internal linksJasper Van der Jeugt1-0/+106