Problem/Motivation
Ajax, not AJAX or ajax
from the Industry-related words
section of the Drupal content style guide the spelling for Ajax is
Steps to reproduce
git grep AJAX
or this to see a list of files.
git grep AJAX | awk -F: '{print $1}' | sort -u | nl
Proposed resolution
Create child issues to correct the spelling of Ajax throughout core
Remaining tasks
Decide how to divide the work
Create child issues as agreed
See if #2788131: Views UI and misc.js has miscapitalized "Ajax" in UI text is fixing all the UI text.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 3294706-13.patch | 278.32 KB | prabuela |
| #12 | 3294706-12.patch | 1.57 MB | Abhisheksingh27 |
| #11 | 3294706-11.patch | 1.29 MB | rishabh vishwakarma |
| #9 | spelling-mistake-resolve-3294706-9.patch | 279.5 KB | meeni_dhobale |
| #5 | 3294706.patch | 288.48 KB | prabuela |
Comments
Comment #2
quietone commentedComment #4
prabuela commentedThe AJAX spelling mistake has been changed to "Ajax"
Comment #5
prabuela commentedComment #6
prabuela commentedComment #7
prabuela commentedComment #8
prabuela commentedComment #9
meeni_dhobale commentedThe above patch not applying properly. It does not resolve any spelling mistake. Also it ends up with following output
Adding new patch.
In core files somewhere AJAX and ajax used as a variable name. If we try to change this and we missed by mistake a single variable then it will break some functionality. And it is very time consuming + not feasible to check every functionality of Drupal core. So, I skipped those variable to do any changes.
Comment #10
meeni_dhobale commentedComment #11
rishabh vishwakarma commentedAdding patch
Comment #12
Abhisheksingh27 commentedAdding Patch for the issue
Comment #13
prabuela commentedComment #14
prabuela commentedComment #15
prabuela commented