[meta] improve performance by removing unused local variables
Problem/MotivationThat they are unnecessary lines of code. These negatively impact performance. Removing the unused variables improves performance, and also reduces noise in files and makes less code...
View ArticleDocumentation for the Gettext component
I've found this:http://drupalcode.org/project/drupal.git/tree/HEAD:/core/lib/Drupal/Comp...Is there any documentation to parse PO files? Can this component be used outside Drupal?
View ArticleClass 'Database' not found in bootstrap.inc
On /admin/config/regional/translate/export, when I have submitted using Text group:"Built-in interface", I get this error:Fatal error: Class 'Database' not found in /includes/bootstrap.inc on line 3088
View ArticleRemove unused local variables from files in core/includes
Part of #2002650: [meta] improve performance by removing unused local variables.
View ArticleImprove performance by removing unused local variables -...
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/authorize.inc, line numbers identified below.Unused local variable $base_url (18)Unused local variable...
View ArticleImprove performance by removing unused local variables -...
See meta #2002650: [meta] improve performance by removing unused local variablesUnused local variable $options (line 4254)
View ArticleImprove performance by removing unused local variables - core/includes/file.inc
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/file.incUnused local variable $original_destination (line 629)
View ArticleImprove performance by removing unused local variables -...
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/install.core.incUnused local variable $profile (line 1018)Unused local variable $response (line 1588)Unused...
View ArticleImprove performance by removing unused local variables -...
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/install.incUnused local variable $kernel (line 620)
View ArticleImprove performance by removing unused local variables - core/includes/menu.inc
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/menu.incUnused local variable $actions (line 1885)Unused local variable $current (line 2005)
View ArticleImprove performance by removing unused local variables -...
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/module.incUnused local variable $schema_store (289)
View ArticleImprove performance by removing unused local variables - core/includes/theme.inc
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/theme.incUnused local variable $themes (line 746)Unused local variable $number (line 2860)Unused local...
View ArticleImprove performance by removing unused local variables -...
See meta #2002650: [meta] improve performance by removing unused local variablescore/includes/update.incUnused local variable $method_id (line 441)Unused local variable $conf (line 630)Unused local...
View ArticleConvert aggregator_page_source_form to the new form interface
#1971384: [META] Convert page callbacks to controllers
View ArticleUpdate drupal.org/requirements about safe_mode and open_basedir not being...
The patch from #1959062: Check safe_mode = Off / open_basedir requirement early returns an error on installation if PHP safe_mode or open_basedir are set, telling users to unset them and pointing them...
View ArticleBacktraces for DatabaseExceptionWrappers lacking a previous Exception cause a...
Backtraces for DatabaseExceptionWrappers, lacking a previous Exception, cause a Fatal Error, due to a method call on a non-object.Fatal error: Call to a member function getTrace() on a non-object in...
View Articlecontextual.module does not escape contextual ids in HTML attributes
contextual_pre_render_placeholder simply outputs raw HTML instead of using the new attribute system. This results in unescaped ampersands in HTML output.Wrong:<div...
View ArticleConvert system module's Datetime unit tests to phpunit
Task to convert modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php to use phpunit.See #1938068: [Meta] Convert UnitTestBase to PHPUnit.
View ArticleLTR main menu breakpoints missing in RTL
Problem/MotivationIn the Bartik theme, the default menu breakpoints are being overridden in the RTL css, so the breakpoints don't appear in RTL. In RTL, the main menu tabs always remain tabs. In LTR,...
View ArticleConvert system module's Batch unit tests to phpunit
Task to convert Batch/PercentagesUnitTest.php to phpunit.See #1938068: [Meta] Convert UnitTestBase to PHPUnit.
View Article