google-code-export / wordpress-custom-content-type-manager

Automatically exported from code.google.com/p/wordpress-custom-content-type-manager
2 stars 1 forks source link

Repeatable Image Uploader and File Chooser Not Working Correctly #531

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PROBLEM #1:

File Chooser dialog gives option to insert any post type (should only allow 
images).  Filter button does not filter by value entered into the text box.

What steps will reproduce the problem? (Be *specific*)
1. Create an image field and check "is repeatable."
2. Attach field to your custom post type.
3. Upload at least 2 photos.  Name one of the photos 'my-photo.'
4. Create a new custom post.
5. Under your custom field select 'Choose Image.' 
6. Enter 'my-photo' into the search box.  Select filter.

What is the expected output?
found results will be limited to the file named 'my-photo' which you can then 
select and 'add to post.'

What do you see instead?
All posts of every type are shown.  No filtering has actually occurred.  For 
websites with thousands of posts this makes it extremely challenging to find 
the images you want.

Does the problem continue if you disable all other plugins? 
Yes, problem persists if all other plugins are disabled.

PROBLEM #2:

Upload dialog only allows 1 photo to be inserted and replaces all photos that 
were previously inserted.

What steps will reproduce the problem? (Be *specific*)
1. Create an image field and check "is repeatable."
2. Attach field to your custom post type.
3. Create a new custom post.
4. Under your custom field select 'Upload.' 
5. Upload a file or insert a file from media library.
6. Select 'Insert into Post.'
7. Select 'Upload' a second time.
8. Upload a file or insert a file from media library.
9. Select 'Insert into Post.'

What is the expected output?
The second uploaded image is added to the array of image.  The first image 
remains.

What do you see instead?
The second uploaded image replaces the first image.

Does the problem continue if you disable all other plugins? 
Yes, problem persists if all other plugins are disabled.

*SYSTEM INFO* 
------------------------ 
Plugin Version: 0.9.7.11-pl
WordPress Version: 3.6.1
PHP Version: 5.4.20-1+debphp.org~precise+1
MySQL Version: 5.5.32-0ubuntu0.12.04.1
Server OS: Linux
Language: 
------------------------ 
ACTIVE PLUGINS: 
 * Achievements v.3.4.1 [http://achievementsapp.com/]
 * Allow PHP in Posts and Pages v.3.0.4 [http://www.hitreach.co.uk/wordpress-plugins/allow-php-in-posts-and-pages/]
 * bbP Signature v.1.1 [http://arjunsk.in/bbp-signature/]
 * bbPress Enable TinyMCE Visual Tab v.1.0.0 [http://wordpress.org/extend/plugins/bbpress-enable-tinymce-visual-tab/]
 * bbPress Search Widget v.2.0.0 [http://genesisthemes.de/en/wp-plugins/bbpress-search-widget/]
 * bbPress Threaded Replies v.0.4.3 []
 * bbPress v.2.4.1 [http://bbpress.org]
 * Broken Link Checker v.1.9 [http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/]
 * BuddyPress v.1.8.1 [http://buddypress.org]
 * Custom Permalinks v.0.7.16 [http://atastypixel.com/blog/wordpress/plugins/custom-permalinks/]
 * Easy Spoiler v.1.9 [http://www.dyerware.com/main/products/easy-spoiler]
 * Easy WP SMTP v.1.0.5 [http://wp-ecommerce.net/?p=2197]
 * GD bbPress Attachments v.2.0 [http://www.dev4press.com/plugin/gd-bbpress-attachments/]
 * GD bbPress Tools v.1.5.1 [http://www.dev4press.com/plugin/gd-bbpress-tools/]
 * Google Analytics v.1.0.5 [http://wordpress.org/extend/plugins/googleanalytics/]
 * Import Users from CSV v.1.0.0 [http://wordpress.org/extend/plugins/import-users-from-csv/]
 * Loco Gringo Reservations v. []
 * LocoGringo Plugin v.0.1 []
 * Masquerade v.1.01 [http://castle-creative.com/]
 * Quick Adsense v.1.9.2 [http://quicksense.net/]
 * Relevanssi Premium v.1.10.13 [http://www.relevanssi.com/]
 * SEO Ultimate v.7.6.1 [http://www.seodesignsolutions.com/wordpress-seo/]
 * ShareThis v.7.0.6 [http://sharethis.com]
 * SB Welcome Email Editor v.3.9 [http://www.sean-barton.co.uk]
 * Widget Logic v.0.56 [http://wordpress.org/extend/plugins/widget-logic/]
 * Wordpress Popular Posts v.2.3.7 [http://wordpress.org/extend/plugins/wordpress-popular-posts]
 * WordPress Social Login v.2.1.3 [http://wordpress.org/extend/plugins/wordpress-social-login/]
 * WSL Extras v. []
------------------------ 
CURRENT THEME: LocoGringo v.0.1 

Original issue reported on code.google.com by knshe...@gmail.com on 23 Oct 2013 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by ever...@fireproofsocks.com on 20 Nov 2013 at 3:11

GoogleCodeExporter commented 9 years ago
Related to issue #519.

Original comment by ever...@fireproofsocks.com on 1 Feb 2014 at 8:46