Hi, I have a suggestion for HTML generation function. In the current design, the table of issue inside release page (e.g html/release-XXX.html ) is sorted by creation time. Sometime we may want it to be sorted by issue name , status (completed , working or ....). Ofcoz it is trouble to add an option to `ditz html` for this purpose . But I have a simpler solution, ditz may attend a javascript program called sorttable , which could add sorting feature to a HTML table.
sorttable http://www.kryogenix.org/code/browser/sorttable/ Example could be found on the page above. User could just click on the header and have the table sorted. sorttable is licensed under X11 license , so it should have no problem to bundle with ditz togather. Any comment? _______________________________________________ ditz-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ditz-talk
