Opened 13 years ago

Closed 12 years ago

#323 closed task (fixed)

ExtJS - version, packaging, ux

Reported by: adube Owned by:
Priority: major Milestone: 1.0.0
Component: packaging/scripts/config Version:
Keywords: Cc:

Description

GeoPrisma currently has a ./lib/ext-3.3.1 directory and use it for its web site and samples.

In order for its code to be usable by the widgets, the version number should be removed from the widget directory (required by #322).

Also, it's license is GPL, it can't be officially packaged in GeoPrisma.

Finally, unofficial ux (that are not packaged in ./lib/ext/examples/ux) should be moved/added to a ./lib/ext.ux directory. Some widgets use some, so they could be moved there. Those that are not GPL could be packaged.

Tasks

  • rename ./lib/ext-3.3.1 -> ./lib/ext
  • do not include ext in GeoPrisma package
  • add ./lib/ext.ux to hold unofficial Ext.ux widgets

Change History (1)

comment:1 by adube, 12 years ago

Resolution: fixed
Status: newclosed

This task was already completed in other tickets :

  • ext-3.3.1 moved to ./lib/client/ext
  • is not included in GeoPrisma printAllLibSources
  • will not be included in package
  • unofficial Ext.ux widgets will all have their own unique directory added directly in ./lib/client, for example : ./lib/client/ext-ux-form-search

I'm closing this one as "fixed".

Note: See TracTickets for help on using tickets.