03lindonb r55690 10trunk/ 10(5 files in 5 dirs)
[ENH] tablesorter for plugin list: add ability to use tablesorter with plugin list (but not yet using ajax - that's next). To use, set a {tablesorter} tag within the OUTPUT tag, utilizing the standard tablesorter plugin parameters (documented at lib/core/Table/Plugin.php or doc.tiki.org/Tablesorter).
I have a tracker that displays events, but sometimes they're cancelled. I added a "cancelled" checkbox field. But I'm having trouble with trackerfield plugin. exactvalue="y" will display the cancelled events, but I want the opposite. exactvalue="n" causes no events to be listed. A bug, or my bad implementation?
It seems stupid to have a "Not cancelled" checkbox. ;-)
Which would imply not much confidense that events will be held.
03jonnybradley r55691 10branches/ 1014.x/modules/mod-func-who_is_there.php 1014.x/templates/modules/mod-who_is_there.tpl
[ENH] mod who is there: Added "silent" parameter which enables users that should not see the online user list to be included in it (in another module).
How does the "Encoded mailto link" differ from an unencoded one (tracker field option)? Looking at either the string on the page or in the page source, I seem to see a normal email address without any encoding.
Ah, never mind. My DOM inspector showed it as unencoded, but in the page source it does have some encoding.