Keep machine name generation after both HTML and non-HTML validation failure + tests
1 unresolved thread
Closes #3038141
Merge request reports
Activity
Filter activity
added 36 commits
-
ff48f4f2...c187cc63 - 35 commits from branch
project:10.1.x
- 7da8d48b - Keep machine name generation after both HTML and non-HTML validation failure + tests
-
ff48f4f2...c187cc63 - 35 commits from branch
- Resolved by Lauri Timmanee
- Resolved by Harumi Jang
- Resolved by Lauri Timmanee
added 52 commits
-
7da8d48b...09a5ff9f - 50 commits from branch
project:10.1.x
- 8c714e8a - Keep machine name generation after both HTML and non-HTML validation failure + tests
- 91af5e94 - Add non empty condition for error check and separate test
-
7da8d48b...09a5ff9f - 50 commits from branch
added 138 commits
-
15549fbf...f8ac8262 - 134 commits from branch
project:10.1.x
- 5dfd3675 - Keep machine name generation after both HTML and non-HTML validation failure + tests
- f5be07fd - Add non empty condition for error check and separate test
- 2f04d0cf - Add line in comment
- 9fdd1e2d - Remove empty check
Toggle commit list-
15549fbf...f8ac8262 - 134 commits from branch
178 183 } 179 184 180 185 // Add a listener for an invalid event on the machine name input 181 // to show its container and focus it. 182 $target.on('invalid', eventData, clickEditHandler); 186 // to keep the generated machine name. 187 $target.on('invalid', eventData, machineNameHandler); changed this line in version 7 of the diff
added 111 commits
-
90b3e2c7...67fd5e83 - 106 commits from branch
project:10.1.x
- 17720611 - Keep machine name generation after both HTML and non-HTML validation failure + tests
- d7abcd5f - Add non empty condition for error check and separate test
- f5e76c44 - Add line in comment
- 6a5205f4 - Remove empty check
- f9d681d8 - Remove event handler
Toggle commit list-
90b3e2c7...67fd5e83 - 106 commits from branch
- Resolved by Ben Mullins
added 20 commits
- df0ba7d1 - Issue #3348592 by alexpott, kunal_sahu, joseph.olstad, catch, larowlan,...
- 978f1a16 - Revert "Issue #3337513 by mondrake, gidarai, daffie, alexpott, catch: Fix...
- 4bca6e80 - Issue #3344083 by longwave, lauriii, Wim Leers, smustgrave: Update CKEditor 5 to 36.0.1
- 3af2e665 - Issue #2987444 by hooroomoo, lauriii, bnjmnm, alwaysworking, tim.plunkett,...
- 8f729603 - Issue #3307409 by mherchel, heddn, gquisini, Phoenixbros, bbu23: Setting media...
- 923926dc - Issue #3348851 by andypost: Deprecate drupal_theme_rebuild()
- cb21cfe2 - Issue #3278144 by ressa, Rinku Jacob 13, Akshay kashyap, Gauravvvv: Remove...
- a0e038f5 - Issue #3350058 by Rinku Jacob 13: Remove quotes from claro.info.yml
- 31ffa0b0 - Issue #2944089 by msankhala, smustgrave, lauriii, Ada Hernandez, TanujJain-TJ,...
- 582bc514 - Issue #3266544 by Spokje, xjm, smustgrave, bbrala, catch: Remove remaining...
- eeb88731 - Issue #3191391 by Arantxio, larowlan, _utsavsharma, daffie:...
- 4748572c - Issue #3347766 by Spokje, smustgrave: Address @todo-comments linking to closed issue [#3219959]
- 6a12ff0a - Issue #2958649 by acbramley, moshe weitzman, fenstrat: Incorrect totals count...
- 0ee4d371 - Issue #3264195 by quietone, joshua1234511, phenaproxima, smustgrave: Move...
- 68a78883 - Issue #3348848 by andypost, Purencool, daffie: Deprecate theme_get_registry()
- d8d64dd0 - Issue #3331870 by Chris64, PrabuEla, smustgrave, cilefen: Code error url...
- 4eb34336 - Issue #2602326 by Rassoni, Rishabh Vishwakarma, heykarthikwithu, paulocs,...
- 626b4a40 - Issue #3245252 by andypost, ranjith_kumar_k_u, Spokje: Fix possibly undefined...
- e1bdc2ef - Issue #3348092 by andypost, alexpott, Ranjit1032002, smustgrave, catch:...
- a4f62638 - Issue #3350400 by mondrake: Remove DrupalStandardsListenerTrait - it's broken,...
Toggle commit listadded 46 commits
-
a4f62638...d33a870f - 45 commits from branch
project:10.1.x
- 131c2eb6 - current with 101x
-
a4f62638...d33a870f - 45 commits from branch
- Resolved by Ben Mullins
added 1 commit
- 63f3dcc5 - Simplify \Drupal\form_test\Form\FormTestMachineNameForm::load
- Resolved by Ben Mullins
added 58 commits
-
63f3dcc5...5f167385 - 56 commits from branch
project:10.1.x
- bdb4cc01 - Merge remote-tracking branch 'origin/10.1.x' into 3038141-machine
- 6ea37c95 - only add require if it was there to begin with
-
63f3dcc5...5f167385 - 56 commits from branch
Please register or sign in to reply