public_html/admin/plugins/polls/index.php
Sat, 03 Oct 2009 21:15:34 +0200 Made the meta tag handling somewhat more consistent
Mon, 14 Sep 2009 09:33:05 -0400 - Added meta description and meta keywords to polls plugin (displays for poll results and poll vote page).
Sun, 06 Sep 2009 15:46:20 +0200 Let's use count() instead of sizeof() everywhere from now on
Sat, 06 Jun 2009 14:34:21 +0200 Update polls comments when changing a poll's ID so the comments don't get orphaned (part of bug #0000901)
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Sun, 15 Mar 2009 18:50:42 +0100 phpDocumentor tags for the Polls plugin
Sat, 28 Feb 2009 22:43:04 +0100 More cases where we should be using DB_delete
Sun, 22 Feb 2009 18:50:02 +0100 Ensure consistent template variable names for the Permission Editor
Sun, 25 Jan 2009 10:46:22 +0100 Implemented PLG_itemSaved and PLG_itemDeleted for the Polls plugin
Tue, 06 Jan 2009 13:38:22 +0100 Synced with 1.5.2 Polls fixes
Tue, 06 Jan 2009 13:32:02 +0100 "old_pid" hidden input field was missing from the polls editor template file
Sun, 14 Dec 2008 21:36:53 +0100 Reverted changes that shouldn't be in this branch
Sun, 23 Nov 2008 18:24:58 +0100 Fixed inconsistencies and various small mistakes when displaying "Access denied" messages on the admin pages
Sun, 05 Oct 2008 20:33:33 +0200 Fixed SQL error when poll questions contained single quotes (bug #0000756)
Fri, 03 Oct 2008 22:15:16 +0200 Fixed handling of poll IDs in Polls editor (bug #0000753)
Tue, 10 Jun 2008 17:26:50 +0000 Fixed remaining places where the Admin panels had inconsistent layouts: Calendar list of events, Polls editor (bug #0000650)
Sat, 07 Jun 2008 12:41:45 +0000 Ensure consistent display of the admin screens (bug #0000650)
Sat, 24 May 2008 09:04:59 +0000 Ensure message display for all "after save" options
Fri, 23 May 2008 20:13:30 +0000 Check the token inside savepoll so user can use the back button in case of missing fields
Sun, 18 May 2008 16:58:51 +0000 More CSRF protection
Sat, 17 May 2008 18:53:27 +0000 Quickfix: When fields are missing on a poll, don't go back to the polls editor (which will only throw a confusing access violation message when it's new poll that hasn't been saved yet).
Sat, 17 May 2008 17:35:52 +0000 Initialize 'hideresults' field
Tue, 13 May 2008 19:42:17 +0000 A few more places where the 'open' column had to be renamed to 'is_open'
Sat, 26 Jan 2008 20:43:15 +0000 Show "Open for voting" status in list of polls
Sat, 19 Jan 2008 14:53:12 +0000 A bunch of minor Polls fixes (defaults; handling of closed polls)
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Thu, 11 Oct 2007 01:53:09 +0000 show the admin menu in all admin pages
Wed, 29 Aug 2007 09:34:53 +0000 display the menu by itself instead of piping it through the admin-list-functions
Wed, 29 Aug 2007 06:55:40 +0000 de-cluttering the admin lists by outsourcing the top menu into a separate function. It has nothing to do with the list itself as such and can be used in other places now also to preserve formatting and move further HTML into a single template
Mon, 20 Aug 2007 09:29:06 +0000 remove debug text
Mon, 20 Aug 2007 09:25:37 +0000 fixing poll plugin answer tables index to prevent overwriting of other values
Thu, 09 Aug 2007 07:03:34 +0000 configurable target after save for polls plugin
Sun, 05 Aug 2007 08:05:08 +0000 Use plugin's geticon function
Sun, 06 May 2007 09:48:27 +0000 Fixed extra backslashes appearing in poll remarks when editing polls (already fixed in the trunk)
Tue, 16 Jan 2007 04:02:25 +0000 updates to polls version 2.0
Tue, 12 Dec 2006 09:50:03 +0000 make sure poll votes is a number
Sun, 01 Oct 2006 18:19:21 +0000 Display the actual number of polls the current user can see
Sat, 09 Sep 2006 18:27:06 +0000 Minor HTML fix
Sat, 19 Aug 2006 13:59:29 +0000 Minor SQL change to ensure compatibility with MS SQL
Thu, 03 Aug 2006 14:39:13 +0000 Moved the code to create a dropdown of all groups to SEC_getGroupDropdown to avoid code duplication
Thu, 03 Aug 2006 13:55:45 +0000 Fixed a warning; cosmetics
Sat, 08 Jul 2006 19:58:43 +0000 Use page titles where appropriate
Mon, 05 Jun 2006 09:53:31 +0000 Provide consistently named {author} and {owner} variables (where appropriate) that contain either the username or user's full name, depending on the $_CONF['show_fullname'] setting
Sat, 20 May 2006 15:59:27 +0000 Fixed search
Sat, 20 May 2006 15:25:06 +0000 Stricter parameter filtering; fixed some warnings
Sat, 20 May 2006 14:07:57 +0000 Fixed warning due to the unused "statuscode" field
Mon, 15 May 2006 04:10:38 +0000 Bunches of tiny bug fixes
Fri, 12 May 2006 09:12:18 +0000 added remarks to poll answers
Thu, 13 Apr 2006 11:14:02 +0000 Show the owner's full name when $_CONF['show_fullname'] is enabled
Sun, 02 Apr 2006 09:23:37 +0000 Fixed delete option
Thu, 09 Mar 2006 09:38:40 +0000 Introduced {delete_option_no_confirmation} for those who'd rather live dangerously ;-)
Wed, 08 Mar 2006 16:35:43 +0000 Added a JavaScript delete confirmation
Thu, 22 Dec 2005 14:39:47 +0000 moving the call to lib-admin.php into the functions where it is needed so it wont be loaded all the time for normal users
Sat, 19 Nov 2005 04:12:56 +0000 Cleaned up some uninitialized variables
Fri, 18 Nov 2005 02:53:46 +0000 adminlist & warning fixes
Thu, 17 Nov 2005 15:31:30 +0000 cleaning up code & warnings in polls & static pages
Mon, 14 Nov 2005 19:50:53 +0000 fixed polls admin list date error
Sun, 13 Nov 2005 14:32:11 +0000 Fixed warning message on PHP 5.1
Sat, 05 Nov 2005 14:02:11 +0000 Set a few more page titles
Wed, 02 Nov 2005 15:24:55 +0000 admin-lists: re-introduced not-so-unnecessary code (caugh!)