* Updated DB mappings of File/Files getting closer to the one of Image/Images
* Disabled ip address property in LogEntry (will be removed in the long run) * Removed custom property from Skin (still needs some care) * Removed commented code
This commit is contained in:
parent
29ca787190
commit
9b4a5bc10e
17 changed files with 68 additions and 84 deletions
|
@ -26,7 +26,7 @@ LogEntry.prototype.constructor = function(context, action) {
|
|||
this.context_id = context._id;
|
||||
this.context_type = context._prototype;
|
||||
this.action = action || req.action;
|
||||
this.ip = req.data.http_remotehost;
|
||||
//this.ip = req.data.http_remotehost;
|
||||
this.referrer = req.data.http_referer;
|
||||
this.creator = session.user;
|
||||
this.created = new Date;
|
||||
|
|
|
@ -31,7 +31,7 @@ context_id
|
|||
context_type
|
||||
action
|
||||
referrer
|
||||
ip
|
||||
#ip
|
||||
created
|
||||
|
||||
creator = object(User)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue