[Pkg-owncloud-commits] [owncloud] branch master updated (3894941 -> 184c0ec)

David Prévot taffit at moszumanska.debian.org
Mon Dec 2 01:49:35 UTC 2013


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

taffit pushed a change to branch master
in repository owncloud.

      from  3894941   Depend on libjs-jcrop
       new  960a48c   Document more PHPExcel copyright
       new  ee78d48   loginname is not necessarily username
       new  b87e88b   Merge pull request #6100 from owncloud/fix_loginnameusage
       new  da1a89f   Fixed directory icon after rename
       new  603613e   Merge pull request #6098 from owncloud/files-renamediriconfix
       new  84f3dd1   Add trailing slash in FTP root path when missing
       new  3a31f7e   Merge pull request #6097 from owncloud/extstorage-ftptrailingslash
       new  f94180a   Fix filellist/rename/summary problem
       new  f723bf7   Merge pull request #6090 from ganomi/summaryfix
       new  eeb3142   we need to be able to set the mimetype manually
       new  863aedf   detect mimetype from the original filename, without the delete timestamp
       new  bef5108   detect mimetype from the original filename, without the versioning timestamp
       new  bdfef55   add PHPDoc for setMimetype()
       new  b3724cd   remove duplicate
       new  0cbe9d7   Merge pull request #6106 from owncloud/fix_preview_creation
       new  eaedda2   make sure that we don't try to access an already deleted files, fixes some file source not found warnings
       new  466ed01   correctFolder() already resolves the dirname internally
       new  3487068   use better coding style
       new  41a1a32   Merge pull request #6099 from owncloud/fix_source_not_found_warnings
       new  587fc1a   Fix resize issue for trash button in chrome and overflowing spinner in .update class
       new  0b698e6   Merge pull request #6111 from owncloud/non-floating-trash-button-chrome
       new  7c88736   API doc for contacts manager, server container and share
       new  b910524   add comment from @DeepDiver
       new  a03ba06   Merge pull request #6077 from owncloud/fix-api-documentation
       new  457a7d4   always show app navigation scrollbar when too many apps in there
       new  f9f123c   prevent shift of app titles caused by scrollbar
       new  3360719   prevent shift of app names caused by scrollbar, part 2
       new  41c6752   fix navbar
       new  6b3b3d8   Fix for IE - an ugly horizontal scrollbar appears
       new  1dc931b   Merge pull request #5984 from owncloud/nav-scrollbar
       new  7ca0de9   make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734 Also make the version compare clearer. It was pure luck that floatval on a php version returned the correct value.
       new  0d46442   Merge pull request #6127 from owncloud/minimum_php_version
       new  80d2371   Fixed touch after chunk assembling
       new  3c62de9   Merge pull request #6129 from owncloud/chunking-fixtouchafterassemble
       new  1b18c5a   [tx-robot] updated from transifex
       new  2ec085b   Also merge autoconfig variables into $_REQUEST.
       new  338a55e   Merge pull request #6128 from owncloud/fix-6126-master
       new  d69243e   Fixed FTP and SMB to use rmdir() when deleting folders
       new  baa587f   Merge pull request #6123 from owncloud/extstorage-deletedirs2
       new  efbf186   Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).
       new  c2b11ca   Merge pull request #6132 from owncloud/encryption-version-bump
       new  9fb1da2   Use bindValue() instead of passing parameters in execute().
       new  a330b2e   Use DateTime object instead of fixed format date string.
       new  3bbaba1   Use the Doctrine to convert date string to DateTime object.
       new  06df382   Timestamp test is no longer necessary as we rely on Doctrine and DateTime.
       new  832be7c   Merge pull request #6052 from owncloud/datetime-doctrine
       new  c2e83e6   ownCloud 6 RC2
       new  e31443b   Imported Upstream version 6.0.0~rc2+dfsg
       new  fce3fb6   Merge tag 'upstream/6.0.0_rc2+dfsg'
       new  124ef07   Refresh patch
       new  6663177   Bump php5 minimal version
       new  184c0ec   Update changelog for 6.0.0~rc2+dfsg-1 release

The 52 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:
 apps/activity/l10n/hu_HU.php                       |   1 +
 apps/activity/l10n/uk.php                          |   5 +-
 apps/bookmarks/l10n/cs_CZ/bookmarks.po             |   6 +-
 apps/bookmarks/l10n/en_GB.php                      |   1 +
 apps/bookmarks/l10n/en_GB/bookmarks.po             |   8 +-
 apps/bookmarks/l10n/ja_JP.php                      |   1 +
 apps/bookmarks/l10n/ja_JP/bookmarks.po             |   8 +-
 apps/bookmarks/l10n/templates/bookmarks.pot        |   2 +-
 apps/bookmarks/l10n/uk.php                         |   1 +
 apps/bookmarks/l10n/uk/bookmarks.po                |   8 +-
 apps/calendar/l10n/cs_CZ.php                       |   6 +-
 apps/calendar/l10n/cs_CZ/calendar.po               |  12 +--
 apps/calendar/l10n/en_GB.php                       |  16 ++++
 apps/calendar/l10n/en_GB/calendar.po               |  40 ++++----
 apps/calendar/l10n/ja_JP.php                       |  13 +++
 apps/calendar/l10n/ja_JP/calendar.po               |  34 +++----
 apps/calendar/l10n/templates/calendar.pot          |   2 +-
 apps/calendar/l10n/uk.php                          |  16 ++++
 apps/calendar/l10n/uk/calendar.po                  |  41 ++++----
 apps/contacts/appinfo/version                      |   2 +-
 apps/contacts/js/groups.js                         |   5 +-
 apps/contacts/l10n/cs_CZ/contacts.po               |   8 +-
 apps/contacts/l10n/templates/contacts.pot          |   4 +-
 apps/contacts/l10n/uk.php                          |  48 ++++++++++
 apps/contacts/l10n/uk/contacts.po                  | 104 ++++++++++-----------
 apps/contacts/lib/backend/database.php             |  34 ++++++-
 apps/contacts/lib/share/addressbook.php            |   2 +-
 apps/contacts/lib/utils/properties.php             |   2 +-
 apps/documents/appinfo/update.php                  |   2 +-
 apps/documents/l10n/cs_CZ.php                      |  12 +--
 apps/documents/l10n/cs_CZ/documents.po             |  18 ++--
 apps/documents/l10n/de.php                         |   2 +
 apps/documents/l10n/de/documents.po                |  10 +-
 apps/documents/l10n/de_DE.php                      |   2 +
 apps/documents/l10n/de_DE/documents.po             |  10 +-
 apps/documents/l10n/en_GB.php                      |   2 +
 apps/documents/l10n/en_GB/documents.po             |  10 +-
 apps/documents/l10n/gl.php                         |   2 +
 apps/documents/l10n/gl/documents.po                |  10 +-
 apps/documents/l10n/hu_HU.php                      |  37 ++++++++
 apps/documents/l10n/hu_HU/documents.po             |  81 ++++++++--------
 apps/documents/l10n/ja_JP.php                      |  42 ++++++++-
 apps/documents/l10n/ja_JP/documents.po             |  88 ++++++++---------
 apps/documents/l10n/pt_BR.php                      |   2 +
 apps/documents/l10n/pt_BR/documents.po             |  10 +-
 apps/documents/l10n/sl.php                         |   2 +
 apps/documents/l10n/sl/documents.po                |  10 +-
 apps/documents/l10n/templates/documents.pot        |   2 +-
 apps/documents/l10n/tr.php                         |   2 +
 apps/documents/l10n/tr/documents.po                |  10 +-
 apps/files/css/files.css                           |   2 +-
 apps/files/js/filelist.js                          |   2 +-
 apps/files/l10n/cs_CZ.php                          |   2 +-
 apps/files/l10n/es.php                             |   1 +
 apps/files/l10n/fi_FI.php                          |   3 +
 apps/files/l10n/ja_JP.php                          |   1 +
 apps/files/lib/app.php                             |   6 ++
 apps/files_encryption/ajax/getMigrationStatus.php  |   9 +-
 apps/files_encryption/l10n/cs_CZ.php               |   2 +-
 apps/files_encryption/lib/helper.php               |   9 +-
 apps/files_external/lib/ftp.php                    |  19 ++++
 apps/files_external/lib/smb.php                    |  12 ++-
 apps/files_external/lib/streamwrapper.php          |  12 ++-
 apps/files_external/tests/ftp.php                  |  12 +++
 apps/files_sharing/l10n/uk.php                     |  11 ++-
 apps/files_sharing/lib/updater.php                 |  23 +++--
 apps/files_texteditor/l10n/cs_CZ.php               |   2 +-
 apps/files_texteditor/l10n/hu_HU.php               |   1 +
 apps/files_texteditor/l10n/ja_JP.php               |   1 +
 apps/files_texteditor/l10n/uk.php                  |   1 +
 apps/files_trashbin/ajax/preview.php               |  10 +-
 apps/files_versions/ajax/preview.php               |   5 +-
 apps/files_versions/appinfo/app.php                |   1 +
 apps/files_versions/l10n/uk.php                    |   3 +
 apps/files_versions/lib/hooks.php                  |  15 ++-
 apps/files_versions/lib/versions.php               |  51 +++++++---
 apps/firstrunwizard/l10n/ja_JP.php                 |   1 +
 apps/firstrunwizard/l10n/uk.php                    |   1 +
 apps/gallery/l10n/en_GB.php                        |   5 +-
 apps/gallery/l10n/fr.php                           |   5 +-
 apps/gallery/l10n/hu_HU.php                        |   5 +-
 apps/gallery/l10n/ja_JP.php                        |   5 +-
 apps/gallery/l10n/uk.php                           |   6 +-
 apps/user_ldap/l10n/ja_JP.php                      |   3 +
 core/css/fixes.css                                 |   5 +
 core/css/styles.css                                |  16 ++--
 core/l10n/cs_CZ.php                                |   8 +-
 core/l10n/en_GB.php                                |   3 +
 core/l10n/fr.php                                   |   9 +-
 core/l10n/ja_JP.php                                |   6 +-
 core/setup.php                                     |   1 +
 core/skeleton/ownCloudUserManual.pdf               | Bin 1393379 -> 1393380 bytes
 core/templates/login.php                           |   2 +
 debian/changelog                                   |  12 +++
 debian/control                                     |   2 +-
 debian/copyright                                   |   7 ++
 debian/patches/0001-Disable-the-appstore.patch     |   2 +-
 debian/patches/0002-Fix-displayed-version.patch    |   2 +-
 .../0017-remove-unnecessary-sub-select.patch       |  31 ------
 debian/patches/series                              |   1 -
 l10n/ach/files.po                                  |  40 ++++----
 l10n/ach/files_encryption.po                       |   8 +-
 l10n/ady/files.po                                  |  40 ++++----
 l10n/ady/files_encryption.po                       |   8 +-
 l10n/af/files.po                                   |  40 ++++----
 l10n/af/files_encryption.po                        |   8 +-
 l10n/af_ZA/files.po                                |  40 ++++----
 l10n/af_ZA/files_encryption.po                     |   8 +-
 l10n/ar/files.po                                   |  40 ++++----
 l10n/ar/files_encryption.po                        |   8 +-
 l10n/be/files.po                                   |  40 ++++----
 l10n/be/files_encryption.po                        |   8 +-
 l10n/bg_BG/files.po                                |  40 ++++----
 l10n/bg_BG/files_encryption.po                     |   8 +-
 l10n/bn_BD/files.po                                |  40 ++++----
 l10n/bn_BD/files_encryption.po                     |   8 +-
 l10n/bs/files.po                                   |  40 ++++----
 l10n/bs/files_encryption.po                        |   8 +-
 l10n/ca/files.po                                   |  40 ++++----
 l10n/ca/files_encryption.po                        |  10 +-
 l10n/cs_CZ/core.po                                 |  28 +++---
 l10n/cs_CZ/files.po                                |  44 +++++----
 l10n/cs_CZ/files_encryption.po                     |  12 ++-
 l10n/cs_CZ/files_sharing.po                        |   6 +-
 l10n/cs_CZ/lib.po                                  |  12 +--
 l10n/cy_GB/files.po                                |  40 ++++----
 l10n/cy_GB/files_encryption.po                     |   8 +-
 l10n/da/files.po                                   |  40 ++++----
 l10n/da/files_encryption.po                        |   8 +-
 l10n/de/files.po                                   |  42 +++++----
 l10n/de/files_encryption.po                        |  10 +-
 l10n/de/settings.po                                |  10 +-
 l10n/de_AT/files.po                                |  40 ++++----
 l10n/de_AT/files_encryption.po                     |   8 +-
 l10n/de_CH/files.po                                |  40 ++++----
 l10n/de_CH/files_encryption.po                     |   8 +-
 l10n/de_DE/files.po                                |  42 +++++----
 l10n/de_DE/files_encryption.po                     |  10 +-
 l10n/de_DE/settings.po                             |  10 +-
 l10n/el/files.po                                   |  40 ++++----
 l10n/el/files_encryption.po                        |  10 +-
 l10n/en at pirate/files.po                            |  40 ++++----
 l10n/en at pirate/files_encryption.po                 |   8 +-
 l10n/en_GB/core.po                                 |  26 +++---
 l10n/en_GB/files.po                                |  42 +++++----
 l10n/en_GB/files_encryption.po                     |  10 +-
 l10n/en_GB/settings.po                             |  12 +--
 l10n/eo/files.po                                   |  40 ++++----
 l10n/eo/files_encryption.po                        |  10 +-
 l10n/es/files.po                                   |  42 +++++----
 l10n/es/files_encryption.po                        |  10 +-
 l10n/es/settings.po                                |  10 +-
 l10n/es_AR/files.po                                |  40 ++++----
 l10n/es_AR/files_encryption.po                     |   8 +-
 l10n/es_MX/files.po                                |  40 ++++----
 l10n/es_MX/files_encryption.po                     |   8 +-
 l10n/et_EE/files.po                                |  42 +++++----
 l10n/et_EE/files_encryption.po                     |  10 +-
 l10n/eu/files.po                                   |  40 ++++----
 l10n/eu/files_encryption.po                        |   8 +-
 l10n/fa/files.po                                   |  40 ++++----
 l10n/fa/files_encryption.po                        |   8 +-
 l10n/fi_FI/files.po                                |  49 ++++++----
 l10n/fi_FI/files_encryption.po                     |   8 +-
 l10n/fr/core.po                                    |  33 +++----
 l10n/fr/files.po                                   |  42 +++++----
 l10n/fr/files_encryption.po                        |  10 +-
 l10n/fr/settings.po                                |  13 +--
 l10n/fr_CA/files.po                                |  40 ++++----
 l10n/fr_CA/files_encryption.po                     |   8 +-
 l10n/gl/files.po                                   |  42 +++++----
 l10n/gl/files_encryption.po                        |  10 +-
 l10n/gl/settings.po                                |  10 +-
 l10n/he/files.po                                   |  40 ++++----
 l10n/he/files_encryption.po                        |   8 +-
 l10n/hi/files.po                                   |  40 ++++----
 l10n/hi/files_encryption.po                        |   8 +-
 l10n/hr/files.po                                   |  40 ++++----
 l10n/hr/files_encryption.po                        |   8 +-
 l10n/hu_HU/files.po                                |  40 ++++----
 l10n/hu_HU/files_encryption.po                     |   8 +-
 l10n/hy/files.po                                   |  40 ++++----
 l10n/hy/files_encryption.po                        |   8 +-
 l10n/ia/files.po                                   |  40 ++++----
 l10n/ia/files_encryption.po                        |   8 +-
 l10n/id/files.po                                   |  40 ++++----
 l10n/id/files_encryption.po                        |   8 +-
 l10n/is/files.po                                   |  40 ++++----
 l10n/is/files_encryption.po                        |   8 +-
 l10n/it/files.po                                   |  42 +++++----
 l10n/it/files_encryption.po                        |  10 +-
 l10n/ja_JP/core.po                                 |  30 +++---
 l10n/ja_JP/files.po                                |  42 +++++----
 l10n/ja_JP/files_encryption.po                     |  10 +-
 l10n/ja_JP/lib.po                                  |  14 +--
 l10n/ja_JP/settings.po                             |  18 ++--
 l10n/ja_JP/user_ldap.po                            |  12 +--
 l10n/ka/files.po                                   |  40 ++++----
 l10n/ka/files_encryption.po                        |   8 +-
 l10n/ka_GE/files.po                                |  40 ++++----
 l10n/ka_GE/files_encryption.po                     |   8 +-
 l10n/km/files.po                                   |  40 ++++----
 l10n/km/files_encryption.po                        |   8 +-
 l10n/kn/files.po                                   |  40 ++++----
 l10n/kn/files_encryption.po                        |   8 +-
 l10n/ko/files.po                                   |  40 ++++----
 l10n/ko/files_encryption.po                        |  10 +-
 l10n/ku_IQ/files.po                                |  40 ++++----
 l10n/ku_IQ/files_encryption.po                     |   8 +-
 l10n/lb/files.po                                   |  40 ++++----
 l10n/lb/files_encryption.po                        |   8 +-
 l10n/lt_LT/files.po                                |  42 +++++----
 l10n/lt_LT/files_encryption.po                     |   8 +-
 l10n/lv/files.po                                   |  40 ++++----
 l10n/lv/files_encryption.po                        |   8 +-
 l10n/mk/files.po                                   |  40 ++++----
 l10n/mk/files_encryption.po                        |   8 +-
 l10n/ml_IN/files.po                                |  40 ++++----
 l10n/ml_IN/files_encryption.po                     |   8 +-
 l10n/ms_MY/files.po                                |  40 ++++----
 l10n/ms_MY/files_encryption.po                     |   8 +-
 l10n/my_MM/files.po                                |  40 ++++----
 l10n/my_MM/files_encryption.po                     |   8 +-
 l10n/nb_NO/files.po                                |  40 ++++----
 l10n/nb_NO/files_encryption.po                     |   8 +-
 l10n/nds/files.po                                  |  40 ++++----
 l10n/nds/files_encryption.po                       |   8 +-
 l10n/ne/files.po                                   |  40 ++++----
 l10n/ne/files_encryption.po                        |   8 +-
 l10n/nl/files.po                                   |  40 ++++----
 l10n/nl/files_encryption.po                        |  10 +-
 l10n/nn_NO/files.po                                |  40 ++++----
 l10n/nn_NO/files_encryption.po                     |   8 +-
 l10n/nqo/files.po                                  |  40 ++++----
 l10n/nqo/files_encryption.po                       |   8 +-
 l10n/oc/files.po                                   |  40 ++++----
 l10n/oc/files_encryption.po                        |   8 +-
 l10n/pa/files.po                                   |  40 ++++----
 l10n/pa/files_encryption.po                        |   8 +-
 l10n/pl/files.po                                   |  40 ++++----
 l10n/pl/files_encryption.po                        |  10 +-
 l10n/pt_BR/files.po                                |  42 +++++----
 l10n/pt_BR/files_encryption.po                     |  10 +-
 l10n/pt_BR/settings.po                             |  10 +-
 l10n/pt_PT/files.po                                |  40 ++++----
 l10n/pt_PT/files_encryption.po                     |   8 +-
 l10n/ro/files.po                                   |  40 ++++----
 l10n/ro/files_encryption.po                        |   8 +-
 l10n/ru/files.po                                   |  40 ++++----
 l10n/ru/files_encryption.po                        |  10 +-
 l10n/ru_RU/files.po                                |  40 ++++----
 l10n/ru_RU/files_encryption.po                     |   8 +-
 l10n/si_LK/files.po                                |  40 ++++----
 l10n/si_LK/files_encryption.po                     |   8 +-
 l10n/sk/files.po                                   |  40 ++++----
 l10n/sk/files_encryption.po                        |   8 +-
 l10n/sk_SK/files.po                                |  40 ++++----
 l10n/sk_SK/files_encryption.po                     |  10 +-
 l10n/sl/files.po                                   |  42 +++++----
 l10n/sl/files_encryption.po                        |  10 +-
 l10n/sl/lib.po                                     |  18 ++--
 l10n/sl/settings.po                                |  20 ++--
 l10n/sq/files.po                                   |  40 ++++----
 l10n/sq/files_encryption.po                        |   8 +-
 l10n/sr/files.po                                   |  40 ++++----
 l10n/sr/files_encryption.po                        |   8 +-
 l10n/sr at latin/files.po                             |  40 ++++----
 l10n/sr at latin/files_encryption.po                  |   8 +-
 l10n/sv/files.po                                   |  42 +++++----
 l10n/sv/files_encryption.po                        |  10 +-
 l10n/sw_KE/files.po                                |  40 ++++----
 l10n/sw_KE/files_encryption.po                     |   8 +-
 l10n/ta_LK/files.po                                |  40 ++++----
 l10n/ta_LK/files_encryption.po                     |   8 +-
 l10n/te/files.po                                   |  40 ++++----
 l10n/te/files_encryption.po                        |   8 +-
 l10n/templates/core.pot                            |  16 ++--
 l10n/templates/files.pot                           |  38 +++++---
 l10n/templates/files_encryption.pot                |   6 +-
 l10n/templates/files_external.pot                  |   2 +-
 l10n/templates/files_sharing.pot                   |   2 +-
 l10n/templates/files_trashbin.pot                  |   4 +-
 l10n/templates/files_versions.pot                  |   2 +-
 l10n/templates/lib.pot                             |   2 +-
 l10n/templates/private.pot                         |   2 +-
 l10n/templates/settings.pot                        |   2 +-
 l10n/templates/user_ldap.pot                       |   2 +-
 l10n/templates/user_webdavauth.pot                 |   2 +-
 l10n/th_TH/files.po                                |  40 ++++----
 l10n/th_TH/files_encryption.po                     |   8 +-
 l10n/tr/files.po                                   |  42 +++++----
 l10n/tr/files_encryption.po                        |  10 +-
 l10n/tr/settings.po                                |  10 +-
 l10n/tzm/files.po                                  |  40 ++++----
 l10n/tzm/files_encryption.po                       |   8 +-
 l10n/ug/files.po                                   |  40 ++++----
 l10n/ug/files_encryption.po                        |   8 +-
 l10n/uk/files.po                                   |  40 ++++----
 l10n/uk/files_encryption.po                        |   8 +-
 l10n/uk/files_sharing.po                           |  25 ++---
 l10n/uk/files_versions.po                          |  25 ++---
 l10n/ur_PK/files.po                                |  40 ++++----
 l10n/ur_PK/files_encryption.po                     |   8 +-
 l10n/uz/files.po                                   |  40 ++++----
 l10n/uz/files_encryption.po                        |   8 +-
 l10n/vi/files.po                                   |  40 ++++----
 l10n/vi/files_encryption.po                        |   8 +-
 l10n/zh_CN/files.po                                |  40 ++++----
 l10n/zh_CN/files_encryption.po                     |   8 +-
 l10n/zh_HK/files.po                                |  40 ++++----
 l10n/zh_HK/files_encryption.po                     |   8 +-
 l10n/zh_TW/files.po                                |  40 ++++----
 l10n/zh_TW/files_encryption.po                     |  10 +-
 lib/l10n/cs_CZ.php                                 |   2 +-
 lib/l10n/ja_JP.php                                 |   1 +
 lib/l10n/sl.php                                    |   5 +
 lib/private/connector/sabre/file.php               |   2 +-
 lib/private/files/cache/updater.php                |   6 +-
 lib/private/preview.php                            |  41 +++++---
 lib/private/util.php                               |   8 +-
 lib/public/contacts/imanager.php                   |   4 +
 lib/public/iservercontainer.php                    |  11 ++-
 lib/public/share.php                               |  26 +++++-
 settings/l10n/de.php                               |   2 +
 settings/l10n/de_DE.php                            |   2 +
 settings/l10n/en_GB.php                            |   3 +
 settings/l10n/es.php                               |   2 +
 settings/l10n/fr.php                               |   3 +
 settings/l10n/gl.php                               |   2 +
 settings/l10n/ja_JP.php                            |   6 ++
 settings/l10n/pt_BR.php                            |   2 +
 settings/l10n/sl.php                               |   7 ++
 settings/l10n/tr.php                               |   2 +
 version.php                                        |   6 +-
 334 files changed, 3838 insertions(+), 2296 deletions(-)
 delete mode 100644 debian/patches/0017-remove-unnecessary-sub-select.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list