Dmitriy Molodtsov

Results 11 issues of Dmitriy Molodtsov

For me, the default 400 for width and height is not applied when I try to render chart (tried for bar_chart). My custom values are also does not applied directly,...

Is it possible to clear all the index data to reindex files, or somehow to force reindexing? The problem, why I need this, is described here: https://github.com/refinery/refinerycms-search/pull/64#issuecomment-234805600 If i just...

The problem is new to me, after using this gem for a long time this happened first time: I am developing the project using RefineryCMS and using Page-Images gems. For...

I am trying to achieve simple (I thought so) task. I have xml: ``` Hello world! ``` What I need is to convert this to string: 1. `Hello world!` Or...

This is extended PR (included https://github.com/refinery/refinerycms-blog/pull/462). With fix of localization bug.

Feature request

If some posts were published at the same minute, the methods https://github.com/refinery/refinerycms-blog/blob/master/app/models/refinery/blog/post.rb#L114 https://github.com/refinery/refinerycms-blog/blob/master/app/models/refinery/blog/post.rb#L123 will not return any records, so rendering the `` will be broken (some records will be invisible...

There is a small bug in `Refinery::Blog::PostsController` in `comment` action. When the comment is not valid, this action just `render :show` template, without firing the `present()` method on `@post` variable....

Currently all the images, selected as attached in Images tab (for any model in admin panel) resets to their persisted in database state, if the record was not saved due...

3-0-stable
Feature request

Is the file is the last in its directory, after deleting it the folder still exists without any files in it. I think, it is not the best behavior.

Hello! How does the Dragonfly handle the PNG Bomb protection? For example, the Carrierwave gem has vulnerability to PNG-bomb exploit, and there are separate gem to fix it: https://github.com/DarthSim/carrierwave-bombshelter