Skip to main content
Can we use first and third party cookies and web beacons to
understand our audience, and to tailor promotions you see
?
Yes, please
No, do not track me
Search
Drupal.org
Menu
Main menu
Discover Drupal
Drupal Core
The open source framework behind millions of websites
Drupal CMS
Drupal CMS puts the power of Drupal into the hands of marketers, designers and content creators
Drupal AI
Open limitless possibilities with Drupal AI
Case Studies
Powerful stories that show Drupal solutions in the real world
Drupal for Government
Drupal is the open-source CMS that enables digital transformation of government and increases citizen engagement
Drupal for Higher Education
See why 70% of the world's leading universities chose Drupal
Drupal for Nonprofit
See why Drupal is the open-source CMS choice for some of the world’s most influential nonprofits
Drupal for eCommerce
Natively integrate content and commerce
Drupal for FinTech
Secure and trustworthy FinTech infrastructure
Drupal for Healthcare
Drupal powers systems that are secure, patient-centric and engaging
Drupal for Enterprise
Why enterprise organizations choose Drupal for multi-brand governance and global scale.
Drupal for Retail
See how Drupal delivers retail experiences across every channel and touchpoint.
Drupal for Travel & Tourism
Discover how Drupal powers travel across websites, mobile, and onboard experiences.
Build with Drupal
Download Drupal
Download Drupal and the extensions you need
Documentation
Full knowledgebase including Drupal 7 resources
Getting Started
Guide to installing Drupal on a server
Local Development Guide
Guide to installing Drupal locally with Docker and DDEV
Developer Resources
Step-by-step guide for learning Drupal
Drupal User Guide
Learn to build with Drupal
API
Complete documentation of Drupal Core APIs
Modules
Extend your project's functionality
Themes
Change your project's look and feel
Recipes
Automate module installation and configuration
Site Templates
Complete, configured starting points for your Drupal website
Issue Queues
Report issues and contribute improvements
Security Advisories
Stay on top of the latest security alerts and updates
Partners & Services
Find a Drupal Certified Partner
Connect with the best Drupal agencies around the world
Become a Drupal Certified Partner
Join an elite network of agencies committed to Drupal excellence and innovation
Find a Hosting Provider
Find a hosting provider for your Drupal project
Find a Migration Partner
Get help with your migration to the latest version of Drupal
Find Training
Upskill your Drupal team
Drupal Steward
Ensure your website is protected with Drupal Steward
Community
About the Community
Come for the code, stay for the community
How to Contribute
Get involved in growing and evolving Drupal
DrupalCon
DrupalCon unites experts from around the globe who create ambitious digital experiences. Network, learn, and be inspired
Events
Discover local events, meet-ups, and training
Jobs / Careers
Find opportunities to work in Drupal
News & Blogs
News and stories about Drupal
Forum
Got a question about Drupal? Find answers on the Drupal forums
Slack
Get support and communicate with the global Drupal community
Newsletters
Sign up for Drupal news and manage your subscriptions
Drupal Swag Shop
Get your Drupal branded merch!
Support Drupal
The Drupal Association
Learn how we support Drupal's growth and innovation - and how you can help
Become a Member
Become a Ripplemaker and support the Drupal Association
Become a Drupal Sustaining Member
Supporting the infrastructure the Open Web depends on
Become a Drupal Certified Partner
Join an elite network of agencies committed to Drupal excellence and innovation
Donate
Make a donation to the nonprofit that supports Drupal
User Menu
Log in
Create account
Get Started
Try Drupal CMS
Try hosting
Search
Search
User menu
Log in
Create account
Secondary menu
Get Started
Try Drupal CMS
Try Hosting
Breadcrumb
Home
avpaderno
Contribution records credited to avpaderno
Primary tabs
View
Contribution Records
Displaying 1851 - 1900 of 6879
Project machine name
eg: admin_toolbar
Last status change
- Any -
Past year
Past 3 months
Past 2 months
Past month
Past 2 weeks
Is security advisory
- Any -
True
False
Drupal core
Trying to access array offset on value of type null in theme_pager/pager_first/pager_last/pager_previous/pager_next()
Sat, 03/28/2020 - 16:34
Invalid characters passed for attempted conversion, these have been ignored in _color_unpack()
Sat, 03/28/2020 - 16:24
The description of the arguments for FieldDefinition::setDisplayOptions() conflicts with what reported in FieldDefinitionInterface::getDisplayOptions()
Sat, 03/28/2020 - 16:24
Pass parameters as implode($glue, $pieces); reverse order is deprecated
Sat, 03/28/2020 - 16:14
The documentation comment for BanIpManager::__construct() says it constructs the BanSubscriber
Sat, 03/28/2020 - 10:39
PrivateKey::__construct() describes itself as "Constructs the token generator."
Tue, 03/24/2020 - 23:49
editor_field_formatter_info_alter() is wrongly reported to be an implementation of hook_form_FORM_ID_alter()
Mon, 02/24/2020 - 15:14
hook_toolbar() documentation still makes reference to toolbar_pre_render()
Tue, 02/04/2020 - 09:49
Update user_password() for PHP 7
Mon, 02/03/2020 - 13:29
D7: Fully support PHP 7.3
Wed, 12/18/2019 - 14:19
CreateNew::validateArguments()'s exception reports to be for the wrong operation
Fri, 12/13/2019 - 12:59
Drupal::config() incorrectly implies you can edit the config it returns
Thu, 12/12/2019 - 15:49
Remove menu_link_content_install() because it's no longer needed
Fri, 12/06/2019 - 14:24
[D7] PHP 7.1 warning: A non-numeric value encountered in theme_pager()
Wed, 12/04/2019 - 13:34
session_id() cannot be changed after session is started
Fri, 11/22/2019 - 00:44
@see directive used in the wrong place outputs the wrong HTML markup
Sun, 01/27/2019 - 22:39
Replace the schema example with one actually used from a module
Fri, 12/21/2018 - 09:39
ModuleHandlerTest::testUninstallProfileDependency() uninstall a module and reports another module has been uninstalled
Tue, 12/04/2018 - 10:24
Replace "page" by "page title" in the description for "bartik_preprocess_page_title"
Mon, 12/03/2018 - 13:49
The description of the return value makes reference to a setting that doesn't exist anymore
Thu, 11/29/2018 - 15:29
Add a FieldDefinition class for defining bundle fields in code.
Thu, 11/29/2018 - 10:34
Fix the wrong method descriptions for the TermInterface interface
Thu, 11/22/2018 - 16:04
user_schema() uses the wrong structure for foreign_keys
Thu, 11/22/2018 - 14:09
user_schema() reports uid as primary key for the user_data table when it's just part of the primary key
Mon, 11/19/2018 - 13:09
layout_builder module has a hidden dependency on block module
Wed, 10/17/2018 - 21:29
"the session" is repeated twice in the documentation comment
Wed, 10/03/2018 - 10:19
Replace all calls to db_table_exists, which is deprecated.
Thu, 08/23/2018 - 05:59
[PHP 7.2] create_function() is deprecated
Tue, 07/10/2018 - 11:29
User::load has random errors / wrong user info
Sun, 03/04/2018 - 02:29
Incorrectly formatted documentation in Get migrate process plugin
Wed, 02/21/2018 - 21:24
Fix the punctuation in the comment describing what ContentEntityBase::isTranslatable() does
Tue, 02/13/2018 - 10:19
Remove the left-over @todo comments in the BaseFieldDefinition class
Mon, 01/22/2018 - 13:09
Simplify the ListDataDefinition::getClass() code
Sun, 01/21/2018 - 21:19
The description for template_preprocess() has not been update for Drupal 8
Sat, 01/20/2018 - 04:49
Incorrect description for ExtensionDiscovery::scanDirectory()
Wed, 01/17/2018 - 15:54
The documentation makes reference to a function that doesn't exist
Sun, 01/14/2018 - 05:39
hook_field_widget_form_alter() still reference a hook that is not used anymore
Sun, 01/14/2018 - 05:39
Variable is uselessly initialized three times
Wed, 12/06/2017 - 12:34
Remove usages of deprecated function drupal_realpath() throughout core functions
Tue, 11/28/2017 - 20:14
Avoid a useless variable initialization in UserData::set()
Mon, 07/10/2017 - 12:19
Comments for the UserData::get() code are unclear and wrongly use "was" instead of "were"
Mon, 07/03/2017 - 13:59
ModuleHandler::loadInclude() example contains a syntax error
Thu, 06/29/2017 - 07:39
In \Drupal\Core\State\State, parent::delete($key) is called twice
Mon, 06/26/2017 - 08:20
Remove multilingual initiative from MAINTAINERS.txt as completed
Tue, 03/07/2017 - 20:14
Improve description of render array properties and examples
Wed, 12/28/2016 - 21:04
user_save() documentation has a note for Drupal 8 that is not anymore valid
Sun, 10/09/2016 - 14:14
hook_filetransfer_info() documentation has not been updated for Drupal 8
Wed, 08/31/2016 - 21:44
Update hook_cron() sample code
Tue, 08/23/2016 - 15:24
ConfigFormBase::buildForm() comment contain a reference to a theme hook, which is a function that doesn't exist
Tue, 08/23/2016 - 14:44
ModuleHandler::buildImplementationInfo() comment contains a reference to not existing function
Fri, 08/19/2016 - 08:54
Pagination
First page
« First
Previous page
‹ Previous
…
Page
34
Page
35
Page
36
Page
37
Page
38
Page
39
Page
40
Page
41
Page
42
…
Next page
Next ›
Last page
Last »