OUR BLOG

Lipsiadmin 5.0.8

We have updated Lipsiadmin on GitHub and also on RubyForge

Here the small changelog:

  • Changed the rake lipsiadmin:update:javascripts now update also backend.js.erb and locale.js.erb
  • Added a new frontend helper method for resize images on the fly: see api docs
  • Added new locales for rails 2.3.4
  • Fix stack overflow with prototype 1.6.1 on IE6/IE7
In News | By Davide D'Agostino 12 months ago | Comments (0)

Lipsiadmin 5.0.7

We have updated Lipsiadmin on GitHub and also on RubyForge

This version contains only few bug fix

  • Fix some compatibility issues on IE6+
  • Fix stackoverflow with prototype
In News | By Davide D'Agostino 12 months ago | Comments (0)

Thumbs on the Fly

When our staff build the frontend of a site is always necessary redefine the thumbs of an Image.

99% of our customers change the size or the final layout is a little different

It's true our attachment table can define thumbs and we can reprocess them like showed in this article

But if don't want every time add a new line in our code and reprocess all of them?

If the image did't reside on our server?

image_tag("/path/to/my/image.png", :size => "180#")
image_tag("http://www.remote.com/image.png", :size => "180x180!")

Create on the fly (and once time) a new image in our public folder

In How To | By Davide D'Agostino 12 months ago | Comments (0)

Lipsiadmin 5.0.6

We have updated Lipsiadmin on GitHub and also on RubyForge

This version contains only a bug fix in views/backend/base/index

In News | By Davide D'Agostino about 1 year ago | Comments (0)

Lipsiadmin 5.0.5

We have updated Lipsiadmin on GitHub and also on RubyForge

This version contains only few bug fixes

In News | By Davide D'Agostino about 1 year ago | Comments (0)
Show Articles older | newer