[Pkg-mediawiki-commits] [wikidiff2] branch master updated (065fb70 -> 39f7532)

Jonathan Wiltshire jmw at moszumanska.debian.org
Sat Jun 21 22:29:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

jmw pushed a change to branch master
in repository wikidiff2.

      from  065fb70   Update section to match override
       new  ca427f7   Imported Upstream version 1.2
       new  398d06a   New upstream snapshot
       new  6eec410   Remove patch so-location.patch (integrated upstream)
       new  8a073b6   Enable tests (build-depend on php5-cli to run them)
       new  d83ceb2   Use long PHP tags in wikidiff2.php
       new  8bf6ca4   Update INI installation location for PHP 5.5
       new  ecbee32   Canonical repo urls
       new  514115f   Standards version 3.9.5
       new  de38abe   Update copyright information
       new  468a6d6   Install README to documentation
       new  39f7532   Changelog entries for 1.2+git03ea59f-1

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  25 ++++
 .gitreview                                         |   5 +
 DiffEngine.h                                       |  58 ++++----
 DiffTest/Api.php                                   |  13 ++
 DiffTest/Change.php                                |  43 ++++++
 DiffTest/Differ.php                                |  34 +++++
 DiffTest/test.php                                  | 114 +++++++++++++++
 InlineDiff.cpp                                     |  91 ++++++++++++
 InlineDiff.h                                       |  18 +++
 README                                             |  14 +-
 TableDiff.cpp                                      | 123 ++++++++++++++++
 TableDiff.h                                        |  19 +++
 wikidiff2.cpp => Wikidiff2.cpp                     | 161 +++------------------
 wikidiff2.h => Wikidiff2.h                         |  31 ++--
 Word.h                                             |  12 +-
 config.cmake                                       |   3 +
 config.m4                                          |   2 +-
 debian/changelog                                   |  16 ++
 debian/control                                     |   6 +-
 debian/copyright                                   | 119 +++++++++++----
 debian/dirs                                        |   2 +-
 debian/docs                                        |   1 +
 .../extensions-available/wikidiff2.php             |   2 +-
 debian/install                                     |   2 +-
 debian/patches/series                              |   1 -
 debian/patches/so-location.patch                   |  10 --
 debian/rules                                       |   3 +-
 ext_wikidiff2.php                                  |   6 +
 hhvm_wikidiff2.cpp                                 |  76 ++++++++++
 php_wikidiff2.cpp                                  |  55 ++++++-
 php_wikidiff2.h                                    |   1 +
 tests/001.phpt                                     |   4 +-
 tests/003.phpt                                     |   2 +-
 tests/004.phpt                                     |  38 +++++
 wikidiff2.ini                                      |   2 +-
 35 files changed, 865 insertions(+), 247 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .gitreview
 create mode 100644 DiffTest/Api.php
 create mode 100644 DiffTest/Change.php
 create mode 100644 DiffTest/Differ.php
 create mode 100644 DiffTest/test.php
 create mode 100644 InlineDiff.cpp
 create mode 100644 InlineDiff.h
 create mode 100644 TableDiff.cpp
 create mode 100644 TableDiff.h
 rename wikidiff2.cpp => Wikidiff2.cpp (70%)
 rename wikidiff2.h => Wikidiff2.h (69%)
 create mode 100644 config.cmake
 create mode 100644 debian/docs
 delete mode 100644 debian/patches/so-location.patch
 create mode 100644 ext_wikidiff2.php
 create mode 100644 hhvm_wikidiff2.cpp
 create mode 100644 tests/004.phpt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/wikidiff2.git



More information about the Pkg-mediawiki-commits mailing list