[Tickets #1468] Re: External web page only ?30% height (see tkt 1189)

noreply at bugs.horde.org noreply at bugs.horde.org
Fri Dec 26 21:22:26 UTC 2014


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/1468
------------------------------------------------------------------------------
  Ticket             | 1468
  Updated By         | Git Commit <commits at lists.horde.org>
  Summary            | External web page only ?30% height (see tkt 1189)
  Queue              | Horde Base
  Version            | 3.0.2
  Type               | Bug
  State              | Not A Bug
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Git Commit <commits at lists.horde.org> (2014-12-26 21:22) wrote:

Changes have been made in Git (master):

commit ac3cea82967a57a72680adbd59bd6f55286c8aeb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 24 12:02:48 2014 -0700

     [mms] Update to PHPUnit 4.4.0 and dependencies.

  framework/Test/bundle/composer.lock                |  117 +-
  framework/Test/bundle/vendor/autoload.php          |    2 +-
  .../Test/bundle/vendor/composer/ClassLoader.php    |    6 +-
  .../bundle/vendor/composer/autoload_classmap.php   |    6 +
  .../Test/bundle/vendor/composer/autoload_real.php  |    8 +-
  .../Test/bundle/vendor/composer/include_paths.php  |    2 -
  .../Test/bundle/vendor/composer/installed.json     |  390 +++--
  .../phpunit/php-code-coverage/CONTRIBUTING.md      |    2 +-
  .../vendor/phpunit/php-code-coverage/README.md     |    1 +
  .../phpunit/php-code-coverage/phpunit.xml.dist     |    1 +
  .../phpunit/php-code-coverage/src/CodeCoverage.php |    4 -
  .../src/CodeCoverage/Driver/HHVM.php               |    2 +-
  .../src/CodeCoverage/Report/HTML/Renderer.php      |    2 +-
  .../Report/HTML/Renderer/Dashboard.php             |   34 +-
  .../HTML/Renderer/Template/css/bootstrap.min.css   |    4 +-
  .../Renderer/Template/directory_item.html.dist     |    1 +
  .../HTML/Renderer/Template/file_item.html.dist     |    1 +
  .../fonts/glyphicons-halflings-regular.svg         |  230 +++-
  .../HTML/Renderer/Template/js/bootstrap.min.js     |    5 +-
  .../Report/HTML/Renderer/Template/js/d3.min.js     |   10 +-
  .../Report/HTML/Renderer/Template/js/holder.js     | 2019  
++++++++++++++------
  .../HTML/Renderer/Template/method_item.html.dist   |    1 +
  .../src/CodeCoverage/Report/Node/File.php          |   12 +-
  .../Test/bundle/vendor/phpunit/phpunit/README.md   |    2 +-
  .../Test/bundle/vendor/phpunit/phpunit/build.xml   |   13 +-
  .../phpunit/phpunit/build/travis-ci-fail.xml       |    2 +-
  .../vendor/phpunit/phpunit/build/travis-ci.xml     |    2 +-
  .../bundle/vendor/phpunit/phpunit/composer.json    |   13 +-
  .../Test/bundle/vendor/phpunit/phpunit/phpunit     |   10 +-
  .../bundle/vendor/phpunit/phpunit/phpunit.xml.dist |    2 +-
  .../Test/bundle/vendor/phpunit/phpunit/phpunit.xsd |    1 +
  .../phpunit/phpunit/src/Framework/Assert.php       |   30 +-
  .../phpunit/src/Framework/Assert/Functions.php     |   17 +
  .../src/Framework/Constraint/ArraySubset.php       |  125 ++
  .../phpunit/src/Framework/Constraint/IsType.php    |    2 +
  .../phpunit/phpunit/src/Framework/TestCase.php     |  172 +-
  .../vendor/phpunit/phpunit/src/Runner/Version.php  |    2 +-
  .../phpunit/phpunit/src/TextUI/ResultPrinter.php   |    6 +-
  .../vendor/phpunit/phpunit/src/Util/Blacklist.php  |    3 +-
  .../phpunit/phpunit/src/Util/GlobalState.php       |  173 +--
  .../src/Util/PHP/Template/TestCaseMethod.tpl.dist  |    5 +-
  .../phpunit/phpunit/tests/Framework/AssertTest.php |  147 ++
  .../phpunit/tests/Framework/TestCaseTest.php       |    2 +-
  .../tests/Regression/GitHub/1468/Issue1468Test.php |    1 +
  .../tests/Regression/GitHub/1471/Issue1471Test.php |    1 +
  .../phpunit/tests/TextUI/dataprovider-debug.phpt   |   34 +
  .../phpunit/tests/TextUI/output-isolation.phpt     |   21 +
  .../phpunit/phpunit/tests/Util/GlobalStateTest.php |   79 +
  .../vendor/phpunit/phpunit/tests/Util/TestTest.php |  104 +-
  .../phpunit/tests/_files/DataProviderDebugTest.php |   48 +
  .../phpunit/tests/_files/configuration_empty.xml   |    1 +
  .../bundle/vendor/sebastian/comparator/.travis.yml |    5 +-
  .../sebastian/comparator/build/travis-ci.xml       |    1 +
  .../vendor/sebastian/comparator/composer.json      |    3 +-
  .../vendor/sebastian/comparator/phpunit.xml.dist   |    1 +
  .../vendor/sebastian/comparator/src/Factory.php    |   17 +
  .../sebastian/comparator/tests/bootstrap.php       |    1 +
  .../bundle/vendor/sebastian/environment/README.md  |    1 +
  .../vendor/sebastian/environment/src/Console.php   |   19 +-
  .../vendor/sebastian/global-state/.gitignore       |    5 +
  .../vendor/sebastian/global-state/.travis.yml      |   19 +
  .../bundle/vendor/sebastian/global-state/LICENSE   |   33 +
  .../bundle/vendor/sebastian/global-state/README.md |   13 +
  .../bundle/vendor/sebastian/global-state/build.xml |   33 +
  .../sebastian/global-state/build/phpunit.xml       |   16 +
  .../vendor/sebastian/global-state/composer.json    |   37 +
  .../sebastian/global-state/src/Blacklist.php       |  186 ++
  .../sebastian/global-state/src/Exception.php       |   53 +
  .../vendor/sebastian/global-state/src/Restorer.php |  150 ++
  .../global-state/src/RuntimeException.php          |   53 +
  .../vendor/sebastian/global-state/src/Snapshot.php |  443 +++++
  .../sebastian/global-state/tests/BlacklistTest.php |  149 ++
  .../tests/_fixture/BlacklistedChildClass.php       |   53 +
  .../tests/_fixture/BlacklistedClass.php            |   54 +
  .../tests/_fixture/BlacklistedImplementor.php      |   54 +
  .../tests/_fixture/BlacklistedInterface.php        |   53 +
  .../symfony/yaml/Symfony/Component/Yaml/Dumper.php |   14 +-
  .../yaml/Symfony/Component/Yaml/Escaper.php        |    6 +-
  .../Component/Yaml/Exception/ParseException.php    |   24 +-
  .../symfony/yaml/Symfony/Component/Yaml/Inline.php |   47 +-
  .../symfony/yaml/Symfony/Component/Yaml/Parser.php |   77 +-
  .../Symfony/Component/Yaml/Tests/DumperTest.php    |    3 +-
  .../Tests/Fixtures/YtsSpecificationExamples.yml    |    6 +-
  .../Component/Yaml/Tests/Fixtures/sfTests.yml      |    2 +-
  .../Symfony/Component/Yaml/Tests/InlineTest.php    |  279 ++-
  .../Component/Yaml/Tests/ParseExceptionTest.php    |   14 +-
  .../Symfony/Component/Yaml/Tests/ParserTest.php    |   23 +-
  .../symfony/yaml/Symfony/Component/Yaml/Yaml.php   |   16 +-
  .../yaml/Symfony/Component/Yaml/composer.json      |    2 +-
  framework/Test/package.xml                         |   58 +-
  90 files changed, 4583 insertions(+), 1318 deletions(-)

http://github.com/horde/horde/commit/ac3cea82967a57a72680adbd59bd6f55286c8aeb





More information about the bugs mailing list