11 Commits

Author SHA1 Message Date
ritt 70b274b2c0 Implemented insertion of link to full-size image when DnD is used in the editor window 2015-02-02 17:29:45 +01:00
Dario Milicic 83a10a5e9a Dragged and dropped images should now also link to themselves. 2015-01-28 21:37:11 +01:00
Dario Milicic e04fb76a49 Fixed the absolute URL in the plugin dndfiles to be relative. 2014-10-27 11:30:15 +01:00
Dario Milicic 72a8401f14 All files that are uploaded when creating a new entry now appear in the attachment section where they can be deleted from the server entirely. NOTE: This does NOT automatically remove them from the editor as well. 2014-10-07 23:48:16 +02:00
Dario Milicic 16e6126304 Made the editor area a bit bigger. Replaced colored toolbar icons with black and white icons for more consistency. Expanded the custom config script so toolbar options can be easily modified. 2014-09-05 15:30:34 +02:00
Dario Milicic 06a1c240a6 Fixed a repository problem where one of the plugins was not downloaded when the repository is cloned. 2014-08-20 09:56:31 +02:00
Dario Milicic e723e7e6b2 Deleted an internal git repository that was not correctly set up as a submodule. 2014-08-20 09:55:15 +02:00
Dario Milicic 53bed4e1f9 Added a global progress bar for all custom plugins which upload files. Also added a progress bar for the drag and drop box for attachment upload. 2014-08-19 15:07:22 +02:00
Dario Milicic 74a2bb2705 Fixed the multilanguage support for the fileupload plugin. On the new entry page a new attachment drop box is added. Users can now drag&drop files into this drop box to be uploadad asynchronously and displayed as attachments on the page without reloading the entire page. 2014-08-14 13:59:07 +02:00
Dario Milicic 25ed9017de Modified the toolbar image upload button so it correctly uploads images to ELOG. Changed the response content type to application/json so the client won't have to parse the response to JSON. 2014-08-07 16:56:23 +02:00
Dario Milicic d05e6016b7 Replaced the FCKeditor with the new CKeditor v4. Implemented a plugin that allows dragging and dropping one or more files into the CKeditor - plugin name is dndfiles. Modified the save toolbar button on the CKeditor so that it behaves like a submit button. Implemented a timestamp plugin that behaves the same way as the old timestamp button on FCKeditor. Added a plugin to the CKeditor that allows typing LaTeX syntax. 2014-08-06 15:19:55 +02:00