Rename simple_test CSS files to match new file naming convention
Problem/MotivationThe BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It works really well, but its names conflict with the...
View ArticleRename Tour module CSS files to match new file naming convention
Problem/MotivationThe BAT (base-admin-theme) file organization we started to do in Drupal 8 was a fantastic idea. See http://drupal.org/node/1089868It works really well, but its names conflict with the...
View ArticleRename taxonomy CSS files to match new file naming convention
This is part of #1921610: [Meta] Architect our CSSProblem/MotivationThe taxonomy module does not follow the guidelines in [#1887918]Proposed resolutiontaxonomy.css becomes taxonomy.module.cssIn...
View ArticleDivide by zero error in theme_image_style_preview
When I go to `admin/config/media/image-styles/edit/medium`, I get this error: Warning: Division by zero in theme_image_style_preview() (line 786 of...
View ArticleRename update CSS files to match new file naming convention
This is part of #1921610: [Meta] Architect our CSSProblem/MotivationThe update module does not follow the guidelines in [#1887918]Proposed resolutionupdate.css becomes update.module.css update-rtl.css...
View ArticleRename user CSS files to match new file naming convention
This is part of #1921610: [Meta] Architect our CSSProblem/MotivationThe user module does not follow the guidelines in [#1887918]Proposed resolutionuser.css becomes user.module.css user-rtl.css becomes...
View ArticleMultisite themes are not recognized
Right now there are 13 Drupal8 themes available at drupal.org/project/themesI put some contributed themes in /apache/drupal8/themes where/apache/drupal8 is the drupal8 root path. When i put any of...
View ArticleConvert block_admin_edit() in block.admin.inc to the new form interface
For instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.Meta issue: #1971384: [META] Convert page callbacks to controllers
View ArticleRemove unicode.entities.inc
It is no longer used..well since drupal 7 actually It is used in drupal 6 in decode_entities but in 7 we switched to html_entity_decode
View ArticleMore accurate names and form_ids for Field UI form classes
As per in #1946404-42: Change notice: Convert forms in field_ui.admin.inc to the new form interface :HEADpatch"Field edit" formClassFieldSettingsFormFieldEditFormForm id...
View ArticleWrong bundle title after renaming node type
Changing the machine name ('type') of a node type leads to the entity info cache getting cleared. However, changing the human-readable name ('name') of a node type doesn't, so entity_get_bundles() (in...
View Articleconvert to jalali date
hii want to convert drupal date and time to jalali. I contemplate two ways. first is hook_date_format and hook_date_format_type. can i use this two hooks for converting drupal date to jalali? if yes,...
View ArticleClean up depth/parent/parents of taxonomy term
This is a follow-up after #1818560-92: Convert taxonomy entities to the new Entity Field API depth could actually be different per parent, so it might make sense to make that a property of...
View ArticleDrop procedural usage of fields in field_sql_storage & field_ui tests
Part of #1953410: [Meta] Remove field_create_*(), field_update_*() and field_delete_*() in favor of just using the ConfigEntity API
View ArticleDrop procedural usage of fields in [a-e] modules
Part of #1953410: [Meta] Remove field_create_*(), field_update_*() and field_delete_*() in favor of just using the ConfigEntity API
View ArticleDisabling Comment causes Drupal to crash
To avoid module load overhead I disabled the Comment module. Ever since, visiting Manage Fields for a content type causes Drupal to crash.Fatal error: Call to undefined function...
View ArticleMove views_ui code out of the View entity type annotation
View.php contains entity controller provided by Views UI. Since Views UI is the only one that calls them, this is not a problem so far. But it is not technically correct, and a bad example to...
View Article[policy, then patch] Settle on a naming convention for routes
If you grep for 'route_name' in 8.x right now, you see a lot of ones that look like this:./core/modules/language/language.module: 'route_name' => 'language_negotiation_url',and a few ones that...
View ArticleHierarchy information is lost on taxonomy term edit page
When editing a term with multiple parents and one of those parents is the root, then the <root> option is not preselected in the parent terms select box. This can result in unexpected data loss...
View ArticleDrop taxonomy_vocabulary_sort()
This function was introduced in #1552396: Convert vocabularies into configuration as temporary Drop it once we get tests back in #1799600: Add test of sorting for configuration entities and #1893442:...
View Article