Development

#1548 ([PATCH] Remove usage of Javascript helper group in web debug toolbar)

You must first sign up to be able to contribute.

Ticket #1548 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

[PATCH] Remove usage of Javascript helper group in web debug toolbar

Reported by: francois Assigned to: fabien
Priority: minor Milestone: 1.0.1
Component: other Version: 1.0.0
Keywords: Cc:
Qualification:

Description

r1352 was supposed to remove the dependency between the web debug toolbar and prototype, to avoid seing a page working in development and not in production.

The job has to be finished by removing the use of the Javascript helper group (declared in trunk/lib/debug/sfWebDebug.class.php, line 115), so that pages that MUST NOT use the PHP functions declared in this helper group can work in development (they do work in production, though).

After a rapid inspection, this helper is useless to the debug toolbar - removing it from line 115 changes absolutely nothing.

Attachments

sfWebDebug.patch (444 bytes) - added by francois on 03/06/07 18:39:12.

Change History

03/06/07 18:39:12 changed by francois

  • attachment sfWebDebug.patch added.

03/13/07 19:30:47 changed by fabien

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

(In [3598]) removed usage of Javascript helper group in web debug toolbar (closes #1548)

03/13/07 19:30:57 changed by fabien

  • milestone set to 1.0.1.