Closed (fixed)
Project:
Image
Version:
6.x-1.0
Component:
image_import
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2010 at 23:38 UTC
Updated:
5 Jan 2011 at 20:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedYou can use devel module to set the image_import_page_size variable.
(We should maybe add an option in the admin UI for that ... if you have time to provide a patch, please change this to a feature request.)
Comment #2
sunNothing easier than that.
Comment #3
joachim commentedNot sure what you mean by this comment.
Other than that looks good.
Powered by Dreditor.
Comment #4
sunThe value is currently "hard-coded" to 50, and the maximum number of items being displayed affects the maximum that can be imported in one fell swoop. Thus, #maxlength of 3 effectively limits the UI import to a maximum of 999 images.
Let's tweak that comment prior to commit. I'm happy with anything (even with dropping it entirely).
Comment #5
joachim commentedIt's definitely worth explaining.
'Limits this value to a 3-digit number, hence 999 images. Higher values should use settings.php.'
If that fits in 80 chars ;)
Comment #6
joachim commentedHow about this?
Comment #7
joachim commentedBetter title.
Comment #8
sunThanks for reporting, reviewing, and testing! Committed to D6.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.