| Summary: | TinyMCE rewrites urls in a very annoying and unexpected way | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Liz Rea <liz> |
| Component: | Tools | Assignee: | Liz Rea <liz> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, lari.taskula, nengard |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 37965 | ||
| Attachments: |
Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way
[SIGNED-OFF] Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way [PASSED QA] Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way |
||
|
Description
Liz Rea
2014-04-03 03:24:20 UTC
Created attachment 26785 [details] [review] Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way To test: * create a news item with a link in it that is within the same domain example: my koha was at http://demo.mykoha.co.nz, I created a link in a news item to http://demo-intra.mykoha.co.nz * note that when the item is saved, the url changes to ../../../../ (or something like) * apply the patch * edit the link again, and save it * note that the link is saved correctly Created attachment 26792 [details] [review] [SIGNED-OFF] Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way To test: * create a news item with a link in it that is within the same domain example: my koha was at http://demo.mykoha.co.nz, I created a link in a news item to http://demo-intra.mykoha.co.nz * note that when the item is saved, the url changes to ../../../../ (or something like) * apply the patch * edit the link again, and save it * note that the link is saved correctly Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 26844 [details] [review] [PASSED QA] Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way To test: * create a news item with a link in it that is within the same domain example: my koha was at http://demo.mykoha.co.nz, I created a link in a news item to http://demo-intra.mykoha.co.nz * note that when the item is saved, the url changes to ../../../../ (or something like) * apply the patch * edit the link again, and save it * note that the link is saved correctly Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Passes all tests and QA script. Pushed to master. Thanks, Liz! *** Bug 11883 has been marked as a duplicate of this bug. *** Bug reintroduced, I believe by Bug 22661. It happens for example when OPAC and staff client are under the same domain but different subdomain and you are trying to create a link between the two. (In reply to Lari Taskula from comment #6) > Bug reintroduced, I believe by Bug 22661. > > It happens for example when OPAC and staff client are under the same domain > but different subdomain and you are trying to create a link between the two. As this is old and released, please open a new bug and link them! |