dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] ea8bb1: Fix composer.lock


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] ea8bb1: Fix composer.lock
Date: Wed, 18 May 2016 04:43:41 -0700

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: ea8bb1f0221b1e197eeeb160f6c5491530666fc5
      
https://github.com/Dolibarr/dolibarr/commit/ea8bb1f0221b1e197eeeb160f6c5491530666fc5
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M composer.lock

  Log Message:
  -----------
  Fix composer.lock


  Commit: e571741ef8964c8f4a19ebac4287d31afbcc4c75
      
https://github.com/Dolibarr/dolibarr/commit/e571741ef8964c8f4a19ebac4287d31afbcc4c75
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    A build/composer/README

  Log Message:
  -----------
  Add doc on composer


  Commit: 9f20779136cb12bb1d5fe08cbd871d682022d44e
      
https://github.com/Dolibarr/dolibarr/commit/9f20779136cb12bb1d5fe08cbd871d682022d44e
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M htdocs/includes/mike42/escpos-php/.gitignore
    R htdocs/includes/mike42/escpos-php/.travis.yml
    A htdocs/includes/mike42/escpos-php/Escpos.php
    M htdocs/includes/mike42/escpos-php/README.md
    R htdocs/includes/mike42/escpos-php/autoload.php
    M htdocs/includes/mike42/escpos-php/composer.json
    A htdocs/includes/mike42/escpos-php/example/README.md
    A htdocs/includes/mike42/escpos-php/example/barcode.php
    A htdocs/includes/mike42/escpos-php/example/bit-image.php
    A 
htdocs/includes/mike42/escpos-php/example/character-encodings-with-images.php
    A htdocs/includes/mike42/escpos-php/example/character-encodings.php
    A htdocs/includes/mike42/escpos-php/example/character-tables.php
    A htdocs/includes/mike42/escpos-php/example/demo.php
    A htdocs/includes/mike42/escpos-php/example/graphics.php
    A htdocs/includes/mike42/escpos-php/example/interface/README.md
    A htdocs/includes/mike42/escpos-php/example/interface/ethernet.php
    A htdocs/includes/mike42/escpos-php/example/interface/linux-usb.php
    A htdocs/includes/mike42/escpos-php/example/interface/smb.php
    A htdocs/includes/mike42/escpos-php/example/interface/windows-lpt.php
    A htdocs/includes/mike42/escpos-php/example/interface/windows-usb.php
    A htdocs/includes/mike42/escpos-php/example/print-from-html.php
    A htdocs/includes/mike42/escpos-php/example/print-from-pdf.php
    A htdocs/includes/mike42/escpos-php/example/qr-code.php
    A htdocs/includes/mike42/escpos-php/example/receipt-with-logo.php
    A 
htdocs/includes/mike42/escpos-php/example/resources/character-encoding-test-strings.inc
    A htdocs/includes/mike42/escpos-php/example/resources/document.odt
    A htdocs/includes/mike42/escpos-php/example/resources/document.pdf
    A htdocs/includes/mike42/escpos-php/example/resources/document.z
    A htdocs/includes/mike42/escpos-php/example/resources/escpos-php-small.png
    A htdocs/includes/mike42/escpos-php/example/resources/escpos-php.png
    A htdocs/includes/mike42/escpos-php/example/resources/tux.png
    A 
htdocs/includes/mike42/escpos-php/example/specific/29-latvian-star-tup592.php
    A 
htdocs/includes/mike42/escpos-php/example/specific/32-german-tm-t20-ii-custom-command.php
    A 
htdocs/includes/mike42/escpos-php/example/specific/33-spanish-seypos-prp-300.php
    A htdocs/includes/mike42/escpos-php/example/specific/39-currency-symbols.php
    A 
htdocs/includes/mike42/escpos-php/example/specific/44-pound-symbol-star-tsp650.php
    A htdocs/includes/mike42/escpos-php/example/specific/50-P-822D-greek.php
    A htdocs/includes/mike42/escpos-php/example/specific/54-gfx-sidebyside.php
    A 
htdocs/includes/mike42/escpos-php/example/specific/6-arabic-epos-tep-220m.php
    A htdocs/includes/mike42/escpos-php/example/specific/README.md
    A htdocs/includes/mike42/escpos-php/example/text-size.php
    A htdocs/includes/mike42/escpos-php/src/AbstractCapabilityProfile.php
    A htdocs/includes/mike42/escpos-php/src/CodePage.php
    A htdocs/includes/mike42/escpos-php/src/DefaultCapabilityProfile.php
    A htdocs/includes/mike42/escpos-php/src/DummyPrintConnector.php
    A htdocs/includes/mike42/escpos-php/src/EposTepCapabilityProfile.php
    A htdocs/includes/mike42/escpos-php/src/EscposImage.php
    A htdocs/includes/mike42/escpos-php/src/EscposPrintBuffer.php
    A htdocs/includes/mike42/escpos-php/src/FilePrintConnector.php
    A htdocs/includes/mike42/escpos-php/src/ImagePrintBuffer.php
    A htdocs/includes/mike42/escpos-php/src/NetworkPrintConnector.php
    A htdocs/includes/mike42/escpos-php/src/P822DCapabilityProfile.php
    A htdocs/includes/mike42/escpos-php/src/PrintBuffer.php
    A htdocs/includes/mike42/escpos-php/src/PrintConnector.php
    A htdocs/includes/mike42/escpos-php/src/SimpleCapabilityProfile.php
    A htdocs/includes/mike42/escpos-php/src/StarCapabilityProfile.php
    A htdocs/includes/mike42/escpos-php/src/WindowsPrintConnector.php
    A 
htdocs/includes/mike42/escpos-php/src/cache/Characters-DefaultCapabilityProfile.ser.gz
    A 
htdocs/includes/mike42/escpos-php/src/cache/Characters-SimpleCapabilityProfile.ser.gz
    A 
htdocs/includes/mike42/escpos-php/src/cache/Characters-StarCapabilityProfile.ser.gz
    A htdocs/includes/mike42/escpos-php/test/bootstrap.php
    A htdocs/includes/mike42/escpos-php/test/integration/ExampleTest.php
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/barcode.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/bit-image.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/character-encodings.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/character-tables.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/demo.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/graphics.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/interface.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/print-from-pdf.bin.z
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/qr-code.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/receipt-with-logo.bin
    A 
htdocs/includes/mike42/escpos-php/test/integration/resources/output/text-size.bin
    A htdocs/includes/mike42/escpos-php/test/phpunit.xml
    A 
htdocs/includes/mike42/escpos-php/test/unit/AbstractCapabilityProfileTest.php
    A htdocs/includes/mike42/escpos-php/test/unit/EscposImageTest.php
    A htdocs/includes/mike42/escpos-php/test/unit/EscposPrintBufferTest.php
    A htdocs/includes/mike42/escpos-php/test/unit/EscposTest.php
    A htdocs/includes/mike42/escpos-php/test/unit/WindowsPrintConnectorTest.php
    A 
htdocs/includes/mike42/escpos-php/test/unit/resources/black_transparent.gif
    A 
htdocs/includes/mike42/escpos-php/test/unit/resources/black_transparent.png
    A htdocs/includes/mike42/escpos-php/test/unit/resources/black_white.bmp
    A htdocs/includes/mike42/escpos-php/test/unit/resources/black_white.gif
    A htdocs/includes/mike42/escpos-php/test/unit/resources/black_white.jpg
    A htdocs/includes/mike42/escpos-php/test/unit/resources/black_white.png
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_black.bmp
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_black.gif
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_black.jpg
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_black.png
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_white.bmp
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_white.gif
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_white.jpg
    A htdocs/includes/mike42/escpos-php/test/unit/resources/canvas_white.png
    A htdocs/includes/mike42/escpos-php/test/unit/resources/demo.php
    A htdocs/includes/mike42/escpos-php/test/unit/resources/doc.pdf

  Log Message:
  -----------
  Revert "Update escpos-php"

This reverts commit 2f42a226d0db3ce0ca6b543668d525a3581fcc70.


  Commit: bba3dc7dcd63f1c668c659f1f760b373c472c185
      
https://github.com/Dolibarr/dolibarr/commit/bba3dc7dcd63f1c668c659f1f760b373c472c185
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M build/composer/README
    M composer.json
    M composer.lock
    M htdocs/includes/ckeditor/ckeditor/CHANGES.md
    M htdocs/includes/ckeditor/ckeditor/LICENSE.md
    M htdocs/includes/ckeditor/ckeditor/build-config.js
    M htdocs/includes/ckeditor/ckeditor/ckeditor.js
    M htdocs/includes/ckeditor/ckeditor/contents.css
    M htdocs/includes/ckeditor/ckeditor/lang/af.js
    M htdocs/includes/ckeditor/ckeditor/lang/ar.js
    M htdocs/includes/ckeditor/ckeditor/lang/bg.js
    M htdocs/includes/ckeditor/ckeditor/lang/bn.js
    M htdocs/includes/ckeditor/ckeditor/lang/bs.js
    M htdocs/includes/ckeditor/ckeditor/lang/ca.js
    M htdocs/includes/ckeditor/ckeditor/lang/cs.js
    M htdocs/includes/ckeditor/ckeditor/lang/cy.js
    M htdocs/includes/ckeditor/ckeditor/lang/da.js
    M htdocs/includes/ckeditor/ckeditor/lang/de-ch.js
    M htdocs/includes/ckeditor/ckeditor/lang/de.js
    M htdocs/includes/ckeditor/ckeditor/lang/el.js
    M htdocs/includes/ckeditor/ckeditor/lang/en-au.js
    M htdocs/includes/ckeditor/ckeditor/lang/en-ca.js
    M htdocs/includes/ckeditor/ckeditor/lang/en-gb.js
    M htdocs/includes/ckeditor/ckeditor/lang/en.js
    M htdocs/includes/ckeditor/ckeditor/lang/eo.js
    M htdocs/includes/ckeditor/ckeditor/lang/es.js
    M htdocs/includes/ckeditor/ckeditor/lang/et.js
    M htdocs/includes/ckeditor/ckeditor/lang/eu.js
    M htdocs/includes/ckeditor/ckeditor/lang/fa.js
    M htdocs/includes/ckeditor/ckeditor/lang/fi.js
    M htdocs/includes/ckeditor/ckeditor/lang/fo.js
    M htdocs/includes/ckeditor/ckeditor/lang/fr-ca.js
    M htdocs/includes/ckeditor/ckeditor/lang/fr.js
    M htdocs/includes/ckeditor/ckeditor/lang/gl.js
    M htdocs/includes/ckeditor/ckeditor/lang/gu.js
    M htdocs/includes/ckeditor/ckeditor/lang/he.js
    M htdocs/includes/ckeditor/ckeditor/lang/hi.js
    M htdocs/includes/ckeditor/ckeditor/lang/hr.js
    M htdocs/includes/ckeditor/ckeditor/lang/hu.js
    M htdocs/includes/ckeditor/ckeditor/lang/id.js
    M htdocs/includes/ckeditor/ckeditor/lang/is.js
    M htdocs/includes/ckeditor/ckeditor/lang/it.js
    M htdocs/includes/ckeditor/ckeditor/lang/ja.js
    M htdocs/includes/ckeditor/ckeditor/lang/ka.js
    M htdocs/includes/ckeditor/ckeditor/lang/km.js
    M htdocs/includes/ckeditor/ckeditor/lang/ko.js
    M htdocs/includes/ckeditor/ckeditor/lang/ku.js
    M htdocs/includes/ckeditor/ckeditor/lang/lt.js
    M htdocs/includes/ckeditor/ckeditor/lang/lv.js
    M htdocs/includes/ckeditor/ckeditor/lang/mk.js
    M htdocs/includes/ckeditor/ckeditor/lang/mn.js
    M htdocs/includes/ckeditor/ckeditor/lang/ms.js
    M htdocs/includes/ckeditor/ckeditor/lang/nb.js
    M htdocs/includes/ckeditor/ckeditor/lang/nl.js
    M htdocs/includes/ckeditor/ckeditor/lang/no.js
    M htdocs/includes/ckeditor/ckeditor/lang/pl.js
    M htdocs/includes/ckeditor/ckeditor/lang/pt-br.js
    M htdocs/includes/ckeditor/ckeditor/lang/pt.js
    M htdocs/includes/ckeditor/ckeditor/lang/ro.js
    M htdocs/includes/ckeditor/ckeditor/lang/ru.js
    M htdocs/includes/ckeditor/ckeditor/lang/si.js
    M htdocs/includes/ckeditor/ckeditor/lang/sk.js
    M htdocs/includes/ckeditor/ckeditor/lang/sl.js
    M htdocs/includes/ckeditor/ckeditor/lang/sq.js
    M htdocs/includes/ckeditor/ckeditor/lang/sr-latn.js
    M htdocs/includes/ckeditor/ckeditor/lang/sr.js
    M htdocs/includes/ckeditor/ckeditor/lang/sv.js
    M htdocs/includes/ckeditor/ckeditor/lang/th.js
    M htdocs/includes/ckeditor/ckeditor/lang/tr.js
    M htdocs/includes/ckeditor/ckeditor/lang/tt.js
    M htdocs/includes/ckeditor/ckeditor/lang/ug.js
    M htdocs/includes/ckeditor/ckeditor/lang/uk.js
    M htdocs/includes/ckeditor/ckeditor/lang/vi.js
    M htdocs/includes/ckeditor/ckeditor/lang/zh-cn.js
    M htdocs/includes/ckeditor/ckeditor/lang/zh.js
    M htdocs/includes/ckeditor/ckeditor/package.json
    M 
htdocs/includes/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
    A 
htdocs/includes/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css
    M 
htdocs/includes/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js
    M htdocs/includes/ckeditor/ckeditor/plugins/find/dialogs/find.js
    M htdocs/includes/ckeditor/ckeditor/plugins/icons.png
    M htdocs/includes/ckeditor/ckeditor/plugins/icons_hidpi.png
    M htdocs/includes/ckeditor/ckeditor/plugins/preview/preview.html
    M htdocs/includes/ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
    M htdocs/includes/ckeditor/ckeditor/plugins/scayt/LICENSE.md
    M htdocs/includes/ckeditor/ckeditor/plugins/scayt/README.md
    M htdocs/includes/ckeditor/ckeditor/plugins/scayt/dialogs/toolbar.css
    M 
htdocs/includes/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
    M htdocs/includes/ckeditor/ckeditor/plugins/templates/dialogs/templates.css
    M htdocs/includes/ckeditor/ckeditor/plugins/wsc/LICENSE.md
    M htdocs/includes/ckeditor/ckeditor/plugins/wsc/README.md
    M htdocs/includes/ckeditor/ckeditor/plugins/wsc/dialogs/ciframe.html
    M htdocs/includes/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
    M htdocs/includes/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.css
    M htdocs/includes/ckeditor/ckeditor/samples/css/samples.css
    M htdocs/includes/ckeditor/ckeditor/samples/index.html
    M htdocs/includes/ckeditor/ckeditor/samples/js/sample.js
    M htdocs/includes/ckeditor/ckeditor/samples/old/ajax.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/api.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/appendto.html
    M 
htdocs/includes/ckeditor/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css
    M htdocs/includes/ckeditor/ckeditor/samples/old/assets/posteddata.php
    M htdocs/includes/ckeditor/ckeditor/samples/old/datafiltering.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/dialog/assets/my_dialog.js
    M htdocs/includes/ckeditor/ckeditor/samples/old/dialog/dialog.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/divreplace.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/enterkey/enterkey.html
    M 
htdocs/includes/ckeditor/ckeditor/samples/old/htmlwriter/outputforflash.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/htmlwriter/outputhtml.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/index.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/inlineall.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/inlinebycode.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/inlinetextarea.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/jquery.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/magicline/magicline.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/readonly.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/replacebyclass.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/replacebycode.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/sample.css
    M htdocs/includes/ckeditor/ckeditor/samples/old/sample.js
    M htdocs/includes/ckeditor/ckeditor/samples/old/sample_posteddata.php
    M htdocs/includes/ckeditor/ckeditor/samples/old/tabindex.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/toolbar/toolbar.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/uicolor.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/uilanguages.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/wysiwygarea/fullpage.html
    M htdocs/includes/ckeditor/ckeditor/samples/old/xhtmlstyle.html
    M 
htdocs/includes/ckeditor/ckeditor/samples/toolbarconfigurator/css/fontello.css
    M 
htdocs/includes/ckeditor/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt
    M htdocs/includes/ckeditor/ckeditor/samples/toolbarconfigurator/index.html
    M 
htdocs/includes/ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css
    M 
htdocs/includes/ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css
    M 
htdocs/includes/ckeditor/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/dialog.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/dialog_ie.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/dialog_ie7.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/dialog_ie8.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/dialog_iequirks.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/editor.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/editor_gecko.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/editor_ie.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/editor_ie7.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/editor_ie8.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/editor_iequirks.css
    M htdocs/includes/ckeditor/ckeditor/skins/moono/icons.png
    M htdocs/includes/ckeditor/ckeditor/skins/moono/icons_hidpi.png
    M htdocs/includes/ckeditor/ckeditor/skins/moono/readme.md
    M htdocs/includes/ckeditor/ckeditor/styles.js

  Log Message:
  -----------
  Make composer cleaner


  Commit: be34432af4be0dacf232e016103420039cdea071
      
https://github.com/Dolibarr/dolibarr/commit/be34432af4be0dacf232e016103420039cdea071
  Author: Laurent Destailleur <address@hidden>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add --no-update to composer commands of travis


Compare: 
https://github.com/Dolibarr/dolibarr/compare/83f3b7305ac6...be34432af4be

reply via email to

[Prev in Thread] Current Thread [Next in Thread]