[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-06-04 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=396286

Dawid Wróbel  changed:

   What|Removed |Added

   Version Fixed In|5.0.10  |5.1.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-06-04 Thread Dawid Wróbel
https://bugs.kde.org/show_bug.cgi?id=396286

Dawid Wróbel  changed:

   What|Removed |Added

 CC||m...@dawidwrobel.com
   Version Fixed In|5.0.9   |5.0.10

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-05-08 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396286

Thomas Baumgart  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #7 from Thomas Baumgart  ---
*** Bug 413386 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-04-03 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396286

--- Comment #6 from Thomas Baumgart  ---
Git commit 59a56c94761ecd17b9fd42e7270fbd8b9eee8245 by Thomas Baumgart.
Committed on 03/04/2020 at 16:53.
Pushed by tbaumgart into branch '5.0'.

Add a leading slash in front of the drive letter

This amends commit d8052a698b736ddc0b9af6287ae698194cf0f10d and finally
fixes the problem.

M  +1-1kmymoney/plugins/ofx/import/ofxpartner.cpp

https://commits.kde.org/kmymoney/59a56c94761ecd17b9fd42e7270fbd8b9eee8245

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-03-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396286

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/1989a4296d070c9ad9625 |money/d8052a698b736ddc0b9af
   |78815ab4fa169f61706 |6287ae698194cf0f10d

--- Comment #5 from Thomas Baumgart  ---
Git commit d8052a698b736ddc0b9af6287ae698194cf0f10d by Thomas Baumgart.
Committed on 30/03/2020 at 17:16.
Pushed by tbaumgart into branch '5.0'.

Reconstruct url based on modified filename

This should resolve the issue that the URL is invalid on windows
systems.

This amends commit 1989a4296d070c9ad962578815ab4fa169f61706

M  +1-1kmymoney/plugins/ofx/import/ofxpartner.cpp

https://commits.kde.org/kmymoney/d8052a698b736ddc0b9af6287ae698194cf0f10d

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-03-27 Thread citapinc
https://bugs.kde.org/show_bug.cgi?id=396286

--- Comment #4 from citapinc  ---
Thank you Thomas for addressing this issue.

I went to the nightly build, downloaded the Windows .EXE for 5.0.9 and
installed it.  However the nightly build doesn't include kbanking or
ofximporter.

Where can I go to download the latest Windows compiled version that includes
the new ofximporter so I can beta test it for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-03-26 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396286

Thomas Baumgart  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.0.9
  Latest Commit||https://commits.kde.org/kmy
   ||money/1989a4296d070c9ad9625
   ||78815ab4fa169f61706

--- Comment #3 from Thomas Baumgart  ---
Git commit 1989a4296d070c9ad962578815ab4fa169f61706 by Thomas Baumgart.
Committed on 26/03/2020 at 15:36.
Pushed by tbaumgart into branch '5.0'.

Fix local filename on windows for ofx banking
FIXED-IN: 5.0.9

M  +43   -24   kmymoney/plugins/ofx/import/ofxpartner.cpp
M  +17   -17   kmymoney/plugins/ofx/import/ofxpartner.h

https://commits.kde.org/kmymoney/1989a4296d070c9ad962578815ab4fa169f61706

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-03-26 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=396286

--- Comment #2 from Thomas Baumgart  ---
citapinc: take your browser and load the 'empty' page from
"http://www.ofxhome.com/api.php?all=yes;. Then direct your browser to show you
the source code of the page and you will notice, that it not empty at all.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 396286] KF5 ofximporter "Map account" fails on MS Windows

2020-03-25 Thread citapinc
https://bugs.kde.org/show_bug.cgi?id=396286

citapinc  changed:

   What|Removed |Added

 CC||kmymo...@citapinc.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from citapinc  ---
I did some digging into this issue and found that when I got to
"http://www.ofxhome.com/api.php; or "http://www.ofxhome.com/api.php?all=yes; I
get a blank screen instead of results.

However if I go to "http://www.ofxhome.com/api.php?dump=yes; I do get an XML
result back.

Therefore the answer might be as easy as changing the URL from
"http://www.ofxhome.com/api.php?all=yes; to
"http://www.ofxhome.com/api.php?dump=yes;.

-- 
You are receiving this mail because:
You are watching all bug changes.