+ add loghistory of deleted files.
This commit is contained in:
+21
-19
@@ -46,25 +46,26 @@ $lang->action->objectTypes['doc'] = 'DOC';
|
||||
$lang->action->objectTypes['doclib'] = 'DocLib';
|
||||
|
||||
/* 用来描述操作历史记录.*/
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, Opened by <strong>$actor</strong>.';
|
||||
$lang->action->desc->created = '$date, Created by <strong>$actor</strong>.';
|
||||
$lang->action->desc->changed = '$date, Changed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->edited = '$date, Edited by <strong>$actor</strong>.';
|
||||
$lang->action->desc->closed = '$date, Closed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deleted = '$date, Deleted by <strong>$actor</strong>.';
|
||||
$lang->action->desc->erased = '$date, Erased by <strong>$actor</strong>.';
|
||||
$lang->action->desc->undeleted = '$date, Restored by <strong>$actor</strong>.';
|
||||
$lang->action->desc->commented = '$date, Commented by <strong>$actor</strong>.';
|
||||
$lang->action->desc->activated = '$date, Activated by <strong>$actor</strong>.';
|
||||
$lang->action->desc->moved = '$date, Moved by <strong>$actor</strong>, previouse is "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, Confirmed by <strong>$actor</strong>, version is<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, Started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
|
||||
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
|
||||
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is:<blockquote>%s</blockquote>';
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, Opened by <strong>$actor</strong>.';
|
||||
$lang->action->desc->created = '$date, Created by <strong>$actor</strong>.';
|
||||
$lang->action->desc->changed = '$date, Changed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->edited = '$date, Edited by <strong>$actor</strong>.';
|
||||
$lang->action->desc->closed = '$date, Closed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deleted = '$date, Deleted by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deletedfile = '$date, Deleted file by <strong>$actor</strong>, the file is <strong><i>$extra</i></strong>';
|
||||
$lang->action->desc->erased = '$date, Erased by <strong>$actor</strong>.';
|
||||
$lang->action->desc->undeleted = '$date, Restored by <strong>$actor</strong>.';
|
||||
$lang->action->desc->commented = '$date, Commented by <strong>$actor</strong>.';
|
||||
$lang->action->desc->activated = '$date, Activated by <strong>$actor</strong>.';
|
||||
$lang->action->desc->moved = '$date, Moved by <strong>$actor</strong>, previouse is "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, Confirmed by <strong>$actor</strong>, version is<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, Started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
|
||||
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
|
||||
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is:<blockquote>%s</blockquote>';
|
||||
|
||||
/* 用来显示动态信息.*/
|
||||
$lang->action->label->created = 'created';
|
||||
@@ -73,6 +74,7 @@ $lang->action->label->changed = 'changed';
|
||||
$lang->action->label->edited = 'edited';
|
||||
$lang->action->label->closed = 'closed';
|
||||
$lang->action->label->deleted = 'deleted';
|
||||
$lang->action->label->deletedfile = 'deleted file';
|
||||
$lang->action->label->erased = 'deleted';
|
||||
$lang->action->label->undeleted = 'restore';
|
||||
$lang->action->label->commented = 'commented';
|
||||
|
||||
+21
-19
@@ -46,25 +46,26 @@ $lang->action->objectTypes['doc'] = 'ドキュメント';
|
||||
$lang->action->objectTypes['doclib'] = 'DocLib';
|
||||
|
||||
/* 用来描述操作历史记录.*/
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, Opened by <strong>$actor</strong>.';
|
||||
$lang->action->desc->created = '$date, Created by <strong>$actor</strong>.';
|
||||
$lang->action->desc->changed = '$date, Changed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->edited = '$date, Edited by <strong>$actor</strong>.';
|
||||
$lang->action->desc->closed = '$date, Closed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deleted = '$date, Deleted by <strong>$actor</strong>.';
|
||||
$lang->action->desc->erased = '$date, Erased by <strong>$actor</strong>.';
|
||||
$lang->action->desc->undeleted = '$date, Restored by <strong>$actor</strong>.';
|
||||
$lang->action->desc->commented = '$date, Commented by <strong>$actor</strong>.';
|
||||
$lang->action->desc->activated = '$date, Activated by <strong>$actor</strong>.';
|
||||
$lang->action->desc->moved = '$date, Moved by <strong>$actor</strong>, previouse is "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, Confirmed by <strong>$actor</strong>, version is<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, Started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
|
||||
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
|
||||
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is:<blockquote>%s</blockquote>';
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, Opened by <strong>$actor</strong>.';
|
||||
$lang->action->desc->created = '$date, Created by <strong>$actor</strong>.';
|
||||
$lang->action->desc->changed = '$date, Changed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->edited = '$date, Edited by <strong>$actor</strong>.';
|
||||
$lang->action->desc->closed = '$date, Closed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deleted = '$date, Deleted by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deletedfile = '$date, Deleted file by <strong>$actor</strong>, the file is <strong><i>$extra</i></strong>';
|
||||
$lang->action->desc->erased = '$date, Erased by <strong>$actor</strong>.';
|
||||
$lang->action->desc->undeleted = '$date, Restored by <strong>$actor</strong>.';
|
||||
$lang->action->desc->commented = '$date, Commented by <strong>$actor</strong>.';
|
||||
$lang->action->desc->activated = '$date, Activated by <strong>$actor</strong>.';
|
||||
$lang->action->desc->moved = '$date, Moved by <strong>$actor</strong>, previouse is "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, Confirmed by <strong>$actor</strong>, version is<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, Started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
|
||||
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
|
||||
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is:<blockquote>%s</blockquote>';
|
||||
|
||||
/* 用来显示动态信息.*/
|
||||
$lang->action->label->created = '作成';
|
||||
@@ -73,6 +74,7 @@ $lang->action->label->changed = '変更';
|
||||
$lang->action->label->edited = '編集';
|
||||
$lang->action->label->closed = '閉じた';
|
||||
$lang->action->label->deleted = '削除された';
|
||||
$lang->action->label->deletedfile = 'ファイルを削除';
|
||||
$lang->action->label->erased = '削除された';
|
||||
$lang->action->label->undeleted = '復元する';
|
||||
$lang->action->label->commented = 'コメント';
|
||||
|
||||
+21
-19
@@ -46,25 +46,26 @@ $lang->action->objectTypes['doc'] = '덕';
|
||||
$lang->action->objectTypes['doclib'] = 'DocLib';
|
||||
|
||||
/* 用来描述操作历史记录.*/
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, Opened by <strong>$actor</strong>.';
|
||||
$lang->action->desc->created = '$date, Created by <strong>$actor</strong>.';
|
||||
$lang->action->desc->changed = '$date, Changed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->edited = '$date, Edited by <strong>$actor</strong>.';
|
||||
$lang->action->desc->closed = '$date, Closed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deleted = '$date, Deleted by <strong>$actor</strong>.';
|
||||
$lang->action->desc->erased = '$date, Erased by <strong>$actor</strong>.';
|
||||
$lang->action->desc->undeleted = '$date, Restored by <strong>$actor</strong>.';
|
||||
$lang->action->desc->commented = '$date, Commented by <strong>$actor</strong>.';
|
||||
$lang->action->desc->activated = '$date, Activated by <strong>$actor</strong>.';
|
||||
$lang->action->desc->moved = '$date, Moved by <strong>$actor</strong>, previouse is "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, Confirmed by <strong>$actor</strong>, version is<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, Started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
|
||||
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
|
||||
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is:<blockquote>%s</blockquote>';
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, Opened by <strong>$actor</strong>.';
|
||||
$lang->action->desc->created = '$date, Created by <strong>$actor</strong>.';
|
||||
$lang->action->desc->changed = '$date, Changed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->edited = '$date, Edited by <strong>$actor</strong>.';
|
||||
$lang->action->desc->closed = '$date, Closed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deleted = '$date, Deleted by <strong>$actor</strong>.';
|
||||
$lang->action->desc->deletedfile = '$date, Deleted file by <strong>$actor</strong>, the file is <strong><i>$extra</i></strong>';
|
||||
$lang->action->desc->erased = '$date, Erased by <strong>$actor</strong>.';
|
||||
$lang->action->desc->undeleted = '$date, Restored by <strong>$actor</strong>.';
|
||||
$lang->action->desc->commented = '$date, Commented by <strong>$actor</strong>.';
|
||||
$lang->action->desc->activated = '$date, Activated by <strong>$actor</strong>.';
|
||||
$lang->action->desc->moved = '$date, Moved by <strong>$actor</strong>, previouse is "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, Confirmed by <strong>$actor</strong>, version is<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, Started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->canceled = '$date, Canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->finished = '$date, Finished by <strong>$actor</strong>.';
|
||||
$lang->action->desc->diff1 = 'Changed <strong><i>%s</i></strong>, old is "%s", new is "%s".<br />';
|
||||
$lang->action->desc->diff2 = 'Changed <strong><i>%s</i></strong>, the diff is:<blockquote>%s</blockquote>';
|
||||
|
||||
/* 用来显示动态信息.*/
|
||||
$lang->action->label->created = '생성';
|
||||
@@ -73,6 +74,7 @@ $lang->action->label->changed = '변경됨';
|
||||
$lang->action->label->edited = '편집';
|
||||
$lang->action->label->closed = '폐쇄';
|
||||
$lang->action->label->deleted = '삭제';
|
||||
$lang->action->label->deletedfile = '파일을 삭제';
|
||||
$lang->action->label->erased = '삭제';
|
||||
$lang->action->label->undeleted = '복원';
|
||||
$lang->action->label->commented = '논평';
|
||||
|
||||
@@ -46,25 +46,26 @@ $lang->action->objectTypes['doc'] = '文档';
|
||||
$lang->action->objectTypes['doclib'] = '文档库';
|
||||
|
||||
/* 用来描述操作历史记录。*/
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, 由 <strong>$actor</strong> 创建。';
|
||||
$lang->action->desc->created = '$date, 由 <strong>$actor</strong> 创建。';
|
||||
$lang->action->desc->changed = '$date, 由 <strong>$actor</strong> 变更。';
|
||||
$lang->action->desc->edited = '$date, 由 <strong>$actor</strong> 编辑。';
|
||||
$lang->action->desc->closed = '$date, 由 <strong>$actor</strong> 关闭。';
|
||||
$lang->action->desc->deleted = '$date, 由 <strong>$actor</strong> 删除。';
|
||||
$lang->action->desc->erased = '$date, 由 <strong>$actor</strong> 删除。';
|
||||
$lang->action->desc->undeleted = '$date, 由 <strong>$actor</strong> 还原。';
|
||||
$lang->action->desc->commented = '$date, 由 <strong>$actor</strong> 发表评论。';
|
||||
$lang->action->desc->activated = '$date, 由 <strong>$actor</strong> 激活。';
|
||||
$lang->action->desc->moved = '$date, 由 <strong>$actor</strong> 移动,之前为 "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 确认需求变动,最新版本为<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 启动。';
|
||||
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。';
|
||||
$lang->action->desc->finished = '$date, 由 <strong>$actor</strong> 完成。';
|
||||
$lang->action->desc->diff1 = '修改了 <strong><i>%s</i></strong>,旧值为 "%s",新值为 "%s"。<br />';
|
||||
$lang->action->desc->diff2 = '修改了 <strong><i>%s</i></strong>,区别为:<blockquote>%s</blockquote>';
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, 由 <strong>$actor</strong> 创建。';
|
||||
$lang->action->desc->created = '$date, 由 <strong>$actor</strong> 创建。';
|
||||
$lang->action->desc->changed = '$date, 由 <strong>$actor</strong> 变更。';
|
||||
$lang->action->desc->edited = '$date, 由 <strong>$actor</strong> 编辑。';
|
||||
$lang->action->desc->closed = '$date, 由 <strong>$actor</strong> 关闭。';
|
||||
$lang->action->desc->deleted = '$date, 由 <strong>$actor</strong> 删除。';
|
||||
$lang->action->desc->deletedfile = '$date, 由 <strong>$actor</strong> 删除了附件:<strong><i>$extra</i></strong>';
|
||||
$lang->action->desc->erased = '$date, 由 <strong>$actor</strong> 删除。';
|
||||
$lang->action->desc->undeleted = '$date, 由 <strong>$actor</strong> 还原。';
|
||||
$lang->action->desc->commented = '$date, 由 <strong>$actor</strong> 发表评论。';
|
||||
$lang->action->desc->activated = '$date, 由 <strong>$actor</strong> 激活。';
|
||||
$lang->action->desc->moved = '$date, 由 <strong>$actor</strong> 移动,之前为 "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 确认需求变动,最新版本为<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 启动。';
|
||||
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。';
|
||||
$lang->action->desc->finished = '$date, 由 <strong>$actor</strong> 完成。';
|
||||
$lang->action->desc->diff1 = '修改了 <strong><i>%s</i></strong>,旧值为 "%s",新值为 "%s"。<br />';
|
||||
$lang->action->desc->diff2 = '修改了 <strong><i>%s</i></strong>,区别为:<blockquote>%s</blockquote>';
|
||||
|
||||
/* 用来显示动态信息。*/
|
||||
$lang->action->label->created = '创建了';
|
||||
@@ -73,6 +74,7 @@ $lang->action->label->changed = '变更了';
|
||||
$lang->action->label->edited = '编辑了';
|
||||
$lang->action->label->closed = '关闭了';
|
||||
$lang->action->label->deleted = '删除了';
|
||||
$lang->action->label->deletedfile = '删除附件';
|
||||
$lang->action->label->erased = '删除了';
|
||||
$lang->action->label->undeleted = '还原了';
|
||||
$lang->action->label->commented = '评论了';
|
||||
|
||||
@@ -46,25 +46,26 @@ $lang->action->objectTypes['doc'] = '文檔';
|
||||
$lang->action->objectTypes['doclib'] = '文檔庫';
|
||||
|
||||
/* 用來描述操作歷史記錄。*/
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, 由 <strong>$actor</strong> 創建。';
|
||||
$lang->action->desc->created = '$date, 由 <strong>$actor</strong> 創建。';
|
||||
$lang->action->desc->changed = '$date, 由 <strong>$actor</strong> 變更。';
|
||||
$lang->action->desc->edited = '$date, 由 <strong>$actor</strong> 編輯。';
|
||||
$lang->action->desc->closed = '$date, 由 <strong>$actor</strong> 關閉。';
|
||||
$lang->action->desc->deleted = '$date, 由 <strong>$actor</strong> 刪除。';
|
||||
$lang->action->desc->erased = '$date, 由 <strong>$actor</strong> 刪除。';
|
||||
$lang->action->desc->undeleted = '$date, 由 <strong>$actor</strong> 還原。';
|
||||
$lang->action->desc->commented = '$date, 由 <strong>$actor</strong> 發表評論。';
|
||||
$lang->action->desc->activated = '$date, 由 <strong>$actor</strong> 激活。';
|
||||
$lang->action->desc->moved = '$date, 由 <strong>$actor</strong> 移動,之前為 "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 確認需求變動,最新版本為<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 啟動。';
|
||||
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。';
|
||||
$lang->action->desc->finished = '$date, 由 <strong>$actor</strong> 完成。';
|
||||
$lang->action->desc->diff1 = '修改了 <strong><i>%s</i></strong>,舊值為 "%s",新值為 "%s"。<br />';
|
||||
$lang->action->desc->diff2 = '修改了 <strong><i>%s</i></strong>,區別為:<blockquote>%s</blockquote>';
|
||||
$lang->action->desc->common = '$date, <strong>$action</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->extra = '$date, <strong>$action</strong> as <strong>$extra</strong> by <strong>$actor</strong>';
|
||||
$lang->action->desc->opened = '$date, 由 <strong>$actor</strong> 創建。';
|
||||
$lang->action->desc->created = '$date, 由 <strong>$actor</strong> 創建。';
|
||||
$lang->action->desc->changed = '$date, 由 <strong>$actor</strong> 變更。';
|
||||
$lang->action->desc->edited = '$date, 由 <strong>$actor</strong> 編輯。';
|
||||
$lang->action->desc->closed = '$date, 由 <strong>$actor</strong> 關閉。';
|
||||
$lang->action->desc->deleted = '$date, 由 <strong>$actor</strong> 刪除。';
|
||||
$lang->action->desc->deletedfile = '$date, 由 <strong>$actor</strong> 刪除了附件:<strong><i>$extra</i></strong>';
|
||||
$lang->action->desc->erased = '$date, 由 <strong>$actor</strong> 刪除。';
|
||||
$lang->action->desc->undeleted = '$date, 由 <strong>$actor</strong> 還原。';
|
||||
$lang->action->desc->commented = '$date, 由 <strong>$actor</strong> 發表評論。';
|
||||
$lang->action->desc->activated = '$date, 由 <strong>$actor</strong> 激活。';
|
||||
$lang->action->desc->moved = '$date, 由 <strong>$actor</strong> 移動,之前為 "$extra"';
|
||||
$lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 確認需求變動,最新版本為<strong>#$extra</strong>';
|
||||
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 啟動。';
|
||||
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。';
|
||||
$lang->action->desc->finished = '$date, 由 <strong>$actor</strong> 完成。';
|
||||
$lang->action->desc->diff1 = '修改了 <strong><i>%s</i></strong>,舊值為 "%s",新值為 "%s"。<br />';
|
||||
$lang->action->desc->diff2 = '修改了 <strong><i>%s</i></strong>,區別為:<blockquote>%s</blockquote>';
|
||||
|
||||
/* 用來顯示動態信息。*/
|
||||
$lang->action->label->created = '創建了';
|
||||
@@ -73,6 +74,7 @@ $lang->action->label->changed = '變更了';
|
||||
$lang->action->label->edited = '編輯了';
|
||||
$lang->action->label->closed = '關閉了';
|
||||
$lang->action->label->deleted = '刪除了';
|
||||
$lang->action->label->deletedfile = '刪除附件';
|
||||
$lang->action->label->erased = '刪除了';
|
||||
$lang->action->label->undeleted = '還原了';
|
||||
$lang->action->label->commented = '評論了';
|
||||
|
||||
@@ -114,7 +114,10 @@ class file extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$file = $this->file->getById($fileID);
|
||||
$this->dao->delete()->from(TABLE_FILE)->where('id')->eq($fileID)->exec();
|
||||
$this->loadModel('action')->create($file->objectType, $file->objectID, 'deletedFile', '', $extra=$file->title);
|
||||
@unlink($file->realPath);
|
||||
die(js::reload('parent'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user