Bug 54366

Summary: Multiple FTP sites to upload in the same project
Product: quanta Reporter: Ben Burton <bab>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ben Burton 2003-02-09 23:14:32 UTC
Version:           3.1 (using KDE KDE 3.1)
Installed from:    Debian testing/unstable Packages
OS:          Linux

(Received through the Debian BTS, #161317)

I was thinking it would be fine to have the option to have multiple
FTP sites to upload in every project. The purpose of this option would
be, in my case (for instance), to upload the project to a testing server
first (using one FTP configuration), then see it works fine (QA) and
finally upload to the main server using a second FTP configuration.

You could then just select Upload project (F8) and pick up the primary
or secondary option from a combo box or similar.

Thanks in advance and keep up the good work.
Comment 1 András Manţia 2004-05-21 20:44:21 UTC
CVS commit by amantia: 

Add support for upload profiles. Please test.

CCMAIL: quanta@kde.org
CCMAIL: quanta-devel@kde.org
CCMAIL: 54366-done@bugs.kde.org


  M +1 -1      ChangeLog   1.283
  M +4 -1      project/Makefile.am   1.39
  M +46 -79    project/project.cpp   1.164
  M +8 -4      project/project.h   1.65
  M +23 -127   project/projectoptions.ui   1.30
  M +11 -9     project/projectoptions.ui.h   1.8
  M +193 -57   project/projectupload.cpp   1.58
  M +18 -2     project/projectupload.h   1.25
  M +291 -296  project/projectuploads.ui   1.28