Page MenuHomePhorge

Check the results of function calls before continuing as if everything only ever happens successfully.
Closed, SpitePublic

Description

A prime example is bin/backend.php, where for adduser;

  1. The command-line parameter is assumed to be a valid email address,
  2. The domain in the email address is assumed to indeed be a domain in the Kolab environment,
  3. The user found is assumed to be active,
  4. Individual database operations are assumed to be correct.

Details

Ticket Type
Task

Event Timeline

vanmeeuwen raised the priority of this task from to Unbreak Now!.
vanmeeuwen updated the task description. (Show Details)
vanmeeuwen added a project: Restricted Project.
vanmeeuwen changed Ticket Type from Task to Task.
vanmeeuwen added subscribers: grote, vanmeeuwen.
vanmeeuwen moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Jun 18 2015, 1:46 PM
vanmeeuwen moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Jun 22 2015, 1:44 PM
vanmeeuwen moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.
vanmeeuwen claimed this task.

No further enhancements to the #HKCCP