Skip to content

Releases: WPoets/debug-handler

1.2.3

17 Jan 06:08

Choose a tag to compare

  1. [Improved]: Removed the extra check of the cookie so that it can be used in other scenarios as well.

1.2.2

07 Sep 10:56

Choose a tag to compare

  1. [Improved] Removed ticket_collect output service and instead repurposed collect output service to handle the collection of output to ticket
  2. [Improved] Introduced two new attributes to output collect service - preserve and max_count . preserve takes yes/no and max_count is the maximum number of events that will be collected when the preserve is set to yes.
  3. [Improved] Now debug icon only shows when the 'dump' output service is used.

1.2.1

05 Sep 05:18

Choose a tag to compare

  1. [Improved]: added ability collect the output to ticket [output new service=ticket_collect event_keys="hash,atts" collect_id='abc' /], key for the ticket become "debug_collect:<tiekct_id>"
  2. [Improved]: Added ability to output individual values from environment stack using env_keys
  3. [Fixed]: Also, excluded js,css,file and file viewer controllers from outputting debug code

1.2

21 Aug 07:23

Choose a tag to compare

1.2
  1. [Improved]: Added support for the format.
  2. [Improved]: added ability collect in the output based on key specified [output new service=collect event_keys="hash,atts" collect_id='abc' /]
  3. [Improved]: added support for specifying comma-separated items in value for checks
  4. [Fix]: Cleaned up a bunch of notices
  5. [Fix]: Only one output was used

1.1

15 Aug 15:13

Choose a tag to compare

1.1
  1. [Improved]: Added Support for live_debug .

You can use the following sample to start the debugging

`[live_debug.activate/]
[env.set @live_debug.left_events=100 /]

[live_debug.start.add]
    [checks new event_key=flow value=module /]
    [checks new event_key=action value=module.found /]
    [checks new event_key=module value='condition-checks' /] 
    [checks new env_key=app.slug value=samples /] 
[/live_debug.start.add]

[live_debug.output.add]    
 [checks new event_key=flow value=module /]  
 [checks new event_key=action value=module.done /]   
 [output new service=dump event_keys="hash,atts" env_dump=yes /]      
[/live_debug.output.add]`

1.0.2

17 Jun 10:59

Choose a tag to compare

  1. Improved: Added support to capture the modules, post types, and apps in use. Introducing new shortcode: debug_cache.*

1.0.1

22 Jan 05:06

Choose a tag to compare

  1. [Imporved] Removed error handler

First Release

16 Nov 10:55

Choose a tag to compare

1.0.0

Add the initial set of files.