drupal_get_query_array() and drupal_http_build_query() are two complementary API functions, but their names give no clue about this. We should have them renamed consistently.

Comments

plach’s picture

Status: Active » Needs review
StatusFileSize
new7.29 KB

The attached patch renames drupal_get_query_array() and drupal_http_build_query() to drupal_http_query_split() and drupal_http_query()_build.

plach’s picture

Issue tags: +API clean-up
plach’s picture

Version: 7.x-dev » 8.x-dev

Spoke with webchick about this.

klausi’s picture

Status: Needs review » Needs work

Patch does not apply anymore.

pwieck’s picture

Status: Needs work » Needs review
StatusFileSize
new10.95 KB

I tried to redo this using fresh build from today.

Status: Needs review » Needs work
Issue tags: -API clean-up

The last submitted patch, http_query_string-631852-5.patch, failed testing.

pwieck’s picture

Status: Needs work » Needs review
Issue tags: +API clean-up

#5: http_query_string-631852-5.patch queued for re-testing.

pwieck’s picture

Is it normal for the testbot to fail a test the 1st time around? I'm new at this and this is the second time I had a test pass not until re-test.

Hope this helps someone.

alansaviolobo’s picture

Version: 8.0.x-dev » 7.x-dev
Issue summary: View changes
Status: Needs review » Needs work

these function don't exist in D8 anymore. this could apply to D7.

klausi’s picture

Status: Needs work » Closed (won't fix)

way too late to change this in D7.