srchub

srchub Commit Details


Date:2016-05-01 15:19:38 (8 years 7 months ago)
Author:Natalie Adams
Branch:master
Commit:8c42270a9ee96852cacb7d4a87560a0f73ffe9bf
Parents: ac5ced20a7b440ccb4a0511d6723700105dcdd00
Message:Issue 156: SSH keys added are not getting proper added date set

Changes:

File differences

indefero/src/IDF/Key.php
154154
155155
156156
157
158
159
160
161
162
163
164
157165
158166
159167
......
179187
180188
181189
182
183
184
185
186190
187191
188192
return sha1($keyName.":".$keyData);
}
function preSave($create = false)
{
if ($create) {
$this->creation_dtime = gmdate('Y-m-d H:i:s');
}
parent::preSave($create);
}
function postSave($create=false)
{
/**
$params = array('key' => $this, 'created' => $create);
Pluf_Signal::send('IDF_Key::postSave',
'IDF_Key', $params);
if ($create) {
$this->creation_dtime = gmdate('Y-m-d H:i:s');
}
}
function preDelete()

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06662s using 20 queries.