Custom Query (18300 matches)
Results (88 - 90 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#91 | fixed | package zip/tgz root folders should have the same name as the file | ||
Description |
The name of the root folder in the package files should be the same as the file itself, e.g. dojo-0.1.0-ajax.tar.gz should unpzip to dojo-0.1.0-ajax/ |
|||
#92 | fixed | Add "Development" section to top header | ||
Description |
Since Trac is where bugs are reported, and new features requested, I suggest a link to Trac be placed in the top header next to Community, Examples, Docs and the like. It would make the development process a bit more transparent :-) If the Development link takes us to the Trac Wiki main page, we can edit that to tell people where the mailing lists are, how to file a new bug, feature request, etc. |
|||
#93 | fixed | dojo.io.bind post with formNode + content is borken from patch 1311 | ||
Description |
When using dojo.io.bind to do a post with content coming from both a formNode and a content object, I'm getting munged data on the post. Reverting the IO directory to 1310 resolves the issue. |