← Back to team overview

mahara-contributors team mailing list archive

[Bug 1507865] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5570
Committed: https://git.mahara.org/mahara/mahara/commit/4bc12f6abbc832fbcd9766518796ae4a45351034
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    master

commit 4bc12f6abbc832fbcd9766518796ae4a45351034
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Tue Apr 5 15:45:18 2016 +1200

Bug 1507865: removing the old social profile options from webservices

behatnotneeded: Unable to test without https

It cant reach the webservices/functions/mahara_user_external.php page

Change-Id: I7196bbd6a9963b3003e4915a3a4faeeab609e212
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1507865

Title:
  Webservice create_users() has old social profile fields

Status in Mahara:
  Fix Committed

Bug description:
  The following fields are still implemented in the Webservice
  create_users:

  - aimscreenname
  - icqnumber
  - msnnumber
  - yahoochat
  - skypusername
  - jabberusername

  
  Which were all replaced by the new blocktype 'social profile' in the internal artefact.

  If someone were to create a user and specify one of these fields, the
  set_profile_field() will raise an error when generating the class name
  (generate_artefact_class_name()) for the field.

  I haven't actually tried to use the webservice but can see that it
  will cause an error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1507865/+subscriptions


References