Ticket #557 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

Caractères échapés dans firebug

Reported by: Lipki Assigned to: Lipki
Priority: lowest Milestone: Jelix 1.0.4
Component: jelix:core response Version: 1.0.3
Severity: trivial Keywords:
Cc: Php version:
Review: review+ Hosting Provider:
Documentation needed: 0 Blocking:

Description

lorsque l'on envoie des logs dans firebug, tous les guillemets sont échappés dans la console firebug.

Ce patch corrige cette "oubli".

Attachments

firebug_caracteres_echapes.diff (1.6 kB) - added by Lipki on 04/23/08 22:53:50.

Change History

04/23/08 22:53:50 changed by Lipki

  • attachment firebug_caracteres_echapes.diff added.

04/23/08 22:54:04 changed by Lipki

  • owner changed from laurentj to Lipki.
  • status changed from new to assigned.

04/25/08 10:00:50 changed by laurentj

  • review changed from review? to review-.

Ton patch annule la correction apportée dans le ticket #362, donc ça ne va pas du tout...

04/25/08 14:09:46 changed by Lipki

Je viens de tester de cette manière

jLog::Dump('hop " \ \' \\ é \\\ '."\r".'hop');

et j'obtiens bien

log default: 'hop " \ ' \ é \\ 
hop'

Ce qui est le comportement normal.

04/30/08 23:49:34 changed by Lipki

  • review changed from review- to review?.

05/04/08 23:31:06 changed by laurentj

  • review changed from review? to review+.
  • milestone set to Jelix 1.0.4.

à commiter dans la branche 1.0.x et le trunk.

05/05/08 12:10:41 changed by Lipki

  • status changed from assigned to closed.
  • resolution set to fixed.

commited

Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed