Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Deprecate Transfer and prepare documentation #25

Merged
merged 3 commits into from
Apr 28, 2016

Conversation

weierophinney
Copy link
Member

This PR intentionally mixes concerns.

In preparing the documentation, I realized that the Transfer subcomponent documentation was utterly missing. In looking through the functionality, I discovered that it has been marked as "to refactor" for the entire ZF2 lifetime. Furthermore, everything it does is now split into multiple other components: zend-filter, for moving uploaded files to their final location, renaming them, and potentially transforming them; zend-validator, for validating upload succes, file type, hash, etc.; and zend-progressbar, for managing upload status. As such, those "to refactor" items really needed to become "to deprecate". This patch formally deprecates the full subcomponent.

Next, the patch provides documentation of the ClassFileLocator, fixing #24, and prepares the documentation for publication, and publishes it to https://zendframework.github.io/zend-file/

- Converted from bookdown to mkdocs
- Filled in documentation for the ClassFileLocator
- Added an intro, which points to the ZF1 `Zend_File_Transfer` documentation for
  those interested in the `Transfer` subcomponent, as well as notes the ZF2
  components that provide alternatives.
@weierophinney weierophinney added this to the 2.7.0 milestone Apr 28, 2016
@weierophinney weierophinney self-assigned this Apr 28, 2016
@weierophinney weierophinney merged commit 8a897b0 into zendframework:develop Apr 28, 2016
weierophinney added a commit that referenced this pull request Apr 28, 2016
weierophinney added a commit that referenced this pull request Apr 28, 2016
@weierophinney weierophinney deleted the feature/docs branch April 28, 2016 19:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant