14 Commits

Author SHA1 Message Date
ritt 87a560796d Switch language of CKEditor automatically 2015-07-29 09:46:18 +02:00
ritt 3d5f1cbc12 Finished Drag & Drop, resize editor window (all modes) to fit exactly browser window. 2015-04-01 16:08:04 +02:00
ritt b74db5edb6 Enabe/disable smileys for ELCode via display attribute. 2015-03-31 12:07:33 +02:00
Dario Milicic 39f100a402 All absolute URLs that were used for uploading files are now relative. 2014-10-23 11:38:14 +02:00
Dario Milicic 46bdc62add Localize function now uses the correct relative link. 2014-10-22 18:22:37 +02:00
Dario Milicic f6275ffc09 Unnecessary console outputs removed. 2014-10-22 17:38:40 +02:00
Dario Milicic 4d6e68f9b1 All new strings should now be localized. There is a new function called localize in the scripts/load-ckeditor.js that translates any given string to the server's language (This function is SYNCHRONOUS). The editor area should make use of more room on bigger screens. The make install command should now behave correctly. 2014-09-30 12:55:07 +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 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 228262bf70 Fixed a few bugs regarding sending empty responses. If no file is selected for upload an alert will appeart to notify the user. 2014-08-11 11:19:47 +02:00
Dario Milicic 89d9f7a6ed File upload plugin implemented as a toolbar command and added some multilanguage support. Completely removed the old FCKeditor from the source code. 2014-08-08 15:42:40 +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