[Pkg-owncloud-commits] [owncloud] annotated tag upstream/6.0.0_rc2+dfsg created (now af9f851)

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


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

taffit pushed a change to annotated tag upstream/6.0.0_rc2+dfsg
in repository owncloud.

        at  af9f851   (tag)
   tagging  e31443bb28c9b6d1b89f2de8e1d91fad4b197d11 (commit)
  replaces  upstream/6.0.0_rc1+dfsg
 tagged by  David Prévot
        on  Sun Dec 1 20:55:18 2013 -0400

- Log -----------------------------------------------------------------
Upstream version 6.0.0~rc2+dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQEcBAABCAAGBQJSm9p2AAoJEAWMHPlE9r08ugsH/0ubbOz9GyupwJIGgSaCtMK0
ryQmIosJI0XG74eB57PArvXkWQoUID3dB2auTfRCFyPRYgBOt6wo6aZ9rPFjGrB2
ROGu/EBK5N5vi2BmyGA3kCCfRUc67XPvRr+0JPsnKPvRiZ6hOKvCwu8KVUqS5wav
P6w3ABnuQDX4bf0iaNaiSJieFY8FPyh0iL1HzFOlN9jfwKOaji+e/Z/FI9y81rif
eDN8Zn/sgeREu4/0cNmoz3ROAQfO0t/50rE99o5iG36xRGzuaN80Il6RxdT656VH
OXVX8AC0gpvvuhuxZe7QrsrVzYBu6W0S5UKgQzGpzGtFeZ7ifkooM8gf1CC5ezY=
=6b3H
-----END PGP SIGNATURE-----

Andreas Fischer (6):
      Use bindValue() instead of passing parameters in execute().
      Use DateTime object instead of fixed format date string.
      Use the Doctrine to convert date string to DateTime object.
      Timestamp test is no longer necessary as we rely on Doctrine and DateTime.
      Also merge autoconfig variables into $_REQUEST.
      Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).

Arthur Schiwon (1):
      loginname is not necessarily username

Bjoern Schiessle (8):
      make sure that we don't try to access an already deleted files, fixes some file source not found warnings
      we need to be able to set the mimetype manually
      detect mimetype from the original filename, without the delete timestamp
      detect mimetype from the original filename, without the versioning timestamp
      add PHPDoc for setMimetype()
      correctFolder() already resolves the dirname internally
      use better coding style
      remove duplicate

David Prévot (1):
      Imported Upstream version 6.0.0~rc2+dfsg

Frank Karlitschek (6):
      Merge pull request #6111 from owncloud/non-floating-trash-button-chrome
      Merge pull request #6077 from owncloud/fix-api-documentation
      Merge pull request #5984 from owncloud/nav-scrollbar
      make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734
      Merge pull request #6129 from owncloud/chunking-fixtouchafterassemble
      ownCloud 6 RC2

Jan-Christoph Borchardt (3):
      always show app navigation scrollbar when too many apps in there
      prevent shift of app titles caused by scrollbar
      prevent shift of app names caused by scrollbar, part 2

Jenkins for ownCloud (1):
      [tx-robot] updated from transifex

Morris Jobke (11):
      API doc for contacts manager, server container and share
      add comment from @DeepDiver
      fix navbar
      Fix for IE - an ugly horizontal scrollbar appears
      Merge pull request #6100 from owncloud/fix_loginnameusage
      Merge pull request #6098 from owncloud/files-renamediriconfix
      Merge pull request #6097 from owncloud/extstorage-ftptrailingslash
      Fix resize issue for trash button in chrome and overflowing spinner in .update class
      Merge pull request #6106 from owncloud/fix_preview_creation
      Merge pull request #6099 from owncloud/fix_source_not_found_warnings
      Merge pull request #6127 from owncloud/minimum_php_version

Thomas Müller (3):
      Merge pull request #6128 from owncloud/fix-6126-master
      Merge pull request #6132 from owncloud/encryption-version-bump
      Merge pull request #6052 from owncloud/datetime-doctrine

Vincent Petry (5):
      Add trailing slash in FTP root path when missing
      Fixed directory icon after rename
      Fixed FTP and SMB to use rmdir() when deleting folders
      Fixed touch after chunk assembling
      Merge pull request #6123 from owncloud/extstorage-deletedirs2

ganomi (2):
      Fix filellist/rename/summary problem
      Merge pull request #6090 from ganomi/summaryfix

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       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  7c88736   API doc for contacts manager, server container and share
       new  b910524   add comment from @DeepDiver
       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  f94180a   Fix filellist/rename/summary problem
       new  84f3dd1   Add trailing slash in FTP root path when missing
       new  da1a89f   Fixed directory icon after rename
       new  ee78d48   loginname is not necessarily username
       new  eaedda2   make sure that we don't try to access an already deleted files, fixes some file source not found warnings
       new  b87e88b   Merge pull request #6100 from owncloud/fix_loginnameusage
       new  603613e   Merge pull request #6098 from owncloud/files-renamediriconfix
       new  3a31f7e   Merge pull request #6097 from owncloud/extstorage-ftptrailingslash
       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  466ed01   correctFolder() already resolves the dirname internally
       new  3487068   use better coding style
       new  b3724cd   remove duplicate
       new  587fc1a   Fix resize issue for trash button in chrome and overflowing spinner in .update class
       new  0cbe9d7   Merge pull request #6106 from owncloud/fix_preview_creation
       new  41a1a32   Merge pull request #6099 from owncloud/fix_source_not_found_warnings
       new  0b698e6   Merge pull request #6111 from owncloud/non-floating-trash-button-chrome
       new  a03ba06   Merge pull request #6077 from owncloud/fix-api-documentation
       new  1dc931b   Merge pull request #5984 from owncloud/nav-scrollbar
       new  d69243e   Fixed FTP and SMB to use rmdir() when deleting folders
       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  2ec085b   Also merge autoconfig variables into $_REQUEST.
       new  80d2371   Fixed touch after chunk assembling
       new  0d46442   Merge pull request #6127 from owncloud/minimum_php_version
       new  3c62de9   Merge pull request #6129 from owncloud/chunking-fixtouchafterassemble
       new  1b18c5a   [tx-robot] updated from transifex
       new  338a55e   Merge pull request #6128 from owncloud/fix-6126-master
       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  832be7c   Merge pull request #6052 from owncloud/datetime-doctrine
       new  c2e83e6   ownCloud 6 RC2
       new  e31443b   Imported Upstream version 6.0.0~rc2+dfsg

The 47 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.


-- 
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