Mage_Core_Modules - Version 1.8.0.0

Version Notes

1.8.0.0

Download this release

Release Info

Developer Magento Core Team
Extension Mage_Core_Modules
Version 1.8.0.0
Comparing to
See all releases


Code changes from version 1.7.0.2 to 1.8.0.0

Files changed (1016) hide show
  1. .htaccess.sample +1 -2
  2. RELEASE_NOTES.txt +9 -0
  3. app/Mage.php +3 -3
  4. app/code/core/Mage/Admin/Helper/Data.php +1 -1
  5. app/code/core/Mage/Admin/Model/Acl.php +1 -1
  6. app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php +1 -1
  7. app/code/core/Mage/Admin/Model/Acl/Assert/Time.php +1 -1
  8. app/code/core/Mage/Admin/Model/Acl/Resource.php +1 -1
  9. app/code/core/Mage/Admin/Model/Acl/Role.php +1 -1
  10. app/code/core/Mage/Admin/Model/Acl/Role/Generic.php +1 -1
  11. app/code/core/Mage/Admin/Model/Acl/Role/Group.php +1 -1
  12. app/code/core/Mage/Admin/Model/Acl/Role/Registry.php +1 -1
  13. app/code/core/Mage/Admin/Model/Acl/Role/User.php +1 -1
  14. app/code/core/Mage/Admin/Model/Config.php +1 -1
  15. app/code/core/Mage/Admin/Model/Mysql4/Acl.php +1 -1
  16. app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php +1 -1
  17. app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php +1 -1
  18. app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php +1 -1
  19. app/code/core/Mage/Admin/Model/Mysql4/Role.php +1 -1
  20. app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php +1 -1
  21. app/code/core/Mage/Admin/Model/Mysql4/Roles.php +1 -1
  22. app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php +1 -1
  23. app/code/core/Mage/Admin/Model/Mysql4/Roles/User/Collection.php +1 -1
  24. app/code/core/Mage/Admin/Model/Mysql4/Rules.php +1 -1
  25. app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php +1 -1
  26. app/code/core/Mage/Admin/Model/Mysql4/User.php +1 -1
  27. app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php +1 -1
  28. app/code/core/Mage/Admin/Model/Observer.php +1 -1
  29. app/code/core/Mage/Admin/Model/Resource/Acl.php +1 -1
  30. app/code/core/Mage/Admin/Model/Resource/Acl/Role.php +1 -1
  31. app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php +1 -1
  32. app/code/core/Mage/Admin/Model/Resource/Permissions/Collection.php +1 -1
  33. app/code/core/Mage/Admin/Model/Resource/Role.php +1 -1
  34. app/code/core/Mage/Admin/Model/Resource/Role/Collection.php +1 -1
  35. app/code/core/Mage/Admin/Model/Resource/Roles.php +1 -1
  36. app/code/core/Mage/Admin/Model/Resource/Roles/Collection.php +1 -1
  37. app/code/core/Mage/Admin/Model/Resource/Roles/User/Collection.php +1 -1
  38. app/code/core/Mage/Admin/Model/Resource/Rules.php +1 -1
  39. app/code/core/Mage/Admin/Model/Resource/Rules/Collection.php +1 -1
  40. app/code/core/Mage/Admin/Model/Resource/User.php +6 -7
  41. app/code/core/Mage/Admin/Model/Resource/User/Collection.php +1 -1
  42. app/code/core/Mage/Admin/Model/Role.php +1 -1
  43. app/code/core/Mage/Admin/Model/Roles.php +1 -1
  44. app/code/core/Mage/Admin/Model/Rules.php +1 -1
  45. app/code/core/Mage/Admin/Model/Session.php +1 -1
  46. app/code/core/Mage/Admin/Model/User.php +22 -6
  47. app/code/core/Mage/Admin/data/admin_setup/data-install-1.6.0.0.php +1 -1
  48. app/code/core/Mage/Admin/etc/config.xml +2 -2
  49. app/code/core/Mage/Admin/sql/admin_setup/install-1.6.0.0.php +1 -1
  50. app/code/core/Mage/Admin/sql/admin_setup/mysql4-install-0.7.0.php +1 -1
  51. app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.0-0.7.1.php +1 -1
  52. app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.1-0.7.2.php +1 -1
  53. app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  54. app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.0.0-1.6.1.0.php +1 -1
  55. app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.0-1.6.1.1.php +38 -0
  56. app/code/core/Mage/AdminNotification/Helper/Data.php +1 -1
  57. app/code/core/Mage/AdminNotification/Model/Feed.php +1 -1
  58. app/code/core/Mage/AdminNotification/Model/Inbox.php +1 -1
  59. app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox.php +1 -1
  60. app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox/Collection.php +1 -1
  61. app/code/core/Mage/AdminNotification/Model/Observer.php +1 -1
  62. app/code/core/Mage/AdminNotification/Model/Resource/Inbox.php +1 -1
  63. app/code/core/Mage/AdminNotification/Model/Resource/Inbox/Collection.php +1 -1
  64. app/code/core/Mage/AdminNotification/Model/Survey.php +1 -1
  65. app/code/core/Mage/AdminNotification/etc/adminhtml.xml +1 -1
  66. app/code/core/Mage/AdminNotification/etc/config.xml +1 -1
  67. app/code/core/Mage/AdminNotification/etc/system.xml +1 -1
  68. app/code/core/Mage/AdminNotification/sql/adminnotification_setup/install-1.6.0.0.php +1 -1
  69. app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-install-1.0.0.php +1 -1
  70. app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  71. app/code/core/Mage/Api/Controller/Action.php +1 -1
  72. app/code/core/Mage/Api/Exception.php +1 -1
  73. app/code/core/Mage/Api/Helper/Data.php +45 -34
  74. app/code/core/Mage/Api/Model/Acl.php +1 -1
  75. app/code/core/Mage/Api/Model/Acl/Assert/Ip.php +1 -1
  76. app/code/core/Mage/Api/Model/Acl/Assert/Time.php +1 -1
  77. app/code/core/Mage/Api/Model/Acl/Resource.php +1 -1
  78. app/code/core/Mage/Api/Model/Acl/Role.php +1 -1
  79. app/code/core/Mage/Api/Model/Acl/Role/Generic.php +1 -1
  80. app/code/core/Mage/Api/Model/Acl/Role/Group.php +1 -1
  81. app/code/core/Mage/Api/Model/Acl/Role/Registry.php +1 -1
  82. app/code/core/Mage/Api/Model/Acl/Role/User.php +1 -1
  83. app/code/core/Mage/Api/Model/Config.php +1 -1
  84. app/code/core/Mage/Api/Model/Mysql4/Acl.php +1 -1
  85. app/code/core/Mage/Api/Model/Mysql4/Acl/Role.php +1 -1
  86. app/code/core/Mage/Api/Model/Mysql4/Acl/Role/Collection.php +1 -1
  87. app/code/core/Mage/Api/Model/Mysql4/Permissions/Collection.php +1 -1
  88. app/code/core/Mage/Api/Model/Mysql4/Role.php +1 -1
  89. app/code/core/Mage/Api/Model/Mysql4/Role/Collection.php +1 -1
  90. app/code/core/Mage/Api/Model/Mysql4/Roles.php +1 -1
  91. app/code/core/Mage/Api/Model/Mysql4/Roles/Collection.php +1 -1
  92. app/code/core/Mage/Api/Model/Mysql4/Roles/User/Collection.php +1 -1
  93. app/code/core/Mage/Api/Model/Mysql4/Rules.php +1 -1
  94. app/code/core/Mage/Api/Model/Mysql4/Rules/Collection.php +1 -1
  95. app/code/core/Mage/Api/Model/Mysql4/User.php +1 -1
  96. app/code/core/Mage/Api/Model/Mysql4/User/Collection.php +1 -1
  97. app/code/core/Mage/Api/Model/Resource/Abstract.php +1 -1
  98. app/code/core/Mage/Api/Model/Resource/Acl.php +1 -1
  99. app/code/core/Mage/Api/Model/Resource/Acl/Role.php +1 -1
  100. app/code/core/Mage/Api/Model/Resource/Acl/Role/Collection.php +1 -1
  101. app/code/core/Mage/Api/Model/Resource/Permissions/Collection.php +1 -1
  102. app/code/core/Mage/Api/Model/Resource/Role.php +1 -1
  103. app/code/core/Mage/Api/Model/Resource/Role/Collection.php +1 -1
  104. app/code/core/Mage/Api/Model/Resource/Roles.php +1 -1
  105. app/code/core/Mage/Api/Model/Resource/Roles/Collection.php +1 -1
  106. app/code/core/Mage/Api/Model/Resource/Roles/User/Collection.php +1 -1
  107. app/code/core/Mage/Api/Model/Resource/Rules.php +1 -1
  108. app/code/core/Mage/Api/Model/Resource/Rules/Collection.php +1 -1
  109. app/code/core/Mage/Api/Model/Resource/User.php +1 -1
  110. app/code/core/Mage/Api/Model/Resource/User/Collection.php +1 -1
  111. app/code/core/Mage/Api/Model/Role.php +1 -1
  112. app/code/core/Mage/Api/Model/Roles.php +1 -1
  113. app/code/core/Mage/Api/Model/Rules.php +1 -1
  114. app/code/core/Mage/Api/Model/Server.php +1 -1
  115. app/code/core/Mage/Api/Model/Server/Adapter/Interface.php +1 -1
  116. app/code/core/Mage/Api/Model/Server/Adapter/Soap.php +1 -1
  117. app/code/core/Mage/Api/Model/Server/Adapter/Xmlrpc.php +1 -1
  118. app/code/core/Mage/Api/Model/Server/Handler.php +1 -1
  119. app/code/core/Mage/Api/Model/Server/Handler/Abstract.php +3 -3
  120. app/code/core/Mage/Api/Model/Server/V2/Adapter/Soap.php +13 -9
  121. app/code/core/Mage/Api/Model/Server/V2/Handler.php +1 -1
  122. app/code/core/Mage/Api/Model/Server/Wsi/Adapter/Soap.php +25 -20
  123. app/code/core/Mage/Api/Model/Server/Wsi/Handler.php +13 -1
  124. app/code/core/Mage/Api/Model/Session.php +1 -1
  125. app/code/core/Mage/Api/Model/User.php +111 -7
  126. app/code/core/Mage/Api/Model/Wsdl/Config.php +1 -1
  127. app/code/core/Mage/Api/Model/Wsdl/Config/Base.php +1 -1
  128. app/code/core/Mage/Api/Model/Wsdl/Config/Element.php +1 -1
  129. app/code/core/Mage/Api/controllers/IndexController.php +1 -1
  130. app/code/core/Mage/Api/controllers/SoapController.php +1 -1
  131. app/code/core/Mage/Api/controllers/V2/SoapController.php +1 -1
  132. app/code/core/Mage/Api/controllers/XmlrpcController.php +1 -1
  133. app/code/core/Mage/Api/etc/adminhtml.xml +1 -1
  134. app/code/core/Mage/Api/etc/api.xml +1 -1
  135. app/code/core/Mage/Api/etc/config.xml +2 -2
  136. app/code/core/Mage/Api/etc/system.xml +1 -1
  137. app/code/core/Mage/Api/sql/api_setup/install-1.6.0.0.php +1 -1
  138. app/code/core/Mage/Api/sql/api_setup/mysql4-install-0.7.0.php +1 -1
  139. app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-0.7.0-0.7.1.php +1 -1
  140. app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-0.8.0-0.8.1.php +1 -1
  141. app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  142. app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-1.6.0.0-1.6.0.1.php +41 -0
  143. app/code/core/Mage/Api2/Block/Adminhtml/Attribute.php +1 -1
  144. app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Buttons.php +1 -1
  145. app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Edit.php +1 -1
  146. app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Edit/Form.php +1 -1
  147. app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Grid.php +1 -1
  148. app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Tab/Resource.php +1 -1
  149. app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Tabs.php +1 -1
  150. app/code/core/Mage/Api2/Block/Adminhtml/Permissions/User/Edit/Tab/Roles.php +1 -1
  151. app/code/core/Mage/Api2/Block/Adminhtml/Roles.php +1 -1
  152. app/code/core/Mage/Api2/Block/Adminhtml/Roles/Buttons.php +1 -1
  153. app/code/core/Mage/Api2/Block/Adminhtml/Roles/Grid.php +1 -1
  154. app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Info.php +2 -5
  155. app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Resources.php +1 -1
  156. app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Users.php +1 -1
  157. app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tabs.php +1 -1
  158. app/code/core/Mage/Api2/Exception.php +1 -1
  159. app/code/core/Mage/Api2/Helper/Data.php +1 -1
  160. app/code/core/Mage/Api2/Model/Acl.php +1 -1
  161. app/code/core/Mage/Api2/Model/Acl/Filter.php +1 -1
  162. app/code/core/Mage/Api2/Model/Acl/Filter/Attribute.php +1 -1
  163. app/code/core/Mage/Api2/Model/Acl/Filter/Attribute/Operation.php +1 -1
  164. app/code/core/Mage/Api2/Model/Acl/Filter/Attribute/ResourcePermission.php +1 -1
  165. app/code/core/Mage/Api2/Model/Acl/Global.php +1 -1
  166. app/code/core/Mage/Api2/Model/Acl/Global/Role.php +3 -5
  167. app/code/core/Mage/Api2/Model/Acl/Global/Rule.php +1 -1
  168. app/code/core/Mage/Api2/Model/Acl/Global/Rule/Permission.php +1 -1
  169. app/code/core/Mage/Api2/Model/Acl/Global/Rule/Privilege.php +1 -1
  170. app/code/core/Mage/Api2/Model/Acl/Global/Rule/ResourcePermission.php +1 -1
  171. app/code/core/Mage/Api2/Model/Acl/Global/Rule/Tree.php +1 -1
  172. app/code/core/Mage/Api2/Model/Acl/PermissionInterface.php +1 -1
  173. app/code/core/Mage/Api2/Model/Auth.php +1 -1
  174. app/code/core/Mage/Api2/Model/Auth/Adapter.php +1 -1
  175. app/code/core/Mage/Api2/Model/Auth/Adapter/Abstract.php +1 -1
  176. app/code/core/Mage/Api2/Model/Auth/Adapter/Oauth.php +1 -1
  177. app/code/core/Mage/Api2/Model/Auth/User.php +1 -1
  178. app/code/core/Mage/Api2/Model/Auth/User/Abstract.php +1 -1
  179. app/code/core/Mage/Api2/Model/Auth/User/Admin.php +1 -1
  180. app/code/core/Mage/Api2/Model/Auth/User/Customer.php +1 -1
  181. app/code/core/Mage/Api2/Model/Auth/User/Guest.php +1 -1
  182. app/code/core/Mage/Api2/Model/Config.php +1 -1
  183. app/code/core/Mage/Api2/Model/Dispatcher.php +1 -1
  184. app/code/core/Mage/Api2/Model/Multicall.php +1 -1
  185. app/code/core/Mage/Api2/Model/Observer.php +1 -1
  186. app/code/core/Mage/Api2/Model/Renderer.php +1 -1
  187. app/code/core/Mage/Api2/Model/Renderer/Interface.php +1 -1
  188. app/code/core/Mage/Api2/Model/Renderer/Json.php +1 -1
  189. app/code/core/Mage/Api2/Model/Renderer/Query.php +1 -1
  190. app/code/core/Mage/Api2/Model/Renderer/Xml.php +1 -1
  191. app/code/core/Mage/Api2/Model/Renderer/Xml/Writer.php +1 -1
  192. app/code/core/Mage/Api2/Model/Request.php +1 -1
  193. app/code/core/Mage/Api2/Model/Request/Internal.php +1 -1
  194. app/code/core/Mage/Api2/Model/Request/Interpreter.php +1 -1
  195. app/code/core/Mage/Api2/Model/Request/Interpreter/Interface.php +1 -1
  196. app/code/core/Mage/Api2/Model/Request/Interpreter/Json.php +1 -1
  197. app/code/core/Mage/Api2/Model/Request/Interpreter/Query.php +1 -1
  198. app/code/core/Mage/Api2/Model/Request/Interpreter/Xml.php +1 -1
  199. app/code/core/Mage/Api2/Model/Resource.php +1 -1
  200. app/code/core/Mage/Api2/Model/Resource/Acl/Filter/Attribute.php +1 -1
  201. app/code/core/Mage/Api2/Model/Resource/Acl/Filter/Attribute/Collection.php +1 -1
  202. app/code/core/Mage/Api2/Model/Resource/Acl/Global/Role.php +1 -1
  203. app/code/core/Mage/Api2/Model/Resource/Acl/Global/Role/Collection.php +1 -1
  204. app/code/core/Mage/Api2/Model/Resource/Acl/Global/Rule.php +1 -1
  205. app/code/core/Mage/Api2/Model/Resource/Acl/Global/Rule/Collection.php +1 -1
  206. app/code/core/Mage/Api2/Model/Resource/Setup.php +1 -1
  207. app/code/core/Mage/Api2/Model/Resource/Validator.php +1 -1
  208. app/code/core/Mage/Api2/Model/Resource/Validator/Eav.php +3 -4
  209. app/code/core/Mage/Api2/Model/Resource/Validator/Fields.php +1 -1
  210. app/code/core/Mage/Api2/Model/Response.php +1 -1
  211. app/code/core/Mage/Api2/Model/Route/Abstract.php +1 -1
  212. app/code/core/Mage/Api2/Model/Route/ApiType.php +1 -1
  213. app/code/core/Mage/Api2/Model/Route/Interface.php +1 -1
  214. app/code/core/Mage/Api2/Model/Route/Rest.php +1 -1
  215. app/code/core/Mage/Api2/Model/Router.php +1 -1
  216. app/code/core/Mage/Api2/Model/Server.php +1 -1
  217. app/code/core/Mage/Api2/controllers/Adminhtml/Api2/AttributeController.php +1 -1
  218. app/code/core/Mage/Api2/controllers/Adminhtml/Api2/RoleController.php +1 -1
  219. app/code/core/Mage/Api2/etc/adminhtml.xml +1 -1
  220. app/code/core/Mage/Api2/etc/config.xml +1 -1
  221. app/code/core/Mage/Api2/sql/api2_setup/install-1.0.0.0.php +1 -1
  222. app/code/core/Mage/Authorizenet/Block/Directpost/Form.php +1 -1
  223. app/code/core/Mage/Authorizenet/Block/Directpost/Iframe.php +1 -1
  224. app/code/core/Mage/Authorizenet/Helper/Data.php +3 -2
  225. app/code/core/Mage/Authorizenet/Model/Directpost.php +10 -7
  226. app/code/core/Mage/Authorizenet/Model/Directpost/Observer.php +1 -1
  227. app/code/core/Mage/Authorizenet/Model/Directpost/Request.php +1 -1
  228. app/code/core/Mage/Authorizenet/Model/Directpost/Response.php +1 -1
  229. app/code/core/Mage/Authorizenet/Model/Directpost/Session.php +1 -1
  230. app/code/core/Mage/Authorizenet/controllers/Adminhtml/Authorizenet/Directpost/PaymentController.php +1 -1
  231. app/code/core/Mage/Authorizenet/controllers/Directpost/PaymentController.php +1 -1
  232. app/code/core/Mage/Authorizenet/etc/config.xml +1 -1
  233. app/code/core/Mage/Authorizenet/etc/system.xml +1 -1
  234. app/code/core/Mage/Backup/Exception.php +1 -1
  235. app/code/core/Mage/Backup/Helper/Data.php +5 -5
  236. app/code/core/Mage/Backup/Model/Backup.php +1 -1
  237. app/code/core/Mage/Backup/Model/Config/Backend/Cron.php +1 -1
  238. app/code/core/Mage/Backup/Model/Config/Source/Type.php +1 -1
  239. app/code/core/Mage/Backup/Model/Db.php +1 -1
  240. app/code/core/Mage/Backup/Model/Fs/Collection.php +1 -1
  241. app/code/core/Mage/Backup/Model/Mysql4/Db.php +1 -1
  242. app/code/core/Mage/Backup/Model/Observer.php +1 -1
  243. app/code/core/Mage/Backup/Model/Resource/Db.php +1 -1
  244. app/code/core/Mage/Backup/Model/Resource/Helper/Mysql4.php +1 -1
  245. app/code/core/Mage/Backup/etc/adminhtml.xml +1 -1
  246. app/code/core/Mage/Backup/etc/config.xml +1 -1
  247. app/code/core/Mage/Backup/etc/system.xml +1 -1
  248. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Bundle.php +1 -1
  249. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Checkbox.php +1 -1
  250. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Multi.php +1 -1
  251. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Radio.php +1 -1
  252. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Select.php +1 -1
  253. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes.php +1 -1
  254. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Extend.php +1 -1
  255. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Special.php +1 -1
  256. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle.php +1 -1
  257. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php +1 -1
  258. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search.php +1 -1
  259. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search/Grid.php +1 -1
  260. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Selection.php +1 -1
  261. app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tabs.php +1 -1
  262. app/code/core/Mage/Bundle/Block/Adminhtml/Sales/Order/Items/Renderer.php +19 -8
  263. app/code/core/Mage/Bundle/Block/Adminhtml/Sales/Order/View/Items/Renderer.php +21 -9
  264. app/code/core/Mage/Bundle/Block/Catalog/Product/List/Partof.php +1 -1
  265. app/code/core/Mage/Bundle/Block/Catalog/Product/Price.php +1 -1
  266. app/code/core/Mage/Bundle/Block/Catalog/Product/View.php +21 -9
  267. app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle.php +10 -4
  268. app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php +6 -1
  269. app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Checkbox.php +1 -1
  270. app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Multi.php +1 -1
  271. app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Radio.php +1 -1
  272. app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Select.php +1 -1
  273. app/code/core/Mage/Bundle/Block/Checkout/Cart/Item/Renderer.php +13 -12
  274. app/code/core/Mage/Bundle/Block/Sales/Order/Items/Renderer.php +20 -9
  275. app/code/core/Mage/Bundle/Helper/Catalog/Product/Configuration.php +29 -23
  276. app/code/core/Mage/Bundle/Helper/Data.php +1 -1
  277. app/code/core/Mage/Bundle/Model/CatalogIndex/Data/Bundle.php +1 -1
  278. app/code/core/Mage/Bundle/Model/Mysql4/Bundle.php +1 -1
  279. app/code/core/Mage/Bundle/Model/Mysql4/Indexer/Price.php +1 -1
  280. app/code/core/Mage/Bundle/Model/Mysql4/Indexer/Stock.php +1 -1
  281. app/code/core/Mage/Bundle/Model/Mysql4/Option.php +1 -1
  282. app/code/core/Mage/Bundle/Model/Mysql4/Option/Collection.php +1 -1
  283. app/code/core/Mage/Bundle/Model/Mysql4/Price/Index.php +1 -1
  284. app/code/core/Mage/Bundle/Model/Mysql4/Selection.php +1 -1
  285. app/code/core/Mage/Bundle/Model/Mysql4/Selection/Collection.php +1 -1
  286. app/code/core/Mage/Bundle/Model/Observer.php +1 -1
  287. app/code/core/Mage/Bundle/Model/Option.php +1 -1
  288. app/code/core/Mage/Bundle/Model/Price/Index.php +1 -1
  289. app/code/core/Mage/Bundle/Model/Product/Attribute/Source/Price/View.php +1 -1
  290. app/code/core/Mage/Bundle/Model/Product/Price.php +227 -117
  291. app/code/core/Mage/Bundle/Model/Product/Type.php +3 -8
  292. app/code/core/Mage/Bundle/Model/Resource/Bundle.php +1 -1
  293. app/code/core/Mage/Bundle/Model/Resource/Indexer/Price.php +13 -13
  294. app/code/core/Mage/Bundle/Model/Resource/Indexer/Stock.php +1 -1
  295. app/code/core/Mage/Bundle/Model/Resource/Option.php +1 -1
  296. app/code/core/Mage/Bundle/Model/Resource/Option/Collection.php +1 -1
  297. app/code/core/Mage/Bundle/Model/Resource/Price/Index.php +1 -1
  298. app/code/core/Mage/Bundle/Model/Resource/Selection.php +1 -1
  299. app/code/core/Mage/Bundle/Model/Resource/Selection/Collection.php +1 -1
  300. app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Abstract.php +1 -1
  301. app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Creditmemo.php +1 -1
  302. app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Invoice.php +1 -1
  303. app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Shipment.php +1 -1
  304. app/code/core/Mage/Bundle/Model/Selection.php +1 -1
  305. app/code/core/Mage/Bundle/Model/Source/Option/Selection/Price/Type.php +1 -1
  306. app/code/core/Mage/Bundle/Model/Source/Option/Type.php +1 -1
  307. app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/Product/EditController.php +1 -1
  308. app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/SelectionController.php +1 -1
  309. app/code/core/Mage/Bundle/controllers/Product/EditController.php +1 -1
  310. app/code/core/Mage/Bundle/controllers/SelectionController.php +1 -1
  311. app/code/core/Mage/Bundle/data/bundle_setup/data-install-1.6.0.0.php +1 -1
  312. app/code/core/Mage/Bundle/etc/config.xml +1 -1
  313. app/code/core/Mage/Bundle/sql/bundle_setup/install-1.6.0.0.php +1 -1
  314. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-data-upgrade-0.1.13-0.1.14.php +1 -1
  315. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-install-0.1.0.php +1 -1
  316. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  317. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
  318. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.10-0.1.11.php +1 -1
  319. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.11-0.1.12.php +1 -1
  320. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.12-0.1.13.php +1 -1
  321. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
  322. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.3-0.1.4.php +1 -1
  323. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.4-0.1.5.php +1 -1
  324. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.5-0.1.6.php +1 -1
  325. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.6-0.1.7.php +1 -1
  326. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.7-0.1.8.php +1 -1
  327. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.8-0.1.9.php +1 -1
  328. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.9-0.1.10.php +1 -1
  329. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  330. app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-1.6.0.0-1.6.0.0.1.php +1 -1
  331. app/code/core/Mage/Bundle/sql/bundle_setup/upgrade-1.6.0.0-1.6.0.0.1.php +1 -1
  332. app/code/core/Mage/Captcha/Block/Captcha.php +1 -1
  333. app/code/core/Mage/Captcha/Block/Captcha/Zend.php +1 -1
  334. app/code/core/Mage/Captcha/Helper/Data.php +1 -1
  335. app/code/core/Mage/Captcha/Model/Config/Font.php +1 -1
  336. app/code/core/Mage/Captcha/Model/Config/Form/Abstract.php +1 -1
  337. app/code/core/Mage/Captcha/Model/Config/Form/Backend.php +1 -1
  338. app/code/core/Mage/Captcha/Model/Config/Form/Frontend.php +1 -1
  339. app/code/core/Mage/Captcha/Model/Config/Mode.php +1 -1
  340. app/code/core/Mage/Captcha/Model/Interface.php +1 -1
  341. app/code/core/Mage/Captcha/Model/Observer.php +2 -2
  342. app/code/core/Mage/Captcha/Model/Resource/Log.php +1 -1
  343. app/code/core/Mage/Captcha/Model/Zend.php +6 -2
  344. app/code/core/Mage/Captcha/controllers/Adminhtml/RefreshController.php +1 -1
  345. app/code/core/Mage/Captcha/controllers/RefreshController.php +1 -1
  346. app/code/core/Mage/Captcha/etc/config.xml +1 -1
  347. app/code/core/Mage/Captcha/etc/system.xml +1 -1
  348. app/code/core/Mage/Captcha/sql/captcha_setup/install-1.7.0.0.0.php +1 -1
  349. app/code/core/Mage/Catalog/Block/Breadcrumbs.php +1 -1
  350. app/code/core/Mage/Catalog/Block/Category/View.php +17 -2
  351. app/code/core/Mage/Catalog/Block/Category/Widget/Link.php +1 -1
  352. app/code/core/Mage/Catalog/Block/Layer/Filter/Abstract.php +1 -1
  353. app/code/core/Mage/Catalog/Block/Layer/Filter/Attribute.php +1 -1
  354. app/code/core/Mage/Catalog/Block/Layer/Filter/Category.php +1 -1
  355. app/code/core/Mage/Catalog/Block/Layer/Filter/Decimal.php +1 -1
  356. app/code/core/Mage/Catalog/Block/Layer/Filter/Price.php +1 -1
  357. app/code/core/Mage/Catalog/Block/Layer/State.php +1 -1
  358. app/code/core/Mage/Catalog/Block/Layer/View.php +1 -1
  359. app/code/core/Mage/Catalog/Block/Navigation.php +55 -34
  360. app/code/core/Mage/Catalog/Block/Product.php +1 -1
  361. app/code/core/Mage/Catalog/Block/Product/Abstract.php +95 -24
  362. app/code/core/Mage/Catalog/Block/Product/Compare/Abstract.php +1 -1
  363. app/code/core/Mage/Catalog/Block/Product/Compare/List.php +8 -1
  364. app/code/core/Mage/Catalog/Block/Product/Compare/Sidebar.php +18 -1
  365. app/code/core/Mage/Catalog/Block/Product/Gallery.php +1 -1
  366. app/code/core/Mage/Catalog/Block/Product/List.php +15 -1
  367. app/code/core/Mage/Catalog/Block/Product/List/Crosssell.php +1 -1
  368. app/code/core/Mage/Catalog/Block/Product/List/Promotion.php +1 -1
  369. app/code/core/Mage/Catalog/Block/Product/List/Random.php +1 -1
  370. app/code/core/Mage/Catalog/Block/Product/List/Related.php +11 -1
  371. app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php +1 -1
  372. app/code/core/Mage/Catalog/Block/Product/List/Upsell.php +12 -2
  373. app/code/core/Mage/Catalog/Block/Product/New.php +28 -12
  374. app/code/core/Mage/Catalog/Block/Product/Price.php +25 -2
  375. app/code/core/Mage/Catalog/Block/Product/Price/Template.php +1 -1
  376. app/code/core/Mage/Catalog/Block/Product/Send.php +1 -1
  377. app/code/core/Mage/Catalog/Block/Product/View.php +16 -6
  378. app/code/core/Mage/Catalog/Block/Product/View/Abstract.php +1 -1
  379. app/code/core/Mage/Catalog/Block/Product/View/Additional.php +1 -1
  380. app/code/core/Mage/Catalog/Block/Product/View/Attributes.php +1 -1
  381. app/code/core/Mage/Catalog/Block/Product/View/Description.php +1 -1
  382. app/code/core/Mage/Catalog/Block/Product/View/Media.php +1 -1
  383. app/code/core/Mage/Catalog/Block/Product/View/Options.php +1 -1
  384. app/code/core/Mage/Catalog/Block/Product/View/Options/Abstract.php +1 -1
  385. app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Date.php +1 -1
  386. app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Default.php +1 -1
  387. app/code/core/Mage/Catalog/Block/Product/View/Options/Type/File.php +1 -1
  388. app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Select.php +1 -1
  389. app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Text.php +1 -1
  390. app/code/core/Mage/Catalog/Block/Product/View/Price.php +1 -1
  391. app/code/core/Mage/Catalog/Block/Product/View/Tabs.php +1 -1
  392. app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php +1 -1
  393. app/code/core/Mage/Catalog/Block/Product/View/Type/Grouped.php +1 -1
  394. app/code/core/Mage/Catalog/Block/Product/View/Type/Simple.php +1 -1
  395. app/code/core/Mage/Catalog/Block/Product/View/Type/Virtual.php +1 -1
  396. app/code/core/Mage/Catalog/Block/Product/Widget/Html/Pager.php +299 -0
  397. app/code/core/Mage/Catalog/Block/Product/Widget/Link.php +1 -1
  398. app/code/core/Mage/Catalog/Block/Product/Widget/New.php +151 -8
  399. app/code/core/Mage/Catalog/Block/Seo/Sitemap/Abstract.php +1 -1
  400. app/code/core/Mage/Catalog/Block/Seo/Sitemap/Category.php +1 -1
  401. app/code/core/Mage/Catalog/Block/Seo/Sitemap/Product.php +1 -1
  402. app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Category.php +1 -1
  403. app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Pager.php +1 -1
  404. app/code/core/Mage/Catalog/Block/Widget/Link.php +1 -1
  405. app/code/core/Mage/Catalog/Exception.php +1 -1
  406. app/code/core/Mage/Catalog/Helper/Category.php +1 -1
  407. app/code/core/Mage/Catalog/Helper/Category/Flat.php +39 -19
  408. app/code/core/Mage/Catalog/Helper/Category/Url/Rewrite.php +121 -0
  409. app/code/core/Mage/Catalog/Helper/Category/Url/Rewrite/Interface.php +63 -0
  410. app/code/core/Mage/Catalog/Helper/Data.php +1 -1
  411. app/code/core/Mage/Catalog/Helper/Flat/Abstract.php +101 -0
  412. app/code/core/Mage/Catalog/Helper/Image.php +1 -1
  413. app/code/core/Mage/Catalog/Helper/Map.php +1 -1
  414. app/code/core/Mage/Catalog/Helper/Output.php +1 -1
  415. app/code/core/Mage/Catalog/Helper/Product.php +1 -1
  416. app/code/core/Mage/Catalog/Helper/Product/Compare.php +15 -13
  417. app/code/core/Mage/Catalog/Helper/Product/Configuration.php +1 -1
  418. app/code/core/Mage/Catalog/Helper/Product/Configuration/Interface.php +1 -1
  419. app/code/core/Mage/Catalog/Helper/Product/Flat.php +55 -46
  420. app/code/core/Mage/Catalog/Helper/Product/Options.php +1 -1
  421. app/code/core/Mage/Catalog/Helper/Product/Url.php +1 -1
  422. app/code/core/Mage/Catalog/Helper/Product/Url/Rewrite.php +101 -0
  423. app/code/core/Mage/Catalog/Helper/Product/Url/Rewrite/Interface.php +55 -0
  424. app/code/core/Mage/Catalog/Helper/Product/View.php +1 -1
  425. app/code/core/Mage/Catalog/Model/Abstract.php +1 -1
  426. app/code/core/Mage/Catalog/Model/Api/Resource.php +1 -1
  427. app/code/core/Mage/Catalog/Model/Api2/Product.php +1 -1
  428. app/code/core/Mage/Catalog/Model/Api2/Product/Category.php +1 -1
  429. app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest.php +1 -1
  430. app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Admin/V1.php +1 -1
  431. app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Customer/V1.php +1 -1
  432. app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Guest/V1.php +1 -1
  433. app/code/core/Mage/Catalog/Model/Api2/Product/Image.php +1 -1
  434. app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest.php +1 -1
  435. app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Admin/V1.php +1 -1
  436. app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Customer/V1.php +1 -1
  437. app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Guest/V1.php +1 -1
  438. app/code/core/Mage/Catalog/Model/Api2/Product/Image/Validator/Image.php +1 -1
  439. app/code/core/Mage/Catalog/Model/Api2/Product/Rest.php +5 -6
  440. app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Admin/V1.php +1 -1
  441. app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Customer/V1.php +1 -1
  442. app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Guest/V1.php +1 -1
  443. app/code/core/Mage/Catalog/Model/Api2/Product/Validator/Product.php +1 -1
  444. app/code/core/Mage/Catalog/Model/Api2/Product/Website.php +1 -1
  445. app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest.php +1 -1
  446. app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest/Admin/V1.php +1 -1
  447. app/code/core/Mage/Catalog/Model/Api2/Product/Website/Validator/Admin/Website.php +1 -1
  448. app/code/core/Mage/Catalog/Model/Attribute/Backend/Customlayoutupdate.php +1 -1
  449. app/code/core/Mage/Catalog/Model/Attribute/Backend/Urlkey/Abstract.php +74 -0
  450. app/code/core/Mage/Catalog/Model/Category.php +41 -33
  451. app/code/core/Mage/Catalog/Model/Category/Api.php +1 -1
  452. app/code/core/Mage/Catalog/Model/Category/Api/V2.php +1 -1
  453. app/code/core/Mage/Catalog/Model/Category/Attribute/Api.php +1 -1
  454. app/code/core/Mage/Catalog/Model/Category/Attribute/Api/V2.php +1 -1
  455. app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Image.php +1 -1
  456. app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Sortby.php +10 -9
  457. app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Urlkey.php +3 -44
  458. app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Layout.php +1 -1
  459. app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Mode.php +1 -1
  460. app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Page.php +1 -1
  461. app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Sortby.php +1 -1
  462. app/code/core/Mage/Catalog/Model/Category/Indexer/Flat.php +17 -3
  463. app/code/core/Mage/Catalog/Model/Category/Indexer/Product.php +1 -1
  464. app/code/core/Mage/Catalog/Model/Category/Url.php +158 -0
  465. app/code/core/Mage/Catalog/Model/Config.php +1 -1
  466. app/code/core/Mage/Catalog/Model/Convert.php +1 -1
  467. app/code/core/Mage/Catalog/Model/Convert/Adapter/Catalog.php +1 -1
  468. app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php +2 -2
  469. app/code/core/Mage/Catalog/Model/Convert/Parser/Product.php +1 -1
  470. app/code/core/Mage/Catalog/Model/Design.php +3 -2
  471. app/code/core/Mage/Catalog/Model/Entity/Attribute.php +1 -1
  472. app/code/core/Mage/Catalog/Model/Entity/Product/Attribute/Design/Options/Container.php +1 -1
  473. app/code/core/Mage/Catalog/Model/Entity/Product/Attribute/Frontend/Image.php +1 -1
  474. app/code/core/Mage/Catalog/Model/Factory.php +104 -0
  475. app/code/core/Mage/Catalog/Model/Index.php +1 -1
  476. app/code/core/Mage/Catalog/Model/Indexer/Url.php +1 -1
  477. app/code/core/Mage/Catalog/Model/Layer.php +1 -1
  478. app/code/core/Mage/Catalog/Model/Layer/Filter/Abstract.php +1 -1
  479. app/code/core/Mage/Catalog/Model/Layer/Filter/Attribute.php +1 -1
  480. app/code/core/Mage/Catalog/Model/Layer/Filter/Category.php +2 -2
  481. app/code/core/Mage/Catalog/Model/Layer/Filter/Decimal.php +1 -1
  482. app/code/core/Mage/Catalog/Model/Layer/Filter/Item.php +1 -1
  483. app/code/core/Mage/Catalog/Model/Layer/Filter/Price.php +1 -1
  484. app/code/core/Mage/Catalog/Model/Layer/Filter/Price/Algorithm.php +1 -1
  485. app/code/core/Mage/Catalog/Model/Layer/State.php +1 -1
  486. app/code/core/Mage/Catalog/Model/Observer.php +64 -70
  487. app/code/core/Mage/Catalog/Model/Product.php +11 -7
  488. app/code/core/Mage/Catalog/Model/Product/Action.php +1 -1
  489. app/code/core/Mage/Catalog/Model/Product/Api.php +17 -4
  490. app/code/core/Mage/Catalog/Model/Product/Api/V2.php +44 -23
  491. app/code/core/Mage/Catalog/Model/Product/Attribute/Api.php +2 -2
  492. app/code/core/Mage/Catalog/Model/Product/Attribute/Api/V2.php +1 -1
  493. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Boolean.php +1 -1
  494. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice.php +1 -1
  495. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice/Abstract.php +1 -1
  496. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Media.php +7 -3
  497. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Msrp.php +1 -1
  498. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Price.php +1 -1
  499. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Recurring.php +1 -1
  500. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Sku.php +1 -1
  501. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate.php +57 -4
  502. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Tierprice.php +1 -1
  503. app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Urlkey.php +3 -32
  504. app/code/core/Mage/Catalog/Model/Product/Attribute/Frontend/Image.php +1 -1
  505. app/code/core/Mage/Catalog/Model/Product/Attribute/Group.php +1 -1
  506. app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api.php +1 -1
  507. app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api/V2.php +1 -1
  508. app/code/core/Mage/Catalog/Model/Product/Attribute/Set/Api.php +1 -1
  509. app/code/core/Mage/Catalog/Model/Product/Attribute/Set/Api/V2.php +1 -1
  510. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Boolean.php +1 -1
  511. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Countryofmanufacture.php +1 -1
  512. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Inputtype.php +1 -1
  513. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Layout.php +1 -1
  514. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type.php +1 -1
  515. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type/Enabled.php +1 -1
  516. app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type/Price.php +1 -1
  517. app/code/core/Mage/Catalog/Model/Product/Attribute/Tierprice/Api.php +1 -1
  518. app/code/core/Mage/Catalog/Model/Product/Attribute/Tierprice/Api/V2.php +1 -1
  519. app/code/core/Mage/Catalog/Model/Product/Compare/Item.php +7 -1
  520. app/code/core/Mage/Catalog/Model/Product/Compare/List.php +1 -1
  521. app/code/core/Mage/Catalog/Model/Product/Condition.php +9 -2
  522. app/code/core/Mage/Catalog/Model/Product/Condition/Interface.php +1 -1
  523. app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Interface.php +1 -1
  524. app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Option.php +1 -1
  525. app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Option/Interface.php +1 -1
  526. app/code/core/Mage/Catalog/Model/Product/Flat/Flag.php +58 -6
  527. app/code/core/Mage/Catalog/Model/Product/Flat/Indexer.php +1 -1
  528. app/code/core/Mage/Catalog/Model/Product/Flat/Observer.php +11 -11
  529. app/code/core/Mage/Catalog/Model/Product/Image.php +1 -1
  530. app/code/core/Mage/Catalog/Model/Product/Indexer/Eav.php +1 -1
  531. app/code/core/Mage/Catalog/Model/Product/Indexer/Flat.php +17 -3
  532. app/code/core/Mage/Catalog/Model/Product/Indexer/Price.php +1 -1
  533. app/code/core/Mage/Catalog/Model/Product/Link.php +1 -1
  534. app/code/core/Mage/Catalog/Model/Product/Link/Api.php +1 -1
  535. app/code/core/Mage/Catalog/Model/Product/Link/Api/V2.php +1 -1
  536. app/code/core/Mage/Catalog/Model/Product/Media/Config.php +1 -1
  537. app/code/core/Mage/Catalog/Model/Product/Option.php +107 -4
  538. app/code/core/Mage/Catalog/Model/Product/Option/Api.php +18 -14
  539. app/code/core/Mage/Catalog/Model/Product/Option/Api/V2.php +1 -1
  540. app/code/core/Mage/Catalog/Model/Product/Option/Observer.php +1 -1
  541. app/code/core/Mage/Catalog/Model/Product/Option/Type/Date.php +1 -1
  542. app/code/core/Mage/Catalog/Model/Product/Option/Type/Default.php +1 -1
  543. app/code/core/Mage/Catalog/Model/Product/Option/Type/File.php +3 -3
  544. app/code/core/Mage/Catalog/Model/Product/Option/Type/Select.php +5 -4
  545. app/code/core/Mage/Catalog/Model/Product/Option/Type/Text.php +2 -2
  546. app/code/core/Mage/Catalog/Model/Product/Option/Value.php +2 -2
  547. app/code/core/Mage/Catalog/Model/Product/Option/Value/Api.php +1 -1
  548. app/code/core/Mage/Catalog/Model/Product/Option/Value/Api/V2.php +1 -1
  549. app/code/core/Mage/Catalog/Model/Product/Status.php +1 -1
  550. app/code/core/Mage/Catalog/Model/Product/Type.php +1 -1
  551. app/code/core/Mage/Catalog/Model/Product/Type/Abstract.php +2 -7
  552. app/code/core/Mage/Catalog/Model/Product/Type/Api.php +1 -1
  553. app/code/core/Mage/Catalog/Model/Product/Type/Api/V2.php +1 -1
  554. app/code/core/Mage/Catalog/Model/Product/Type/Configurable.php +6 -8
  555. app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Attribute.php +1 -1
  556. app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Price.php +1 -1
  557. app/code/core/Mage/Catalog/Model/Product/Type/Grouped.php +1 -1
  558. app/code/core/Mage/Catalog/Model/Product/Type/Grouped/Price.php +1 -1
  559. app/code/core/Mage/Catalog/Model/Product/Type/Price.php +1 -1
  560. app/code/core/Mage/Catalog/Model/Product/Type/Simple.php +1 -1
  561. app/code/core/Mage/Catalog/Model/Product/Type/Virtual.php +1 -1
  562. app/code/core/Mage/Catalog/Model/Product/Url.php +124 -56
  563. app/code/core/Mage/Catalog/Model/Product/Visibility.php +1 -1
  564. app/code/core/Mage/Catalog/Model/Product/Website.php +1 -1
  565. app/code/core/Mage/Catalog/Model/Resource/Abstract.php +1 -1
  566. app/code/core/Mage/Catalog/Model/Resource/Attribute.php +1 -1
  567. app/code/core/Mage/Catalog/Model/Resource/Category.php +72 -18
  568. app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Collection.php +1 -1
  569. app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Frontend/Image.php +1 -1
  570. app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Layout.php +1 -1
  571. app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Mode.php +1 -1
  572. app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Page.php +1 -1
  573. app/code/core/Mage/Catalog/Model/Resource/Category/Collection.php +72 -12
  574. app/code/core/Mage/Catalog/Model/Resource/Category/Flat.php +104 -48
  575. app/code/core/Mage/Catalog/Model/Resource/Category/Flat/Collection.php +35 -11
  576. app/code/core/Mage/Catalog/Model/Resource/Category/Indexer/Product.php +1 -1
  577. app/code/core/Mage/Catalog/Model/Resource/Category/Tree.php +1 -1
  578. app/code/core/Mage/Catalog/Model/Resource/Collection/Abstract.php +1 -1
  579. app/code/core/Mage/Catalog/Model/Resource/Config.php +1 -1
  580. app/code/core/Mage/Catalog/Model/Resource/Eav/Attribute.php +1 -1
  581. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Abstract.php +1 -1
  582. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Attribute.php +1 -1
  583. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category.php +1 -1
  584. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Collection.php +1 -1
  585. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Frontend/Image.php +1 -1
  586. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Layout.php +1 -1
  587. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Mode.php +1 -1
  588. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Page.php +1 -1
  589. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Collection.php +1 -1
  590. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat.php +1 -1
  591. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat/Collection.php +1 -1
  592. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Indexer/Product.php +1 -1
  593. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Tree.php +1 -1
  594. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Collection/Abstract.php +1 -1
  595. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Config.php +1 -1
  596. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Attribute.php +1 -1
  597. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Decimal.php +1 -1
  598. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Price.php +1 -1
  599. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product.php +1 -1
  600. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Action.php +1 -1
  601. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Image.php +1 -1
  602. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Media.php +1 -1
  603. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Tierprice.php +1 -1
  604. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Urlkey.php +1 -1
  605. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Collection.php +1 -1
  606. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Frontend/Image.php +1 -1
  607. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Frontend/Tierprice.php +1 -1
  608. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Collection.php +1 -1
  609. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Compare/Item.php +1 -1
  610. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Compare/Item/Collection.php +1 -1
  611. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Flat.php +1 -1
  612. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Flat/Indexer.php +1 -1
  613. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Abstract.php +1 -1
  614. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav.php +1 -1
  615. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Abstract.php +1 -1
  616. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Decimal.php +1 -1
  617. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Source.php +1 -1
  618. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price.php +1 -1
  619. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Configurable.php +1 -1
  620. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Default.php +1 -1
  621. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Grouped.php +1 -1
  622. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Interface.php +1 -1
  623. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link.php +1 -1
  624. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link/Collection.php +1 -1
  625. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link/Product/Collection.php +1 -1
  626. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option.php +1 -1
  627. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Collection.php +1 -1
  628. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Value.php +1 -1
  629. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Value/Collection.php +1 -1
  630. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Relation.php +1 -1
  631. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Status.php +1 -1
  632. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable.php +1 -1
  633. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Attribute.php +1 -1
  634. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Attribute/Collection.php +1 -1
  635. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Product/Collection.php +1 -1
  636. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Website.php +1 -1
  637. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend.php +1 -1
  638. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend/Collection.php +1 -1
  639. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Setup.php +1 -1
  640. app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Url.php +1 -1
  641. app/code/core/Mage/Catalog/Model/Resource/Helper/Mysql4.php +1 -1
  642. app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Attribute.php +1 -1
  643. app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Decimal.php +1 -1
  644. app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Price.php +7 -3
  645. app/code/core/Mage/Catalog/Model/Resource/Product.php +1 -1
  646. app/code/core/Mage/Catalog/Model/Resource/Product/Action.php +1 -1
  647. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Groupprice.php +1 -1
  648. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Groupprice/Abstract.php +1 -1
  649. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Image.php +1 -1
  650. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Media.php +1 -1
  651. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Tierprice.php +1 -1
  652. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Urlkey.php +2 -1
  653. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Collection.php +1 -1
  654. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Frontend/Image.php +1 -1
  655. app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Frontend/Tierprice.php +1 -1
  656. app/code/core/Mage/Catalog/Model/Resource/Product/Collection.php +53 -24
  657. app/code/core/Mage/Catalog/Model/Resource/Product/Compare/Item.php +1 -1
  658. app/code/core/Mage/Catalog/Model/Resource/Product/Compare/Item/Collection.php +1 -1
  659. app/code/core/Mage/Catalog/Model/Resource/Product/Flat.php +37 -1
  660. app/code/core/Mage/Catalog/Model/Resource/Product/Flat/Indexer.php +3 -6
  661. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Abstract.php +1 -1
  662. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav.php +1 -1
  663. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Abstract.php +1 -1
  664. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Decimal.php +1 -1
  665. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Source.php +1 -1
  666. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price.php +1 -1
  667. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Configurable.php +1 -1
  668. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Default.php +1 -1
  669. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Grouped.php +1 -1
  670. app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Interface.php +1 -1
  671. app/code/core/Mage/Catalog/Model/Resource/Product/Link.php +1 -1
  672. app/code/core/Mage/Catalog/Model/Resource/Product/Link/Collection.php +1 -1
  673. app/code/core/Mage/Catalog/Model/Resource/Product/Link/Product/Collection.php +2 -1
  674. app/code/core/Mage/Catalog/Model/Resource/Product/Option.php +1 -1
  675. app/code/core/Mage/Catalog/Model/Resource/Product/Option/Collection.php +1 -1
  676. app/code/core/Mage/Catalog/Model/Resource/Product/Option/Value.php +1 -1
  677. app/code/core/Mage/Catalog/Model/Resource/Product/Option/Value/Collection.php +1 -1
  678. app/code/core/Mage/Catalog/Model/Resource/Product/Relation.php +1 -1
  679. app/code/core/Mage/Catalog/Model/Resource/Product/Status.php +1 -1
  680. app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable.php +1 -1
  681. app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute.php +1 -1
  682. app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute/Collection.php +1 -1
  683. app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Product/Collection.php +1 -1
  684. app/code/core/Mage/Catalog/Model/Resource/Product/Website.php +1 -1
  685. app/code/core/Mage/Catalog/Model/Resource/Setup.php +1 -1
  686. app/code/core/Mage/Catalog/Model/Resource/Url.php +1 -1
  687. app/code/core/Mage/Catalog/Model/Session.php +1 -1
  688. app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Category/Flat.php +3 -2
  689. app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Product/Flat.php +1 -1
  690. app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php +1 -1
  691. app/code/core/Mage/Catalog/Model/Template/Filter.php +1 -1
  692. app/code/core/Mage/Catalog/Model/Url.php +1 -1
  693. app/code/core/Mage/Catalog/controllers/CategoryController.php +3 -1
  694. app/code/core/Mage/Catalog/controllers/IndexController.php +1 -1
  695. app/code/core/Mage/Catalog/controllers/Product/CompareController.php +1 -1
  696. app/code/core/Mage/Catalog/controllers/ProductController.php +1 -1
  697. app/code/core/Mage/Catalog/controllers/Seo/SitemapController.php +1 -1
  698. app/code/core/Mage/Catalog/data/catalog_setup/data-install-1.6.0.0.php +1 -1
  699. app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.12-1.6.0.0.13.php +1 -1
  700. app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.13-1.6.0.0.14.php +2 -2
  701. app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.4-1.6.0.0.5.php +1 -1
  702. app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.8-1.6.0.0.9.php +1 -1
  703. app/code/core/Mage/Catalog/etc/adminhtml.xml +1 -1
  704. app/code/core/Mage/Catalog/etc/api.xml +13 -1
  705. app/code/core/Mage/Catalog/etc/api2.xml +1 -1
  706. app/code/core/Mage/Catalog/etc/config.xml +35 -2
  707. app/code/core/Mage/Catalog/etc/convert.xml +1 -1
  708. app/code/core/Mage/Catalog/etc/system.xml +3 -2
  709. app/code/core/Mage/Catalog/etc/widget.xml +34 -2
  710. app/code/core/Mage/Catalog/etc/wsdl.xml +62 -22
  711. app/code/core/Mage/Catalog/etc/wsi.xml +247 -2
  712. app/code/core/Mage/Catalog/sql/catalog_setup/install-1.6.0.0.php +1 -1
  713. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-0.7.57-0.7.58.php +1 -1
  714. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-0.7.63-0.7.64.php +1 -1
  715. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-1.4.0.0.28-1.4.0.0.29.php +1 -1
  716. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-1.4.0.0.42-1.4.0.0.43.php +1 -1
  717. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-install-0.7.0.php +1 -1
  718. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-install-1.4.0.0.0.php +1 -1
  719. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.6.40-0.7.0.php +1 -1
  720. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.0-0.7.1.php +1 -1
  721. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.1-0.7.2.php +1 -1
  722. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.11-0.7.12.php +1 -1
  723. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.12-0.7.13.php +1 -1
  724. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.13-0.7.14.php +1 -1
  725. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.14-0.7.15.php +1 -1
  726. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.15-0.7.16.php +1 -1
  727. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.16-0.7.17.php +1 -1
  728. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.17-0.7.18.php +1 -1
  729. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.18-0.7.19.php +1 -1
  730. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.19-0.7.20.php +1 -1
  731. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.2-0.7.3.php +1 -1
  732. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.20-0.7.21.php +1 -1
  733. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.21-0.7.22.php +1 -1
  734. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.22-0.7.23.php +1 -1
  735. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.23-0.7.24.php +1 -1
  736. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.24-0.7.25.php +1 -1
  737. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.25-0.7.26.php +1 -1
  738. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.26-0.7.27.php +1 -1
  739. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.27-0.7.28.php +1 -1
  740. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.28-0.7.29.php +1 -1
  741. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.29-0.7.30.php +1 -1
  742. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.30-0.7.31.php +1 -1
  743. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.31-0.7.32.php +1 -1
  744. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.32-0.7.33.php +1 -1
  745. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.33-0.7.34.php +1 -1
  746. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.34-0.7.35.php +1 -1
  747. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.35-0.7.36.php +1 -1
  748. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.36-0.7.37.php +1 -1
  749. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.37-0.7.38.php +1 -1
  750. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.38-0.7.39.php +1 -1
  751. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.39-0.7.40.php +1 -1
  752. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.4-0.7.5.php +1 -1
  753. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.40-0.7.41.php +1 -1
  754. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.41-0.7.42.php +1 -1
  755. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.43-0.7.44.php +1 -1
  756. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.44-0.7.45.php +1 -1
  757. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.45-0.7.46.php +1 -1
  758. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.46-0.7.47.php +1 -1
  759. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.47-0.7.48.php +1 -1
  760. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.48-0.7.49.php +1 -1
  761. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.49-0.7.50.php +1 -1
  762. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.5-0.7.6.php +1 -1
  763. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.50-0.7.51.php +1 -1
  764. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.51-0.7.52.php +1 -1
  765. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.52-0.7.53.php +1 -1
  766. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.53-0.7.54.php +1 -1
  767. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.54-0.7.55.php +1 -1
  768. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.55-0.7.56.php +1 -1
  769. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.56-0.7.57.php +1 -1
  770. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.57-0.7.58.php +1 -1
  771. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.58-0.7.59.php +1 -1
  772. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.59-0.7.60.php +1 -1
  773. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.6-0.7.7.php +1 -1
  774. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.60-0.7.61.php +1 -1
  775. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.61-0.7.62.php +1 -1
  776. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.62-0.7.63.php +1 -1
  777. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.63-0.7.64.php +1 -1
  778. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.64-0.7.65.php +1 -1
  779. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.65-0.7.66.php +2 -2
  780. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.66-0.7.67.php +1 -1
  781. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.67-0.7.68.php +1 -1
  782. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.68-0.7.69.php +1 -1
  783. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.69-0.7.70.php +1 -1
  784. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.7-0.7.8.php +1 -1
  785. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.70-0.7.71.php +1 -1
  786. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.71-0.7.72.php +1 -1
  787. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.72-0.7.73.php +1 -1
  788. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.73-1.4.0.0.0.php +1 -1
  789. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.8-0.7.9.php +1 -1
  790. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.0-1.4.0.0.1.php +1 -1
  791. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.1-1.4.0.0.2.php +1 -1
  792. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.10-1.4.0.0.11.php +1 -1
  793. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.11-1.4.0.0.12.php +1 -1
  794. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.12-1.4.0.0.13.php +1 -1
  795. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.13-1.4.0.0.14.php +1 -1
  796. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.14-1.4.0.0.15.php +1 -1
  797. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.15-1.4.0.0.16.php +1 -1
  798. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.16-1.4.0.0.17.php +1 -1
  799. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.17-1.4.0.0.18.php +1 -1
  800. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.18-1.4.0.0.19.php +1 -1
  801. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.19-1.4.0.0.20.php +1 -1
  802. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.2-1.4.0.0.3.php +1 -1
  803. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.20-1.4.0.0.21.php +1 -1
  804. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.21-1.4.0.0.22.php +1 -1
  805. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.22-1.4.0.0.23.php +1 -1
  806. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.23-1.4.0.0.24.php +1 -1
  807. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.24-1.4.0.0.25.php +1 -1
  808. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.25-1.4.0.0.26.php +1 -1
  809. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.26-1.4.0.0.27.php +1 -1
  810. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.27-1.4.0.0.28.php +1 -1
  811. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.28-1.4.0.0.29.php +1 -1
  812. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.3-1.4.0.0.4.php +1 -1
  813. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.30-1.4.0.0.31.php +1 -1
  814. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.31-1.4.0.0.32.php +1 -1
  815. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.32-1.4.0.0.33.php +1 -1
  816. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.33-1.4.0.0.34.php +1 -1
  817. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.34-1.4.0.0.35.php +1 -1
  818. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.35-1.4.0.0.36.php +1 -1
  819. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.36-1.4.0.0.37.php +1 -1
  820. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.37-1.4.0.0.38.php +1 -1
  821. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.38-1.4.0.0.39.php +1 -1
  822. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.39-1.4.0.0.40.php +1 -1
  823. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.4-1.4.0.0.5.php +1 -1
  824. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.40-1.4.0.0.41.php +1 -1
  825. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.41-1.4.0.0.42.php +1 -1
  826. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.43-1.4.0.0.44.php +1 -1
  827. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.5-1.4.0.0.6.php +1 -1
  828. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.6-1.4.0.0.7.php +1 -1
  829. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.7-1.4.0.0.8.php +1 -1
  830. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.8-1.4.0.0.9.php +1 -1
  831. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.4.0.0.9-1.4.0.0.10.php +1 -1
  832. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  833. app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.6.0.0.8-1.6.0.0.9.php +1 -1
  834. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0-1.6.0.0.1.php +1 -1
  835. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.1-1.6.0.0.2.php +1 -1
  836. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.10-1.6.0.0.11.php +1 -1
  837. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.11-1.6.0.0.12.php +1 -1
  838. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.14-1.6.0.0.15.php +37 -0
  839. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.15-1.6.0.0.18.php +29 -0
  840. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.2-1.6.0.0.3.php +1 -1
  841. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.3-1.6.0.0.4.php +1 -1
  842. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.4-1.6.0.0.5.php +1 -1
  843. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.5-1.6.0.0.6.php +1 -1
  844. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.6-1.6.0.0.7.php +1 -1
  845. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.7-1.6.0.0.8.php +1 -1
  846. app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.9-1.6.0.0.10.php +1 -1
  847. app/code/core/Mage/CatalogIndex/Model/Aggregation.php +1 -1
  848. app/code/core/Mage/CatalogIndex/Model/Attribute.php +1 -1
  849. app/code/core/Mage/CatalogIndex/Model/Catalog/Index/Flag.php +1 -1
  850. app/code/core/Mage/CatalogIndex/Model/Catalog/Index/Kill/Flag.php +1 -1
  851. app/code/core/Mage/CatalogIndex/Model/Data/Abstract.php +1 -1
  852. app/code/core/Mage/CatalogIndex/Model/Data/Configurable.php +1 -1
  853. app/code/core/Mage/CatalogIndex/Model/Data/Grouped.php +1 -1
  854. app/code/core/Mage/CatalogIndex/Model/Data/Simple.php +1 -1
  855. app/code/core/Mage/CatalogIndex/Model/Data/Virtual.php +1 -1
  856. app/code/core/Mage/CatalogIndex/Model/Indexer.php +21 -10
  857. app/code/core/Mage/CatalogIndex/Model/Indexer/Abstract.php +1 -1
  858. app/code/core/Mage/CatalogIndex/Model/Indexer/Eav.php +1 -1
  859. app/code/core/Mage/CatalogIndex/Model/Indexer/Interface.php +1 -1
  860. app/code/core/Mage/CatalogIndex/Model/Indexer/Minimalprice.php +1 -1
  861. app/code/core/Mage/CatalogIndex/Model/Indexer/Price.php +1 -1
  862. app/code/core/Mage/CatalogIndex/Model/Indexer/Tierprice.php +1 -1
  863. app/code/core/Mage/CatalogIndex/Model/Mysql4/Abstract.php +1 -1
  864. app/code/core/Mage/CatalogIndex/Model/Mysql4/Aggregation.php +1 -1
  865. app/code/core/Mage/CatalogIndex/Model/Mysql4/Attribute.php +1 -1
  866. app/code/core/Mage/CatalogIndex/Model/Mysql4/Data/Abstract.php +1 -1
  867. app/code/core/Mage/CatalogIndex/Model/Mysql4/Data/Configurable.php +1 -1
  868. app/code/core/Mage/CatalogIndex/Model/Mysql4/Data/Grouped.php +1 -1
  869. app/code/core/Mage/CatalogIndex/Model/Mysql4/Indexer.php +1 -1
  870. app/code/core/Mage/CatalogIndex/Model/Mysql4/Indexer/Abstract.php +1 -1
  871. app/code/core/Mage/CatalogIndex/Model/Mysql4/Indexer/Eav.php +1 -1
  872. app/code/core/Mage/CatalogIndex/Model/Mysql4/Indexer/Minimalprice.php +1 -1
  873. app/code/core/Mage/CatalogIndex/Model/Mysql4/Indexer/Price.php +1 -1
  874. app/code/core/Mage/CatalogIndex/Model/Mysql4/Price.php +1 -1
  875. app/code/core/Mage/CatalogIndex/Model/Mysql4/Retreiver.php +1 -1
  876. app/code/core/Mage/CatalogIndex/Model/Mysql4/Setup.php +1 -1
  877. app/code/core/Mage/CatalogIndex/Model/Observer.php +1 -1
  878. app/code/core/Mage/CatalogIndex/Model/Price.php +1 -1
  879. app/code/core/Mage/CatalogIndex/Model/Resource/Abstract.php +1 -1
  880. app/code/core/Mage/CatalogIndex/Model/Resource/Aggregation.php +1 -1
  881. app/code/core/Mage/CatalogIndex/Model/Resource/Attribute.php +1 -1
  882. app/code/core/Mage/CatalogIndex/Model/Resource/Data/Abstract.php +1 -1
  883. app/code/core/Mage/CatalogIndex/Model/Resource/Data/Configurable.php +1 -1
  884. app/code/core/Mage/CatalogIndex/Model/Resource/Data/Grouped.php +1 -1
  885. app/code/core/Mage/CatalogIndex/Model/Resource/Indexer.php +1 -1
  886. app/code/core/Mage/CatalogIndex/Model/Resource/Indexer/Abstract.php +1 -1
  887. app/code/core/Mage/CatalogIndex/Model/Resource/Indexer/Eav.php +1 -1
  888. app/code/core/Mage/CatalogIndex/Model/Resource/Indexer/Minimalprice.php +1 -1
  889. app/code/core/Mage/CatalogIndex/Model/Resource/Indexer/Price.php +1 -1
  890. app/code/core/Mage/CatalogIndex/Model/Resource/Price.php +1 -1
  891. app/code/core/Mage/CatalogIndex/Model/Resource/Retreiver.php +1 -1
  892. app/code/core/Mage/CatalogIndex/Model/Resource/Setup.php +1 -1
  893. app/code/core/Mage/CatalogIndex/Model/Retreiver.php +1 -1
  894. app/code/core/Mage/CatalogIndex/etc/config.xml +1 -1
  895. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/install-1.6.0.0.php +1 -1
  896. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-install-0.7.0.php +1 -1
  897. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.0-0.7.1.php +1 -1
  898. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.1-0.7.2.php +1 -1
  899. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.2-0.7.3.php +1 -1
  900. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.3-0.7.4.php +1 -1
  901. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.4-0.7.5.php +1 -1
  902. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.5-0.7.6.php +1 -1
  903. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.6-0.7.7.php +1 -1
  904. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.7-0.7.8.php +1 -1
  905. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.8-0.7.9.php +1 -1
  906. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-0.7.9-0.7.10.php +1 -1
  907. app/code/core/Mage/CatalogIndex/sql/catalogindex_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  908. app/code/core/Mage/CatalogInventory/Block/Adminhtml/Form/Field/Customergroup.php +1 -1
  909. app/code/core/Mage/CatalogInventory/Block/Adminhtml/Form/Field/Minsaleqty.php +1 -1
  910. app/code/core/Mage/CatalogInventory/Block/Qtyincrements.php +11 -1
  911. app/code/core/Mage/CatalogInventory/Block/Stockqty/Abstract.php +1 -1
  912. app/code/core/Mage/CatalogInventory/Block/Stockqty/Composite.php +1 -1
  913. app/code/core/Mage/CatalogInventory/Block/Stockqty/Default.php +11 -1
  914. app/code/core/Mage/CatalogInventory/Block/Stockqty/Type/Configurable.php +1 -1
  915. app/code/core/Mage/CatalogInventory/Block/Stockqty/Type/Grouped.php +1 -1
  916. app/code/core/Mage/CatalogInventory/Helper/Data.php +16 -1
  917. app/code/core/Mage/CatalogInventory/Helper/Minsaleqty.php +1 -1
  918. app/code/core/Mage/CatalogInventory/Model/Api2/Stock/Item.php +1 -1
  919. app/code/core/Mage/CatalogInventory/Model/Api2/Stock/Item/Rest.php +1 -1
  920. app/code/core/Mage/CatalogInventory/Model/Api2/Stock/Item/Rest/Admin/V1.php +1 -1
  921. app/code/core/Mage/CatalogInventory/Model/Api2/Stock/Item/Validator/Item.php +1 -1
  922. app/code/core/Mage/CatalogInventory/Model/Indexer/Stock.php +1 -1
  923. app/code/core/Mage/CatalogInventory/Model/Mysql4/Indexer/Stock.php +1 -1
  924. app/code/core/Mage/CatalogInventory/Model/Mysql4/Indexer/Stock/Configurable.php +1 -1
  925. app/code/core/Mage/CatalogInventory/Model/Mysql4/Indexer/Stock/Default.php +1 -1
  926. app/code/core/Mage/CatalogInventory/Model/Mysql4/Indexer/Stock/Grouped.php +1 -1
  927. app/code/core/Mage/CatalogInventory/Model/Mysql4/Indexer/Stock/Interface.php +1 -1
  928. app/code/core/Mage/CatalogInventory/Model/Mysql4/Stock.php +1 -1
  929. app/code/core/Mage/CatalogInventory/Model/Mysql4/Stock/Item.php +1 -1
  930. app/code/core/Mage/CatalogInventory/Model/Mysql4/Stock/Item/Collection.php +1 -1
  931. app/code/core/Mage/CatalogInventory/Model/Mysql4/Stock/Status.php +1 -1
  932. app/code/core/Mage/CatalogInventory/Model/Observer.php +44 -7
  933. app/code/core/Mage/CatalogInventory/Model/Resource/Indexer/Stock.php +1 -1
  934. app/code/core/Mage/CatalogInventory/Model/Resource/Indexer/Stock/Configurable.php +1 -1
  935. app/code/core/Mage/CatalogInventory/Model/Resource/Indexer/Stock/Default.php +1 -1
  936. app/code/core/Mage/CatalogInventory/Model/Resource/Indexer/Stock/Grouped.php +1 -1
  937. app/code/core/Mage/CatalogInventory/Model/Resource/Indexer/Stock/Interface.php +1 -1
  938. app/code/core/Mage/CatalogInventory/Model/Resource/Stock.php +60 -7
  939. app/code/core/Mage/CatalogInventory/Model/Resource/Stock/Item.php +1 -1
  940. app/code/core/Mage/CatalogInventory/Model/Resource/Stock/Item/Collection.php +1 -1
  941. app/code/core/Mage/CatalogInventory/Model/Resource/Stock/Status.php +1 -1
  942. app/code/core/Mage/CatalogInventory/Model/Source/Backorders.php +1 -1
  943. app/code/core/Mage/CatalogInventory/Model/Source/Stock.php +1 -1
  944. app/code/core/Mage/CatalogInventory/Model/Stock.php +1 -1
  945. app/code/core/Mage/CatalogInventory/Model/Stock/Item.php +3 -3
  946. app/code/core/Mage/CatalogInventory/Model/Stock/Item/Api.php +1 -1
  947. app/code/core/Mage/CatalogInventory/Model/Stock/Item/Api/V2.php +35 -34
  948. app/code/core/Mage/CatalogInventory/Model/Stock/Status.php +5 -3
  949. app/code/core/Mage/CatalogInventory/Model/System/Config/Backend/Minqty.php +1 -1
  950. app/code/core/Mage/CatalogInventory/Model/System/Config/Backend/Minsaleqty.php +1 -1
  951. app/code/core/Mage/CatalogInventory/Model/System/Config/Backend/Qtyincrements.php +1 -1
  952. app/code/core/Mage/CatalogInventory/etc/adminhtml.xml +1 -1
  953. app/code/core/Mage/CatalogInventory/etc/api.xml +9 -1
  954. app/code/core/Mage/CatalogInventory/etc/api2.xml +1 -1
  955. app/code/core/Mage/CatalogInventory/etc/config.xml +10 -1
  956. app/code/core/Mage/CatalogInventory/etc/system.xml +13 -3
  957. app/code/core/Mage/CatalogInventory/etc/wsdl.xml +31 -0
  958. app/code/core/Mage/CatalogInventory/etc/wsi.xml +41 -0
  959. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/install-1.6.0.0.php +1 -1
  960. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-install-0.7.0.php +1 -1
  961. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.0-0.7.1.php +1 -1
  962. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.1-0.7.2.php +1 -1
  963. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.2-0.7.3.php +1 -1
  964. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.3-0.7.4.php +1 -1
  965. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.4-0.7.5.php +1 -1
  966. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.5-0.7.6.php +1 -1
  967. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.6-0.7.7.php +1 -1
  968. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-0.7.7-0.7.8.php +1 -1
  969. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  970. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/mysql4-upgrade-1.6.0.0-1.6.0.0.1.php +1 -1
  971. app/code/core/Mage/CatalogInventory/sql/cataloginventory_setup/upgrade-1.6.0.0.1-1.6.0.0.2.php +1 -1
  972. app/code/core/Mage/CatalogRule/Helper/Data.php +1 -1
  973. app/code/core/Mage/CatalogRule/Model/Action/Index/Refresh.php +648 -0
  974. app/code/core/Mage/CatalogRule/Model/Action/Index/Refresh/Row.php +101 -0
  975. app/code/core/Mage/CatalogRule/Model/Flag.php +1 -1
  976. app/code/core/Mage/CatalogRule/Model/Mysql4/Rule.php +1 -1
  977. app/code/core/Mage/CatalogRule/Model/Mysql4/Rule/Collection.php +1 -1
  978. app/code/core/Mage/CatalogRule/Model/Mysql4/Rule/Product/Price.php +1 -1
  979. app/code/core/Mage/CatalogRule/Model/Mysql4/Rule/Product/Price/Collection.php +1 -1
  980. app/code/core/Mage/CatalogRule/Model/Observer.php +21 -13
  981. app/code/core/Mage/CatalogRule/Model/Resource/Rule.php +258 -246
  982. app/code/core/Mage/CatalogRule/Model/Resource/Rule/Collection.php +1 -1
  983. app/code/core/Mage/CatalogRule/Model/Resource/Rule/Product/Price.php +1 -1
  984. app/code/core/Mage/CatalogRule/Model/Resource/Rule/Product/Price/Collection.php +1 -1
  985. app/code/core/Mage/CatalogRule/Model/Rule.php +89 -23
  986. app/code/core/Mage/CatalogRule/Model/Rule/Action/Collection.php +1 -1
  987. app/code/core/Mage/CatalogRule/Model/Rule/Action/Product.php +1 -1
  988. app/code/core/Mage/CatalogRule/Model/Rule/Condition/Combine.php +1 -1
  989. app/code/core/Mage/CatalogRule/Model/Rule/Condition/Product.php +103 -1
  990. app/code/core/Mage/CatalogRule/Model/Rule/Product/Price.php +1 -1
  991. app/code/core/Mage/CatalogRule/etc/adminhtml.xml +1 -1
  992. app/code/core/Mage/CatalogRule/etc/config.xml +6 -3
  993. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/install-1.6.0.0.php +1 -1
  994. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-install-0.7.0.php +1 -1
  995. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.0-0.7.1.php +1 -1
  996. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.1-0.7.2.php +1 -1
  997. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.2-0.7.3.php +1 -1
  998. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.3-0.7.4.php +1 -1
  999. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.4-0.7.5.php +1 -1
  1000. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.5-0.7.6.php +1 -1
  1001. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.6-0.7.7.php +1 -1
  1002. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.7-0.7.8.php +1 -1
  1003. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.8-0.7.9.php +1 -1
  1004. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-0.7.9-0.7.10.php +1 -1
  1005. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +1 -1
  1006. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/upgrade-1.6.0.0-1.6.0.1.php +1 -1
  1007. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/upgrade-1.6.0.1-1.6.0.2.php +1 -1
  1008. app/code/core/Mage/CatalogRule/sql/catalogrule_setup/upgrade-1.6.0.2-1.6.0.3.php +1 -1
  1009. app/code/core/Mage/CatalogSearch/Block/Advanced/Form.php +19 -14
  1010. app/code/core/Mage/CatalogSearch/Block/Advanced/Result.php +1 -1
  1011. app/code/core/Mage/CatalogSearch/Block/Autocomplete.php +3 -3
  1012. app/code/core/Mage/CatalogSearch/Block/Layer.php +2 -2
  1013. app/code/core/Mage/CatalogSearch/Block/Layer/Filter/Attribute.php +1 -1
  1014. app/code/core/Mage/CatalogSearch/Block/Result.php +1 -1
  1015. app/code/core/Mage/CatalogSearch/Block/Term.php +1 -1
  1016. app/code/core/Mage/CatalogSearch/Helper/Data.php +1 -1
.htaccess.sample CHANGED
@@ -31,8 +31,7 @@
31
  ############################################
32
  ## adjust memory limit
33
 
34
- # php_value memory_limit 64M
35
- php_value memory_limit 128M
36
  php_value max_execution_time 18000
37
 
38
  ############################################
31
  ############################################
32
  ## adjust memory limit
33
 
34
+ php_value memory_limit 512M
 
35
  php_value max_execution_time 18000
36
 
37
  ############################################
RELEASE_NOTES.txt CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  ==== 1.7.0.2 ====
2
 
3
  === Fixes ===
1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+ ] NOTE: Current Release Notes are maintained at: [
4
+ ] [
5
+ ] http://www.magentocommerce.com/knowledge-base/entry/ce-18-later-release-notes [
6
+ ] [
7
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
  ==== 1.7.0.2 ====
11
 
12
  === Fixes ===
app/Mage.php CHANGED
@@ -168,9 +168,9 @@ final class Mage
168
  {
169
  return array(
170
  'major' => '1',
171
- 'minor' => '7',
172
  'revision' => '0',
173
- 'patch' => '2',
174
  'stability' => '',
175
  'number' => '',
176
  );
@@ -695,7 +695,7 @@ final class Mage
695
  }
696
  try {
697
  self::dispatchEvent('mage_run_exception', array('exception' => $e));
698
- if (!headers_sent()) {
699
  header('Location:' . self::getUrl('install'));
700
  } else {
701
  self::printException($e);
168
  {
169
  return array(
170
  'major' => '1',
171
+ 'minor' => '8',
172
  'revision' => '0',
173
+ 'patch' => '0',
174
  'stability' => '',
175
  'number' => '',
176
  );
695
  }
696
  try {
697
  self::dispatchEvent('mage_run_exception', array('exception' => $e));
698
+ if (!headers_sent() && self::isInstalled()) {
699
  header('Location:' . self::getUrl('install'));
700
  } else {
701
  self::printException($e);
app/code/core/Mage/Admin/Helper/Data.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Assert/Time.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Resource.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Role.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Role/Generic.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Role/Group.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Role/Registry.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Acl/Role/User.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Config.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Acl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Role.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Roles.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Roles/User/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Rules.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/User.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Observer.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Acl.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Acl/Role.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Permissions/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Role.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Role/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Roles.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Roles/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Roles/User/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Rules.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/Rules/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
app/code/core/Mage/Admin/Model/Resource/User.php CHANGED
@@ -20,11 +20,10 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
- * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
27
-
28
  /**
29
  * ACL user resource
30
  *
@@ -151,7 +150,7 @@ class Mage_Admin_Model_Resource_User extends Mage_Core_Model_Resource_Db_Abstrac
151
  */
152
  private function _encryptPassword($pwStr)
153
  {
154
- return Mage::helper('core')->getHash($pwStr, 2);
155
  }
156
 
157
  /**
@@ -219,7 +218,7 @@ class Mage_Admin_Model_Resource_User extends Mage_Core_Model_Resource_Db_Abstrac
219
  } catch (Mage_Core_Exception $e) {
220
  throw $e;
221
  return false;
222
- } catch (Exception $e){
223
  $adapter->rollBack();
224
  return false;
225
  }
@@ -238,7 +237,7 @@ class Mage_Admin_Model_Resource_User extends Mage_Core_Model_Resource_Db_Abstrac
238
  {
239
  $rolesIds = $user->getRoleIds();
240
 
241
- if( !is_array($rolesIds) || count($rolesIds) == 0 ) {
242
  return $user;
243
  }
244
 
@@ -275,7 +274,7 @@ class Mage_Admin_Model_Resource_User extends Mage_Core_Model_Resource_Db_Abstrac
275
  $adapter->commit();
276
  } catch (Mage_Core_Exception $e) {
277
  throw $e;
278
- } catch (Exception $e){
279
  $adapter->rollBack();
280
  throw $e;
281
  }
@@ -331,7 +330,7 @@ class Mage_Admin_Model_Resource_User extends Mage_Core_Model_Resource_Db_Abstrac
331
 
332
  $aRoles = $this->hasAssigned2Role($user);
333
  if ( sizeof($aRoles) > 0 ) {
334
- foreach($aRoles as $idx => $data){
335
  $conditions = array(
336
  'role_id = ?' => $data['role_id'],
337
  );
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
  */
26
 
 
27
  /**
28
  * ACL user resource
29
  *
150
  */
151
  private function _encryptPassword($pwStr)
152
  {
153
+ return Mage::helper('core')->getHash($pwStr, Mage_Admin_Model_User::HASH_SALT_LENGTH);
154
  }
155
 
156
  /**
218
  } catch (Mage_Core_Exception $e) {
219
  throw $e;
220
  return false;
221
+ } catch (Exception $e) {
222
  $adapter->rollBack();
223
  return false;
224
  }
237
  {
238
  $rolesIds = $user->getRoleIds();
239
 
240
+ if (!is_array($rolesIds) || count($rolesIds) == 0) {
241
  return $user;
242
  }
243
 
274
  $adapter->commit();
275
  } catch (Mage_Core_Exception $e) {
276
  throw $e;
277
+ } catch (Exception $e) {
278
  $adapter->rollBack();
279
  throw $e;
280
  }
330
 
331
  $aRoles = $this->hasAssigned2Role($user);
332
  if ( sizeof($aRoles) > 0 ) {
333
+ foreach ($aRoles as $idx => $data) {
334
  $conditions = array(
335
  'role_id = ?' => $data['role_id'],
336
  );
app/code/core/Mage/Admin/Model/Resource/User/Collection.php CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category Mage
22
  * @package Mage_Admin
23