Lib_Varien - Version 1.9.2.3

Version Notes

1.9.2.3

Download this release

Release Info

Developer Magento Core Team
Extension Lib_Varien
Version 1.9.2.3
Comparing to
See all releases


Code changes from version 1.9.2.2 to 1.9.2.3

Files changed (158) hide show
  1. lib/Varien/Autoload.php +1 -1
  2. lib/Varien/Cache/Backend/Database.php +1 -1
  3. lib/Varien/Cache/Backend/Eaccelerator.php +1 -1
  4. lib/Varien/Cache/Backend/Memcached.php +1 -1
  5. lib/Varien/Cache/Core.php +1 -1
  6. lib/Varien/Convert.php +1 -1
  7. lib/Varien/Convert/Action.php +1 -1
  8. lib/Varien/Convert/Action/Abstract.php +1 -1
  9. lib/Varien/Convert/Action/Interface.php +1 -1
  10. lib/Varien/Convert/Adapter/Abstract.php +1 -1
  11. lib/Varien/Convert/Adapter/Db/Table.php +1 -1
  12. lib/Varien/Convert/Adapter/Http.php +1 -1
  13. lib/Varien/Convert/Adapter/Http/Curl.php +1 -1
  14. lib/Varien/Convert/Adapter/Interface.php +1 -1
  15. lib/Varien/Convert/Adapter/Io.php +1 -1
  16. lib/Varien/Convert/Adapter/Soap.php +1 -1
  17. lib/Varien/Convert/Adapter/Std.php +1 -1
  18. lib/Varien/Convert/Adapter/Zend/Cache.php +1 -1
  19. lib/Varien/Convert/Adapter/Zend/Db.php +1 -1
  20. lib/Varien/Convert/Container/Abstract.php +1 -1
  21. lib/Varien/Convert/Container/Collection.php +1 -1
  22. lib/Varien/Convert/Container/Generic.php +1 -1
  23. lib/Varien/Convert/Container/Interface.php +1 -1
  24. lib/Varien/Convert/Exception.php +1 -1
  25. lib/Varien/Convert/Mapper/Abstract.php +1 -1
  26. lib/Varien/Convert/Mapper/Column.php +1 -1
  27. lib/Varien/Convert/Mapper/Interface.php +1 -1
  28. lib/Varien/Convert/Parser/Abstract.php +1 -1
  29. lib/Varien/Convert/Parser/Csv.php +1 -1
  30. lib/Varien/Convert/Parser/Interface.php +1 -1
  31. lib/Varien/Convert/Parser/Serialize.php +1 -1
  32. lib/Varien/Convert/Parser/Xml/Excel.php +1 -1
  33. lib/Varien/Convert/Profile.php +1 -1
  34. lib/Varien/Convert/Profile/Abstract.php +1 -1
  35. lib/Varien/Convert/Profile/Collection.php +1 -1
  36. lib/Varien/Convert/Validator/Abstract.php +1 -1
  37. lib/Varien/Convert/Validator/Column.php +1 -1
  38. lib/Varien/Convert/Validator/Dryrun.php +1 -1
  39. lib/Varien/Convert/Validator/Interface.php +1 -1
  40. lib/Varien/Crypt.php +1 -1
  41. lib/Varien/Crypt/Abstract.php +1 -1
  42. lib/Varien/Crypt/Mcrypt.php +1 -1
  43. lib/Varien/Data/Collection.php +1 -1
  44. lib/Varien/Data/Collection/Db.php +1 -1
  45. lib/Varien/Data/Collection/Filesystem.php +1 -1
  46. lib/Varien/Data/Form.php +1 -1
  47. lib/Varien/Data/Form/Abstract.php +1 -1
  48. lib/Varien/Data/Form/Element/Abstract.php +1 -1
  49. lib/Varien/Data/Form/Element/Button.php +1 -1
  50. lib/Varien/Data/Form/Element/Checkbox.php +1 -1
  51. lib/Varien/Data/Form/Element/Checkboxes.php +1 -1
  52. lib/Varien/Data/Form/Element/Collection.php +1 -1
  53. lib/Varien/Data/Form/Element/Column.php +1 -1
  54. lib/Varien/Data/Form/Element/Date.php +1 -1
  55. lib/Varien/Data/Form/Element/Datetime.php +1 -1
  56. lib/Varien/Data/Form/Element/Editor.php +1 -1
  57. lib/Varien/Data/Form/Element/Fieldset.php +1 -1
  58. lib/Varien/Data/Form/Element/File.php +1 -1
  59. lib/Varien/Data/Form/Element/Gallery.php +1 -1
  60. lib/Varien/Data/Form/Element/Hidden.php +1 -1
  61. lib/Varien/Data/Form/Element/Image.php +1 -1
  62. lib/Varien/Data/Form/Element/Imagefile.php +1 -1
  63. lib/Varien/Data/Form/Element/Label.php +1 -1
  64. lib/Varien/Data/Form/Element/Link.php +1 -1
  65. lib/Varien/Data/Form/Element/Multiline.php +1 -1
  66. lib/Varien/Data/Form/Element/Multiselect.php +1 -1
  67. lib/Varien/Data/Form/Element/Note.php +1 -1
  68. lib/Varien/Data/Form/Element/Obscure.php +1 -1
  69. lib/Varien/Data/Form/Element/Password.php +1 -1
  70. lib/Varien/Data/Form/Element/Radio.php +1 -1
  71. lib/Varien/Data/Form/Element/Radios.php +1 -1
  72. lib/Varien/Data/Form/Element/Renderer/Interface.php +1 -1
  73. lib/Varien/Data/Form/Element/Reset.php +1 -1
  74. lib/Varien/Data/Form/Element/Select.php +1 -1
  75. lib/Varien/Data/Form/Element/Submit.php +1 -1
  76. lib/Varien/Data/Form/Element/Text.php +1 -1
  77. lib/Varien/Data/Form/Element/Textarea.php +1 -1
  78. lib/Varien/Data/Form/Element/Time.php +1 -1
  79. lib/Varien/Data/Form/Filter/Date.php +1 -1
  80. lib/Varien/Data/Form/Filter/Datetime.php +1 -1
  81. lib/Varien/Data/Form/Filter/Escapehtml.php +1 -1
  82. lib/Varien/Data/Form/Filter/Interface.php +1 -1
  83. lib/Varien/Data/Form/Filter/Striptags.php +1 -1
  84. lib/Varien/Data/Tree.php +1 -1
  85. lib/Varien/Data/Tree/Db.php +1 -1
  86. lib/Varien/Data/Tree/Dbp.php +1 -1
  87. lib/Varien/Data/Tree/Node.php +1 -1
  88. lib/Varien/Data/Tree/Node/Collection.php +1 -1
  89. lib/Varien/Date.php +1 -1
  90. lib/Varien/Db/Adapter/Interface.php +1 -1
  91. lib/Varien/Db/Adapter/Mysqli.php +1 -1
  92. lib/Varien/Db/Adapter/Pdo/Mysql.php +1 -1
  93. lib/Varien/Db/Ddl/Table.php +1 -1
  94. lib/Varien/Db/Exception.php +1 -1
  95. lib/Varien/Db/Helper.php +1 -1
  96. lib/Varien/Db/Select.php +1 -1
  97. lib/Varien/Db/Statement/Parameter.php +1 -1
  98. lib/Varien/Db/Statement/Pdo/Mysql.php +1 -1
  99. lib/Varien/Db/Tree.php +1 -1
  100. lib/Varien/Db/Tree/Exception.php +1 -1
  101. lib/Varien/Db/Tree/Node.php +1 -1
  102. lib/Varien/Db/Tree/Node/Exception.php +1 -1
  103. lib/Varien/Db/Tree/NodeSet.php +1 -1
  104. lib/Varien/Db/Tree/NodeSet/Exception.php +1 -1
  105. lib/Varien/Debug.php +1 -1
  106. lib/Varien/Directory/Collection.php +1 -1
  107. lib/Varien/Directory/Factory.php +1 -1
  108. lib/Varien/Directory/IFactory.php +1 -1
  109. lib/Varien/Event.php +1 -1
  110. lib/Varien/Event/Collection.php +1 -1
  111. lib/Varien/Event/Observer.php +1 -1
  112. lib/Varien/Event/Observer/Collection.php +1 -1
  113. lib/Varien/Event/Observer/Cron.php +1 -1
  114. lib/Varien/Event/Observer/Regex.php +1 -1
  115. lib/Varien/Exception.php +1 -1
  116. lib/Varien/File/Csv.php +1 -1
  117. lib/Varien/File/CsvMulty.php +1 -1
  118. lib/Varien/File/Object.php +1 -1
  119. lib/Varien/File/Transfer/Adapter/Http.php +1 -1
  120. lib/Varien/File/Uploader.php +41 -8
  121. lib/Varien/File/Uploader/Image.php +1 -1
  122. lib/Varien/Filter/Array.php +1 -1
  123. lib/Varien/Filter/Array/Grid.php +1 -1
  124. lib/Varien/Filter/Email.php +1 -1
  125. lib/Varien/Filter/Money.php +1 -1
  126. lib/Varien/Filter/Object.php +1 -1
  127. lib/Varien/Filter/Object/Grid.php +1 -1
  128. lib/Varien/Filter/Sprintf.php +1 -1
  129. lib/Varien/Filter/Template.php +1 -1
  130. lib/Varien/Filter/Template/Simple.php +1 -1
  131. lib/Varien/Filter/Template/Tokenizer/Abstract.php +1 -1
  132. lib/Varien/Filter/Template/Tokenizer/Parameter.php +1 -1
  133. lib/Varien/Filter/Template/Tokenizer/Variable.php +1 -1
  134. lib/Varien/Http/Adapter/Curl.php +1 -1
  135. lib/Varien/Http/Client.php +1 -1
  136. lib/Varien/Image.php +1 -1
  137. lib/Varien/Image/Adapter.php +1 -1
  138. lib/Varien/Image/Adapter/Abstract.php +1 -1
  139. lib/Varien/Image/Adapter/Gd2.php +1 -1
  140. lib/Varien/Io/Abstract.php +1 -1
  141. lib/Varien/Io/Exception.php +1 -1
  142. lib/Varien/Io/File.php +1 -11
  143. lib/Varien/Io/Ftp.php +1 -1
  144. lib/Varien/Io/Interface.php +1 -1
  145. lib/Varien/Io/Sftp.php +1 -1
  146. lib/Varien/Object.php +1 -1
  147. lib/Varien/Object/Cache.php +1 -1
  148. lib/Varien/Object/Mapper.php +1 -1
  149. lib/Varien/Pear.php +1 -1
  150. lib/Varien/Pear/Frontend.php +1 -1
  151. lib/Varien/Pear/Package.php +1 -1
  152. lib/Varien/Pear/Registry.php +1 -1
  153. lib/Varien/Profiler.php +1 -1
  154. lib/Varien/Simplexml/Config.php +1 -1
  155. lib/Varien/Simplexml/Config/Cache/Abstract.php +1 -1
  156. lib/Varien/Simplexml/Config/Cache/File.php +1 -1
  157. lib/Varien/Simplexml/Element.php +1 -1
  158. package.xml +6 -6
lib/Varien/Autoload.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Autoload
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Autoload
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Backend/Database.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Backend/Eaccelerator.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Backend/Memcached.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Cache/Core.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Cache
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Action.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Action/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Action/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Db/Table.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Http.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Http/Curl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Io.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Soap.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Std.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Zend/Cache.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Adapter/Zend/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Generic.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Container/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Mapper/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Mapper/Column.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Mapper/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Csv.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Serialize.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Parser/Xml/Excel.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Profile.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Profile/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Profile/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Column.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Dryrun.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Convert/Validator/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Convert
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Crypt.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Crypt/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Crypt/Mcrypt.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Crypt
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Collection/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Collection/Filesystem.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Button.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Checkbox.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Checkboxes.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Column.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Datetime.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Editor.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Fieldset.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Gallery.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Hidden.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Imagefile.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Label.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Link.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Multiline.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Multiselect.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Note.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Obscure.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Password.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Radio.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Radios.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Renderer/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Reset.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Select.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Submit.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Text.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Textarea.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Element/Time.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Datetime.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Escapehtml.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Form/Filter/Striptags.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Db.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Dbp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Node.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Data/Tree/Node/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Data
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Date.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Date
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Date
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Adapter/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Adapter/Mysqli.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Adapter/Pdo/Mysql.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Ddl/Table.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Helper.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Select.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Statement/Parameter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Statement/Pdo/Mysql.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/Node.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/Node/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/NodeSet.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Db/Tree/NodeSet/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Db
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Debug.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Debug
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Debug
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Directory/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Directory/Factory.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Directory/IFactory.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Directory
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer/Cron.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Event/Observer/Regex.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Event
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Exception
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Exception
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Csv.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/CsvMulty.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Object.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Transfer/Adapter/Http.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/File/Uploader.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -124,6 +124,13 @@ class Varien_File_Uploader
124
 
125
  protected $_allowedExtensions = null;
126
 
 
 
 
 
 
 
 
127
  /**
128
  * Validate callbacks storage
129
  *
@@ -209,7 +216,7 @@ class Varien_File_Uploader
209
  $this->_result = $this->_moveFile($this->_file['tmp_name'], $destinationFile);
210
 
211
  if ($this->_result) {
212
- chmod($destinationFile, 0777);
213
  if ($this->_enableFilesDispersion) {
214
  $fileName = str_replace(DIRECTORY_SEPARATOR, '/',
215
  self::_addDirSeparator($this->_dispretionPath)) . $fileName;
@@ -253,6 +260,14 @@ class Varien_File_Uploader
253
  if (!$this->checkAllowedExtension($this->getFileExtension())) {
254
  throw new Exception('Disallowed file type.');
255
  }
 
 
 
 
 
 
 
 
256
  //run validate callbacks
257
  foreach ($this->_validateCallbacks as $params) {
258
  if (is_object($params['object']) && method_exists($params['object'], $params['method'])) {
@@ -350,14 +365,17 @@ class Varien_File_Uploader
350
  * @access public
351
  * @return bool
352
  */
353
- public function checkMimeType($validTypes=Array())
354
  {
355
- if (count($validTypes) > 0) {
356
- if (!in_array($this->_getMimeType(), $validTypes)) {
357
- return false;
 
358
  }
 
 
 
359
  }
360
- return true;
361
  }
362
 
363
  /**
@@ -430,6 +448,21 @@ class Varien_File_Uploader
430
  return $this;
431
  }
432
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
433
  /**
434
  * Check if specified extension is allowed
435
  *
@@ -505,7 +538,7 @@ class Varien_File_Uploader
505
  $destinationFolder = substr($destinationFolder, 0, -1);
506
  }
507
 
508
- if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0777, true))) {
509
  throw new Exception("Unable to create directory '{$destinationFolder}'.");
510
  }
511
  return $this;
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
124
 
125
  protected $_allowedExtensions = null;
126
 
127
+ /**
128
+ * List of valid MIME-Types.
129
+ *
130
+ * @var array
131
+ */
132
+ protected $_validMimeTypes = array();
133
+
134
  /**
135
  * Validate callbacks storage
136
  *
216
  $this->_result = $this->_moveFile($this->_file['tmp_name'], $destinationFile);
217
 
218
  if ($this->_result) {
219
+ chmod($destinationFile, 0640);
220
  if ($this->_enableFilesDispersion) {
221
  $fileName = str_replace(DIRECTORY_SEPARATOR, '/',
222
  self::_addDirSeparator($this->_dispretionPath)) . $fileName;
260
  if (!$this->checkAllowedExtension($this->getFileExtension())) {
261
  throw new Exception('Disallowed file type.');
262
  }
263
+
264
+ /*
265
+ * Validate MIME-Types.
266
+ */
267
+ if (!$this->checkMimeType($this->_validMimeTypes)) {
268
+ throw new Exception('Invalid MIME type.');
269
+ }
270
+
271
  //run validate callbacks
272
  foreach ($this->_validateCallbacks as $params) {
273
  if (is_object($params['object']) && method_exists($params['object'], $params['method'])) {
365
  * @access public
366
  * @return bool
367
  */
368
+ public function checkMimeType($validTypes = array())
369
  {
370
+ try {
371
+ if (count($validTypes) > 0) {
372
+ $validator = new Zend_Validate_File_MimeType($validTypes);
373
+ return $validator->isValid($this->_file['tmp_name']);
374
  }
375
+ return true;
376
+ } catch (Exception $e) {
377
+ return false;
378
  }
 
379
  }
380
 
381
  /**
448
  return $this;
449
  }
450
 
451
+ /**
452
+ * Set valid MIME-types.
453
+ *
454
+ * @param array $mimeTypes
455
+ * @return Varien_File_Uploader
456
+ */
457
+ public function setValidMimeTypes($mimeTypes = array())
458
+ {
459
+ $this->_validMimeTypes = array();
460
+ foreach ((array) $mimeTypes as $mimeType) {
461
+ $this->_validMimeTypes[] = $mimeType;
462
+ }
463
+ return $this;
464
+ }
465
+
466
  /**
467
  * Check if specified extension is allowed
468
  *
538
  $destinationFolder = substr($destinationFolder, 0, -1);
539
  }
540
 
541
+ if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0750, true))) {
542
  throw new Exception("Unable to create directory '{$destinationFolder}'.");
543
  }
544
  return $this;
lib/Varien/File/Uploader/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_File
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Array.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Array/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Email.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Money.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Object.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Object/Grid.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Sprintf.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Simple.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Tokenizer/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Tokenizer/Parameter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Filter/Template/Tokenizer/Variable.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Filter
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Http/Adapter/Curl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Http/Client.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Http
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image/Adapter.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image/Adapter/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Image/Adapter/Gd2.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Image
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Exception.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
@@ -233,16 +233,6 @@ class Varien_Io_File extends Varien_Io_Abstract
233
  return false;
234
  }
235
 
236
- /**
237
- * Security enchancement for CSV data processing by Excel-like applications.
238
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=1054702
239
- */
240
- foreach ($row as $key => $value) {
241
- if (substr($value, 0, 1) === '=') {
242
- $row[$key] = ' ' . $value;
243
- }
244
- }
245
-
246
  return @fputcsv($this->_streamHandler, $row, $delimiter, $enclosure);
247
  }
248
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
233
  return false;
234
  }
235
 
 
 
 
 
 
 
 
 
 
 
236
  return @fputcsv($this->_streamHandler, $row, $delimiter, $enclosure);
237
  }
238
 
lib/Varien/Io/Ftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Interface.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Io/Sftp.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Io
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Object.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Object/Cache.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Object/Mapper.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Object
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear/Frontend.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear/Package.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Pear/Registry.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Pear
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Profiler.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Profiler
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Profiler
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Config/Cache/Abstract.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Config/Cache/File.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
lib/Varien/Simplexml/Element.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
- * @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Varien
22
  * @package Varien_Simplexml
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Varien</name>
4
- <version>1.9.2.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Varien Library</summary>
10
  <description>Varien Library</description>
11
- <notes>1.9.2.2</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2015-10-27</date>
14
- <time>13:46:56</time>
15
- <contents><target name="magelib"><dir name="Varien"><file name="Autoload.php" hash="dc766f666b682fe85691c496d2b1ce7c"/><dir name="Cache"><dir name="Backend"><file name="Database.php" hash="78d66b6e6298c9338da9c390fe742bca"/><file name="Eaccelerator.php" hash="aa8840e2fff1ea84b643931feb7e89a0"/><file name="Memcached.php" hash="a602dda3f1a951ac779ec567b10d022e"/></dir><file name="Core.php" hash="afe76b8b6f0a641e420369a11da19a53"/></dir><dir name="Convert"><dir name="Action"><file name="Abstract.php" hash="b0748e1973155e3358471318dd690f54"/><file name="Interface.php" hash="b872ae40e0fe7a6a293cc9c2f0ecf8fb"/></dir><file name="Action.php" hash="f84e93e12575d66637c719a5ace10048"/><dir name="Adapter"><file name="Abstract.php" hash="c1b5d3898623903decab5b357f3042fb"/><dir name="Db"><file name="Table.php" hash="98fde56f12db1913f48130d3815766c5"/></dir><dir name="Http"><file name="Curl.php" hash="e9862db1732ae6976320e03fb31bbbd4"/></dir><file name="Http.php" hash="e54efc7a0a96aa888fcd186246493376"/><file name="Interface.php" hash="2f274fc1f48fffa9c671e1137be8aa74"/><file name="Io.php" hash="3d6b294c17c0ec1aa008d04a0a4d7241"/><file name="Soap.php" hash="c8562680e671f55ad1bd52aa5458fbe0"/><file name="Std.php" hash="155af022ca5a37f5635a364550af868a"/><dir name="Zend"><file name="Cache.php" hash="ea07c530e19a4007416be5c8d30f0ebe"/><file name="Db.php" hash="ed8c973b6f73239a8827467907c526e5"/></dir></dir><dir name="Container"><file name="Abstract.php" hash="9951bcccf153f812574291802cc3c16b"/><file name="Collection.php" hash="db70f8aa7534eff8fae7294bd8697d03"/><file name="Generic.php" hash="1335a7ba43def19bc79e6d0e9c842f36"/><file name="Interface.php" hash="98dd1b9d1207127e120fe52a0a3b3488"/></dir><file name="Exception.php" hash="002048d6913a53d76e5eab3defb90cac"/><dir name="Mapper"><file name="Abstract.php" hash="db499970eb5428470d8f229ba57aca02"/><file name="Column.php" hash="7e62b7cff2fe33358bb91fa3df41d2e8"/><file name="Interface.php" hash="603d0788e329635024810f928b49fa4f"/></dir><dir name="Parser"><file name="Abstract.php" hash="cc1941daffcd4b9cce0a86ee5d7ab471"/><file name="Csv.php" hash="7d0d9ee5d331615f1b8265501f9be71e"/><file name="Interface.php" hash="a616758d6ddab992ca89d38f00fdc76d"/><file name="Serialize.php" hash="8b41217392591f2c15c44a613e4e9ae9"/><dir name="Xml"><file name="Excel.php" hash="fa2359e440f0b3d70751d23fd299f8d8"/></dir></dir><dir name="Profile"><file name="Abstract.php" hash="3b1b884474c7947b812ed99e5eecf990"/><file name="Collection.php" hash="bdb09b51f16897f5254edc076ffce681"/></dir><file name="Profile.php" hash="96fab155f31ec5ef3e7b4bdf9248b2b8"/><dir name="Validator"><file name="Abstract.php" hash="5ee13d15f5c1d20a69e60f2a5c9d635d"/><file name="Column.php" hash="96de1db93ae007be456f1f56e88a9939"/><file name="Dryrun.php" hash="e43002dc3a8025dfcabf13f0a485965e"/><file name="Interface.php" hash="f54198b10cd39596a831e0e78c56dc11"/></dir></dir><file name="Convert.php" hash="d56a14d6636dd1ee7f6f1a81b384f2f5"/><dir name="Crypt"><file name="Abstract.php" hash="3867789b8516cda284a8f6177adb22d1"/><file name="Mcrypt.php" hash="3022218cb5206a5f95db75a78e7c7527"/></dir><file name="Crypt.php" hash="7372f5e6f7d7b96f0181f13834e56f4b"/><dir name="Data"><dir name="Collection"><file name="Db.php" hash="faf0bebb7681d89d98729e98c0167ee0"/><file name="Filesystem.php" hash="40661586b77407a71ee1f756e5553adb"/></dir><file name="Collection.php" hash="6d5170bb9dbec7a7ee864dd973e0d500"/><dir name="Form"><file name="Abstract.php" hash="864c5ddad40817e65f8188390c33eb15"/><dir name="Element"><file name="Abstract.php" hash="b484d100f5693cd4e912c9ca93857603"/><file name="Button.php" hash="57ebd4aeb6f96fdf6e08f864a134729d"/><file name="Checkbox.php" hash="0a0e8a35e7f4a71b264747685d00f122"/><file name="Checkboxes.php" hash="ec5ca55d06b8aab1f9e9a224b38a0e94"/><file name="Collection.php" hash="115eeeed84dbcf8f43c6ca92f4339eb7"/><file name="Column.php" hash="541d994eaee258e5ebbc458628ade2c3"/><file name="Date.php" hash="855de0485c028fd315d47b35b0c6a8be"/><file name="Datetime.php" hash="72ed0fdbe0770cc967232aef07c90e80"/><file name="Editor.php" hash="f536ae5cab23ed5dfaba6fffcacee69d"/><file name="Fieldset.php" hash="3c8946dd8ec889719376ab59a346da4f"/><file name="File.php" hash="a95837ceeea1be891a7f55b198585c2b"/><file name="Gallery.php" hash="ba27a76f65df878bf55565ac75de8f17"/><file name="Hidden.php" hash="fd70cf5f1a27d969578de0ffef5f0a38"/><file name="Image.php" hash="1fecc228200ce23a307f4ff95511ee36"/><file name="Imagefile.php" hash="ced6ccd0ee7a48d60887dab8d2f4e5a5"/><file name="Label.php" hash="d1cc044aa76571e90848aa69db749285"/><file name="Link.php" hash="4ac31ec26330bbef008e5917e2cec619"/><file name="Multiline.php" hash="5ad29f476881912bc6d21445133ceafd"/><file name="Multiselect.php" hash="e51e5a49c816b0da1ab61adfa9e11a5e"/><file name="Note.php" hash="b599a56b74f6e851b61d9d529621907c"/><file name="Obscure.php" hash="1ec4d2b87a537698932a60f0a1c26364"/><file name="Password.php" hash="7e78125059c1d8ee405ba946e3779e62"/><file name="Radio.php" hash="14d9ac8df9b00d3061c9c0528dcb8f05"/><file name="Radios.php" hash="142d3afe02f03f40b0b2cff371135d64"/><dir name="Renderer"><file name="Interface.php" hash="1333c6ebb3e531ce1cc62880a76df176"/></dir><file name="Reset.php" hash="cfaa070a01ff533534c93e40cb8a8a50"/><file name="Select.php" hash="4cfded15810a229390ccde56370848bc"/><file name="Submit.php" hash="d873762f62e3acc9a89ee48ba0ea5c04"/><file name="Text.php" hash="4f52cc4fbb36a0fff6ce4df87cf02839"/><file name="Textarea.php" hash="67a4950f867a996bed2b5e1ec6f8f909"/><file name="Time.php" hash="3f3b2f792cbcbfeddea892527e02d4c2"/></dir><dir name="Filter"><file name="Date.php" hash="5e4a78a6346f1bad02568591a8f22ffc"/><file name="Datetime.php" hash="b959e710b5444364e1c289118305fa20"/><file name="Escapehtml.php" hash="9b45defc86b0a40e6b01e815b776c64c"/><file name="Interface.php" hash="7f80d12ed17a0e59e9fda5e597832898"/><file name="Striptags.php" hash="155804951f94a18cf1ce080a31ad231f"/></dir></dir><file name="Form.php" hash="c763be17e07293924af068a9d6f5b2cc"/><dir name="Tree"><file name="Db.php" hash="b3511f3bba2c4cb3b48b5c06b2f61962"/><file name="Dbp.php" hash="52a556c1c672cf1b6edd74f7f8a1c22f"/><dir name="Node"><file name="Collection.php" hash="2eba70122d32e195945d0608546eefb7"/></dir><file name="Node.php" hash="247635d415b01075f976de73477628ca"/></dir><file name="Tree.php" hash="65ad695cdb2d44624e3f8a6d4bded2fc"/></dir><file name="Date.php" hash="cf75993db21737871d847c40cf69eabd"/><dir name="Db"><dir name="Adapter"><file name="Interface.php" hash="20618cca9ec0970359a758a7bb19aa1d"/><file name="Mysqli.php" hash="34bfba6a62779cc52afa45d94e4204b0"/><dir name="Pdo"><file name="Mysql.php" hash="9306a10cb16b5f4fcaa2a18dac0bd31a"/></dir></dir><dir name="Ddl"><file name="Table.php" hash="4ea54d6f0da26b7b3ebdf53a22bce157"/></dir><file name="Exception.php" hash="459a3ba64822195d1716394b0666c6ef"/><file name="Helper.php" hash="068814d81e6d2c10fb02abfd075f9732"/><file name="Select.php" hash="cae369c5e0ace008e64c4eef0742eec9"/><dir name="Statement"><file name="Parameter.php" hash="3c876a17bbdb2fa8285e3a2c931b29a2"/><dir name="Pdo"><file name="Mysql.php" hash="989ef975be060d75bcfb56b88d8b5dc4"/></dir></dir><dir name="Tree"><file name="Exception.php" hash="d9a2ded99bd0a0f48c30ea373b053d2e"/><dir name="Node"><file name="Exception.php" hash="e0a051b9da1620549cbf001ccd08b46b"/></dir><file name="Node.php" hash="1181ffb30d23bad0abdb2a00760c6b5c"/><dir name="NodeSet"><file name="Exception.php" hash="464e6f22c47148e847a7d70635b03e9d"/></dir><file name="NodeSet.php" hash="5d94f8d55e6a85e9d1843b4b4ab0f523"/></dir><file name="Tree.php" hash="0224ac5093e6e20a894ef8598c642962"/></dir><file name="Debug.php" hash="1fe7210f700b50eefa42d72107d5c77d"/><dir name="Directory"><file name="Collection.php" hash="55fa81e35a94e276dd58b80f616c4b3b"/><file name="Factory.php" hash="fd3cc7bede04563dcf240465be02b114"/><file name="IFactory.php" hash="462a88798efd2980a110f5d5bcd0cf91"/><file name="a.txt" hash="026e450c46ac92ea375302955a4f42fb"/></dir><dir name="Event"><file name="Collection.php" hash="6e3aa26a760229de731e5deb7586271e"/><dir name="Observer"><file name="Collection.php" hash="5b75ddd0cdf40e3c7ebdc6caef6b49fc"/><file name="Cron.php" hash="dbc005bcbf59d24766b22fe0e1ea7ec2"/><file name="Regex.php" hash="e8b73dd83e6a0181a3b902ce670d33f8"/></dir><file name="Observer.php" hash="529a4e7a186686946161acb751d80088"/></dir><file name="Event.php" hash="bde863ce12014af6d26891917313471c"/><file name="Exception.php" hash="80e9a22385477d5410f3493eafcda326"/><dir name="File"><file name="Csv.php" hash="f3879e8a8d0ece43bd1ed82a97f6fa78"/><file name="CsvMulty.php" hash="4370e09d0fea88df8079096fe6c89c2f"/><file name="Object.php" hash="81831a7af12515faf48db2064dd2b700"/><dir name="Transfer"><dir name="Adapter"><file name="Http.php" hash="0f2df4d6d534bfc4fd1ba35cdcabf425"/></dir></dir><dir name="Uploader"><file name="Image.php" hash="e1a33ce7c7f42c92ff7a1afb4dc85440"/></dir><file name="Uploader.php" hash="29bd46737e32230216c90b3fa7b9d81f"/></dir><dir name="Filter"><dir name="Array"><file name="Grid.php" hash="3a1e7d366046fbb806f4df65b5d43bce"/></dir><file name="Array.php" hash="ee2c63311116db215a17d5c6a6d53ea8"/><file name="Email.php" hash="ef31a8b4a24efef65f233c5cbc469d48"/><file name="Money.php" hash="fcfbf636218ac3b9175d743ab601712d"/><dir name="Object"><file name="Grid.php" hash="b905567ede56769d4af9642ea77361b4"/></dir><file name="Object.php" hash="226c84edc99ad7c95ae89fabb0625ed4"/><file name="Sprintf.php" hash="6c534392c58d387ff09e88bd272d4d11"/><dir name="Template"><file name="Simple.php" hash="57d6179c99972f24b272bad6987a2969"/><dir name="Tokenizer"><file name="Abstract.php" hash="1553cf9ad676e024bd50e68998d5c2f3"/><file name="Parameter.php" hash="a71db1a7a12e505409a8eb396b4fac53"/><file name="Variable.php" hash="6db874de901ba51215acc834251ac7d6"/></dir></dir><file name="Template.php" hash="d35924fef8fb2015af97cdf93ce942af"/></dir><dir name="Http"><dir name="Adapter"><file name="Curl.php" hash="967d7ebda9ca4407578663bd56d91e30"/></dir><file name="Client.php" hash="8e8c9badb27cf839870c9cac33256522"/></dir><dir name="Image"><dir name="Adapter"><file name="Abstract.php" hash="95fa6f5dcbfe5e14505f62f32eaac03d"/><file name="Gd2.php" hash="1d4e06ea2d76031e5083ff766d06d98a"/></dir><file name="Adapter.php" hash="6ee7421d63c8ce983b29087be640a3f1"/></dir><file name="Image.php" hash="f22e05f3df7c6daa13daa5ecd4284fa1"/><dir name="Io"><file name="Abstract.php" hash="f452d74122309888e459dec9ce357f6c"/><file name="Exception.php" hash="cdd1b92cc59bac44bb83cac2d270b27f"/><file name="File.php" hash="73ca38dbf70b9142a84a68d4cb604366"/><file name="Ftp.php" hash="4234722492e84b962c1936a4b3fe9467"/><file name="Interface.php" hash="f9fbf2011c2d76bfce45ed2eb11b0fc3"/><file name="Sftp.php" hash="38e78f345ab1699c60209276f36bdce7"/></dir><dir name="Object"><file name="Cache.php" hash="6ee96c531c7ed6abebe6e088f083269e"/><file name="Mapper.php" hash="e01cd2fc8ce04f2301ae5272eb0eb8fe"/></dir><file name="Object.php" hash="a73a915543d26fbb8ec8d5bfad926813"/><dir name="Pear"><file name="Frontend.php" hash="2a364509ecb3509d88b394f2ff8e379c"/><file name="Package.php" hash="00d889cdae532e40bf231a6dc49f43a2"/><file name="Registry.php" hash="20f14ad14bc6e5ff404ef919e9e03ad9"/></dir><file name="Pear.php" hash="989e1140ba8cb691a6eb29ec6ca14e4e"/><file name="Profiler.php" hash="8f0833c09792a44cf4cec3c4ca1ab83e"/><dir name="Simplexml"><dir name="Config"><dir name="Cache"><file name="Abstract.php" hash="2d903ac5990d3adb281ea817f683a2b1"/><file name="File.php" hash="99fe5b7935433870674d6244f4f24996"/></dir></dir><file name="Config.php" hash="59765741a00934da08bb2acfeae3e95d"/><file name="Element.php" hash="3af48d7f8053cc49d7f52b6b00aec648"/></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_ZF</name><channel>community</channel><min>1.12.10.2</min><max>1.12.10.2</max></package><extension><name>PDO</name><min></min><max></max></extension><extension><name>SPL</name><min></min><max></max></extension><extension><name>curl</name><min></min><max></max></extension><extension><name>SimpleXML</name><min></min><max></max></extension><extension><name>dom</name><min></min><max></max></extension><extension><name>gd</name><min></min><max></max></extension><extension><name>iconv</name><min></min><max></max></extension><extension><name>pdo_mysql</name><min></min><max></max></extension><extension><name>mcrypt</name><min></min><max></max></extension><extension><name>pcre</name><min></min><max></max></extension><extension><name>Reflection</name><min></min><max></max></extension><extension><name>session</name><min></min><max></max></extension></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Lib_Varien</name>
4
+ <version>1.9.2.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Varien Library</summary>
10
  <description>Varien Library</description>
11
+ <notes>1.9.2.3</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2016-01-19</date>
14
+ <time>10:06:43</time>
15
+ <contents><target name="magelib"><dir name="Varien"><file name="Autoload.php" hash="c7f5f9b8ddddde150f90e4b2834140e8"/><dir name="Cache"><dir name="Backend"><file name="Database.php" hash="339b3e61d3cb820d78092ecee6877d84"/><file name="Eaccelerator.php" hash="1bff11b52bd226600d3ddb468d71952b"/><file name="Memcached.php" hash="b05845533f0772456b43388861acfdcc"/></dir><file name="Core.php" hash="8299daa89aa8e5d420aca12dc3c90d92"/></dir><dir name="Convert"><dir name="Action"><file name="Abstract.php" hash="17b58a65a08f7262c2b3c19b714443f8"/><file name="Interface.php" hash="a47e473c9e527c38745146daba0045f3"/></dir><file name="Action.php" hash="d9d2033f81d5b12fc28668499f930414"/><dir name="Adapter"><file name="Abstract.php" hash="024b5bd817718721bc16dc80b22c9ec3"/><dir name="Db"><file name="Table.php" hash="577d1bb64df9bd4184ed7384153ed633"/></dir><dir name="Http"><file name="Curl.php" hash="a234beffd5f46d10098b4cd15026d5cd"/></dir><file name="Http.php" hash="ab48b2afa666ec336ba52ac2070da07a"/><file name="Interface.php" hash="c4841187e37ff5ca4d7e9063278633b7"/><file name="Io.php" hash="71e135658d05304c9fc010db751ce386"/><file name="Soap.php" hash="157abe7d07f32613bb702f3c7e731bf5"/><file name="Std.php" hash="0d1510cb36ecd0092c9dae1fdbe8ba76"/><dir name="Zend"><file name="Cache.php" hash="e9f054166d792e97da9eff47f99f571d"/><file name="Db.php" hash="fc0118c9f6acf5c9b7b8266282f4ec89"/></dir></dir><dir name="Container"><file name="Abstract.php" hash="4267051aa48259251edda29218401f68"/><file name="Collection.php" hash="989a5cc71649df618f8ebfae712b358a"/><file name="Generic.php" hash="acd9cab8310a7d51a88e7591db0bdffe"/><file name="Interface.php" hash="00a8284b8a025da330bef4f0172895e0"/></dir><file name="Exception.php" hash="4b397e06b2f636746338fefbb83f426b"/><dir name="Mapper"><file name="Abstract.php" hash="ae455a996cf2684e792bcdf7569ef542"/><file name="Column.php" hash="765cd59e6a214928f5307402dcaada81"/><file name="Interface.php" hash="107005decc7b7bc4922a2d1b9c288ed3"/></dir><dir name="Parser"><file name="Abstract.php" hash="c58faf2e6551721aad044ccb5eecfaf0"/><file name="Csv.php" hash="89c29a2300c8ac53df4f6e5e0dbda1f4"/><file name="Interface.php" hash="464d9342c4a3303ed3fcc9c39fa54939"/><file name="Serialize.php" hash="66963259ce453d1bc7c096bf13cc5250"/><dir name="Xml"><file name="Excel.php" hash="5d433a9ae03ee7fa7dcf8576f2782434"/></dir></dir><dir name="Profile"><file name="Abstract.php" hash="a859ec926daeb77020ea3aa5d1c322d1"/><file name="Collection.php" hash="aea4c6c50f4800646fdfeb506e66f426"/></dir><file name="Profile.php" hash="9c4e7f813c3223c410dfcc9baf1a1471"/><dir name="Validator"><file name="Abstract.php" hash="7d4567452b36f1cccf0b9baddf89dffb"/><file name="Column.php" hash="c82b2113ab381da722852d8734c1c29c"/><file name="Dryrun.php" hash="a52f2b76da7474b8e6d89c01769e9f57"/><file name="Interface.php" hash="5ed70425a88f8c08822546743fe8d1cd"/></dir></dir><file name="Convert.php" hash="5d73e3e7ff156c39b39c4e0c80e1c083"/><dir name="Crypt"><file name="Abstract.php" hash="e687297778346a1214af312316d2a450"/><file name="Mcrypt.php" hash="bcc0c8db127bf6c0ccbf6b05a1ebc7af"/></dir><file name="Crypt.php" hash="08fbe071ec9ea0f7ea1e7f7d0a085497"/><dir name="Data"><dir name="Collection"><file name="Db.php" hash="57e1ea9fc24136b1d2ba4b5aef50f520"/><file name="Filesystem.php" hash="22e2872c9ead1c7229a40d173f24fd62"/></dir><file name="Collection.php" hash="e4c28185592c13f69e2d56205923884f"/><dir name="Form"><file name="Abstract.php" hash="98b9fa8a880c9611e60e772798ab01c9"/><dir name="Element"><file name="Abstract.php" hash="ebcf3d7ad4fa41066bb579e6eed4efc3"/><file name="Button.php" hash="1ac6ebee7f02ee2c2f2147befbf72020"/><file name="Checkbox.php" hash="065e612ce32e8dc656734166e42d11b0"/><file name="Checkboxes.php" hash="3b7f5f554a8463f37d1dfaed08d6d38b"/><file name="Collection.php" hash="d70b13b12cd603109e42e4a1e76ed99e"/><file name="Column.php" hash="b5acc47bfb1a7f8cc194450f8f7007d9"/><file name="Date.php" hash="3b1df26c27c3437ae659fa2e79df01f1"/><file name="Datetime.php" hash="b2ec621aadd253f724dabe187438fa9a"/><file name="Editor.php" hash="c68d3cb074511f7268ea7a2f76314c31"/><file name="Fieldset.php" hash="6e9918ab463a9c1d094b1294dd37d068"/><file name="File.php" hash="fa610905c3101af88c90f4d6e7f15690"/><file name="Gallery.php" hash="3a288d30c28a28a8c739ba173692b40c"/><file name="Hidden.php" hash="13b097914028ce4b675ecf4a8478e183"/><file name="Image.php" hash="0bb125179d32d5e4b72d42a702f78e82"/><file name="Imagefile.php" hash="16d0a8ea9b5aeefd3800d98b0f2a050f"/><file name="Label.php" hash="25bccc8da2050c3bb3fd77e154f49ee7"/><file name="Link.php" hash="d51989687bf01445a2c290a9ad9cfe4d"/><file name="Multiline.php" hash="030b3dabe178eb893b087229ea5cb28b"/><file name="Multiselect.php" hash="e3777d40af7bd458b2fdc2936e43d159"/><file name="Note.php" hash="6533afa27275fc26378a5af4d4f01d0a"/><file name="Obscure.php" hash="166bc77e429e1b55d878aa57e201f9b7"/><file name="Password.php" hash="76c9bce6f655ee88397fec7921890da8"/><file name="Radio.php" hash="83fe50f55e16a7c6a517893a7a4c76e4"/><file name="Radios.php" hash="8d8b15b0afdbe3ce0da82de4005571f6"/><dir name="Renderer"><file name="Interface.php" hash="822ab830f5fc71ac3696cccd297e1782"/></dir><file name="Reset.php" hash="60ff7e40e14b9f54f1844dbfb7143eb1"/><file name="Select.php" hash="40ec839bdd86e27f8410ec49f3847b55"/><file name="Submit.php" hash="0b5ec554c06a1e31b30337cb344f87ab"/><file name="Text.php" hash="5fb3165ae1581d6600e88d50e98dbe26"/><file name="Textarea.php" hash="2401fa2361befb095a0d594c7406ad11"/><file name="Time.php" hash="039b841fb0908719f9e314ceae99c8b9"/></dir><dir name="Filter"><file name="Date.php" hash="c21098c5d610e432f8f2e62e463a70b5"/><file name="Datetime.php" hash="ec3e07bf6ee1e4ed2158d2902685757d"/><file name="Escapehtml.php" hash="5df850df1f0a188041300b60d197c3da"/><file name="Interface.php" hash="71c82da5599e80487d24c534dac07260"/><file name="Striptags.php" hash="525641ac83a75f10ed9f5621713899d4"/></dir></dir><file name="Form.php" hash="ff7f5059cb386df05f1d01676c990e08"/><dir name="Tree"><file name="Db.php" hash="1048a11bc7efb24b17fdd7acb7ae7185"/><file name="Dbp.php" hash="97f856c2d9a3bf66873cd1f937d6c53d"/><dir name="Node"><file name="Collection.php" hash="d4d2e9fd2951367ca156290d50fd5e79"/></dir><file name="Node.php" hash="f1563d91887f98e780f9fa68bc3ab58a"/></dir><file name="Tree.php" hash="bcd021d0cbabf38fc2418b2406b9736e"/></dir><file name="Date.php" hash="3129a6658d2506b53e6a916bfbdbe740"/><dir name="Db"><dir name="Adapter"><file name="Interface.php" hash="e38d8a368b401be5a83d42faa08122d2"/><file name="Mysqli.php" hash="92d75b660e62c3499788092b76e6e3da"/><dir name="Pdo"><file name="Mysql.php" hash="454ba18cccf4f349833ed4aa7c4692a1"/></dir></dir><dir name="Ddl"><file name="Table.php" hash="6e4623cab03c59893b4291fcf0360f1e"/></dir><file name="Exception.php" hash="cac07fa5f5942a35621ecafa5b478740"/><file name="Helper.php" hash="419ba9bae77f83f3ec16c6ed030429c6"/><file name="Select.php" hash="2825d6fe0f266fb8b224978d089ba5a9"/><dir name="Statement"><file name="Parameter.php" hash="e4d24c4d36257468fc65f6496ae68696"/><dir name="Pdo"><file name="Mysql.php" hash="55a3324ee346772f3049f5642fa12aab"/></dir></dir><dir name="Tree"><file name="Exception.php" hash="615870d23d7acf93d95e58f93a4b5e5a"/><dir name="Node"><file name="Exception.php" hash="370eeda683dd51772ff410cce3870912"/></dir><file name="Node.php" hash="f4a0f790a858758eb744d5e489180620"/><dir name="NodeSet"><file name="Exception.php" hash="a2217206d748ebbfbfff95a61ece4d03"/></dir><file name="NodeSet.php" hash="560ae179275f5e5508e23a9f2981bfcd"/></dir><file name="Tree.php" hash="4bcbde7f5187acfb30237a085e0c671c"/></dir><file name="Debug.php" hash="5e30a0e05bfbd2a41b0ade3d076702ff"/><dir name="Directory"><file name="Collection.php" hash="3a14ec5c5c53e3f3b533ae690fc32ce5"/><file name="Factory.php" hash="50311c3bcd43a44520d1eb05accae004"/><file name="IFactory.php" hash="d74f483a5bf25b5709648fb85bf0145b"/><file name="a.txt" hash="026e450c46ac92ea375302955a4f42fb"/></dir><dir name="Event"><file name="Collection.php" hash="7d488d1f5442ebe944b6c9dace32b573"/><dir name="Observer"><file name="Collection.php" hash="6d4895842c61b62561fc22a76259086a"/><file name="Cron.php" hash="a35a51db9db462eda37144a0f29a8e0b"/><file name="Regex.php" hash="cf0ac2b8d8e0f09aeda016ee5a337e26"/></dir><file name="Observer.php" hash="78a0ef0dadf71b812f70806113ea14c5"/></dir><file name="Event.php" hash="a155d32ce52040fd0f9aecbbda0ea9ef"/><file name="Exception.php" hash="d764dbe0c6a78b4bea2e12aecce28b9a"/><dir name="File"><file name="Csv.php" hash="c9cf4bb12f626ca6df92ea1d5794e71d"/><file name="CsvMulty.php" hash="b1ce53d79c92f880892f6bc6118700d4"/><file name="Object.php" hash="c16eac461e4131a8effe4ef27fdd6bee"/><dir name="Transfer"><dir name="Adapter"><file name="Http.php" hash="77add7c751a97cf64cff91e7e59441dc"/></dir></dir><dir name="Uploader"><file name="Image.php" hash="e706d756a6a2a01e932711c1cccc93c6"/></dir><file name="Uploader.php" hash="83ef68abc0f80afbc246b2cb52ff9e88"/></dir><dir name="Filter"><dir name="Array"><file name="Grid.php" hash="f335fcefe5fdb4c9df56dd02bdb0a9a1"/></dir><file name="Array.php" hash="bfaba982f2bf36c1ed20f00be965815b"/><file name="Email.php" hash="ae9158b6faf535c74be16f15f67189e2"/><file name="Money.php" hash="503f60d4390c4d4c12d315fc67fea532"/><dir name="Object"><file name="Grid.php" hash="410da6590fca1d728b2ef77521409369"/></dir><file name="Object.php" hash="f810a76d15fa0cec240a4d550b1f4a57"/><file name="Sprintf.php" hash="7275dd4301186c43360e6c4738785e69"/><dir name="Template"><file name="Simple.php" hash="db26bf9a9336322532ad46e851046973"/><dir name="Tokenizer"><file name="Abstract.php" hash="1c44ba80e79ab56033f3a6743f4b915f"/><file name="Parameter.php" hash="489dbb4266a1a9ff00e0c2ec4870692b"/><file name="Variable.php" hash="75e12cfe8390e363406ead1017f18dc5"/></dir></dir><file name="Template.php" hash="9410f87fc57bf17ac774763ff9bf9582"/></dir><dir name="Http"><dir name="Adapter"><file name="Curl.php" hash="686744b0049328ffccc2724683cf9728"/></dir><file name="Client.php" hash="f7192232c74f90e508fa8037b63d9b17"/></dir><dir name="Image"><dir name="Adapter"><file name="Abstract.php" hash="53ee322e240193c2d794e0305a58784b"/><file name="Gd2.php" hash="d58aa8baf7894bb2bedca706a153d6f7"/></dir><file name="Adapter.php" hash="010aa03b7eed2180f755c32b57feaa50"/></dir><file name="Image.php" hash="75ffa375129b3e868f1abfa264e3aed4"/><dir name="Io"><file name="Abstract.php" hash="36e48d7063905b547ea7276f5e929370"/><file name="Exception.php" hash="f448af56de8a6576232c3b8abe811a24"/><file name="File.php" hash="227634058a28a75a336fe7c667b21a61"/><file name="Ftp.php" hash="1b338d1b00ae8bcca46b35dd4ae9947d"/><file name="Interface.php" hash="2282a739801134ef4fc1c317fd71fe0f"/><file name="Sftp.php" hash="b112c3a081b966b7bf3de798ae784306"/></dir><dir name="Object"><file name="Cache.php" hash="5a20030d3146616195283cb164e12f83"/><file name="Mapper.php" hash="8fe3dbd45a33244e28e467655a2be96b"/></dir><file name="Object.php" hash="61cf06fddeaae15fdc8fe19d8f3e3326"/><dir name="Pear"><file name="Frontend.php" hash="8bbd4fceaf73c5cc1992e7bd5581e04f"/><file name="Package.php" hash="b1908245201e0ea86e1df171d21d491c"/><file name="Registry.php" hash="146311fdb9de26c19db4405135244509"/></dir><file name="Pear.php" hash="d2aa295eb2b960fa3ab9a031a1e24c7b"/><file name="Profiler.php" hash="89905cd056b8926b8dcab134785ae5e6"/><dir name="Simplexml"><dir name="Config"><dir name="Cache"><file name="Abstract.php" hash="a0bf74f4e8ca80a8360d3a9046193a85"/><file name="File.php" hash="7a9d610ee02458e3a9158f4884fffda6"/></dir></dir><file name="Config.php" hash="e3e1c3cd7044b488dacc314b2fd20e1b"/><file name="Element.php" hash="e9de0071cbe5df249b847d9d22473519"/></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_ZF</name><channel>community</channel><min>1.12.10.3</min><max>1.12.10.3</max></package><extension><name>PDO</name><min></min><max></max></extension><extension><name>SPL</name><min></min><max></max></extension><extension><name>curl</name><min></min><max></max></extension><extension><name>SimpleXML</name><min></min><max></max></extension><extension><name>dom</name><min></min><max></max></extension><extension><name>gd</name><min></min><max></max></extension><extension><name>iconv</name><min></min><max></max></extension><extension><name>pdo_mysql</name><min></min><max></max></extension><extension><name>mcrypt</name><min></min><max></max></extension><extension><name>pcre</name><min></min><max></max></extension><extension><name>Reflection</name><min></min><max></max></extension><extension><name>session</name><min></min><max></max></extension></required></dependencies>
18
  </package>