CHANGELOG.txt 15 KB

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