Summary: | Empty folders not created on site upload | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | Dan Leinir Turthra Jensen <leinir> |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dan Leinir Turthra Jensen
2004-05-25 01:43:47 UTC
CVS commit by amantia: Backport: make uploading of empty folders possible. CCMAIL: 82127-done@bugs.kde.org M +1 -0 ChangeLog 1.205.2.41 M +1 -1 quanta/project/projectupload.cpp 1.49.2.4 --- quanta/ChangeLog #1.205.2.40:1.205.2.41 @@ -25,4 +25,5 @@ - unconditionally hide the splash screen after 10 seconds [#80086, #82013] - don't crash when inserting a dot in an empty CSS file [#82143] + - make uploading of empty folders possible [#82127] - improvements: --- quanta/quanta/project/projectupload.cpp #1.49.2.3:1.49.2.4 @@ -145,5 +145,5 @@ void ProjectUpload::slotBuildTree() { QuantaCommon::setUrl(u, s); - absUrl.setPath(m_project->baseURL.path(1)+u.path()); + absUrl.setPath(m_project->baseURL.path(1)+u.path(-1)); KFileItem *p_item = projectDirFiles.find(absUrl.url()); if (!p_item) |