Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

*** WARNING: *** deprecated #27

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

Commits on Nov 16, 2012

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

Commits on Dec 14, 2012

  1. Removed Zend

    panrafal committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    1d1cb89 View commit details
    Browse the repository at this point in the history
  2. composer.json

    panrafal committed Dec 14, 2012
    Configuration menu
    Copy the full SHA
    bb912f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2013

  1. added WebBrowser->browserDownload for retrieving response body direct…

    …ly, for example to retrieve a generated excel file
    Ralph Tice committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    b2aa019 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. Add an attrs() method.

    Returns attributes for all matched elements, not just the first one.
    E.g. the href attribute of all matching links.
    qris committed Feb 1, 2013
    Configuration menu
    Copy the full SHA
    ca72bd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

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

Commits on Mar 21, 2013

  1. Configuration menu
    Copy the full SHA
    9e3516d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ff018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cb8afc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2013

  1. fix nth-child implementation

    The previous nth-child('an+b') implementation could only have a and b values that were single digit (eg
     5n-7).  Patterns like 13n+14 were not supported, and were interpreted as nth-child('13').
    lsowen committed Oct 6, 2013
    Configuration menu
    Copy the full SHA
    2f417c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2013

  1. Merge pull request #1 from lsowen/master

    fix nth-child implementation (thanks Isowen)
    electrolinux committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    3bdceb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. syntax fix

    urmaul committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    e60db4d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Merge pull request #2 from urmaul/master

    syntax fix
    electrolinux committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    aa09e7a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. Update README.md

    fmorrow's repo is no longer available
    Philosoft committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    84e2570 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

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

Commits on Dec 17, 2015

  1. Merge pull request cagartner#3 from Philosoft/patch-1

    Update README.md
    electrolinux committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    c2c3ab0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request cagartner#4 from bluehaoran/patch-1

    Replace deprecated functions split() and join() with explode() and implode().
    electrolinux committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    81fe9fc View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2016

  1. Configuration menu
    Copy the full SHA
    c7380d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a34f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aa44be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fd928e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88995d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. Merge pull request cagartner#5 from stevecoug/master

    Import wiki from Google Code page -- thanks stevecoug
    electrolinux committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    8bd206a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    6c13c01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from lauripiisang/dev-fixed-getstring

    Fixed getString(0) and getStrings(0) null check
    lauripiisang committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    41d97a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Merge pull request wittiws#6 from lauripiisang/dev-fixed-getstring

    Fixed getString(0) and getStrings(0) null check
    electrolinux committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    3a10e8d View commit details
    Browse the repository at this point in the history
  2. fixed null check

     - implicit conversion made 0 == null
     - now checking for exact null instead
    lauripiisang committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    4e27b07 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Merge pull request wittiws#8 from lauripiisang/fixed-0index-getString

    Fixed 0index getString null check
    electrolinux committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    c084e1b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. fixed makeArray()

    ywfwj2008 committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    71a64a3 View commit details
    Browse the repository at this point in the history
  2. fixed bugs

    ywfwj2008 committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    ec73fc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request wittiws#9 from ywfwj2008/fixed-makeArray

    fixed makeArray()
    electrolinux committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    1eb8a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    196aa28 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Configuration menu
    Copy the full SHA
    41ecce6 View commit details
    Browse the repository at this point in the history
  2. Updated composer for wittiws repository.

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    d8710f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    117608c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ad9b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e28092 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b991bb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2a95c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52ffc80 View commit details
    Browse the repository at this point in the history
  9. Added extra example.

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    92357ee View commit details
    Browse the repository at this point in the history
  10. Added travis-ci configuration.

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    a6744a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c24871a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    736c51a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b288208 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6951849 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    951c310 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2dd92cc View commit details
    Browse the repository at this point in the history
  17. Correct the conversion of sub-headings when they lack spaces before t…

    …he declarations.
    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    5574822 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf9e889 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7c6807b View commit details
    Browse the repository at this point in the history
  20. Translate googlecode URLs to md. wittiws#9

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    65a4163 View commit details
    Browse the repository at this point in the history
  21. Removed empty doc pages. Closes wittiws#9.

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    9ebef0c View commit details
    Browse the repository at this point in the history
  22. Updated README with project status.

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    9cfd129 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ef5f788 View commit details
    Browse the repository at this point in the history
  24. Link to QuipXml. [skip ci]

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    01e3fe0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    463105d View commit details
    Browse the repository at this point in the history
  26. multiple error fixes

    miholeus authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    e389318 View commit details
    Browse the repository at this point in the history
  27. case sensitive dom* objects

    miholeus authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    5ee02b5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5a6489d View commit details
    Browse the repository at this point in the history
  29. name resolve fixes

    miholeus authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    c13257e View commit details
    Browse the repository at this point in the history
  30. Linked to QueryPath. [skip ci]

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    c0b54e8 View commit details
    Browse the repository at this point in the history
  31. Camelcase class name

    miholeus authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    c9918f0 View commit details
    Browse the repository at this point in the history
  32. map fix function

    miholeus authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    addaee2 View commit details
    Browse the repository at this point in the history
  33. fixed domevent error

    miholeus authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    ef38843 View commit details
    Browse the repository at this point in the history
  34. Fixed travis-ci image [skip ci]

    stackpr authored and c-harris committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    46153d0 View commit details
    Browse the repository at this point in the history
  35. Update composer.json

    c-harris authored Aug 11, 2016
    Configuration menu
    Copy the full SHA
    eaadac6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. can accessable

    bscheshir authored Oct 14, 2016
    Configuration menu
    Copy the full SHA
    9ef428d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Update .travis.yml

    c-harris authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    2eaff4a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    c-harris authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    01b8aba View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    c-harris authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    5744311 View commit details
    Browse the repository at this point in the history