summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
Commit message (Collapse)AuthorAge
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* #104617 by robertDouglass. Use more efficient stlye which hits the static cache.Neil Drumm2006-12-25
|
* - Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice.Dries Buytaert2006-12-10
|
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #87957 by Eaton: poll module form fixes.Dries Buytaert2006-10-09
|
* #83998 by erdemkose. Remove ability to cancel votes more than once.Neil Drumm2006-09-23
|
* - Rollback of patch #68418: clean up node submit hooks. Needs more thinkering.Dries Buytaert2006-08-31
| | | | Restores the old node API.
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* - Patch #80860 by eaton et al: use form API multistep for poll.moduleDries Buytaert2006-08-30
|
* - Patch #68418 by Moshe et al: clean up node submit hooks.Dries Buytaert2006-08-29
|
* #80574 Eaton and chx. Replace $_POST['edit'] with $_POST.Neil Drumm2006-08-29
|
* #39432 by chx. Invalidate the page cache if a poll is voted on.Neil Drumm2006-08-24
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #77183 by m3avrck and timcn, split up drupal.css by module.Neil Drumm2006-08-14
|
* - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with ↵Dries Buytaert2006-08-10
| | | | | | arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node ↵Neil Drumm2006-08-06
| | | | types.
* #73884 by RobRoy, various code cleanup.Neil Drumm2006-08-05
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* - Patch #72343 by Chris Johnson: removed checks for the moderate-flag from ↵Dries Buytaert2006-07-10
| | | | the SQL queries.
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #71925 by Steven, remove # prefix from link array keys.Neil Drumm2006-07-04
|
* - Patch #44920 by Crell et al: added support for a sites/all directory.Dries Buytaert2006-06-27
|
* - Patch #51561 by dww: fixed broken HTML.Dries Buytaert2006-05-30
|
* - Modified patch #51561 by dww: optionally allow people to inspect votes, ↵Dries Buytaert2006-05-29
| | | | and to cancel their vote.
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #57845, fixed broken link in poll help, patch by Markus PetruxGerhard Killesreiter2006-04-14
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #56921, revert earlier patches, patch by chxGerhard Killesreiter2006-04-06
|
* #56921 by chx, removing the $form = from $form = form_builder($form_id, ↵Neil Drumm2006-04-02
| | | | $form) then it works.
* #56789, remove left over call to node_title_validate, patch by chxGerhard Killesreiter2006-04-01
|
* #53348, Handling of deleted/blocked user accounts, patch by jreyero and ZenGerhard Killesreiter2006-03-26
|
* #54508, remove extra </div>, patch by introfiniGerhard Killesreiter2006-03-17
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #50045 by merlinofchaos: fixed previews getting lost.Dries Buytaert2006-02-21
|
* - Patch #48918 by chx: remove POST from poll.Dries Buytaert2006-02-17
|
* - Patch #41755 by Cvbge:Dries Buytaert2005-12-28
| | | | | | | 1. "int(10)" -> "int", fixed typo in index name [pgsql change only] 2. added defaults for uid and hostname (needed for both) 3. postgres supports "DROP column" syntax 4. added missing DELETEs for new table in poll_delete() and poll_update()
* - Patch #41755 by Neil: normalize poll.polled database column.Dries Buytaert2005-12-27
|
* - Patch #40630 by Morbus: made sure $teaser is always defined.Dries Buytaert2005-12-14
|
* - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵Dries Buytaert2005-12-02
| | | | '#submit'.
* - #39054: Missing url() for poll form actionSteven Wittens2005-11-28
|
* - Patch #38476 by crunchywelch: make voting on polls work from blocks in the ↵Dries Buytaert2005-11-23
| | | | sidebar.
* - Patch #35644 by webchick: forms API simplificiations.Dries Buytaert2005-11-12
|
* - SQL query maintenance: '%d' -> %d.Dries Buytaert2005-11-12
|
* #36791: node_validate was called twiceSteven Wittens2005-11-12
|
* - Patch #35481 by javanaut: make the 'more choices' option for polls work.Dries Buytaert2005-11-02
|
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /