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

Code of conduct initial #10

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

Commits on Nov 12, 2014

  1. updated ChangeLog

    johmue committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    5d9dac2 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

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

Commits on Feb 6, 2015

  1. Configuration menu
    Copy the full SHA
    6a7dfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f9238f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    200be96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e830fb3 View commit details
    Browse the repository at this point in the history
  5. changed formatting: removed double spaces and replaced <tab><backslas…

    …h> with <space><backslash> in pre-compiler definitions
    johmue committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    aaea6f9 View commit details
    Browse the repository at this point in the history
  6. ported extension to PHP7; requires LibXL >3.6.0; removed code fallbac…

    …ks for older LibXL versions and older PHP versions
    johmue committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    84f1b2e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. updated README

    johmue committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    47cb188 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

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

Commits on Mar 30, 2015

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

Commits on Sep 25, 2015

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

Commits on Nov 6, 2015

  1. Configuration menu
    Copy the full SHA
    75ba0a0 View commit details
    Browse the repository at this point in the history
  2. added test

    johmue committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    e14c430 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

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

Commits on Nov 18, 2015

  1. fix a multitude of segfaults

    PHP7 requires the zend_object in the backing structs to come last which
    is also reflected by the various fetch_object functions that all
    subtract from the zend_object pointer.
    pilif committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    09c97f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from pilif/php7

    fix a multitude of segfaults
    johmue committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    6e230f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. properly support libxl built from source code

    if you license libxl with source code and build your own copy, then it
    won't export the xlBookSetKey symbol. Detect this and don't call the
    function in that case.
    pilif committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    6430a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc248f View commit details
    Browse the repository at this point in the history
  3. skip trial version related tests on source-code licensed libs

    this fixes the tests failing for people who use libxl licensed with
    source code. This also adds a static method `requiresKey` to ExcelBook
    in order to check whether a license key is required or not
    pilif committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    5054ee2 View commit details
    Browse the repository at this point in the history
  4. update tests for PHP7

    pilif committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    689ae88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    853bcd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2015

  1. removed libxml2 dependencies and described a solution for multibyte c…

    …redentials in README
    johmue committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    6fcd0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1eb02 View commit details
    Browse the repository at this point in the history
  3. changed README

    johmue committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    3264cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

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

Commits on Mar 20, 2016

  1. Merge pull request #4 from youngvan/php7

    Coredump fix when passing valid user name/key with constructor
    johmue committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    fe01dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b6fb2 View commit details
    Browse the repository at this point in the history
  3. updated README

    johmue committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    810511c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. fixes issue iliaal#160

    johmue committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    e81a522 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. adresses issue iliaal#151

    johmue committed May 8, 2016
    Configuration menu
    Copy the full SHA
    32d5cac View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Merge branch 'php7' of https://github.com/johmue/php_excel into johmu…

    …e-php7
    
    Conflicts:
    	README.markdown
    	excel.c
    	tests/087.phpt
    	tests/088.phpt
    iliaal committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    438d92d View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    iliaal committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    7b40551 View commit details
    Browse the repository at this point in the history
  3. fixed more tests

    iliaal committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    b3979fe View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Use zend_long instead of long

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    9713144 View commit details
    Browse the repository at this point in the history
  2. Use PHP's string access macros

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    ae4ff38 View commit details
    Browse the repository at this point in the history
  3. Normalize empty string checks

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    dec3e0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f8948f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'php7' of https://github.com/pilif/php_excel into pilif-…

    …php7
    
    Conflicts:
    	excel.c
    	tests/020.phpt
    	tests/021.phpt
    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    253c77e View commit details
    Browse the repository at this point in the history
  6. news

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    885c754 View commit details
    Browse the repository at this point in the history
  7. fixed issue iliaal#149

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    bb3bc50 View commit details
    Browse the repository at this point in the history
  8. 1.0.2 for php7

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    34f4557 View commit details
    Browse the repository at this point in the history
  9. Back to dev

    iliaal committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    de8111b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2016

  1. Fix for bug iliaal#163

    Ilia Alshanetsky committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    d3a245c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Fixed crash when trying to read an empty file

    Ilia Alshanetsky committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    ce01f54 View commit details
    Browse the repository at this point in the history
  2. Pecl package.xml for issue iliaal#124

    Ilia Alshanetsky committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    77f49b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. patch for issue iliaal#168

    johmue committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    a6b8cc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request iliaal#171 from johmue/php7-fix-168

    patch for issue iliaal#168
    iliaal authored Sep 7, 2016
    Configuration menu
    Copy the full SHA
    a0d4b10 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. initial commit for libxl 3.7.x

    johmue committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    d1cb308 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Merge pull request iliaal#177 from johmue/php_excel370

    beta for libxl 3.7.x
    iliaal authored Oct 25, 2016
    Configuration menu
    Copy the full SHA
    3ada67e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Added ExcelFormat::AS_STRING const

    This can be used to explicitly format a cell as a string (same behaviour as starting with a single quote, only this allows to explicitly set the datatype without manipulating the data).
    eric.deruiter committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    eeb9a81 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

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

Commits on May 1, 2017

  1. Revert "Added ExcelFormat::AS_STRING const"

    This reverts commit eeb9a81.
    johmue committed May 1, 2017
    Configuration menu
    Copy the full SHA
    e9e9bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f84588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82a2e6d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. fixes issue iliaal#176

    johmue authored Jun 11, 2017
    Configuration menu
    Copy the full SHA
    a5936d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Fix order of parameters for \ExcelAutoFilter::setRef()

    This patch reorders the PHP method parameters to be in line with
    those from LibXL (see http://www.libxl.com/autoFilter.html).
    
    Resolves: iliaal#216
    xperseguers committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    5f3f619 View commit details
    Browse the repository at this point in the history
  2. Streamline PHP documentation

    Resolves: iliaal#219
    xperseguers committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    4692440 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Merge pull request iliaal#183 from ederuiter/php7

    Add ExcelFormat::AS_STRING const
    iliaal authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    bdb8d96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request iliaal#199 from johmue/libxl380

    LibXL 3.8.0
    iliaal authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    a5c3382 View commit details
    Browse the repository at this point in the history
  3. Merge pull request iliaal#205 from johmue/patch-1

    fixes issue iliaal#176
    iliaal authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    875c128 View commit details
    Browse the repository at this point in the history
  4. Merge pull request iliaal#218 from xperseguers/bugfix/216-order-of-pa…

    …rameters
    
    Fix order of parameters for \ExcelAutoFilter::setRef()
    iliaal authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    bc7c715 View commit details
    Browse the repository at this point in the history
  5. Merge pull request iliaal#220 from xperseguers/feature/219-streamline…

    …-phpdoc
    
    Feature/219 streamline phpdoc
    iliaal authored Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6e06f9e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Fix iliaal#241 for PHP7

    Jan-E committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    0720fca View commit details
    Browse the repository at this point in the history
  2. Fix iliaal#234 for PHP7

    Jan-E committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    2961c72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    623489d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Jan-E/php7-issue241

    Fix iliaal#241 for PHP7
    Jan-E authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    40b10b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from Jan-E/php7-issue234

    Fix iliaal#234 for PHP7
    Jan-E authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    8d78fb6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from Jan-E/php7-Book-getSheetName-loadInfo

    added new methods Book::getSheetName() and Book::loadInfo()
    Jan-E authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    11d742c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    01715d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ae81b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

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

Commits on Nov 18, 2020

  1. Fix borked tests

    Jan-E committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b697264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a99fb6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    21bf50e View commit details
    Browse the repository at this point in the history
  2. update ignore

    do-io committed May 11, 2023
    Configuration menu
    Copy the full SHA
    59c6977 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from doPhp/jan-e-merged

    update ignore
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    c4688e1 View commit details
    Browse the repository at this point in the history
  4. git ignore update

    do-io committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0c15618 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from doPhp/update_ignore

    git ignore update
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    73c647c View commit details
    Browse the repository at this point in the history
  6. update for version coverage

    do-io committed May 11, 2023
    Configuration menu
    Copy the full SHA
    12b7d0d View commit details
    Browse the repository at this point in the history
  7. ignore .idea

    do-io committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b87af03 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from doPhp/readme_update

    Readme update
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    6c6d31a View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Signed-off-by: Darren Odden <[email protected]>
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    904321c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from doPhp/do-io-patch-1

    Update README.md
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    84b17ae View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Signed-off-by: Darren Odden <[email protected]>
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    4414464 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5 from doPhp/do-io-patch-1

    Update README.md
    do-io authored May 11, 2023
    Configuration menu
    Copy the full SHA
    f5d9920 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Create CODE_OF_CONDUCT.md

    Signed-off-by: Darren Odden <[email protected]>
    do-io authored May 12, 2023
    Configuration menu
    Copy the full SHA
    8c74736 View commit details
    Browse the repository at this point in the history
  2. Create LICENSE.md

    Signed-off-by: Darren Odden <[email protected]>
    do-io authored May 12, 2023
    Configuration menu
    Copy the full SHA
    45ca345 View commit details
    Browse the repository at this point in the history
  3. basic files uploaded

    Signed-off-by: Darren Odden <[email protected]>
    do-io authored May 12, 2023
    Configuration menu
    Copy the full SHA
    0d1e73a View commit details
    Browse the repository at this point in the history
  4. Update CONTRIBUTING.md

    Signed-off-by: Darren Odden <[email protected]>
    do-io authored May 12, 2023
    Configuration menu
    Copy the full SHA
    41b2558 View commit details
    Browse the repository at this point in the history