-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Strange url-handling reverted + tests modified so that they might fin… #2835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…d that issue in the future + test modified so that they both contain tests for posix and windows path separator -> fixes BoostIO#2834
|
the idea of the changes in the tests was that they should test both for posix and windows systems.. obviously that still dosen't work correct (they are green at my maschine since the fist commti -.-) |
|
The problem with the regex For an image, it generates In that case, the paths won't be found. |
|
@ehhc, here the fixed regex: I've forgot that the Anyway, thanks for the updated tests. |
|
@daiyam can you merge my PR with your fixed regex? So that we have a working attachmentMangement with proper tests again? + can you include tests for your image gallery?? @Rokt33r the PR would fix the attachment problem but would break the gallery... Unfortunately i don't have time to fix both.. but i think @daiyam will? (hopefully..?) |
|
@Rokt33r go ahead to merge this PR to fix the urgent bug. |
|
@daiyam Okay, then I'll just merge this PR and release again without undoing gallery. |
|
Dragging the image into editor works fine for me on Linux both the current version and this PR. Seem that Linux is not affected by this bug. |
@ehhc Yeah it works fine. |
|
@Rokt33r then i have no idea whats wrong on mac.. sorry :( |

Strange url-handling reverted + tests modified so that they might fin…d that issue in the future + test modified so that they both contain tests for posix and windows path separator -> fixes #2834