developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 14 years ago
Closed 13 years ago
#179 closed new feature (fixed)
Support of firebug log
Reported by: | laurentj | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0 RC1 |
Component: | jelix:core | Version: | 1.0 beta2 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
jLog, error manager and jResponseHtml could support firebug extension to display messages and errors. It should generate in fact a javascript script, which call console object provided by firebug.
Example of generated code :
<script type="text/javascript"> console.error("bla bla"); console.warn("bla bla"); console.debug("bla bla"); console.info("bla bla"); </script>
Change History (3)
comment:1 Changed 14 years ago by laurentj
- Milestone set to Jelix 1.1
comment:2 Changed 13 years ago by laurentj
- Milestone changed from Jelix 1.1 to Jelix 1.0
comment:3 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
feature landed in the trunk.