--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/b2b0c42b-fed5-43e5-b1bc-fe119c914b69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/0766601d-5574-467f-8ab9-bba365643765%40googlegroups.com.
this.dtButtons = new $.fn.dataTable.Buttons( this.dataTable, { buttons: [ 'copy', 'excel', 'pdf' ]} );this.dtButtons = new $.fn.dataTable.Buttons( this.dataTable, { buttons: [ 'copy', 'excel', 'pdf' ]} );function(module, exports, __webpack_require__) {
(function(Buffer, __dirname) {
'use strict';
function VirtualFileSystem() {
this.fileSystem = {};
this.baseSystem = {};
}
VirtualFileSystem.prototype.readFileSync = function(filename) {
filename = fixFilename(filename);
var base64content = this.baseSystem[filename];
if (base64content) {
return new Buffer(base64content, 'base64');
}
return this.fileSystem[filename];
};
VirtualFileSystem.prototype.writeFileSync = function(filename, content) {
this.fileSystem[fixFilename(filename)] = content;
};
VirtualFileSystem.prototype.bindFS = function(data) {
this.baseSystem = data;
};
function fixFilename(filename) {
if (filename.indexOf(__dirname) === 0) {
filename = filename.substring(__dirname.length);
}
if (filename.indexOf('/') === 0) {
filename = filename.substring(1);
}
return filename;
}
module.exports = new VirtualFileSystem();
}.call(exports, __webpack_require__(4).Buffer, "/"))
},
function(module, exports, __webpack_require__) {},Pedro Vale
Dev Lead
phone: +351 214870076 fax: +351 218041985
![]()
Vila Internacional
ED.2 1º Andar
2750-047 Aldeia de Juso, Portugal
|
GET http://localhost:8080/pentaho/api/repo/files/%3Ahome%3Aadmin%3Abasic.wcdf/properties |
200 OK |
54ms |
47E910B...he.html (ligne 4519) |
|
200 OK |
388ms |
47E910B...he.html (ligne 4519) |
|
GET http://localhost:8080/pentaho/api/user-settings/recent?ts=1452625088157 |
200 OK |
44ms |
jquery-...4952766 (ligne 8) |
|
GET http://localhost:8080/pentaho/api/user-settings/favorites?ts=1452625088408 |
200 OK |
30ms |
jquery-...4952766 (ligne 8) |
JQMIGRATE: Logging is active
cdf-boo...c6437ec (ligne 740)
CDF: InitInstance 0
cdf-boo...c6437ec (ligne 4577)
|
POST http://localhost:8080/pentaho/api/repos/pentaho-cdf-dd/tmp/.cache/home/admin/messages.properties |
200 OK |
34ms |
cdf-boo...c6437ec (ligne 668) |
|
POST http://localhost:8080/pentaho/api/repos/pentaho-cdf-dd/tmp/.cache/home/admin/messages_fr.properties |
200 OK |
37ms |
cdf-boo...c6437ec (ligne 668) |
L'utilisation d'XMLHttpRequest de façon synchrone sur le fil d'exécution principal est obsolète à cause de son impact négatif sur la navigation de l'utilisateur final. Consulter http://xhr.spec.whatwg.org/ pour plus d'informations.
...type,s.url,s.async,s.username,s.password);}else{xhr.open(s.type,s.url,s.async);
|
|
cdf-boo...c6437ec (ligne 663, col. 535)
[Lifecycle >Start] Init[0] (Running: 1)
cdf-boo...c6437ec (ligne 4632)
[Lifecycle <End ] Init[undefined] (Running: 0)
cdf-boo...c6437ec (ligne 4642)
L'utilisation de « getPreventDefault() » est obsolète. Utiliser « defaultPrevented » à la place.
...rnValue===false||src.getPreventDefault&&src.getPreventDefault())?returnTrue:retu... |
|
Pedro Vale
Dev Lead
phone: +351 214870076 fax: +351 218041985
![]()
Vila Internacional
ED.2 1º Andar
2750-047 Aldeia de Juso, Portugal
--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/0dd6bf87-5592-472e-98a0-2b335b5a4182%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/f333be7c-54c5-4345-a6f5-05a4ba018194%40googlegroups.com.
Pedro Vale
Dev Lead
phone: +351 214870076 fax: +351 218041985
![]()
Vila Internacional
ED.2 1º Andar
2750-047 Aldeia de Juso, Portugal
I will try it, it could solve the problem
Benoit
--
You received this message because you are subscribed to the Google Groups "Pentaho Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pentaho-commun...@googlegroups.com.
To post to this group, send email to pentaho-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pentaho-community/c722f450-0f93-467c-9643-82d821ed45df%40googlegroups.com.