Fixes up the list view a bit and also adds edit and delete ops.
| Comment | File | Size | Author |
|---|---|---|---|
| mollomapi_crud.patch | 6.29 KB | JacobSingh |
Fixes up the list view a bit and also adds edit and delete ops.
| Comment | File | Size | Author |
|---|---|---|---|
| mollomapi_crud.patch | 6.29 KB | JacobSingh |
Comments
Comment #1
gábor hojtsyLooks good except it would be best to document mollomapi_client_key_load() which I was puzzled a bit about.
Comment #2
JacobSingh commentedYeah, actually we should rename $public_key to $client_key really everywhere in the module. Since the public_key is actually for the reseller, not the site we are modifying.
Comment #3
gábor hojtsyWell, my point was that mollomapi_client_key_load() sounds like it loads the client key, while that's not what's happening. Is there any other way to load a site but the client key? We now have
Why have two methods for this? Why so differently named? Why confusingly named?