[vz-dev] [volkszaehler/volkszaehler.org] de3e62: Use native pretty-printing on PHP 5.4

2015-04-02 Diskussionsfäden GitHub
  Branch: refs/heads/development
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: de3e62aac344729e7be7d9dd3f45f61e9b092f5c
  
https://github.com/volkszaehler/volkszaehler.org/commit/de3e62aac344729e7be7d9dd3f45f61e9b092f5c
  Author: andig 
  Date:   2015-03-12 (Thu, 12 Mar 2015)

  Changed paths:
M lib/Volkszaehler/Util/JSON.php

  Log Message:
  ---
  Use native pretty-printing on PHP 5.4


  Commit: 4692e35374645066703d7aee886a7235c7efba10
  
https://github.com/volkszaehler/volkszaehler.org/commit/4692e35374645066703d7aee886a7235c7efba10
  Author: andig 
  Date:   2015-03-14 (Sat, 14 Mar 2015)

  Changed paths:
M lib/Volkszaehler/Util/JSON.php

  Log Message:
  ---
  Merge pull request #273 from andig/fix-json

Use native pretty-printing on PHP 5.4


  Commit: 37eba771edc50b539a05aecb2b075c2af0689df6
  
https://github.com/volkszaehler/volkszaehler.org/commit/37eba771edc50b539a05aecb2b075c2af0689df6
  Author: Andreas Goetz 
  Date:   2015-03-15 (Sun, 15 Mar 2015)

  Changed paths:
M misc/controller/README
A misc/controller/digitalstrom/dss.sh

  Log Message:
  ---
  Added digitalstrom example


  Commit: 4e0f04cf30161ab2d9e9da9a8a426a558fa39119
  
https://github.com/volkszaehler/volkszaehler.org/commit/4e0f04cf30161ab2d9e9da9a8a426a558fa39119
  Author: andig 
  Date:   2015-03-15 (Sun, 15 Mar 2015)

  Changed paths:
M misc/controller/README
A misc/controller/digitalstrom/dss.sh

  Log Message:
  ---
  Merge pull request #265 from andig/digitalstrom

Added digitalstrom example


  Commit: 899eae41f5235eaf2a9e735e95077fcbf666d9f7
  
https://github.com/volkszaehler/volkszaehler.org/commit/899eae41f5235eaf2a9e735e95077fcbf666d9f7
  Author: andig 
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Speedup build process


  Commit: 485fd297ca6d93bc543677f7f5e53e36783f6a2d
  
https://github.com/volkszaehler/volkszaehler.org/commit/485fd297ca6d93bc543677f7f5e53e36783f6a2d
  Author: andig 
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
M lib/Volkszaehler/Model/Aggregate.php
M lib/Volkszaehler/Model/Data.php

  Log Message:
  ---
  Fix sqlite build


  Commit: ca9768c3937d4aba8597558d0602b67716d1f529
  
https://github.com/volkszaehler/volkszaehler.org/commit/ca9768c3937d4aba8597558d0602b67716d1f529
  Author: andig 
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
M composer.json
M misc/tools/install.sh

  Log Message:
  ---
  Make jpgraph optional


  Commit: a2ef5894d7741d0ac02d73cc97c12c203e9f020b
  
https://github.com/volkszaehler/volkszaehler.org/commit/a2ef5894d7741d0ac02d73cc97c12c203e9f020b
  Author: andig 
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
M composer.json
M misc/tools/install.sh

  Log Message:
  ---
  Merge pull request #279 from andig/remove-jpgraph

Make jpgraph optional


  Commit: 028e20747677dc9bfb2ada5abf2267c9f29b8b28
  
https://github.com/volkszaehler/volkszaehler.org/commit/028e20747677dc9bfb2ada5abf2267c9f29b8b28
  Author: andig 
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Remove composer self-update and debug statement


  Commit: 5bc087a250a681ed8065cc45c69066942cb091d3
  
https://github.com/volkszaehler/volkszaehler.org/commit/5bc087a250a681ed8065cc45c69066942cb091d3
  Author: andig 
  Date:   2015-03-28 (Sat, 28 Mar 2015)

  Changed paths:
M lib/Volkszaehler/Router.php

  Log Message:
  ---
  Workaround for mod_rewrite issue with HttpFoundation\Request->getPathInfo


  Commit: 4e56f549c1b451e31944153635ad685d796f9009
  
https://github.com/volkszaehler/volkszaehler.org/commit/4e56f549c1b451e31944153635ad685d796f9009
  Author: andig 
  Date:   2015-03-28 (Sat, 28 Mar 2015)

  Changed paths:
A .editorconfig
M composer.json
M htdocs/middleware.php
M lib/Volkszaehler/Controller/AggregatorController.php
M lib/Volkszaehler/Controller/ChannelController.php
M lib/Volkszaehler/Controller/Controller.php
M lib/Volkszaehler/Controller/DataController.php
M lib/Volkszaehler/Controller/EntityController.php
M lib/Volkszaehler/Router.php
M lib/Volkszaehler/View/CSV.php
R lib/Volkszaehler/View/HTTP/Request.php
R lib/Volkszaehler/View/HTTP/Response.php
M lib/Volkszaehler/View/JSON.php
M lib/Volkszaehler/View/JpGraph.php
M lib/Volkszaehler/View/View.php
M lib/Volkszaehler/View/XML.php
M test/Tests/AggregationPerformanceTest.php
M test/Tests/AggregationTest.php
M test/Tests/ChannelTest.php
A test/Tests/CounterTest.php
A test/Tests/Data.php
R test/Tests/DataContext.php
R test/Tests/DataContextPerformance.php
R test/Tests/DataCounterTest.php
R test/Tests/DataMeterTest.php
A test/Tests/DataPerformance.php
R test/Tests/DataSensorTest.php
R test/Tests/Entity.php
A te

[vz-dev] [volkszaehler/volkszaehler.org] de3e62: Use native pretty-printing on PHP 5.4

2015-03-14 Diskussionsfäden GitHub
  Branch: refs/heads/master
  Home:   https://github.com/volkszaehler/volkszaehler.org
  Commit: de3e62aac344729e7be7d9dd3f45f61e9b092f5c
  
https://github.com/volkszaehler/volkszaehler.org/commit/de3e62aac344729e7be7d9dd3f45f61e9b092f5c
  Author: andig 
  Date:   2015-03-12 (Thu, 12 Mar 2015)

  Changed paths:
M lib/Volkszaehler/Util/JSON.php

  Log Message:
  ---
  Use native pretty-printing on PHP 5.4


  Commit: 4692e35374645066703d7aee886a7235c7efba10
  
https://github.com/volkszaehler/volkszaehler.org/commit/4692e35374645066703d7aee886a7235c7efba10
  Author: andig 
  Date:   2015-03-14 (Sat, 14 Mar 2015)

  Changed paths:
M lib/Volkszaehler/Util/JSON.php

  Log Message:
  ---
  Merge pull request #273 from andig/fix-json

Use native pretty-printing on PHP 5.4


Compare: 
https://github.com/volkszaehler/volkszaehler.org/compare/2920432e9c46...4692e3537464