Indefero

Indefero Commit Details


Date:2012-01-03 09:36:57 (12 years 11 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:3bec47778abf0db1fdd9bf7bc1a61286a27d7632
Parents: 215294fcf3775d5540673b23dbc82760a2791c0a
Message:Add submitter email as well to the upload notification.

Changes:

File differences

src/IDF/Upload.php
244244
245245
246246
247
247248
248249
249250
......
253254
254255
255256
256
257
258
257259
258260
259261
$tags[] = $tag->class.':'.$tag->name;
}
$submitter = $this->get_submitter();
$payload = array(
'to_send' => array(
'project' => $project->shortname,
'filename' => $this->file,
'filesize' => $this->filesize,
'md5sum' => $this->md5,
'submitter' => $this->get_submitter()->login,
'submitter_login' => $submitter->login,
'submitter_email' => $submitter->email,
'tags' => $tags,
),
'project_id' => $project->id,

Archive Download the corresponding diff file

Page rendered in 0.08071s using 13 queries.