Opened 14 years ago

Closed 14 years ago

#155 closed defect (fixed)

Use Ext 3.2.1

Reported by: adube Owned by:
Priority: critical Milestone:
Component: other Version:
Keywords: Cc:

Description

problem

GeoPrisma currently use Ext 3.0.0 and GeoExt 'trunk' version in all its samples, which requires Ext 3.2.x since it use features only available in 3.2.x. This result in having some javascript errors and bugs all over the place.

solution

Switch to Ext 3.2.1. To do :

  • add ext-3.2.1 to lib
  • change samples 'config.php' to point to it
  • remove ext-3.0.0 from lib
  • test all samples

Change History (4)

comment:1 by adube, 14 years ago

Resolution: fixed
Status: newclosed
  • r893 : ext-3.2.1 added
  • r895 : ext-3.2.1 now used by all samples. No issue related to that change found. ext-3.0.0 removed.

Fixed.

comment:2 by adube, 14 years ago

Resolution: fixed
Status: closedreopened

comment:3 by adube, 14 years ago

The ./site/index.php page had also a link to the ./lib/ext-3.0.0. It needs to be changed to 3.2.1 as well.

comment:4 by adube, 14 years ago

Resolution: fixed
Status: reopenedclosed

r896, fixed.

Note: See TracTickets for help on using tickets.