The good thing about releasing is that it almost invariably causes me to find bugs that should have been fixed before the release. TableEdit was working with of sortable.js, but when I used a colspan to hold the Edit Table link, it broke sorting. It seems that there are at least two solutions - put the link in a non-sorting bottom row with individual cells, which works but is kinda ugly, or wrap the whole table in a div (?) and put the Edit Table link there. When I tried the latter, I had a hard time getting the box around the table to be centered.
The question for all the css wizards out there: Any other ways I should consider?
On Jul 17, 2007, at 10:08 PM, Jim Hu wrote:
http://www.mediawiki.org/wiki/Extension:TableEdit
For those who are new to the list, TableEdit is an extension to allow insertion of tables that are edited via a Special page instead of by editing wiki markup inline.
Version 0.6 fixes some bugs and adds some new features.
- In the Special page display of the table, some template expansion
is now done via Parser->preprocess() ... this may actually be a bad idea, but I'm experimenting with it.
- Sites using the extension can now customize the "Create Table Here"
link text to change depending on the template used.
As usual, I hope people find this useful and report bugs...and even better, bug fixes!
===================================== Jim Hu Associate Professor Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
===================================== Jim Hu Associate Professor Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054