Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle target-* #604

Merged
merged 58 commits into from
May 1, 2018
Merged

Handle target-* #604

merged 58 commits into from
May 1, 2018

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    4519ba5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    fed74d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925466f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. BugFix: Logging Errors

    caused by wrong parameters for LOGGER.debug -- relicts from
    using print()
    Tontyna committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    cce1f39 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    2b2eebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087cb3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d35f455 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Reduce duplicate code in css validation

    Modified function `validate_content_list_token()` in
    weasyprint/css/validation.py so that it can be used to validate
    the css properties `content`, `string-set` and `bookmark-label`.
    Tontyna committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    57f3234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71cee36 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Prepare removal of duplicate code

    Preparation for code-reduction in the box-building steps and
    allowing target-*() not only in `content` but also in `string-set`
    and `bookmark-label`.
    
    Therefore weasyprint/css/computed_values.py now computes the
    `<content-list>`s of `string-set` and `bookmark-label` in the same
    way as it already does for `content`.
    Tontyna committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    f68a5fa View commit details
    Browse the repository at this point in the history
  2. Remove duplicate code: target-* for all

    In the box building and page layout steps, the CSS properties
    `content`, `string-set` and `bookmark-label` now use the same code
    to evaluate their <content-list> values.
    As a concequence the target-* functions work for all three properties.
    Tontyna committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    c0c706f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    f66c8d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    1c2b9b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    3071432 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Merge branch 'target-counter' of https://github.com/Tontyna/WeasyPrint

    …into target-collector
    liZe committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    1ebd36e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b60fb46 View commit details
    Browse the repository at this point in the history
  3. Clean some docstrings

    liZe committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    a6366e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21743a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e5e00f View commit details
    Browse the repository at this point in the history
  6. Don't pre-compute string-set

    According to the spec, the string-set property has a computed value equal to
    the specified value, we can't pre-compute values even if it looks easier this
    way.
    liZe committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    59a81dc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    c49f302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9020b4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cdb176 View commit details
    Browse the repository at this point in the history
  4. Clean docstring

    liZe committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    5c64c2d View commit details
    Browse the repository at this point in the history
  5. Replace enum by simple string

    liZe committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    1039e35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07865f6 View commit details
    Browse the repository at this point in the history
  7. Clean targets.py

    liZe committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    6b43c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Configuration menu
    Copy the full SHA
    023f66c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    293c01a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Split validation module

    liZe committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    0a4f2d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eedd2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d915c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Clean CSS functions

    liZe committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    85a65d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    cb4fa7e View commit details
    Browse the repository at this point in the history
  2. Handle attr() fallback value

    liZe committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    be71ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770e3ec View commit details
    Browse the repository at this point in the history
  4. Fix syntax

    liZe committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    7b76f96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4058894 View commit details
    Browse the repository at this point in the history
  6. Lint

    liZe committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    1386007 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    2be9959 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Move CSS utils file

    liZe committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    f960553 View commit details
    Browse the repository at this point in the history
  2. Fix get_target and lookup_target

    liZe committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    d832e76 View commit details
    Browse the repository at this point in the history
  3. Clean target collection

    liZe committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    c49c14c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3f7652 View commit details
    Browse the repository at this point in the history
  5. Fix attr() parsing for url type

    liZe committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    0fc46a5 View commit details
    Browse the repository at this point in the history
  6. Use 'url' keyword everywhere

    liZe committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    2694cac View commit details
    Browse the repository at this point in the history
  7. Add some tests about target-*()

    liZe committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    0814b06 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    d2a6833 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    85b5b76 View commit details
    Browse the repository at this point in the history
  2. Improve target-counters tests

    liZe committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    3b1f649 View commit details
    Browse the repository at this point in the history
  3. Add tests for target-text

    liZe committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    f54ab9c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. rectify index

    Tontyna committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    324ca50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #620 from Tontyna/contrib2target

    rectify index
    liZe committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    72d90ce View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    a4ddcbc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    f57cbf3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #621 from Tontyna/contrib2target

    Dont crash when element/target-collector is None
    liZe committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    b7c5b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54cf467 View commit details
    Browse the repository at this point in the history
  4. Remove useless comments

    liZe committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    7d79d90 View commit details
    Browse the repository at this point in the history