Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The insert image dialog doesn't work with multiple pages of pics #850

Closed
volkanunsal opened this issue Aug 4, 2011 · 9 comments
Closed
Milestone

Comments

@volkanunsal
Copy link

I discovered that after uploading a number of images, the pager that appears on the lower right of the modal dialog only takes you to the upload page of the same dialogue, and disappears, so there is no way of paging to other pics in your library or returning to the first page after using the pager.

@parndt
Copy link
Member

parndt commented Aug 4, 2011

Could you try replacing refinerycms in your Gemfile with:

gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git', :branch => '1-0-stable'

I have a feeling like we fixed something like this but can't quite be sure.
Thanks

@volkanunsal
Copy link
Author

It's happening on this branch as well.

On Wed, Aug 3, 2011 at 11:27 PM, parndt <
reply@reply.github.com>wrote:

, :git => 'git://github.com/resolve/refinerycms.git', :branch =>
'1-0-stable'

@parndt
Copy link
Member

parndt commented Aug 4, 2011

@tenaciousflea can you tell me which version of will_paginate you're using inside your Gemfile.lock file?

@ghost ghost assigned ugisozols Aug 4, 2011
@mattmate
Copy link
Contributor

mattmate commented Aug 4, 2011

To fix this you need to use pre2 version of will_paginate

gem 'will_paginate', '= 3.0.pre2'
bundle update will_paginate

Then redeploy your website.

@parndt
Copy link
Member

parndt commented Aug 4, 2011

Thanks @mattmate!

@volkanunsal
Copy link
Author

So there are 2 versions of will_paginate being referenced in the
Gemfile.lock. First one is

will_paginate (~> 3.0.pre2)

Second one

will_paginate (3.0.pre4)

@volkanunsal
Copy link
Author

@mattmate

Thanks, that fixed it.

@joemsak
Copy link
Contributor

joemsak commented Aug 10, 2011

+1 @mattmate's fix (restart WEBrick)

@parndt
Copy link
Member

parndt commented Aug 14, 2011

1.0.4 was released, use that :)

@parndt parndt closed this as completed Aug 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants