Thu, 07 Oct 2004 20:17:49 +0000Updated version number geeklog_1_3_8_1_1
dhaun [Thu, 07 Oct 2004 20:17:49 +0000] rev 2538
Updated version number

Thu, 07 Oct 2004 20:16:37 +0000Don't use $topic in the language files geeklog_1_3_8_1_1
dhaun [Thu, 07 Oct 2004 20:16:37 +0000] rev 2537
Don't use $topic in the language files

Thu, 07 Oct 2004 20:14:52 +0000Don't allow posting comments on stories or polls where comment posting has been disabled. geeklog_1_3_8_1_1
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.

Thu, 07 Oct 2004 19:54:50 +0000Updated documentation (and copied over suppoer.html from HEAD) geeklog_1_3_9_1
dhaun [Thu, 07 Oct 2004 19:54:50 +0000] rev 2535
Updated documentation (and copied over suppoer.html from HEAD)

Thu, 07 Oct 2004 19:44:15 +0000Don't use $topic in the language files (use %s instead). geeklog_1_3_9_1
dhaun [Thu, 07 Oct 2004 19:44:15 +0000] rev 2534
Don't use $topic in the language files (use %s instead).

Thu, 07 Oct 2004 18:57:42 +0000Copied over 2 fixes from HEAD: Removed unused $i; check if plugin actually returned an array geeklog_1_3_9_1
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

Thu, 07 Oct 2004 08:27:48 +0000Set the page title. HEAD
dhaun [Thu, 07 Oct 2004 08:27:48 +0000] rev 2532
Set the page title.

Thu, 07 Oct 2004 08:27:27 +0000Use empty() to check for the user's full name, not isset(). HEAD
dhaun [Thu, 07 Oct 2004 08:27:27 +0000] rev 2531
Use empty() to check for the user's full name, not isset().

Thu, 07 Oct 2004 08:24:57 +0000In PLG_getMenuItems, check if the plugin actually returned an array before attempting an array_merge. HEAD
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.

Thu, 07 Oct 2004 01:50:31 +0000Added support for COM_optionsList to handle an array of selected items (if being used for a Mult-Select Selectbox) or a single selected option. HEAD
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.