dhaun [Thu, 07 Oct 2004 20:17:49 +0000] rev 2538
Updated version number
dhaun [Thu, 07 Oct 2004 20:16:37 +0000] rev 2537
Don't use $topic in the language files
dhaun [Thu, 07 Oct 2004 20:14:52 +0000] rev 2536
Don't allow posting comments on stories or polls where comment posting has been disabled.
dhaun [Thu, 07 Oct 2004 19:54:50 +0000] rev 2535
Updated documentation (and copied over suppoer.html from HEAD)
dhaun [Thu, 07 Oct 2004 19:44:15 +0000] rev 2534
Don't use $topic in the language files (use %s instead).
dhaun [Thu, 07 Oct 2004 18:57:42 +0000] rev 2533
Copied over 2 fixes from HEAD: Removed unused $i; check if plugin actually returned an array
dhaun [Thu, 07 Oct 2004 08:27:48 +0000] rev 2532
Set the page title.
dhaun [Thu, 07 Oct 2004 08:27:27 +0000] rev 2531
Use empty() to check for the user's full name, not isset().
dhaun [Thu, 07 Oct 2004 08:24:57 +0000] rev 2530
In PLG_getMenuItems, check if the plugin actually returned an array before attempting an array_merge.
blaine [Thu, 07 Oct 2004 01:50:31 +0000] rev 2529
Added support for COM_optionsList to handle an array of selected items (if being used for a Mult-Select Selectbox) or a single selected option.