[commits] Horde branch master updated. c7764c205754e18a5f0f83ce1671861327ce17ea
Chuck Hagenbuch
chuck at horde.org
Thu Jan 6 15:10:06 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 5f45a41fa7e79d0525779ea951f22bf49c23de86
e49e617 Normalize URL and HTTP method, WS
83de2a6 Simple PubSub framework, for now a very close port of http://weierophinney.net/matthew/archives/199-A-Simple-PHP-Publish-Subscribe-System.html
a090e6c Remove VFS_ISOWriter
c7764c2 Horde_Oauth_SignatureMethod_Base -> Horde_Oauth_SignatureMethod
-----------------------------------------------------------------------
commit e49e6176ab1ecaf9e6cf140112d628e934fe63ee
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jan 5 09:54:58 2011 -0500
Normalize URL and HTTP method, WS
framework/Oauth/lib/Horde/Oauth/Consumer.php | 1 -
framework/Oauth/lib/Horde/Oauth/Request.php | 35 ++++++++-
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Base.php | 1 -
framework/Oauth/lib/Horde/Oauth/SignatureMethod/HmacSha1.php | 1 -
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Plaintext.php | 1 -
framework/Oauth/lib/Horde/Oauth/SignatureMethod/RsaSha1.php | 1 -
framework/Oauth/lib/Horde/Oauth/Token.php | 1 -
7 files changed, 32 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/e49e6176ab1ecaf9e6cf140112d628e934fe63ee
-----------------------------------------------------------------------
commit 83de2a61a12f5382a3f131acf237bb6c1b4d63ee
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jan 5 09:57:33 2011 -0500
Simple PubSub framework, for now a very close port of http://weierophinney.net/matthew/archives/199-A-Simple-PHP-Publish-Subscribe-System.html
framework/PubSub/lib/Horde/PubSub.php | 122 ++++++++++++++++++
framework/PubSub/lib/Horde/PubSub/Handle.php | 81 ++++++++++++
framework/PubSub/lib/Horde/PubSub/Provider.php | 125 +++++++++++++++++++
framework/PubSub/test/Horde/PubSub/AllTests.php | 38 ++++++
framework/PubSub/test/Horde/PubSub/HandleTest.php | 48 +++++++
framework/PubSub/test/Horde/PubSub/ProviderTest.php | 85 +++++++++++++
framework/PubSub/test/Horde/PubSub/PubSubTest.php | 98 +++++++++++++++
7 files changed, 597 insertions(+), 0 deletions(-)
create mode 100644 framework/PubSub/lib/Horde/PubSub.php
create mode 100644 framework/PubSub/lib/Horde/PubSub/Handle.php
create mode 100644 framework/PubSub/lib/Horde/PubSub/Provider.php
create mode 100644 framework/PubSub/test/Horde/PubSub/AllTests.php
create mode 100644 framework/PubSub/test/Horde/PubSub/HandleTest.php
create mode 100644 framework/PubSub/test/Horde/PubSub/ProviderTest.php
create mode 100644 framework/PubSub/test/Horde/PubSub/PubSubTest.php
http://git.horde.org/horde-git/-/commit/83de2a61a12f5382a3f131acf237bb6c1b4d63ee
-----------------------------------------------------------------------
commit a090e6c1048b8bda901ca9d14aa5a3f5ea42a268
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jan 5 09:59:29 2011 -0500
Remove VFS_ISOWriter
framework/VFS_ISOWriter/ISOWriter.php | 99 -
framework/VFS_ISOWriter/ISOWriter/RealInputStrategy.php | 80 -
framework/VFS_ISOWriter/ISOWriter/RealInputStrategy/copy.php | 146 --
framework/VFS_ISOWriter/ISOWriter/RealInputStrategy/direct.php | 24 -
framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy.php | 85 -
framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy/copy.php | 82 -
framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy/direct.php | 41 -
framework/VFS_ISOWriter/ISOWriter/Translation.php | 50 -
framework/VFS_ISOWriter/ISOWriter/mkisofs.php | 74 -
framework/VFS_ISOWriter/locale/Horde_VFS_ISOWriter.pot | 75 -
.../VFS_ISOWriter/locale/ar/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/ar/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/bg/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/bg/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/bs/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/bs/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/ca/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1021 -> 0 bytes
.../VFS_ISOWriter/locale/ca/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/cs/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1485 -> 0 bytes
.../VFS_ISOWriter/locale/cs/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/da/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1476 -> 0 bytes
.../VFS_ISOWriter/locale/da/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/de/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1622 -> 0 bytes
.../VFS_ISOWriter/locale/de/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/el/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1117 -> 0 bytes
.../VFS_ISOWriter/locale/el/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/en/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1425 -> 0 bytes
.../VFS_ISOWriter/locale/en/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/es/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1509 -> 0 bytes
.../VFS_ISOWriter/locale/es/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/et/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1426 -> 0 bytes
.../VFS_ISOWriter/locale/et/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/eu/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/eu/LC_MESSAGES/Horde_VFS_ISOWriter.po | 16 -
.../VFS_ISOWriter/locale/fa/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 892 -> 0 bytes
.../VFS_ISOWriter/locale/fa/LC_MESSAGES/Horde_VFS_ISOWriter.po | 83 -
.../VFS_ISOWriter/locale/fi/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1509 -> 0 bytes
.../VFS_ISOWriter/locale/fi/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/fr/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1613 -> 0 bytes
.../VFS_ISOWriter/locale/fr/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/gl/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/gl/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/he/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 431 -> 0 bytes
.../VFS_ISOWriter/locale/he/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/hr/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1584 -> 0 bytes
.../VFS_ISOWriter/locale/hr/LC_MESSAGES/Horde_VFS_ISOWriter.po | 78 -
.../VFS_ISOWriter/locale/hu/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1628 -> 0 bytes
.../VFS_ISOWriter/locale/hu/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/id/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/id/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/is/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/is/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/it/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1550 -> 0 bytes
.../VFS_ISOWriter/locale/it/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/ja/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1688 -> 0 bytes
.../VFS_ISOWriter/locale/ja/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/km/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/km/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/ko/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 424 -> 0 bytes
.../VFS_ISOWriter/locale/ko/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/lt/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1518 -> 0 bytes
.../VFS_ISOWriter/locale/lt/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/lv/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 466 -> 0 bytes
.../VFS_ISOWriter/locale/lv/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/mk/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 388 -> 0 bytes
.../VFS_ISOWriter/locale/mk/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/nb/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 745 -> 0 bytes
.../VFS_ISOWriter/locale/nb/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/nl/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 431 -> 0 bytes
.../VFS_ISOWriter/locale/nl/LC_MESSAGES/Horde_VFS_ISOWriter.po | 17 -
.../VFS_ISOWriter/locale/nn/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 431 -> 0 bytes
.../VFS_ISOWriter/locale/nn/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/pl/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1043 -> 0 bytes
.../VFS_ISOWriter/locale/pl/LC_MESSAGES/Horde_VFS_ISOWriter.po | 77 -
.../VFS_ISOWriter/locale/pt/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1534 -> 0 bytes
.../VFS_ISOWriter/locale/pt/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/pt_BR/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1577 -> 0 bytes
.../VFS_ISOWriter/locale/pt_BR/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/ro/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 477 -> 0 bytes
.../VFS_ISOWriter/locale/ro/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/ru/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1490 -> 0 bytes
.../VFS_ISOWriter/locale/ru/LC_MESSAGES/Horde_VFS_ISOWriter.po | 77 -
.../VFS_ISOWriter/locale/sk/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1575 -> 0 bytes
.../VFS_ISOWriter/locale/sk/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/sl/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1537 -> 0 bytes
.../VFS_ISOWriter/locale/sl/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/sv/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 590 -> 0 bytes
.../VFS_ISOWriter/locale/sv/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/tr/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1444 -> 0 bytes
.../VFS_ISOWriter/locale/tr/LC_MESSAGES/Horde_VFS_ISOWriter.po | 75 -
.../VFS_ISOWriter/locale/uk/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1719 -> 0 bytes
.../VFS_ISOWriter/locale/uk/LC_MESSAGES/Horde_VFS_ISOWriter.po | 76 -
.../VFS_ISOWriter/locale/zh_CN/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1414 -> 0 bytes
.../VFS_ISOWriter/locale/zh_CN/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
.../VFS_ISOWriter/locale/zh_TW/LC_MESSAGES/Horde_VFS_ISOWriter.mo | Bin 1356 -> 0 bytes
.../VFS_ISOWriter/locale/zh_TW/LC_MESSAGES/Horde_VFS_ISOWriter.po | 74 -
framework/VFS_ISOWriter/package.xml | 456 -----
framework/VFS_ISOWriter/tests/inputstrategy.phpt | 125 --
framework/VFS_ISOWriter/tests/isowriter.phpt | 106 -
framework/VFS_ISOWriter/tests/outputstrategy.phpt | 95 -
100 files changed, 0 insertions(+), 4660 deletions(-)
delete mode 100644 framework/VFS_ISOWriter/ISOWriter.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/RealInputStrategy.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/RealInputStrategy/copy.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/RealInputStrategy/direct.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy/copy.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/RealOutputStrategy/direct.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/Translation.php
delete mode 100644 framework/VFS_ISOWriter/ISOWriter/mkisofs.php
delete mode 100644 framework/VFS_ISOWriter/locale/Horde_VFS_ISOWriter.pot
delete mode 100644 framework/VFS_ISOWriter/locale/ar/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/ar/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/bg/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/bg/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/bs/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/bs/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/ca/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/ca/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/cs/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/cs/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/da/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/da/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/de/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/de/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/el/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/el/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/en/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/en/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/es/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/es/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/et/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/et/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/eu/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/eu/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/fa/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/fa/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/fi/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/fi/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/fr/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/fr/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/gl/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/gl/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/he/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/he/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/hr/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/hr/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/hu/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/hu/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/id/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/id/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/is/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/is/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/it/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/it/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/ja/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/ja/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/km/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/km/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/ko/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/ko/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/lt/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/lt/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/lv/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/lv/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/mk/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/mk/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/nb/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/nb/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/nl/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/nl/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/nn/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/nn/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/pl/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/pl/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/pt/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/pt/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/pt_BR/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/pt_BR/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/ro/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/ro/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/ru/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/ru/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/sk/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/sk/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/sl/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/sl/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/sv/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/sv/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/tr/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/tr/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/uk/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/uk/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/zh_CN/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/zh_CN/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/locale/zh_TW/LC_MESSAGES/Horde_VFS_ISOWriter.mo
delete mode 100644 framework/VFS_ISOWriter/locale/zh_TW/LC_MESSAGES/Horde_VFS_ISOWriter.po
delete mode 100644 framework/VFS_ISOWriter/package.xml
delete mode 100644 framework/VFS_ISOWriter/tests/inputstrategy.phpt
delete mode 100644 framework/VFS_ISOWriter/tests/isowriter.phpt
delete mode 100644 framework/VFS_ISOWriter/tests/outputstrategy.phpt
http://git.horde.org/horde-git/-/commit/a090e6c1048b8bda901ca9d14aa5a3f5ea42a268
-----------------------------------------------------------------------
commit c7764c205754e18a5f0f83ce1671861327ce17ea
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jan 5 18:11:27 2011 -0500
Horde_Oauth_SignatureMethod_Base -> Horde_Oauth_SignatureMethod
framework/Oauth/lib/Horde/Oauth/SignatureMethod.php | 29 +++++++++
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Base.php | 29 ---------
framework/Oauth/lib/Horde/Oauth/SignatureMethod/HmacSha1.php | 2 +-
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Plaintext.php | 2 +-
framework/Oauth/lib/Horde/Oauth/SignatureMethod/RsaSha1.php | 2 +-
framework/Oauth/package.xml | 2 +-
6 files changed, 33 insertions(+), 33 deletions(-)
create mode 100644 framework/Oauth/lib/Horde/Oauth/SignatureMethod.php
delete mode 100644 framework/Oauth/lib/Horde/Oauth/SignatureMethod/Base.php
http://git.horde.org/horde-git/-/commit/c7764c205754e18a5f0f83ce1671861327ce17ea
More information about the commits
mailing list