You are here

CHANGELOG.txt in Linkit 7.2

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Linkit x.x-x.x, xxxx-xx-xx

Linkit 7.x-2.4, 2012-05-04
------------------------------
- Fixed issue #1551276 Removed the maxlength attribute from the target path
  field.
- Added support for fields. #1462194
- Added support for "insert pluings" on fields. #1462194
- Fixed so install message isn't show in drupal itself is in install mode.

Linkit 7.x-2.3, 2012-04-25
------------------------------
- Added feature #1511966: Autofocus in the search field.
- Fixed issue #1508846: Token module support for terms does not handle the right
  tokens.
- Added entity module as a new dependency.
- Fixed issue #1508148: Term autocompletion by bundle doesn't work.
- Fixed issue #1508826: Warning: Invalid argument supplied for foreach() in
  element_children().

Linkit 7.x-2.2, 2012-03-28
------------------------------
- Removed whitespace from the user plugin.
- Fixed miss spelled path.
- Added a new way that plugins will be extended on.
- Made the function description better for linkit_entity_info_alter().
- Implemented hook_entity_info_alter to control which entities that works with
  linkit.
- Added a contructor method to the user plugin.
- Fixed Issue #1423316: Theme key '_linkit_theme_profile_form_table' not found.
- Fixed Issue #1459832: If there is no selection, add the result title as the
  link text.
- Fixed issue #1489980: Use term 'managed files' for file plugin.
- Fixed Issue #1464178: Setting: Group by bundle seem to have no effect.
- Added broken handler check.
- Added handler broken class.
- Fixed coding standards.
- Fixed notice warning when plugins did not have a buildSettingsForm method.
- Fixed error in update 7202.
- Fixed error in the default buildDescription.
- Change filename for the file where the default plugin interface and classes
  are implemented.
- Added some documentation about the new plugins.
- Added update function for old plugin settings.
- Fixed undefined index issue in entity plugin.
- Fixed JS error when no profile was found in the modal.
- Issue #1435946 - Deleted the defualt profile hook and added a message about
  adding new profiles when Linkit is installed.
- Added Linkit to the contextmenu in TinyMCE.
- Issue #1417452: Linkit menu option in CKeditor Context Menu.
- Added support for the token module.
- Added description about tokens in the result description settings.
- Added extract tokens function.
- Fixed the fieldset state in the profile settings form.
- Fixed method name issue.
- Added class documentation.
- Change searchString to search_string.
- Added documentation for this class.
- Use FILE_STATUS_PERMANENT instead of 1 in the query.
- Removed the 'path auto callback' as this is not really needed.
- Fixed file buildGroup and buildDescription.
- Started working on the file plugin.
- Deleted old plugin files.
- Fixed issue with bundle filtering.
- Fixed basic start for the new profile system.
- New plugin system, basic support for entities, nodes, users, terms.
- Beginning of generic entity support
- Added EntityFieldQuery support for entities.
- Issue #1412482: Fix the changelog for 7.x-2.x
- Issue 1395506: Rows with unpublished nodes needs to have a visual difference
  in the search results.
- Issue #1395102: Page scrolls to top when user clicks Cancel button

Linkit 7.x-2.1, 2012-01-05
------------------------------
- Issue #1394052 - Linkit causing other modules' attach behaviors to fail.

Linkit 7.x-2.0, 2011-12-27
------------------------------
Some of the new features coming up in the 7.x-2.0 release.

- Settings are now handled by profiles, similar to the profiles of the WYSIWYG
  module. A profile contains settings and can be assigned to Drupal roles. Thus,
  it is possible to customize the behavior of Linkit in detail. (This requires
  ctools)
- Since Drupal's own autocomplete was not enough, we developed our own Better
  Autocomplete which provides a rich autocomplete experience. It is GPL and
  bundled with Linkit 7.x-2.x.
- Works without Pathologic, (However, Pathologic is recommended for portability
  between environments and URL alias generation)
- External links. If you paste an external URL, Linkit will check that the URL
  is not broken. (Can be turned off)
- Internal absolute URL:s converts automatically into drupal paths, very simple
  for users who are used to copy-pasting.
- No more popups, the Linkit dashboard is now handled with a dialog UI.
- More settings, for even more flexible customization. One cool feature is
  thumbnails and dimenstions next to images in the autocomplete results list.

File

CHANGELOG.txt
View source
  1. Linkit x.x-x.x, xxxx-xx-xx
  2. Linkit 7.x-2.4, 2012-05-04
  3. ------------------------------
  4. - Fixed issue #1551276 Removed the maxlength attribute from the target path
  5. field.
  6. - Added support for fields. #1462194
  7. - Added support for "insert pluings" on fields. #1462194
  8. - Fixed so install message isn't show in drupal itself is in install mode.
  9. Linkit 7.x-2.3, 2012-04-25
  10. ------------------------------
  11. - Added feature #1511966: Autofocus in the search field.
  12. - Fixed issue #1508846: Token module support for terms does not handle the right
  13. tokens.
  14. - Added entity module as a new dependency.
  15. - Fixed issue #1508148: Term autocompletion by bundle doesn't work.
  16. - Fixed issue #1508826: Warning: Invalid argument supplied for foreach() in
  17. element_children().
  18. Linkit 7.x-2.2, 2012-03-28
  19. ------------------------------
  20. - Removed whitespace from the user plugin.
  21. - Fixed miss spelled path.
  22. - Added a new way that plugins will be extended on.
  23. - Made the function description better for linkit_entity_info_alter().
  24. - Implemented hook_entity_info_alter to control which entities that works with
  25. linkit.
  26. - Added a contructor method to the user plugin.
  27. - Fixed Issue #1423316: Theme key '_linkit_theme_profile_form_table' not found.
  28. - Fixed Issue #1459832: If there is no selection, add the result title as the
  29. link text.
  30. - Fixed issue #1489980: Use term 'managed files' for file plugin.
  31. - Fixed Issue #1464178: Setting: Group by bundle seem to have no effect.
  32. - Added broken handler check.
  33. - Added handler broken class.
  34. - Fixed coding standards.
  35. - Fixed notice warning when plugins did not have a buildSettingsForm method.
  36. - Fixed error in update 7202.
  37. - Fixed error in the default buildDescription.
  38. - Change filename for the file where the default plugin interface and classes
  39. are implemented.
  40. - Added some documentation about the new plugins.
  41. - Added update function for old plugin settings.
  42. - Fixed undefined index issue in entity plugin.
  43. - Fixed JS error when no profile was found in the modal.
  44. - Issue #1435946 - Deleted the defualt profile hook and added a message about
  45. adding new profiles when Linkit is installed.
  46. - Added Linkit to the contextmenu in TinyMCE.
  47. - Issue #1417452: Linkit menu option in CKeditor Context Menu.
  48. - Added support for the token module.
  49. - Added description about tokens in the result description settings.
  50. - Added extract tokens function.
  51. - Fixed the fieldset state in the profile settings form.
  52. - Fixed method name issue.
  53. - Added class documentation.
  54. - Change searchString to search_string.
  55. - Added documentation for this class.
  56. - Use FILE_STATUS_PERMANENT instead of 1 in the query.
  57. - Removed the 'path auto callback' as this is not really needed.
  58. - Fixed file buildGroup and buildDescription.
  59. - Started working on the file plugin.
  60. - Deleted old plugin files.
  61. - Fixed issue with bundle filtering.
  62. - Fixed basic start for the new profile system.
  63. - New plugin system, basic support for entities, nodes, users, terms.
  64. - Beginning of generic entity support
  65. - Added EntityFieldQuery support for entities.
  66. - Issue #1412482: Fix the changelog for 7.x-2.x
  67. - Issue 1395506: Rows with unpublished nodes needs to have a visual difference
  68. in the search results.
  69. - Issue #1395102: Page scrolls to top when user clicks Cancel button
  70. Linkit 7.x-2.1, 2012-01-05
  71. ------------------------------
  72. - Issue #1394052 - Linkit causing other modules' attach behaviors to fail.
  73. Linkit 7.x-2.0, 2011-12-27
  74. ------------------------------
  75. Some of the new features coming up in the 7.x-2.0 release.
  76. - Settings are now handled by profiles, similar to the profiles of the WYSIWYG
  77. module. A profile contains settings and can be assigned to Drupal roles. Thus,
  78. it is possible to customize the behavior of Linkit in detail. (This requires
  79. ctools)
  80. - Since Drupal's own autocomplete was not enough, we developed our own Better
  81. Autocomplete which provides a rich autocomplete experience. It is GPL and
  82. bundled with Linkit 7.x-2.x.
  83. - Works without Pathologic, (However, Pathologic is recommended for portability
  84. between environments and URL alias generation)
  85. - External links. If you paste an external URL, Linkit will check that the URL
  86. is not broken. (Can be turned off)
  87. - Internal absolute URL:s converts automatically into drupal paths, very simple
  88. for users who are used to copy-pasting.
  89. - No more popups, the Linkit dashboard is now handled with a dialog UI.
  90. - More settings, for even more flexible customization. One cool feature is
  91. thumbnails and dimenstions next to images in the autocomplete results list.