lock() in bootstrap.inc is depreciated, refactor and remove
The lock() function found in bootstrap.inc has been marked as depreciated. The code comment instructs that it can be replaced with Drupal::lock().We should replace every instance of lock() with...
View ArticleWrite tour integration for user edit page
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for User edit pageProposed resolutionCreate tour yml files for the user edit screen in...
View ArticleWrite tour integration for shortcuts page
Part of #1921152: META: Start providing tour tips for other core modules.Problem/MotivationWrite tour integration for shortcuts pageProposed resolutionCreate tour yml files for shortcuts pageRemaining...
View ArticleConvert pager.inc to a Pager component (??)
I do not know how this would fit in the timeline :( but looking at pager.inc overall I thought it may be worth to build a component for the helper functions and to move the pager theme preprocessing to...
View ArticleTag based search and custom search
Hi all,I have a project that includes tag based searching. The thing I want to do is to make a searchbox that adds tags for searching (like the active tag module) and searches the nodes that have those...
View ArticleDevel fails to auto-generate content only with the forum module, producing...
This was done on SimplyTest.me with the Devel module added:Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax;...
View ArticleRemove empty headers in Views UI
There should be no empty headers like <h2 id="views-ajax-title"></h2> which appears in admin/structure/views/view/test (after you create the View "test")I pulled out more html than was...
View ArticleLabel missing in Page: The title of this view & The menu path or URL of this...
This really needs to have a label associated with it:<div class="form-item form-type-textfield form-item-title"><input id="edit-title" class="form-text" type="text" maxlength="128" size="60"...
View ArticleLabel used for markup, not associated with input form
Tracking down this Label:<div id="edit-selected" class="form-item form-type-item form-item-selected" style="display: block;"><label for="edit-selected">Selected:</label><div...
View ArticlePage: Theming missing Label
Page: Theming information (last item in collapsed Advanced section) is missing a label for the change theme form in the modal.AttachmentSizeStatusTest resultOperationsScreen Shot 2013-07-17 at 8.34.45...
View ArticleImplement LocalTask plugins for login/password/register tabs
part of #2040105: [meta] Implement LocalTask plugins for previously converted routesfollow-up to #2004334: Change notice: Separate Tabs (MENU_LOCAL_TASK) from hook_menu()The login/new password/register...
View Articleviews_invalidate_cache incorrectly checks if (db_table_exists('router')) { to...
The menu router is a service and as such can be swapped out and in certain cases database storage won't be used and in these cases the cache won't get rebuilt.
View Article[meta] Supporting single page application development on Drupal Core.
Problem/MotivationSupporting the development of Single Page Applications (SPA) on Drupal 8 requires the confluence of several sub-systems: REST, AJAX, routing, Views.Complex client-side features and...
View ArticleAdd an Updated Time field to all entities
Problem/MotivationIn order to effect timely and useful caching and cache busting, we need to know that last time an entity was updated. Given a consistent means to check updated time we can know, for...
View ArticleDrupal set title(drupal_set_title()) not working
i am trying in two sites. version of drupal sites are drupal7.21 and drupal 7.22. In drupal7.22 its working whereas in drupal7.21 its not working.function hook_form_alter(&$form, &$form_state,...
View ArticlePOST values from drupal 7 form to external url without CSRF error
how POST values from custom drupal 7 form to external url without CSRF (cross-site request forgeries) error.thanks in advance.
View ArticleHow to make changes workable that are done in hook menu without clearing...
Any change in the hook menu will not work until cache will be cleared by going to Admin-> performance -> clear cached data. I have a custom module and i removed access arguments and add access...
View Articledrupal error message "The form has become outdated. Copy any unsaved work in...
Steps to reproduce the bug? 1) log in as a auth user (not admin) 2) click on any node's "add comment" 3) insert any dummy text. 4) take few moments before clicking "save" then click "save" buttonThe...
View ArticleEnabling a module with drush in a non-English Drupal installation
Hi,I know this sounds like a drush issue, but bear with me.I've just rm'd my whole Drupal 8 directory, git clone'd Drupal and re-installed it in Turkish. I then git clone'd my own project, and...
View Article