Thomas Jakobi

Results 143 comments of Thomas Jakobi

The browser is called here: https://github.com/Jako/ImagePlus/blob/527ee2fa0eadcf0e4af71da9d6bd3c085a16a4c1/source/js/mgr/imageplus.panel.input.js#L709-L729 If you want to hook a different file browser into the MODX system, you should go the ExtJS way and create a different xtype...

Thats an issue of the phpthumb connector and maybe can't be solved inside of Image+. I will look for this.

Could you try to attach a random url parameter, to look wether this forces a reload of the thumbnail (then it is a browser caching issue)? If not, this can't...

Then it is maybe just a browser caching issue. This could be solved by Image+ and other extras with a parameter hash including the file date/size.

But then you maybe have a lot of duplicated files.

It seems like the last three columns are not created during installing 3.7.1.: 'show_quick_create', 'quick_create_label', and 'fred_default_blueprint'. There was no error in the install log.

Yes, but xPDO has to handle this or throw/log some deprecated message.

I have talked with @opengeek about this and autocreating select clauses should be a BC. Maybe he could tell more here.

In MoreGallery, the excluding tags are handled with: ``` $excludedTagIds = implode(',', $excludedTagIds); $c->where(array( "NOT EXISTS (SELECT 1 FROM {$this->modx->getTableName('mgImageTag')} Tags WHERE `mgImage`.`id` = `Tags`.`image` AND `Tags`.`tag` IN ({$excludedTagIds}))" ));...

Maybe we should rewrite the whole installer code using this as a start.