-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: fossar/HTMLawed
base: 08cb7a1
head repository: fossar/HTMLawed
compare: 5bd4ce8
- 12 commits
- 10 files changed
- 2 contributors
Commits on Jan 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4746cd1 - Browse repository at this point
Copy the full SHA 4746cd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89df7c - Browse repository at this point
Copy the full SHA b89df7cView commit details -
Signed-off-by: Kevin Decherf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ce2eef - Browse repository at this point
Copy the full SHA 9ce2eefView commit details -
Merge pull request #8 from Kdecherf/cs-upstream
Add CS and update to upstream 1.2.6
Configuration menu - View commit details
-
Copy full SHA for ed284a2 - Browse repository at this point
Copy the full SHA ed284a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 703fd8b - Browse repository at this point
Copy the full SHA 703fd8bView commit details -
Insert transparent gif if img does not have src attribute
Thus it will prevent invalid value to be inserted when trying to fix img tags. Before this change the line: <img alt="Hello world"> led to: <img alt="Hello world" src="src"> Now, the src attribute will be initialized with the value: data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== Signed-off-by: Kevin Decherf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06369f2 - Browse repository at this point
Copy the full SHA 06369f2View commit details
Commits on Feb 1, 2022
-
Add tests and CI workflow for phpunit
Signed-off-by: Kevin Decherf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 355a00b - Browse repository at this point
Copy the full SHA 355a00bView commit details -
Merge pull request #9 from Kdecherf/fix/img
img: fix srcset pattern and src default value
Configuration menu - View commit details
-
Copy full SHA for cc42f21 - Browse repository at this point
Copy the full SHA cc42f21View commit details
Commits on Jun 5, 2022
-
Fix srcset parsing when url contains commas
We split the parsing logic in two separate steps: 1/ Get all candidates and loop over them 2/ Eject candidates with their descriptor is invalid Signed-off-by: Kevin Decherf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36fd540 - Browse repository at this point
Copy the full SHA 36fd540View commit details -
Fixes wallabag/wallabag#5556 Fixes wallabag/wallabag#5592 Signed-off-by: Kevin Decherf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b827c2d - Browse repository at this point
Copy the full SHA b827c2dView commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d391cb3 - Browse repository at this point
Copy the full SHA d391cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd4ce8 - Browse repository at this point
Copy the full SHA 5bd4ce8View 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 08cb7a1...5bd4ce8