CHANGELOG.txt 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. Admin Toolbar 8.1.23, 2018-02-06
  2. --------------------------------
  3. Changes since 8.1.22:
  4. - #2924266 by sunlix, romainj, adriancid, samerali: Add a menu link for the
  5. media module.
  6. - #2941184 by daniel.nitsche, adriancid: Remove unwanted comment from
  7. admin.toolbar.css.
  8. - #2912503 by Amsteri, m.abdulqader: Right to left language direction support.
  9. - #2937982 by romainj, adriancid: Auto-generation of menu links conflicts with
  10. other modules.
  11. - #2932873 by vaplas, saravanaprasanth, adriancid: Horizontal mode only works if
  12. the page is loaded in horizontal mode.
  13. - #2935311 by romainj, adriancid: Use the $entityTypeManager variable instead of
  14. the \Drupal::entityTypeManager service.
  15. - #2935449 by adriancid: Add the release information for the 1.22 version in the
  16. CHANGELOG.txt.
  17. - #2932476 by romainj: toolbar.tree library should have a dependency to the
  18. core/drupal library.
  19. - #2931503 by K3vin_nl: Admin toolbar generates invalid class names.
  20. Admin Toolbar 8.1.22, 2018-01-02
  21. --------------------------------
  22. Changes since 8.1.21:
  23. - #2929053 by kkuhnen, eme, adriancid: admin_toolbar.js should use Drupal
  24. behaviors.
  25. - #2929061 by romainj, dsnopek, adriancid: admin_toolbar_links_access_filter
  26. doesn't do anything unless admin_toolbar is enabled.
  27. - #2928836 by eme: One extra pixel line under the admin toolbar.
  28. - #2925501 by eme, adriancid, RumyanaRuseva: Menu does not take changes into
  29. account (caching issue).
  30. - #2927914 by adriancid: Parameter comment indentation must be 3 spaces.
  31. - #2927911 by adriancid: Remove unused variables.
  32. - #2927905 by adriancid: All dependencies must be prefixed with the project
  33. name.
  34. - #2925327 by Berdir, adriancid: Better check for is-link-in-admin-menu for
  35. local task links.
  36. - #2922046 by mikejw, adriancid, Berdir, BrianLewisDesign: Notice: Undefined
  37. index: entity.eform_type.collection in
  38. admin_toolbar_tools_menu_links_discovered_alter.
  39. - #2925128 by adriancid: Create the module help page for the Admin Toolbar Links
  40. Access Filter submodule.
  41. Admin Toolbar 8.1.21, 2017-11-20
  42. --------------------------------
  43. Changes since 8.1.20:
  44. - #2923580 by sylus, adriancid: Unsupported operand types in
  45. ToolbarHandler::lazyBuilder().
  46. - #2731369 by stefan.r, DuneBL, Berdir, kbasarab, joachim, adriancid: Local
  47. tasks don't show in the toolbar.
  48. - #2920793 by adriancid: Change the user TAKTAK by matio89 in the CHANGELOG.txt
  49. file.
  50. - #2873228 by smustgrave, adriancid, flocondetoile: Toolbar menu accessible and
  51. navigable with keyboard.
  52. - #2919775 by adriancid: Create the CHANGELOG.txt file.
  53. - #2919772 by adriancid: Use the README.txt template.
  54. - #2919769 by adriancid: Use the README.txt template for the admin_toolbar_tools
  55. submodule.
  56. - #2897309 by finne, adriancid, eme, rgpublic: admin_toolbar_tools module
  57. makes all pages uncacheable.
  58. - #2913299 by esod, Chi, adriancid, hudri, eme: CSS Z-Index of toolbar is
  59. inappropriate.
  60. - #2919390 by adriancid: Create the README.txt file for the admin toolbar links
  61. access filter submodule.
  62. - #2919367 by adriancid: Fix coding standard format.
  63. - #2919346 by adriancid: Don't show menu links that you don't have access
  64. permission for.
  65. - #2917710: Create the .info.yml file for the admin_toolbar_links_access_filter
  66. submodule.
  67. - #2916064 by adriancid, eme, finne: Use in drupal.org links url parameter and
  68. not route_name.
  69. - #2916040 by adriancid, finne, eme: Remove unused route admin_development.
  70. - #2915778 by finne, adriancid: Remove the _csrf_token from routes that don't
  71. need it.
  72. - #2909359 by adriancid, Musa.thomas: Add a menu link to clean the Views cache.
  73. - #2910931 by adriancid: .info.yml files don't have the drupal version.
  74. - #2759135 by Johnny vd Laar, miiimooo, romainj, chegor, adriancid, ckaotik,
  75. bdominguez, SpadXIII, mrtndlmt: Content type, Vocabularies and Menus names are
  76. not translated.
  77. - #2909710 by adriancid, Musa.thomas: Fix coding standard format.
  78. - #2910934 by adriancid, romainj: Error trying to clean the cache.
  79. - #2910892 by adriancid: Delete the LICENSE.txt.
  80. - #2909637 by bapi_22, Musa.thomas, adriancid: Avoid static call inside class
  81. method.
  82. - #2909003 by eme: fix z-index for CKEditor.
  83. - #2504449 by robin.ingelbrecht, rwam, eme: Un-hover delay.
  84. Admin Toolbar 8.1.20, 2017-09-07
  85. --------------------------------
  86. Changes since 8.1.19:
  87. - #2887439 by romainj: Fix test.
  88. - #2759135 by Johnny vd Laar, miiimooo, chegor, romainj: Content type,
  89. Vocabularies and Menus names are not translated.
  90. - #2894520 by romainj, bapi_22: Remove deprecated constant REQUEST_TIME from
  91. code base.
  92. - #2883098 by romainj, Alka Kumari: Admin Toolbar Extra Tools module display
  93. theme machine names instead of labels.
  94. - #2504449 by robin.ingelbrecht: Un-hover delay.
  95. - #2838636 by ddrozdik, Fons Vandamme, kerby70, romainj: Issue with z-index of
  96. dropdown in horizontal tray.
  97. - #2838636 by Fons Vandamme, ddrozdik, romainj: Issue with z-index of dropdown
  98. in horizontal tray.
  99. - #2870404 by romainj: Add a link to the Webprofiler settings page.
  100. - #2706643 by esod, romainj, Keenegan, DamienMcKenna: Use short array syntax.
  101. Admin Toolbar 8.1.19, 2017-04-06
  102. --------------------------------
  103. Changes since 8.1.18:
  104. - #2706643 by esod, romainj, Keenegan, DamienMcKenna: Use short array syntax.
  105. - #2781745 by minakshiPh, eelkeblok, romainj, akhilavnair_zyxware: Drupal coding
  106. standard issues found in most of the files.
  107. - #2855720 by stefan.r, romainj: No logout link in admin toolbar anymore.
  108. - #2841512 by Chi, romainj: User error: Redirects to external URLs are not
  109. allowed by default.
  110. Admin Toolbar 8.1.18, 2016-12-01
  111. --------------------------------
  112. Changes since 8.1.17:
  113. - #2830677 by vaplas, romainj: z-index for sub menu.
  114. - by romainj: Get rid of the Hello popup.
  115. - #2805431 by marcusx: Accidentaly committed alert.
  116. - #2630724 by squarecandy, romainj, reblutus, Hemangi Gokhale, jacoferg,
  117. Balu Ertl, Jeff Burnz, Don Greco: Consider changes to link title parameter to
  118. avoid tooltip visual conflict.
  119. - #2518202 by james.williams, chegor, eme, romainj, DuneBL: Change default link
  120. to taxonomy.
  121. Admin Toolbar 8.1.17, 2016-08-19
  122. --------------------------------
  123. Changes since 8.1.16:
  124. - #2779251 by romainj, DuneBL: Wrong integration of field_collection delete
  125. form.
  126. - #2776229 by Chi, romainj, mattlt: Chevron icons missing if Drupal is not in
  127. document root.
  128. - by romainj: CSS coding standard cleaning.
  129. - #2781059 by mstrelan, romainj: Why is CRON in all caps?
  130. - #2778935 by akhilavnair_zyxware, rjarraud: As per Drupal Standards each line
  131. in documentation should not exceeds 80 characters.
  132. - by romainj: Adds ending new line where required.
  133. - #2776229 by Chi, rjarraud: Chevron icons missing if Drupal is not in document
  134. root.
  135. - by eme: Commiting again #2707611.
  136. - #2757687 by neerajsingh: Remove usages of \Drupal::url().
  137. - #2707747 by Balu Ertl, nevergone, eme, esod: D8 logo not rendered with smooth
  138. antialiasing.
  139. Admin Toolbar 8.1.16, 2016-07-28
  140. --------------------------------
  141. Changes since 8.1.15:
  142. - #2723209 by andrewmacpherson, colan, mattshoaf: Enabling admin_toolbar_tools
  143. causes Devel Settings to disappear from the main configuration page.
  144. - #2759335 bycwells, jalpesh: fixes a mistaken link in hook_help().
  145. - #2664564 by kolier, matio89, romainj and Michèle: auto-detect content entities
  146. with Field UI route.
  147. - #2735257 by colan, romainj, Balu Ertl: respect of coding standards in the
  148. module README.txt file.
  149. - #2735257 by colan, romainj, Balu Ertl: shortens the module README.txt
  150. description text.
  151. - by romainj: Fixes a problem with the link to the Admin menu overview page.
  152. - #2735257 by Balu Ertl, colan, romainj: improves Admin Toolbar Extra Tools
  153. description in the README.txt file.
  154. - #2723381 by joachim, romainj: fieldable content entities are no more
  155. hardcoded.
  156. - #2735257 by Balu Ertl, colan, romainj: added some description details in the
  157. README.txt files.
  158. - by romainj: Menu link definitions updated.
  159. - by romainj: Change routing permissions to follow Drupal default permissions
  160. for administration pages.
  161. - by romainj: Fixes issue #2737027.
  162. - by romainj: fixes issue #2701825.
  163. - by romainj: Adds the menu name for each menu item in
  164. admin_toolbar_tools/admin_toolbar_tools.links.menu.yml file.
  165. - #2735153 by Kionn: InvalidArgumentException: Cannot redirect to an empty URL.
  166. в Symfony\Component\HttpFoundation\RedirectResponse->setTargetUrl().
  167. - by matio89: correction InvalidArgumentException: Cannot redirect to an empty
  168. URL. в Symfony\Component\HttpFoundation\RedirectResponse->setTargetUrl().
  169. - by romainj: Add a new Render Cache shortcut on the admin menu.
  170. - by romainj: Fixes issue #2731663 by canceling the move of the Logout menu
  171. link.
  172. Admin Toolbar 8.1.15, 2016-05-23
  173. --------------------------------
  174. Changes since 8.1.14:
  175. - by matio89: add RTL in admin.toolbar.css.
  176. - by romainj: Changes Devel menu item titles.
  177. - by romainj: Fixes issue #2713899.
  178. - by romainj: Minor code/typo cleaning.
  179. - #2707611 by Balu Ertl: Add fine shadow under dropdown menus.
  180. - #2707789 by esod: Fix Automated Tests.
  181. - by romainj: Code cleaning.
  182. - by romainj: Replace the deprecated entityManager() by entityTypeManager()
  183. service.
  184. - by romainj: Emptying menu cache with all link types.
  185. - #2614962 by dbt102, seppelM, neha.gangwar, chegor: Correct text in
  186. info.yml(s).
  187. - by eme: Minor typo changes.
  188. - by eme: Fix dependencies to core modules.
  189. - by eme: Fix issue #2666964.
  190. - by eme: Fix css background color level3.
  191. - by eme: fix issue #2658896 and refactor and fix chevron-right.svg.
  192. - by eme: fix Issue #2493037.
  193. Admin Toolbar 8.1.14, 2016-02-08
  194. --------------------------------
  195. Changes since 8.1.13:
  196. - by matio89: Correction differents bugs(problem white page when installing a
  197. new module).
  198. - #2643648 by Lord_of_Codes: Proposed README.txt file for Admin Toolbar.
  199. - by matio89: resolving the dependecies problem(dependencies of others modules).
  200. - by matio89: Correction route of entities.
  201. Admin Toolbar 8.1.13, 2016-02-02
  202. --------------------------------
  203. Changes since 8.1.12:
  204. - by matio89: Admin toolbar is compatible with 8.0.2.
  205. - by matio89: Commmit dev version compatible with drupal 8.0.2.
  206. - by matio89: New version of admin toolbar compatible with 8.0.2.
  207. Admin Toolbar 8.1.12, 2016-01-15
  208. --------------------------------
  209. Changes since 8.1.11:
  210. - by matio89: Correction AdminToolbaToolsAlterTest.
  211. - #2493037 by mimran: Empty elements in #toolbar-bar.
  212. - #2598136 by mimran, felribeiro: Menu items duplicated.
  213. - #2635154 by Lukas von Blarer: Too general CSS selectors.
  214. - by eme: Fix chevron right in local state.
  215. Admin Toolbar 8.1.11, 2015-12-11
  216. --------------------------------
  217. Changes since 8.1.10:
  218. - #2620430 by Vagelis, NarendraR: Typo.
  219. - #2632888 by JamesK: Add dependency on node module.
  220. - by eme: Fix admin toolbar test.
  221. - #2552081 by jonhattan, bruvers: chevron-right.svg not found.
  222. - by Vagelis: Minor typos.
  223. - by eme: Refactor basic tests.
  224. - #2613378 by chegor: Add basic test.
  225. - #2612694 by chegor: Add new view.
  226. - #2627918 by joe_carvajal: Version in info.yml files does Update Manager try to
  227. update.
  228. - by matio89: correction collapsible behaviour in vertical menu layout.
  229. - #2582825 by Ben Coleman: Installing Admin Toolbar Tools loses anonymous user
  230. login link.
  231. - by matio89: Correction the login link on the site when in a logged-out state.
  232. Admin Toolbar 8.1.10, 2015-08-07
  233. --------------------------------
  234. Changes since 8.1.9:
  235. - #2546939 by jonhattan: Add dependency on toolbar module.
  236. Admin Toolbar 8.1.9, 2015-07-22
  237. -------------------------------
  238. Changes since 8.1.8:
  239. - #2537016 by matio89: Removing dependance for user & system.
  240. - #2533420 by Dave Reid, twistor: Chase HEAD changes in toolbar.
  241. - #2537016 by twistor: Rewrite admin_toolbar_tools.module
  242. - by matio89: Correction all bugs and add new security features.
  243. Admin Toolbar 8.1.8, 2015-06-22
  244. -------------------------------
  245. Changes since 8.1.7:
  246. - correction not found route.
  247. - #2493037 by bobrov1989: Empty elements in #toolbar-bar.
  248. - by fethi: icones.
  249. Admin Toolbar 8.1.7, 2015-06-22
  250. -------------------------------
  251. Changes since 8.1.6:
  252. - correction not found route.
  253. - #2493037 by bobrov1989: Empty elements in #toolbar-bar.
  254. - by fethi: icones.
  255. Admin Toolbar 8.1.6, 2015-06-03
  256. -------------------------------
  257. Changes since 8.1.5:
  258. - by matio89: correction admin_toolbar.
  259. Admin Toolbar 8.1.5, 2015-06-03
  260. -------------------------------
  261. Changes since 8.1.4:
  262. - by matio89: test if module update exist or no to display install and update
  263. module.
  264. - by fethi: Change the colors used to match the Seven styleguide.
  265. - by matio89: compatibility with Drupal 8 béta 11.
  266. - by fethi: Change the colors used to match the Seven styleguide.
  267. Admin Toolbar 8.1.4, 2015-05-20
  268. -------------------------------
  269. Changes since 8.1.3:
  270. - by matio89: correction add/node.
  271. Admin Toolbar 8.1.3, 2015-05-19
  272. -------------------------------
  273. Changes since 8.1.2:
  274. - by matio89: add new functionalities.
  275. - by matio89: add administration devel link.
  276. - by matio89: correction reload page.
  277. - by matio89: correction redirect to the same page.
  278. Admin Toolbar 8.1.2, 2015-05-19
  279. -------------------------------
  280. Changes since 8.1.1:
  281. - by matio89: add new functionalities.
  282. - by matio89: add administration devel link.
  283. - by matio89: correction reload page.
  284. - by matio89: correction redirect to the same page.
  285. Admin Toolbar 8.1.1, 2015-05-19
  286. -------------------------------
  287. Changes since 8.1.0:
  288. - by matio89: add new functionalities.
  289. Admin Toolbar 8.1.0, 2015-05-07
  290. -------------------------------
  291. - Initial release.