CHANGELOG.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. features DRUPAL-7--1-0
  2. ----------------------
  3. #1647894 by tim.plunkett: Fixed Features with page manager components are perpetually overridden.
  4. #1635662 by donquixote: Fixed Undefined index: feature in features_get_info().
  5. Add missing taxonomy test file
  6. features DRUPAL-7--1-0-RC3
  7. --------------------------
  8. #1429262 by joelcollinsdc, neochief: Added Allow component level reverting (without needing to go to interactive mode) in drush fr.
  9. #1272586 by alexweber | stevector: Added Increment or directly set version number directly with drush features-update.
  10. #1532422 by nadavoid: Fixed If the custom sort order of 'format_handlers()' is not maintained, some things can break.
  11. #1564864 by jeffschuler: Fixed Mixup in hook_features_export_render() example.
  12. #1567506 by Dave Reid: Fixed Unable to properly export or provide a locked field in a feature.
  13. #1597792 by jessehs: Make sure all comments in created features end period.
  14. #1599188 by jessehs: Move inline comment for empty feature .module file to @file doc block.
  15. #1587200 by ericduran: Fixed Test module should be hidden.
  16. #1574716 by bojanz: Fixed Avoid unnecessary cache rebuilds when creating and updating fields.
  17. #1530386 by exratione, bojanz, kotnik: Avoid unnecessary cache rebuilds and improve installation performance.
  18. #1489480 by Xen | dema502: Fixed drush:features-export Ambiguous component.
  19. #1159390 by hefox | brad.bulger: Fixed incorrect revert hook name in features.api.php?.
  20. #1493274 by hefox, neochief: Fixed Feature installed before Strongarm blocks all other variable imports.
  21. #1537838 by hefox, JvE | Gisle: Fixed Upgrading to 7.x-1.0-rc2 (from rc1) breaks taxonomy creation.
  22. #1447656 by bcmiller0, smk-ka: Added drush features-revert-all performance improvement.
  23. features DRUPAL-7--1-0-RC2
  24. --------------------------
  25. #1529202 by mpotter, mstrelan: Fixed Unable to revert overrides because clear-block is now clearfix.
  26. #1505044 by neochief: Fixed features_var_export() adds additional prefix to multiline strings contained in objects.
  27. #1510710 by neochief: Fixed Incorrect key in features_include_defaults() with reset parameters.
  28. #1402262 by hefox: Fixed features.api.php mentions 'features_source()' key, but the actual key in use is 'feature_source()'.
  29. #939254 by hefox, fago: Added Return the () to hook_features_pipe_component_alter().
  30. #894572 by pearcec, eporama, Grayside, andrewlevine: Added Features with only module dependencies not recognized as features.
  31. #1231118 by tim.plunkett, jhedstrom, nielsonm, arnested: Fixed Generate code according to coding standards.
  32. #1493274 by neochief, hefox: Fixed Feature installed before Strongarm blocks all other variable imports.
  33. #1287594 by tim.plunkett: Don't wrap .info file values in double quotes.
  34. #1437388 by hefox: Fixed check if file exists before including it in features_include().
  35. #1496322 by hefox, dajjen: Added Make package autocomplete search string case insensitive .
  36. #1279938 by derhasi, helmo: Added Features support for languages.
  37. #1305048 by mongolito404: Fixed Undefined index error in user_permission_features_export_render().
  38. #1063204 by careernerd, davidwhthomas, hefox | mrfree: Fixed Adding a new permission causes integrity constraint violation.
  39. #1432264 by ezra-g, tim.plunkett | samhassell: Fixed Changes to hook_views_api() cause Views plugins to be undefined.
  40. Revert "Issue #1432264 by ezra-g, tim.plunkett | samhassell: Fixed Changes to hook_views_api() cause Views plugins to be undefined."
  41. features DRUPAL-7--1-0-RC1
  42. --------------------------
  43. #1331278 by Xen, tim.plunkett, joelcollinsdc, mpotter: Drush features-add and features-export are confusingly simi
  44. #1475780 by rggoode: Added Prevent starting features machine name starting with numeric.
  45. #1402826 by mpotter: Added Make 'Checking...' a link.
  46. #1478808 by mpotter: Added Why is Description field required?.
  47. #1279938 by derhasi, helmo: Added Features support for languages.
  48. #1009900 by DamienMcKenna: Check if a variable is empty before comparing it to a known value.
  49. #1426452 by mpotter, rypit: Added Conflicts with disabled modules should be colored differently.
  50. #984472 by hefox, goron, Sarenc, mpotter: Added hook_node_info_alter(), and alter_type(), alter_hook() to features
  51. #1478808 by mpotter: Added Why is Description field required?.
  52. #1479068 by mpotter: Added Allow exportable code written to different files.
  53. #1058778 by dajjen | nymo: Added ability to edit package of feature when creating/editing features via the UI.
  54. #1429408 by joelcollinsdc: Fixed Diff page does not show component titles.
  55. #1264826 by Volx, hefox | mortendk: Fixed revert views calls views delete() & throws a fatal error .
  56. #1432264 by ezra-g, tim.plunkett | samhassell: Fixed Changes to hook_views_api() cause Views plugins to be undefin
  57. #1479068 by mpotter: Added Allow exportable code written to different files.
  58. #1437370 by hefox: Fixed . is being mapped to ord(',') instead of ord('.') in features_dom_encode_options()/featur
  59. Added a README section about security concerns
  60. Updated some docs, specifically the maintainers
  61. #1231118 by jhedstrom: Generate code according to coding standards when using include_once.
  62. #1305194 by hefox,Xen,mpotter: Provide support for exporting of altering of components
  63. #1305194 by smk-ka,jief: Taxonomy reference field export recursion
  64. #1390848: Fixing a slight bug from the previous patch that lead to wrong components being shown as being able to b
  65. #1390848 by hefox: Centralize the call to hook_features_api()
  66. Updated the features_test Feature
  67. #1399440 by hefox: Fixed Feature tests failure on image against drupal 7.10.
  68. features DRUPAL-7--1-0-BETA6
  69. ----------------------------
  70. #1382156 by tim.plunkett | davidn: Fixed PHP Fatal error: Call to undefined function ctools_features_declare_funct
  71. features DRUPAL-7--1-0-BETA5
  72. ----------------------------
  73. #1363284 by tim.plunkett, mpotter: Fixed Drush --force option is declared wrong.
  74. #1079440 by mpotter, mrf, tobby, acrollet, donquixote: Fixed Module name check prevents panels custom content pane
  75. #1152908 by greg.1.anderson, msonnabaum, smk-ka, rbayliss: Fixed Remove calls to drush_backend_invoke()
  76. #813760 by galooph, tim.plunkett, Volx, raphaelhuefner | greg.harvey: Fixed CTools Page manager pages do not rever
  77. #904558 by hefox, voxpelli, Raines37 | loze: Fixed Multiple features and strongarm conflicts.
  78. #1170846 by Ravi.J: Fixed Disabling a feature does not disable dependent modules.
  79. #1313744 by TravisCarden: Fixed Sort 'Edit components' SELECT alphabetically.
  80. Made the Features Test not hidden, b/c if it is hidden it wont enable/install the content type
  81. #1300780 by Dave Reid: Added Provide an actual hook_features_pipe_alter() for general altering.
  82. #1178884 by YaderV | altfuns: Fixed Wrong word (with) in a description text.
  83. #893360 by Xen, Raines37, Grayside, franz: Added Drush update/recreate (add components).
  84. #913890 by Grayside, joshuajabbour, tim.plunkett | webchick: Added Generate .info file properties in order consist
  85. #1288028 by DamienMcKenna: Fixed D7 branch refers to D6 CCK hook.
  86. #1187232 by Ravi.J, rickvug: Fixed Hidden and disabled features should not be displayed in UI and should not be co
  87. features DRUPAL-7--1-0-BETA4
  88. ----------------------------
  89. Fixing naming conflict b/w hook_enable and hook_disable
  90. #1187858 by smk-ka, febbraro: Fixed Node permissions fail to import.
  91. #1191558 by clemens.tolboom, Raines37: Allow for drush --destination while exporting a feature.
  92. #1188066 by smk-ka, febbraro: Fixed Excessive rebuilding if installing more than one feature at a time.
  93. #1260040 by tim.plunkett | hefox: Fixed features.css does not follow coding standards.
  94. #1195432: Fixing admin screen regression
  95. #1195432 by smk-ka: Use dependency information when importing
  96. #1186874 by dixon_: Better support for switching field storage types
  97. #1175684 by sagannotcarl, rocket.nova: Add legend/help to features-diff
  98. #1210604 by catch: drush features-revert-all does not respect --force argument
  99. #954062 by irakli, hefox: Incorrect Component Labels in the Components Dropdown
  100. #1186694 by tunic, fearlsgroove: Features orders exportes recursivally; fields allowed_values array alphabetized,
  101. #935152 by adamdicarlo, hadsie, hefox: Menu Items missing from Menu Links due to access callback user_is_anonymous
  102. #1258072 by hefox: Add suggestion for vocabulary when exporting a taxonomy field
  103. #1279212: add Features Breadcrumb
  104. Fixed the display of conflicting features. It was borked big time.
  105. #1219932 bu acrollet, t-dub, Nico Heulsen: Problems when dependencies have version numbers in them
  106. #1055460 by nedjo, hefox, fabsor, others...: Disabling a feature does not allow user to delete content type
  107. #994602 by franz: Misleading example on hook_features_export_alter() documentation
  108. #1264462 by Dave Reid, skwashd: template_preprocess_features_admin_components() calls D6-style theme() arguments
  109. #1131062: scripts/stylesheets manually added to info file have the path broken
  110. #946068 by rvilar, hefox: The machine name isn't updating correctly
  111. #1079440 by mrf, DamienMcKenna, dereine: Allow export of Custom Content Panes
  112. #1231118 by arnested, tim.plunkett: Coder fixes
  113. features DRUPAL-7--1-0-BETA3
  114. ----------------------------
  115. #1177582 by paulsheldrake: Missing ctools plugin include
  116. #1191670: Undefined FEATURES_COMPONENT_NOT_FOUND in features.drush.inc
  117. #1157048 by dixon_: Features appear overridden
  118. #1124422 by anantagati: Wrong links in README
  119. #932104 by aaronbauman, hefox, etc.: Improve help for feature export drush command
  120. #1094940 by webflo: Features unit test are broken
  121. #1134202: Overridden views not reverting
  122. #1097560 by nedjo: Features incompatible with latest version of views
  123. features DRUPAL-7--1-0-BETA2
  124. ----------------------------
  125. #1111714 by paranojik: _features_restore() does not properly revert components.
  126. #1070912 by bdragon: features_get_info() hands back original objects, can get corrupted.
  127. #1073988 by mikewink: File formats should be labeled text formats for consistency.
  128. removing unnecessary and typo-including check on plugin_api_hook_name
  129. removed duplicate ctools_plugin_api_get_hook function since new ctools is now released and it's unnecessary
  130. #1097560 by floretan, quartsize, merlinofchaos: Features incompatible with the latest version of views.
  131. Fixing unit test for permissions that broke as a result of #1063204
  132. Fixed the sanitize as it was incorrectly misidentifying a one item associative array as non-associative.
  133. Merge branch '7.x-1.x' of git.drupal.org:project/features into 7.x-1.x
  134. #1063204 by mrfree, careernerd, hadsie, irakli: Adding a new user role causes integrity constraing violation.
  135. Fixed E_STRICT warnings
  136. Merge branch '7.x-1.x' of git.drupal.org:project/features into 7.x-1.x
  137. #973836 by fmitchell, Grayside: Add @file to the generated files
  138. #1078972 by bdragon: Quoting problems on key side.
  139. Removing translation directories
  140. Stripping CVS keywords
  141. features DRUPAL-7--1-0-BETA1
  142. ----------------------------
  143. #993314 by das-peter: Notice 'undefined index' in features_export_build_form_populate.
  144. adding warning @TODO to note an edge case that is not covered by existing code when checking if .module includes feature
  145. #1053336 by tema: Translatables are not exported for fields.
  146. #970788 by mori, das_peter, steinmb: Notice: Undefined index: api in _ctools_features_get_info() // error from featu
  147. #1062526 by fago, dasjo: components appear always overriden if the default hook makes use of hook-group.
  148. #954536 by klausi: Unsetting ids on vocabulary object breaks Entity Cache.
  149. #1014066 by brenk28: Improper use of t().
  150. #994122 by hadsie: Feature conflicts report displays conflicting features as Array instead of proper feature name.
  151. #953236 by isolesen, grobot : Make the Manage Features page more descriptive when there are no features.
  152. cleaning up previous somewhat extraneous commit and making first attempt towards fixing: #986118. Full fix of that one s
  153. #944584 by Rok Žlender, pcambra: Features diff in drush is broken.
  154. #1056422 by EclipseGc: Attribute Classes are Arrays in D7.
  155. Follow up to previous commit, actually ordering array correctly.
  156. Fix tab rendering on admin/build/features.
  157. Updated the filter test
  158. Utilize filter format machine names which core now provides.
  159. features DRUPAL-7--1-0-ALPHA3
  160. -----------------------------
  161. Update filter component to make use of machine names if available.
  162. PHP declaration.
  163. Update features_test field export to match changes in core.
  164. Several test fixes.
  165. Use features_get_default() rather than module_invoke().
  166. Remove old schema check.
  167. #925628 by thill_: Fix example version strings.
  168. #925332 by joshuajabbour: Cleaner export render for ctools components.
  169. features DRUPAL-7--1-0-ALPHA2
  170. -----------------------------
  171. Update features.api.php.
  172. #919500 by fago: Enable generic feature implementations. Introduces 'base' key in hook_features_api().
  173. #912132 by das-peter, fago: Implement hook_hook_info() entry for 'features_api'.
  174. Properly support 'hidden' key in D7.
  175. Fix function signature of features_export_prepare().
  176. Fix for menu links export options.
  177. Exclude bundles info from field config.
  178. Exclude 'module' key from image style export.
  179. Prevent features from going haywire when attempting to detect conflict with components it doesn't know about.
  180. Sorting field definitions before exporting.
  181. Removing non-class files from files[] in fino.
  182. Revert addition of files array to features.
  183. #912018 by das-peter: Fix for duplicate files[] entries.
  184. Remove unneeded context features hooks.
  185. Fix features_get_orphans().
  186. #908390: Generate files[] array for features.
  187. features DRUPAL-7--1-0-ALPHA1
  188. -----------------------------
  189. D7: Update image styles component.
  190. D7: Update hook_permission().
  191. D7: Remove _features_get_roles().
  192. D7: user_role and user_permission component upgrades.
  193. D7: Update list of component includes.
  194. D7: Filter format API updates.
  195. D7: Fix for diff integration.
  196. D7 fixes for menu_custom and menu_links components.