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

Fixing xpath-filter pageUrlFilterRegex #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2013

  1. Fixing xpath-filter pageUrlFilterRegex

    Changing the regex filter xml attribute name from urlFilterRegex to
    pageUrlFilterRegex to match the documentation.
    Andrew McNamara committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    dda822c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Drewch/fix-filter-xpath-page-regex-filter

    Fixing xpath-filter pageUrlFilterRegex
    Andrew McNamara committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    5c5f7bf View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. Allowing for proper separation of Properties

    In the initial implementation, you could not have a property field with the same name as another property field in a different property list. It would incorrectly assume that the field should be put in twice. Adding an id to each property, and prepending each property field's name with the id separated by a delimiter allows for proper separation between the property lists.
    Andrew McNamara committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    2a4e46d View commit details
    Browse the repository at this point in the history