[Pkg-owncloud-commits] [owncloud] annotated tag v1.0RC1 created (now e013e32)

David Prévot taffit at moszumanska.debian.org
Fri Aug 29 15:24:10 UTC 2014


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

taffit pushed a change to annotated tag v1.0RC1
in repository owncloud.

        at  e013e32   (tag)
   tagging  391544de785c057f610993e2ce0aa93b43631a22 (commit)
  replaces  v1.0.0beta1
 tagged by  Morris Jobke
        on  Tue Aug 26 11:32:44 2014 +0200

- Log -----------------------------------------------------------------
ownCloud 1.0 RC1

Aaron Reichman (1):
      Changed spelling of lisener to listener

Aditya Patawari (1):
      Fixed css for Firefox

Charles-Edouard Coste (1):
      $filesfound variable may not be set when used in: if(!$filesfound)

CharlyCoste (8):
      Adding xhtml 1.0 strict doctype
      Adding xml namespace
      bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css background-color
      center is not a valid strict xhtml1.0 tag (not semantic). At least, replacing it by a div with "center" class.
      Adding semantic h1 tag to surround the logo. This could be better for text or braille navigators and crawlers as well.
      <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS instructions on semantic tags.
      "border" attribute is not a valid attribute for <img /> tags. Using proper CSS instructions instead.
      <img /> tags need alternative content with "alt" attribute. "dots.png" is not a content. Using CSS backgrounds instead.

Frank Karlitschek (21):
      Merge commit 'refs/merge-requests/2' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud
      update includes
      Merge commit 'refs/merge-requests/4' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/5' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/6' of git://gitorious.org/owncloud/owncloud
      removed extra space. Thank you to for Cosmin for the patch
      minor W3C aspects. Thanks to Charles
      small css and path fixes
      rename variables
      move to sqlite merged
      Merge commit 'refs/merge-requests/12' of git://gitorious.org/owncloud/owncloud into integratio
      merge Adityas improvements
      fix merge problem
      Merge commit 'refs/merge-requests/14' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/15' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/16' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/owncloud
      Merge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloud
      add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5

Frederik Gladhorn (3):
      add readme
      add some install instructions
      some more install instructions - mysql

Gaël Beaudoin (1):
      Set the footer version to RC1

Robin (71):
      Ask for configuration on first run
      do not asume owncloud is installed in the root of the webserver
      fix bug where siteroot was not configuredcd
      moved the config functions to /inc/lib_config.php
      fixed bug when checking if a navigation item made by a plugin is selected
      ask for current password when editing the settings
      ajax interface
      added MAX_FILE_SIZE field to upload form
      added option to download multiply files or folder as zip file
      added option to load js files from php
      added option to delete multiply files and fixed a bug when downloading large files
      most of the ajax frontend works in IE now (IE8 not sure about other versions)
      show file actions in a dropdown menu
      added MySQL support, user can now choose between MySQL and SQLite
      some cleanup in ajax fronted, give error message before starting an upload that is to big
      fixed automatic creation/filling of mysql databases
      some more cleanup
      visual changes WIP
      visual changes
      small visual changes
      same fixes, this time hopefully without merge conflict
      css fixes
      create data directory if it doesn't exist
      (very) early multiuser support
      admins can now create new users
      change the config system to support multi user
      bug fix first run wizzard
      bug fix first run wizzard take 2
      bug fix first run wizzard take 3
      remove dependency on set_include_path because not all hosts support it
      fix broken requires in webdav
      port webdav authentication to the multiuser system
      some cleanup/refactoring
      bug fix when starting multiply uploads while the old ones arent finsihed, detect file actions on mimetype not on extention
      small bugfix when creatring new files/folders
      bugfix when filling the database in first run dialog
      bug fix in mimetype detect code
      fix merge conflicts
      merge
      fix determing the user specific data directory when the data directory is not the default one
      clear default config
      fix problem caused by wrong merging
      fix layout bug in first run wizard
      webdav fixes
      merge
      fix webdav when not using the default data directory
      fix first run dialog in konqueror
      fix bug in webdav
      initial work on making connections between seperate owncloud installations possible
      port OC_DB to MDB2
      use an abstraction for file system functions to allow premisions and multiply storage backends
      provide option for automatic backup
      more checks on server enviroment and some bugfixes in admin and firstrun dialog
      merge
      webdav fixes
      imporovement in mimetype detection
      provide layout for smaller screens on android/iphone
      small fixes
      fixes in log and ocs
      fix when owncloud is installed in the root of a server
      small webdav fixes
      merge
      remove old unused _can_excecute
      updated docs
      use MDB2's escape instead of mysql_escape
      when not admin, only show logs of the current user
      clean the admin configuration form of db related entries and data_dirrectory (as long as we don't move the data when that changes)
      remove config/config.php, this will make using git on the server easier since config.php changes
      do not give the 'can't write config file' error when the config file doesn't exsist
      only check for a writeable config.php when attempting to change the config
      use proper file mode when testing config file for write premissions

Robin Appelman (9):
      fix bug on windows hosts where serverroor uses \ in the path and documentroot uses /
      Fix a few things in IE
      fix renaming files in IE
      More bug fixes, mostly IE related
      notify the user if sqlite isn't installed during the first dialog
      better error messages if there are premission problems
      disable user managment for now
      less options when using sqlite during first run
      improved detection of WEBROOT

Thibaut GRIDEL (11):
      webdav: remove merge copy
      webdav: fix icewind's new Filesystem.php version
      simple fixes
      give a chance to configure CONFIG_DATADIRECTORY
      some more includes
      log read/write files
      code duplication: use lib_filesystem.php instead
      fix ocs path and queries
      remove backup file
      drop PEAR::DB
      webdav: fix getDir file attributes

Thomas Zander (2):
      Add a gitignore file for project
      Ignore auto-generated config file

Türker Sezer (1):
      broken relative links are fixed

root (6):
      cleanup autoconfiguration wizard, add settings page, make it run from subdirectories, huge cleanup
      sync
      using base tag solves issue when owncloud installed in subdirectory
      trial commit
      small cleaning
      Update to the svn version of "HTTP WebDAV server" (integration to owncloud was made with alimited knowledge, so it may be ugly).Anyway it improves a lot the score on litmus testsuite on my server.

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

No new revisions were added by this update.

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