Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#329 closed task (fixed)

Remove ./src/client/core directory

Reported by: adube Owned by:
Priority: major Milestone: 1.0.0
Component: widgets Version:
Keywords: Cc:

Description

Some core directory files are no longer used, some others are required by widgets such as resultextgrid and resultvectorlayer. Move the according required code to the widget directories and remove the core directory.

Change History (3)

comment:1 by adube, 13 years ago

  • DelegateFeature.js : only used by resultextgrid, so move it there.
  • ExtMessageDiv.js : no longer used
  • OpenLayersPrototypes.js : no longer used
  • Result.js : used by resultextgrid and resultvectorlayer, serves as a parent class for them but features so little things that the methods could be simply copied in each one.
  • Util.js : used by a sample, so it could be moved there.

comment:2 by adube, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r1187.

comment:3 by adube, 13 years ago

r1188 : documentation about 'core' files removed from widgets.

Note: See TracTickets for help on using tickets.