Commit Graph

17 Commits

Author SHA1 Message Date
ritt 6e9728cfeb Removed temporary Xcode file 2015-06-09 10:01:52 +02:00
ritt 9040e4be41 Do not show draft entries in list view 2015-06-09 10:00:29 +02:00
ritt a09ed01c82 Fixed problem with truncated date on CKEditor "Insert Timestamp" button 2015-06-08 12:01:17 +02:00
ritt c7d1f53594 Stop AJAX request before submitting entry 2015-06-05 15:59:51 +02:00
ritt 07031f54d8 Show unknown cookies only in verbose mode 2015-05-22 14:02:03 +02:00
ritt 6ab0fd548d Fixed JavaScript crash when date attributes are conditional 2015-05-12 11:25:03 +02:00
ritt 6f2eed1852 Display "Draft saved at..." 2015-04-21 16:36:22 +02:00
ritt 7916f6f615 Use sub-directories in all places 2014-10-21 17:13:19 +02:00
ritt 9297ebb858 Upgraded Xcode project file 2014-09-23 16:24:26 +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 50af7a8a92 Replaced absolute paths with relative paths in the project. 2014-09-02 11:31:46 +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