summaryrefslogtreecommitdiff
path: root/modules/poll
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 #1797376 by dcam, xjm: remove t() from test assertions in poll moduleJennifer Hodgdon2012-10-03
|
* Issue #716496 by killtheliterate, rootwork: Make sure all core template ↵Jennifer Hodgdon2012-08-28
| | | | files are in themeable group
* Issue #1751650 by Ivan Zugec: comment formattingJennifer Hodgdon2012-08-27
|
* Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵Jennifer Hodgdon2012-07-16
| | | | are listed in the updates-7.x-extra group
* 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
|
* Issue #1154812 by lyricnz, Starminder: Fixed Poll Schema mismatch after ↵webchick2011-05-23
| | | | upgrade D6 to D7.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #690622 by jhodgdon: Remove the word 'node' from various strings.Angie Byron2010-12-01
|
* #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 #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - 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.
* #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵Angie Byron2010-08-30
| | | | jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - 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.
* #817216 follow-up by Stevel: Fixed database prefixes in poll_update_7001().Angie Byron2010-07-01
|
* - Patch #702134 by grndlvl, aaronbauman: always store IP address for poll votes.Dries Buytaert2010-06-24
|
* - Patch #295990 by mr.baileys, lilou: testingParty08: Poll autoexpire.Dries Buytaert2010-06-23
|
* #817216 by ctmattice1, chx, Stevel, Damien Tournoud: Fixed ↵Angie Byron2010-06-21
| | | | system_update_7008 does not work, deal with invalid poll choices, and move poll-related upgrade logic to Poll module.
* - 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 #730046 by pwolanin, Damien Tournoud: performance settings page is ↵Dries Buytaert2010-05-12
| | | | inconsistent.
* - Patch #793220 by pwolanin: removed unused variable in _poll_choice_form().Dries Buytaert2010-05-09
|