CHANGELOG.txt 15 KB

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