You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2008/10/16 00:12:44 UTC

[jira] Created: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Replace JavaScript client-side logging with Blackbird
-----------------------------------------------------

                 Key: TAP5-288
                 URL: https://issues.apache.org/jira/browse/TAP5-288
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.15
            Reporter: Howard M. Lewis Ship


Blackbird is a JS library:

http://www.gscottolson.com/blackbirdjs/

MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Ben Tomasini (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Tomasini updated TAP5-288:
------------------------------

    Attachment: bbird-resources-binary.tar

Binary resources not included in the diff.  Simply untar in the root of the tapestry5 project.

> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>         Attachments: bbird-resources-binary.tar, bbird.diff
>
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Markus Joschko (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640165#action_12640165 ] 

Markus Joschko commented on TAP5-288:
-------------------------------------

Is there a real advantage over firebug/firebug light? OK, it looks definitely better but it lacks the more advanced features of firebug. And as most web developers nowadays I am heavily dependent on firebug and would appreciate the log messages of tapestry next to my own in firebug instead in an extra window. 


> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Ben Tomasini (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Tomasini updated TAP5-288:
------------------------------

    Attachment: bbird.diff

Patch, including blackbird library 1.0.

> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>         Attachments: bbird.diff
>
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Massimo Lusetti (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640085#action_12640085 ] 

Massimo Lusetti commented on TAP5-288:
--------------------------------------

Howard ... where did you find all this nice libraries?

> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640159#action_12640159 ] 

Howard M. Lewis Ship commented on TAP5-288:
-------------------------------------------

I read blogs, a chat with people.

> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Ben Tomasini (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652156#action_12652156 ] 

Ben Tomasini commented on TAP5-288:
-----------------------------------

I am working on this now.  Should have a patch soon.  Firebug will be used if console is enabled.

> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAP5-288) Replace JavaScript client-side logging with Blackbird

Posted by "Ben Tomasini (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659488#action_12659488 ] 

Ben Tomasini commented on TAP5-288:
-----------------------------------

One thing that needs to be discussed is how to actually reveal the blackbird console.  There does not seem to be a method to make the console visible, only to toggle its visibility.  Pressing <F2> toggles the visibility.  Either we can leave this behavior as is and document the need to press <F2>, or we can put a small debug icon in a div in the corner of the page which will also toggle the visibility, giving some visible cue to the developer.

Once this is decided I can also put together the documentation.

> Replace JavaScript client-side logging with Blackbird
> -----------------------------------------------------
>
>                 Key: TAP5-288
>                 URL: https://issues.apache.org/jira/browse/TAP5-288
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>         Attachments: bbird-resources-binary.tar, bbird.diff
>
>
> Blackbird is a JS library:
> http://www.gscottolson.com/blackbirdjs/
> MIT license.  Very simple and nice, prettier than what I've cobbled together for T5.  Actually easier than using the FireBug console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org