changelog.txt 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. 1.15.0-pl
  2. ==============
  3. - Added an unread messages indicator.
  4. - Fixed a bug with js files for backend users with restricted permissions (#19).
  5. - Moved the AdminTools service class from the model folder to the service folder.
  6. 1.14.1-pl
  7. ==============
  8. - Added a system setting to hide the lock menu item.
  9. - Updated the "tpl.lockScreen" chunk. Don't forget to update it.
  10. 1.14.0-pl
  11. ==============
  12. - Added ability to lock admin panel.
  13. 1.13.1-pl
  14. ==============
  15. - Fixed a bug with the last update.
  16. 1.13.0-pl
  17. ==============
  18. - Added a system setting to disable setting the authenticated user from "mgr" context for a guest user on a website.
  19. 1.12.2-pl
  20. ==============
  21. - Optimized for utf8mb4.
  22. - Fixed broken email authentication.
  23. - Fixed bug with creating a new admin notes.
  24. 1.12.1-pl
  25. ==============
  26. - Some bugfixes.
  27. 1.12.0-pl
  28. ==============
  29. - Added package action management which allows to prevent from installing, uninstalling, updating and removing packages.
  30. 1.11.2-pl
  31. ==============
  32. - Some code optimization (special thanks to Fi1osof).
  33. 1.11.1-pl
  34. ==============
  35. - Fixed error in the names of the two last added system settings.
  36. - Changed order of including css files.
  37. 1.11.0-pl
  38. ==============
  39. - Added 2 system settings - "admintools_custom_css" and "admintools_custom_js" which allow to add to the manager interface custom style and javascript files.
  40. - Tuned the purple theme.
  41. 1.10.1-beta
  42. ==============
  43. - Added the 'purple' color theme.
  44. - Bugfixes.
  45. 1.10.0-beta
  46. ==============
  47. - Added color themes.
  48. - The resource tree can be moved to the right side.
  49. 1.9.0-pl
  50. ==============
  51. - Added plugin interface with bound events.
  52. 1.8.2-pl
  53. ==============
  54. - Added a checkbox "Create cache" to the resource form which allows to save the resource to the cache when you save it.
  55. - Admin notes can be imported and exported.
  56. 1.8.1-beta
  57. ==============
  58. - Fixed issue #8 with mbstring.
  59. 1.8.0-beta
  60. ==============
  61. - Added alternative permissions for resources.
  62. - Template link in the resource form is made as icon.
  63. - The "description" and "introtext" fields now are resizable.
  64. 1.7.0-pl
  65. ==============
  66. - Added animation for the main menu.
  67. - Added system setting to disable templates and resources relationship.
  68. 1.6.0-pl
  69. ==============
  70. - Added templates and resources relationship.
  71. 1.5.0-pl
  72. ==============
  73. - Added user notes functionality.
  74. 1.4.1-pl
  75. ==============
  76. - Made the alternate login interface in pure javascript. Remove the jQuery from the AdminLogin snippet.
  77. - Automatic logout inactive or blocked user if he is logged in.
  78. 1.4.1-beta
  79. ==============
  80. - Element names in the elements log are links now.
  81. - Fixed bug of the email authorization.
  82. 1.4.0-beta
  83. ==============
  84. - Backend users can authorize via email.
  85. - Some code optimization.
  86. 1.3.0-pl
  87. ==============
  88. - Added system setting for switching on/off the favorite elements function.
  89. - Added ability to clear only the saved resource cache (system setting "clear_only resource_cache").
  90. - Added system setting for hiding component description at menu "Extras".
  91. - The list of the edited elements is getting from the system 'manager_log' table.
  92. - Added filter to the last edited elements grid.
  93. - The user settings of the favorite elements and the system settings save to the extended field of the user (special thanks to Lukas Zahnd).
  94. - Fixed some bugs (special thanks to Lukas Zahnd).
  95. 1.2.1-pl
  96. ==============
  97. - Fixed bug with favorites elements.
  98. 1.2.0-pl
  99. ==============
  100. - Added a log of recently edited elements to the tree toolbar.
  101. - Switch off check the elements permission for users with sudo while the tree is building.
  102. - Fixed some bugs.
  103. 1.1.1-pl
  104. ==============
  105. - Fixed session array for admintools.
  106. 1.1.0-pl
  107. ==============
  108. - Remember system settings state.
  109. - Added system setting allowing to switch off check the elements permission while the tree is building.
  110. - Show favorite elements without category folders.
  111. 1.0.2-pl
  112. ==============
  113. - Personal setting for each user.
  114. 1.0.1-pl
  115. ==============
  116. - Changed the cache path.
  117. 1.0.0-pl
  118. ==============
  119. - Initial release.