changelog.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Changelog for controlErrorLog.
  2. 1.3.1-pl
  3. ==============
  4. - Added closing the window by clicking on the icon.
  5. 1.3.0-pl
  6. ==============
  7. - Added the ability to control copies of the error log.
  8. 1.2.1-pl
  9. ==============
  10. - Moved "Make a copy" button to the left (PR #16).
  11. 1.2.0-pl
  12. ==============
  13. - Added a button "Make a copy" which makes a copy of the error log with current timestamp in the name.
  14. - Changed the admin notification event from "OnHandleRequest" to "OnWebPageComplete".
  15. 1.1.3-pl
  16. ==============
  17. - Fixed bug which occurs when the error log is bigger then allowed memory size [#14].
  18. 1.1.2-pl
  19. ==============
  20. - Code optimization.
  21. - Added cron script for checking the error log (core/components/controlerrorlog/cron/checkerrorlog.php).
  22. 1.1.1-pl
  23. ==============
  24. - Updated the Dutch lexicon.
  25. 1.1.0-pl
  26. ==============
  27. - Added control of the error log in the frontend of the site and admin notification.
  28. 1.0.5-pl
  29. ==============
  30. - Fixed bug with lexicon strings with some CMPs (#6)
  31. 1.0.4-pl
  32. ==============
  33. - Fixed the error #5.
  34. 1.0.3-pl
  35. ==============
  36. - Now the error log is checked for errors every minute (by default). It can be switched off.
  37. - Add a system setting "Last lines".
  38. - Add a system setting "Refresh frequency".
  39. - Add a system setting "Auto refresh".
  40. - Some improvements - now the window closes with animation, refreshing the error log on opening the window.
  41. 1.0.2-pl
  42. ==============
  43. - Removed the table creation script.
  44. 1.0.1-pl
  45. ==============
  46. - Changed the appearance of the error indicator.
  47. - Now the error indicator is displayed only for users with permission "error_log_view".
  48. - Removed Error Log button.
  49. - Added language support for Dutch.
  50. 1.0.0-pl
  51. ==============
  52. - Initial release