In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000456 [In-Portal CMS] Admin Interfaces feature request always 2009-12-16 14:34 2012-03-20 09:58
Reporter Dmitry View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.1.0-B2
Status closed Product Version Target Version 5.1.0
Time EstimateNo estimate
Summary 0000456: Major Flash Uploader Redesign
Description Propose we change flash uploader in administrative console and on
Front-End too to be more user friendly and simplify it's interface. For
example we could use logic of original code of SWFUpload control: when file
is selected via "Browse" button, then it is added under browse button and
progress bar is shown near it and upload starts immediately. No huge
progress bar dialog with total upload progress is shown. Ideally I would
like to upload files same way they are uploaded, when new files are attached
to gmail:

[x] Filename [progress bar] Cancel

[x] - when unchecked, then file is deleted
Filename - filename being attached
[progress bar] - shown only when upload is in progress
Cancel - shown only when upload is in progress and allow to cancel it in
real time

Files are uploaded one after another.
Additional Information
Tags No tags attached.
Reference Google Groups http://groups.google.com/group/in-portal-dev/browse_thread/thread/b24995fae17b6964
Change Log Message
Estimate Points 0
Attached Files patch file icon new_uploader_interface.patch [^] (66,206 bytes) 2010-05-27 15:28 [Show Content]
? file icon swfupload.swf [^] (12,787 bytes) 2010-05-27 15:28
patch file icon new_uploader_interface_core_v2.patch [^] (71,347 bytes) 2010-05-29 16:46 [Show Content]
patch file icon new_uploader_interface_modules.patch [^] (2,705 bytes) 2010-05-29 16:46 [Show Content]
png file icon new_uploader_queue.png [^] (64,692 bytes) 2010-06-01 04:18


patch file icon combined_flash_uploader_fix_439.patch [^] (62,685 bytes) 2012-03-20 09:58 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to 0000240closed (5.1.0) SWFUploader in administrative console 
parent of 0000765closed (5.1.0)alex Unable to upload file into category item subitem unit 
related to 0000662closed (5.1.0)alex Filenames of uploaded files are not escaped, when used in url 
related to 0000703closed (5.1.0)alex Improve Flash Uploader to generate random names during initial upload to filesystem 
related to 0001291closed (5.2.0)alex Uploaded files with "&" in name are showing 
related to 0001292closed (5.2.0)alex Sorting already uploaded files 

-  Notes
User avatar (0002324)
alex (manager)
2010-05-27 15:31

Done.
To test apply patch + replace swf file to one from task.

Also added "thumb_format" parameter to field declaration in unit config. When used it will allow user to see thumbnail of uploaded image files. For example set 'thumb_format' => 'resize:100x100'
to have 100x100 image thumbnails.

Please test in all browsers.
User avatar (0002326)
Dmitry (manager)
2010-05-28 23:34

Tested good, please schedule and commit.
User avatar (0002328)
alex (manager)
2010-05-29 16:47

I think, that we need to improve interface & performance of upload queue processing.
User avatar (0002329)
alex (manager)
2010-05-29 16:47

Last 2 patches + swf file uploaded before needs testing. Don't apply first uploaded patch.
User avatar (0002330)
alex (manager)
2010-05-30 06:06

Reminder sent to: Dmitry

We could move it to 5.1.0. Could be a nice addon there.
User avatar (0002332)
Dmitry (manager)
2010-05-30 10:03

Reminder sent to: alex

I think we should move it to 5.1.0 since tested well and good improvement!

Please perform the move if you concur.
User avatar (0002333)
Dmitry (manager)
2010-05-30 15:37

Tested good in FF 3.6, Chrome 5.x, IE 8 (Windows 7).

The only issue was with showing Admin in IE 8 with Compatibility mode. Note sure if it's related to the Uploader or Compressed version of uploader.

Please check on your end.
User avatar (0002338)
Dmitry (manager)
2010-05-30 19:35

UPDATE:

I believe the JS is related to the JS/CSS compression task in IE 8 with compatibility mode On or IE 7.

All new details posted there 0000457 Automatic CSS / JS Compression
User avatar (0002339)
Dmitry (manager)
2010-05-30 19:35

Tested good.
User avatar (0002354)
alex (manager)
2010-06-01 01:36

Fix committed to 5.1.x branch. Commit Message:

Fixes 0000456: Major Flash Uploader Redesign
User avatar (0002508)
alex (manager)
2010-07-22 15:03

Closing, since 5.1.0 release has been released.

- Related Changesets
In-Portal CMS: 5.1.x r13658
Timestamp: 2010-06-01 01:36:07
Author: alex
Details ] Diff ]
Fixes 0000456: Major Flash Uploader Redesign
mod - /in-portal/branches/5.1.x/core/admin_templates/incs/footer.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/incs/form_blocks.tpl Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/incs/style_template.css Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/js/forms.js Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/js/script.js Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/js/uploader/upload_manager.js Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/js/uploader/uploader.js Diff ] File ]
mod - /in-portal/branches/5.1.x/core/admin_templates/swfupload.swf Diff ] File ]
mod - /in-portal/branches/5.1.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.1.x/core/kernel/db/db_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.1.x/core/units/skins/skins_config.php Diff ] File ]
Modules :: In-Commerce: 5.1.x r13657
Timestamp: 2010-06-01 01:29:59
Author: alex
Details ] Diff ]
Bug 0000456: Major Flash Uploader Redesign
mod - /w/in-commerce/branches/5.1.x/units/manufacturers/manufacturers_config.php Diff ] File ]
Modules :: In-Bulletin: 5.1.x r13656
Timestamp: 2010-06-01 01:29:45
Author: alex
Details ] Diff ]
Bug 0000456: Major Flash Uploader Redesign
mod - /modules/in-bulletin/branches/5.1.x/units/polls/polls_config.php Diff ] File ]
Modules :: Custom: 1.1.x r13655
Timestamp: 2010-06-01 01:29:24
Author: alex
Details ] Diff ]
Bug 0000456: Major Flash Uploader Redesign
mod - /modules/custom/branches/1.1.x/units/widgets/widgets_config.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-05-18 04:53 alex Relationship added related to 0001292
2012-05-18 04:38 alex Relationship added related to 0001291
2012-03-20 09:58 alex File Added: combined_flash_uploader_fix_439.patch
2010-07-22 15:03 alex Note Added: 0002508
2010-07-22 15:03 alex Status resolved => closed
2010-07-11 08:47 alex Issue End Monitor: alex
2010-06-08 10:54 alex Relationship added parent of 0000765
2010-06-01 04:18 alex File Added: new_uploader_queue.png
2010-06-01 01:36 alex Changeset attached 5.1.x r13658
2010-06-01 01:36 alex Note Added: 0002354
2010-06-01 01:36 alex Status reviewed and tested => resolved
2010-06-01 01:36 alex Fixed in Version => 5.1.0-B2
2010-06-01 01:36 alex Resolution open => fixed
2010-06-01 01:29 alex Changeset attached 5.1.x r13657
2010-06-01 01:29 alex Changeset attached 5.1.x r13656
2010-06-01 01:29 alex Changeset attached 1.1.x r13655
2010-05-30 19:35 Dmitry Developer Dmitry => alex
2010-05-30 19:35 Dmitry Note Added: 0002339
2010-05-30 19:35 Dmitry Assigned To !COMMUNITY => alex
2010-05-30 19:35 Dmitry Status needs testing => reviewed and tested
2010-05-30 19:35 Dmitry Developer alex => Dmitry
2010-05-30 19:35 Dmitry Status needs work => needs testing
2010-05-30 19:35 Dmitry Note Added: 0002338
2010-05-30 15:37 Dmitry Note Added: 0002333
2010-05-30 15:37 Dmitry Status needs testing => needs work
2010-05-30 10:10 alex Target Version Icebox => 5.1.0
2010-05-30 10:03 Dmitry Issue Monitored: alex
2010-05-30 10:03 Dmitry Note Added: 0002332
2010-05-30 09:46 alex Relationship added related to 0000703
2010-05-30 09:46 alex Relationship added related to 0000662
2010-05-30 06:06 alex Note Added: 0002330
2010-05-29 16:47 alex Note Added: 0002329
2010-05-29 16:47 alex Status needs work => needs testing
2010-05-29 16:47 alex Note Added: 0002328
2010-05-29 16:47 alex Status reviewed and tested => needs work
2010-05-29 16:46 alex File Added: new_uploader_interface_modules.patch
2010-05-29 16:46 alex File Added: new_uploader_interface_core_v2.patch
2010-05-28 23:34 Dmitry Note Added: 0002326
2010-05-28 23:34 Dmitry Status needs testing => reviewed and tested
2010-05-27 15:31 alex Note Added: 0002324
2010-05-27 15:31 alex Assigned To => !COMMUNITY
2010-05-27 15:31 alex Developer => alex
2010-05-27 15:31 alex Status active => needs testing
2010-05-27 15:28 alex File Added: swfupload.swf
2010-05-27 15:28 alex File Added: new_uploader_interface.patch
2009-12-16 14:35 Dmitry Relationship added related to 0000240
2009-12-16 14:34 Dmitry New Issue
2009-12-16 14:34 Dmitry Reference => Google Groups http://groups.google.com/group/in-portal-dev/browse_thread/thread/b24995fae17b6964



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker