some patches

some patches

fstfst Posts: 3Questions: 0Answers: 0
edited December 2010 in General
hi everybody
I am reposting some of my patches in the hope (some of them) might be included.

Files:
https://www.highdefinition.ch/js/jquery.dataTables.nightly.js.orig
https://www.highdefinition.ch/js/jquery.dataTables.nightly.js
https://www.highdefinition.ch/js/jquery.dataTables.nightly.js.diff

In action:
https://www.highdefinition.ch/list/Consumer%20Electroncis/TV/Led+Lcd%20Television/Samsung.html

Patches made:
Line 2302: ability to supply aoColumn settings via json, not just aoData. This allows complete server styling of the columns. I have posted this patch several times and it was not taken up because there are other ways to do this. However this is the best way to do it in my environment.

Line 2532 + 4593: for some unknown reason, at least in my Firefox 4.07b7, the original check for true does not work and had to be rewritten

Line 2638: the sort type check did not work for me as it was, I had to expand it. Otherwise my custom sort type given as sType was ignored

Line 4574: the check wheter a column has bSortable before cleaning/removing the classes had the side effect of not sortable columns still being sortable. this is a bug, the check has to be removed

Line 6004 + 6012 + 6049 + 6067: cookie fix. when I give a a cookie name, I want this name to be used for the cookie and not to be appended with some parts of the path name. if I wanted this, I would have appended that part of the path name to the cookie myself in the first place.
This discussion has been closed.