[GH-ISSUE #33] ckeditor's POST url is hard wired #29

Closed
opened 2026-02-26 01:34:58 +03:00 by kerem · 1 comment
Owner

Originally created by @abalage on GitHub (Feb 18, 2014).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/33

In ckeditor's configuration the current URL uses a hard wired path.

config.filebrowserUploadUrl = "/onote/controller/upload.php";
config.filebrowserImageUploadUrl = "/onote/controller/upload.php";

This can be anything the user uses. Ie. on my system it is 'onote'.
On the short term it may be get from Config.php.

By the way the software is very usable in its current form. :)

Originally created by @abalage on GitHub (Feb 18, 2014). Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/33 In ckeditor's configuration the current URL uses a hard wired path. config.filebrowserUploadUrl = "/onote/controller/upload.php"; config.filebrowserImageUploadUrl = "/onote/controller/upload.php"; This can be anything the user uses. Ie. on my system it is 'onote'. On the short term it may be get from Config.php. By the way the software is very usable in its current form. :)
kerem closed this issue 2026-02-26 01:34:58 +03:00
Author
Owner

@JLiscom commented on GitHub (Feb 23, 2014):

Thank you for you feedback. It is now controlled in Config.php per your recommendation.

<!-- gh-comment-id:35836268 --> @JLiscom commented on GitHub (Feb 23, 2014): Thank you for you feedback. It is now controlled in Config.php per your recommendation.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OpenNote-JLiscom#29
No description provided.