#1765 closed defect (fixed)
list of widgets in manifest file is outdated
Reported by: | carlavmott | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The manifest file, namespaces/dojo.js, should contain a list of all the available widgets in order for the auto-loading mechanism to work properly.
I believe that once the API doc is complete then it we can come up with a list of widgets that are meant to be exposed to the users and since that is based on code it should contain the super set of widgets. If it still includes experimental widgets then those can be removed. The widgets in the manifest file that aren't in the API doc are possibly invalid entries in the manifest file.
Change History (7)
comment:1 Changed 14 years ago by
Milestone: | 0.5 → 0.4.1 |
---|---|
Owner: | changed from bill to Adam Peller |
comment:2 Changed 14 years ago by
can we write something to automate this process? Shouldn't this just boil down to a shell script or something?
Note: See
TracTickets for help on using
tickets.
Ok, I'll make a pass at this, then any subsequent errors will need their own individual tickets, as widget authors, unfortunately, are responsible for maintaining this table manually.