You are here

CHANGELOG.txt in JSONlog 7

Same filename and directory in other branches
  1. 7.2 CHANGELOG.txt
jsonlog 7.x-1.x, 2014-12-10
---------------------------
* Reverted to tag 7.x-1.3. Recent changes call for a new major version, thus these changes now only exist in 7.x-2.x branch.

jsonlog 7.x-1.x, 2014-11-12
---------------------------
* Fixed that settings form didn't work at all (issue #2373857).
* Site id and file settings are required.
* Test filing shan't manipulate drupal file setting unnecessarily.
* Release 7.x-1.3.

jsonlog 7.x-1.x, 2014-11-11
---------------------------
* Use file locking (issue #2373039).
* Renamed 'event_id' to 'message_id'.
* Release 7.x-1.2.

jsonlog 7.x-1.x, 2014-10-21
---------------------------
* Fix negation of writable in filing test (issue #2360577).
* Moved helper functions which aren't needed - except initially and when administating the module - to include file.
* jsonlog_test_filing() is now usable for drush.
* Better phpdoc'umentation.

jsonlog 7.x-1.x, 2014-10-20
---------------------------
* Better error handling when testing log filing, and some admin page improvements.
* Release 7.x-1.0.

jsonlog 7.x-1.x, 2014-10-15
---------------------------
* Implemented tags.

jsonlog 7.x-1.x, 2014-10-14
---------------------------
* JSON field names are no longer configurable.
* The version field's value is no longer configurable, but always 1.
* All conf variables are now overridable by server environment variables (drupal_[variable name]), and no longer conditioned by server env var drupal_jsonlog_server_conf (now obsolete).

jsonlog 7.x-1.x, 2014-08-08
---------------------------
* Use server environment vars instead of Drupal conf vars, if server env.var 'drupal_jsonlog_server_conf' is set.

jsonlog 7.x-1.x, 2014-08-06
---------------------------
* Fixed that test write didn't write effectively didn't write to the location to be tested.

jsonlog 7.x-1.x, 2014-08-03
---------------------------
* Use API drupal_truncate_bytes instead of custom multibyte truncation algo.

jsonlog 7.x-1.x, 2014-07-29
---------------------------
* Remove null byte.
* Test write when user submits the logging settings form.
* Use file_put_contents() instead of fopen+fwrite+fclose().

jsonlog 7.x-1.x, 2014-07-28
---------------------------
* Establish default log dir when error_log directive is 'syslog'.

jsonlog 7.x-1.x, 2014-07-24
---------------------------
* Truncation. Fixed newline escaping (json_encode() doesn't escape control chars). Log to standard log if filing fails.
* Various minor optimizations and fixes.

jsonlog 7.x-1.x, 2014-07-23
---------------------------
* Initial.

File

CHANGELOG.txt
View source
  1. jsonlog 7.x-1.x, 2014-12-10
  2. ---------------------------
  3. * Reverted to tag 7.x-1.3. Recent changes call for a new major version, thus these changes now only exist in 7.x-2.x branch.
  4. jsonlog 7.x-1.x, 2014-11-12
  5. ---------------------------
  6. * Fixed that settings form didn't work at all (issue #2373857).
  7. * Site id and file settings are required.
  8. * Test filing shan't manipulate drupal file setting unnecessarily.
  9. * Release 7.x-1.3.
  10. jsonlog 7.x-1.x, 2014-11-11
  11. ---------------------------
  12. * Use file locking (issue #2373039).
  13. * Renamed 'event_id' to 'message_id'.
  14. * Release 7.x-1.2.
  15. jsonlog 7.x-1.x, 2014-10-21
  16. ---------------------------
  17. * Fix negation of writable in filing test (issue #2360577).
  18. * Moved helper functions which aren't needed - except initially and when administating the module - to include file.
  19. * jsonlog_test_filing() is now usable for drush.
  20. * Better phpdoc'umentation.
  21. jsonlog 7.x-1.x, 2014-10-20
  22. ---------------------------
  23. * Better error handling when testing log filing, and some admin page improvements.
  24. * Release 7.x-1.0.
  25. jsonlog 7.x-1.x, 2014-10-15
  26. ---------------------------
  27. * Implemented tags.
  28. jsonlog 7.x-1.x, 2014-10-14
  29. ---------------------------
  30. * JSON field names are no longer configurable.
  31. * The version field's value is no longer configurable, but always 1.
  32. * All conf variables are now overridable by server environment variables (drupal_[variable name]), and no longer conditioned by server env var drupal_jsonlog_server_conf (now obsolete).
  33. jsonlog 7.x-1.x, 2014-08-08
  34. ---------------------------
  35. * Use server environment vars instead of Drupal conf vars, if server env.var 'drupal_jsonlog_server_conf' is set.
  36. jsonlog 7.x-1.x, 2014-08-06
  37. ---------------------------
  38. * Fixed that test write didn't write effectively didn't write to the location to be tested.
  39. jsonlog 7.x-1.x, 2014-08-03
  40. ---------------------------
  41. * Use API drupal_truncate_bytes instead of custom multibyte truncation algo.
  42. jsonlog 7.x-1.x, 2014-07-29
  43. ---------------------------
  44. * Remove null byte.
  45. * Test write when user submits the logging settings form.
  46. * Use file_put_contents() instead of fopen+fwrite+fclose().
  47. jsonlog 7.x-1.x, 2014-07-28
  48. ---------------------------
  49. * Establish default log dir when error_log directive is 'syslog'.
  50. jsonlog 7.x-1.x, 2014-07-24
  51. ---------------------------
  52. * Truncation. Fixed newline escaping (json_encode() doesn't escape control chars). Log to standard log if filing fails.
  53. * Various minor optimizations and fixes.
  54. jsonlog 7.x-1.x, 2014-07-23
  55. ---------------------------
  56. * Initial.