Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fossar/HTMLawed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.8
Choose a base ref
...
head repository: fossar/HTMLawed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.1
Choose a head ref
  • 12 commits
  • 10 files changed
  • 2 contributors

Commits on Jan 22, 2022

  1. Add php-cs-fixer

    Signed-off-by: Kevin Decherf <[email protected]>
    Kdecherf committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    4746cd1 View commit details
    Browse the repository at this point in the history
  2. Fix CS

    Signed-off-by: Kevin Decherf <[email protected]>
    Kdecherf committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    b89df7c View commit details
    Browse the repository at this point in the history
  3. Update to upstream 1.2.6

    Signed-off-by: Kevin Decherf <[email protected]>
    Kdecherf committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    9ce2eef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from Kdecherf/cs-upstream

    Add CS and update to upstream 1.2.6
    Kdecherf authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    ed284a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    703fd8b View commit details
    Browse the repository at this point in the history
  6. 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]>
    Kdecherf committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    06369f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Add tests and CI workflow for phpunit

    Signed-off-by: Kevin Decherf <[email protected]>
    Kdecherf committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    355a00b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from Kdecherf/fix/img

    img: fix srcset pattern and src default value
    Kdecherf authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    cc42f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. 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]>
    Kdecherf committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    36fd540 View commit details
    Browse the repository at this point in the history
  2. Update to upstream 1.2.7

    Fixes wallabag/wallabag#5556
    Fixes wallabag/wallabag#5592
    
    Signed-off-by: Kevin Decherf <[email protected]>
    Kdecherf committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    b827c2d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    d391cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd4ce8 View commit details
    Browse the repository at this point in the history
Loading