summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
Commit message (Collapse)AuthorAge
* Issue #2601116 by heykarthikwithu: Remove various unused variables from the ↵David Rothstein2016-01-30
| | | | Poll module
* Issue #1863290 by woprrr, vomiand, dcam, vegantriathlete: poll_node_info() ↵David Rothstein2015-05-05
| | | | has unused 'has_body' attribute that is left over from Drupal 6
* Issue #2305291 by scor: Fixed Poll title should have same length as regular ↵David Rothstein2014-11-05
| | | | content type (255).
* Issue #1823906 by joshi.rohit100, amitgoyal, rahulbile | gargsuchi: Fixed ↵David Rothstein2014-11-03
| | | | Incorrect error message when poll is submitted with no option selected.
* Issue #2324821 by rpayanm, er.pushpinderrana | Elijah Lynn: Remove reference ↵David Rothstein2014-11-03
| | | | to nonexistent theme_poll_bar() function in template_preprocess_poll_bar() documentation.
* Issue #1751650 by Ivan Zugec: comment formattingJennifer Hodgdon2012-08-27
|
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1347134 by c31ck, amateescu, Shyamala, DamienMcKenna: Fixed 'View ↵webchick2012-03-01
| | | | voting results' permission is misleading.
* Issue #404116 by c31ck, amateescu, neclimdul: Fixed Provide default choices ↵webchick2012-02-28
| | | | on poll translations.
* Issue #1274212 by amateescu, c31ck: Fixed Incorrect order of choices in Poll ↵webchick2012-01-11
| | | | module.
* Issue #939880 by amateescu, marcingy: Fixed Poll Module throws PDOException ↵webchick2012-01-11
| | | | when creating poll content.
* Issue #1295546 by c31ck, marcingy, amateescu, xjm: Fixed Weight and number ↵webchick2012-01-11
| | | | of votes not getting saved when updating a poll.
* - Patch #706894 by amateescu, sun: poll form uses #description for a button.Dries Buytaert2011-09-24
|
* Issue #1214876 by brianV, Shyamala: Fixed Removing a poll choice doesn't ↵webchick2011-08-30
| | | | actually work.
* Issue #1244784 by marcingy: Fixed Add another answer in edit poll, not saved.webchick2011-08-22
|
* Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests.webchick2011-07-18
|
* Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors.webchick2011-07-13
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #904308 by drunken monkey: Fixed 'Most recent poll' block doesn't show linksAngie Byron2010-11-20
|
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* #445736 by sun: Fixed Poll does not respect weight in Preview or More button.Angie Byron2010-10-25
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #844186 by chx: clarify merge queries.Dries Buytaert2010-09-24
|
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #738990 by glipay: poll.module using administer nodes permission ↵Dries Buytaert2010-07-19
| | | | incorrectly.
* - Patch #702134 by grndlvl, aaronbauman: always store IP address for poll votes.Dries Buytaert2010-06-24
|
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* #362021 by plach, yched, sun: Update field_attach_prepare_translation() for ↵Angie Byron2010-06-06
| | | | D7 entity API.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #793220 by pwolanin: removed unused variable in _poll_choice_form().Dries Buytaert2010-05-09
|
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #39432 by c960657, chx, Gábor Hojtsy: fixed problems with anonymous ↵Dries Buytaert2010-04-22
| | | | users voting.
* #361225 by nvahalik: Fixed Update poll.module to remove reference to ↵Angie Byron2010-04-22
| | | | theme_poll_results() and fix template file references.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #762080 by David_Rothstein: poll block should not do an access check ↵Dries Buytaert2010-04-06
| | | | in hook_block_info().
* - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a ↵Dries Buytaert2010-03-12
| | | | 'standard' user_delete_multiple() API.
* - Patch #602998 by grndlvl, asimmonds: Fixed polls being broken for ↵Dries Buytaert2010-02-02
| | | | anonymous users. With tests.
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #681723 by Bojhan: Standardize on 'Add new content' for content creation page.Angie Byron2010-01-12
|
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually ↵Angie Byron2010-01-08
| | | | themable.
* - Patch #652588 by scor: updated RDF mapping definition in the core modules.Dries Buytaert2010-01-05
|
* #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵Angie Byron2010-01-02
| | | | Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
* - Patch #665878 by yched: fixed field_extra_fields()Dries Buytaert2010-01-02
|