Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #793220 by pwolanin: removed unused variable in _poll_choice_form(). | Dries Buytaert | 2010-05-09 |
| | |||
* | #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵ | Angie Byron | 2010-05-06 |
| | | | | coding standard for casting. | ||
* | - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵ | Dries Buytaert | 2010-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 Buytaert | 2010-04-24 |
| | | | | buttons. | ||
* | - Patch #39432 by c960657, chx, Gábor Hojtsy: fixed problems with anonymous ↵ | Dries Buytaert | 2010-04-22 |
| | | | | users voting. | ||
* | #361225 by nvahalik: Fixed Update poll.module to remove reference to ↵ | Angie Byron | 2010-04-22 |
| | | | | theme_poll_results() and fix template file references. | ||
* | - Patch #716496 by JohnAlbin: documentation updates for theme functions. | Dries Buytaert | 2010-04-13 |
| | |||
* | - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵ | Dries Buytaert | 2010-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 Buytaert | 2010-04-06 |
| | | | | in hook_block_info(). | ||
* | - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a ↵ | Dries Buytaert | 2010-03-12 |
| | | | | 'standard' user_delete_multiple() API. | ||
* | - Patch #602998 by grndlvl, asimmonds: Fixed polls being broken for ↵ | Dries Buytaert | 2010-02-02 |
| | | | | anonymous users. With tests. | ||
* | #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵ | Angie Byron | 2010-01-13 |
| | | | | clobbering problems, and improve suggestion discovery performance. | ||
* | #681723 by Bojhan: Standardize on 'Add new content' for content creation page. | Angie Byron | 2010-01-12 |
| | |||
* | #571654 follow-up by chx, peximo, plach, sun, et al: | Angie Byron | 2010-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 Byron | 2010-01-08 |
| | | | | themable. | ||
* | - Patch #652588 by scor: updated RDF mapping definition in the core modules. | Dries Buytaert | 2010-01-05 |
| | |||
* | #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵ | Angie Byron | 2010-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 Buytaert | 2010-01-02 |
| | |||
* | - Patch #664544 by yched: clean-up entity build/view modes. | Dries Buytaert | 2009-12-26 |
| | |||
* | - Patch #658140 by jhodgdon: various small help text fixes. | Dries Buytaert | 2009-12-14 |
| | |||
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵ | Dries Buytaert | 2009-12-04 |
| | | | | compliance with standards. | ||
* | - Patch #635094 by plach: unify 'language neutral' language codes. | Dries Buytaert | 2009-12-02 |
| | |||
* | - Patch #620446 by Xano: rewrite permission titles and descriptions. | Dries Buytaert | 2009-12-01 |
| | |||
* | #637710 by jhodgdon, heather, and arianek: Update Poll and Dashboard to new ↵ | Angie Byron | 2009-11-26 |
| | | | | help standard. | ||
* | - Patch #583730 by sun: fixed form caching. | Dries Buytaert | 2009-11-18 |
| | |||
* | Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵ | Angie Byron | 2009-11-08 |
| | | | | can't ever pass in another type of class. | ||
* | - Patch #595084 by c960657: use type hinting for . | Dries Buytaert | 2009-11-01 |
| | |||
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #607802 by catch: fixed broken database query. | Dries Buytaert | 2009-10-19 |
| | |||
* | - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵ | Dries Buytaert | 2009-10-16 |
| | | | | data translation. | ||
* | - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵ | Dries Buytaert | 2009-10-15 |
| | | | | 'callback' callbacks. Oh my, this is the beginning of something big. | ||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #511986 by tgeller, sun | lambic: made the values for 'Poll ↵ | Dries Buytaert | 2009-10-02 |
| | | | | duration' should regular. | ||
* | - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: ↵ | Dries Buytaert | 2009-09-21 |
| | | | | standardized the return of status messages in AJAX callbacks. | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-09-18 |
| | | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent. | ||
* | - Patch #453588 by alienbrain, Jody Lynn: poll use for hook_link() no longer ↵ | Dries Buytaert | 2009-09-10 |
| | | | | applies. | ||
* | - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵ | Dries Buytaert | 2009-08-29 |
| | | | | for consistency in the API. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | #552520 by merlinofchaos: Fixed AJAX wrappers on poll/upload modules. | Angie Byron | 2009-08-21 |
| | |||
* | - Patch #537862 by Crell, Amitaibu, salvis: simplify and make more flexible ↵ | Dries Buytaert | 2009-08-20 |
| | | | | the node access by converting hook_access() to hook_node_access(). | ||
* | #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵ | Angie Byron | 2009-08-19 |
| | | | | CORE! OH YEAH! :D | ||
* | #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵ | Angie Byron | 2009-08-17 |
| | | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. | ||
* | #395132 by jhodgdon: Fix inaccurate documentation for poll_node_form_submit(). | Angie Byron | 2009-08-03 |
| | |||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | - Patch #409750 by yched et al: overhaul and extend node build modes. | Dries Buytaert | 2009-06-22 |
| | |||
* | #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵ | Angie Byron | 2009-06-04 |
| | | | | node type data. |