CHANGELOG.txt 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. log_filter 7.x-1.x, 2014-11-08
  2. ------------------------------
  3. * Release 7.x-1.4.
  4. log_filter 7.x-1.x, 2014-11-07
  5. ------------------------------
  6. * Don't display entries of type 'log_filter delete logs' unless, unless user actually want to see log deletions.
  7. * Fixed that 'log_filter delete logs' actually _were_ deletable, due to wrong removal of that filter deleting.
  8. log_filter 7.x-1.x, 2014-10-31
  9. ------------------------------
  10. * Release 7.x-1.3.
  11. log_filter 7.x-1.x, 2014-07-14
  12. ------------------------------
  13. * Use Drupal's JS API to attach behaviours.
  14. log_filter 7.x-1.2, 2014-04-27
  15. --------------------------------------------------
  16. * Released.
  17. log_filter 7.x-1.x, 2014-04-27
  18. ------------------------------
  19. * Added styling of jQuery UI dialog close button, for later versions of jQuery UI (jquery_update module support).
  20. * Removed meaningless url = url JS expression.
  21. * Fixed that jQuery >=1.9 has no browser property (~ jquery_update module support).
  22. log_filter 7.x-1.x, 2014-04-24
  23. ------------------------------
  24. * Fixed that sites using jQuery >v1.4.4 continually get 'form outdated' in the log viewer, due to AJAX http status 403 errors (issue 2073905).
  25. log_filter 7.x-1.x, 2013-09-01
  26. ------------------------------
  27. * Increase log_filter's module weight to 10; the module's hook_menu() must be invoked _after_ dblog's ditto.
  28. * Do only add dblog's viewer as menu tab if that module is enabled.
  29. log_filter 7.x-1.1, 2013-07-21
  30. --------------------------------------------------
  31. * Released.
  32. log_filter 7.x-1.x, 2013-07-21
  33. ------------------------------
  34. * Now uses Judy.ajaxcomplete instead of own custom ditto.
  35. * Fixed username autocomplete result ordering.
  36. log_filter 7.x-1.x, 2013-07-20
  37. ------------------------------
  38. * Removed small viewport (<1136 px wide) css support.
  39. * Removed AJAX callback form_token check, because provides little additional security, and is no good for GET requests.
  40. * Implemented searching by user name.
  41. log_filter 7.x-1.0, 2013-07-04
  42. --------------------------------------------------
  43. * Released.
  44. log_filter 7.x-1.x, 2013-07-04
  45. ------------------------------
  46. * Frontend now checks that the Judy library exists and has version 2.0+.
  47. log_filter 7.x-1.x, 2013-06-29
  48. ------------------------------
  49. * Prevent deletion of events that log log deletion.
  50. * Fixed defaults of settings variables.
  51. * Moved filter delete button to prevent mix-up with delete logs button.
  52. * Added overlay when user goes from one filter to another.
  53. * Increased max allowed value of time_range to 9999 (from 1000).
  54. * Removed menu option; Log Filter now always takes over dblog's menu item, and adds dblog's view as a tab instead.
  55. * Install now inserts some default filters.
  56. log_filter 7.x-1.x, 2013-06-28
  57. ------------------------------
  58. * Don't show filter by event message when validation fails.
  59. log_filter 7.x-1.x, 2013-06-27
  60. ------------------------------
  61. * Time date is allowed to be the same for From as well as To, regardless of the time values.
  62. * Implemented set filter condition by event column feature.
  63. log_filter 7.x-1.x, 2013-06-25
  64. ------------------------------
  65. * Added support for Inspect output folding/formatting.
  66. log_filter 7.x-1.x, 2013-06-24
  67. ------------------------------
  68. * Made sure, for backend db queries, that there's a max when there's an offset.
  69. * Fixed deletion of zero events.
  70. * Fixed pager display for when current offset is out of range of total matched events.
  71. * Frontend translation error.
  72. * Made text in log list table selectable (preventing dialog pop after dragging mouse).
  73. * Made log deletion feed back messages fade.
  74. log_filter 7.x-1.x, 2013-06-23
  75. ------------------------------
  76. * Log deletion offset and max now reflects equivalent of current log list.
  77. log_filter 7.x-1.x, 2013-06-22
  78. ------------------------------
  79. * Implemented proxy type condition field, to prevent 'Illegal choice' errors for checklist due to dynamic options range.
  80. * Paging done.
  81. log_filter 7.x-1.x, 2013-06-20
  82. ------------------------------
  83. * Use admin theme on log view pages (unless that setting is turned off).
  84. * Renamed module css default variable.
  85. * Now removes clear log form from standard dblog log view page.
  86. * Filter name from url now requires non-digit as first character, and at least 2 chars length.
  87. * Now allows for overwriting existing filter; implemented using non-AJAX request.
  88. * Fixed bug in type_some handler; failed to notice change in criteria if unchecking an option.
  89. * The update list buttons are no longer being disabled (no need for that anymore because the list is always AJAXed using current criteria).
  90. * Implemented single event view.
  91. log_filter 7.x-1.x, 2013-05-25
  92. ------------------------------
  93. * Implemented log details view.
  94. log_filter 7.x-1.x, 2013-05-12
  95. ------------------------------
  96. * Implemented log deletion.
  97. log_filter 7.x-1.x, 2013-05-01
  98. ------------------------------
  99. * Get log list.
  100. log_filter 7.x-1.x, 2013-04-02
  101. ------------------------------
  102. * Changing a criterion of a stored filter now triggers edit mode, not adhoc mode.
  103. log_filter 7.x-1.x, 2013-04-01
  104. ------------------------------
  105. * _listFilters().
  106. log_filter 7.x-1.x, 2013-03-28
  107. ------------------------------
  108. * Saving filters works.
  109. * Implemented standards compliant url GET parameter (filter name) regime.
  110. log_filter 7.x-1.x, 2013-03-28
  111. ------------------------------
  112. * Working on saving (creating/updating) filter.
  113. log_filter 7.x-1.x, 2013-03-26
  114. ------------------------------
  115. * Now uses singular development branch.
  116. * Implemented use of Judy.
  117. log_filter 7.x-1.0.x, 2013-03-26
  118. --------------------------------
  119. * Removed Inspect module dependency.
  120. log_filter 7.x-1.0.x, 2013-02-09
  121. --------------------------------
  122. * Frontend now strips tags off text fields.
  123. log_filter 7.x-1.0.x, 2013-02-05
  124. --------------------------------
  125. * Finished message box; .showAll() working, and fully documented.
  126. log_filter 7.x-1.0.x, 2013-02-03
  127. --------------------------------
  128. * Frontend now uses inspect.errorHandler().
  129. * Implemented message box.
  130. log_filter 7.x-1.0.x, 2013-02-02
  131. --------------------------------
  132. * Filter styling done.
  133. * Implemented time fields.
  134. log_filter 7.x-1.0.x, 2013-01-28
  135. --------------------------------
  136. * em-styling to get rid of nauseously complex javascript resizing.
  137. log_filter 7.x-1.0.x, 2013-01-27
  138. --------------------------------
  139. * Filter selector is no longer read-only during create/edit; user is allowed to change filter even in these modes (previous behaviour was too restrictive, instead let the user makes his mistakes and learn).
  140. * Changing filter to default no longer fires a page refresh.
  141. * Implemented 2 update list buttons.
  142. * Lots of visual tweaking.
  143. log_filter 7.x-1.0.x, 2013-01-27
  144. --------------------------------
  145. * Delete logs: don't prompt user for confirmation again if there's a limit, if already prompted for confirmation whilst there was no limit.
  146. * Create filter: names 'default' and 'adhoc' are illegal.
  147. * Worked on setting filter name as url parameter.
  148. log_filter 7.x-1.0.x, 2013-01-13
  149. --------------------------------
  150. * Added role condition.
  151. * Put validation on more condition fields.
  152. * Create filter done.
  153. * Apparantly fixed frontend mode bugs.
  154. * Added delete max. field.
  155. * Log deletion only allowed upon fresh log list update; the log list must reflect the filter.
  156. * Made the first steps toward log deletion - establishing current criteria and setting up confirm()s.
  157. log_filter 7.x-1.0.x, 2013-01-06
  158. --------------------------------
  159. * Removed create mode from viewer form, because that mode is handled solely via AJAX.
  160. * Frontend almost ready, except mode and name get wrong when alternating between create, edit, cancel etc.
  161. log_filter 7.x-1.0.x, 2013-01-05
  162. --------------------------------
  163. * Declared menu items now optionally hide default dblog viewer/remover page.
  164. * Frontend modes seem fully resolved.
  165. log_filter 7.x-1.0.x, 2013-01-04
  166. --------------------------------
  167. * Fronted now use elements directly for DOM and event modifications, instead of css selectors (the selectors only used initially for getting the elements).
  168. log_filter 7.x-1.0.x, 2012-12-16
  169. ---------------------------
  170. * Project started.