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.
Dario Milicic
2014-10-07 23:48:16 +02:00
5ec68e0b82
Implemented first half of restructuring data directories (one subdir per year)
ritt2014-10-03 17:57:14 +02:00
20d70dbef2
Added Build Phase which calls script to create git-revision.h under Xcode
ritt2014-10-03 11:11:05 +02:00
2fc1758ac8
Ignore git-revision.h in GIT repository
ritt2014-10-01 08:59:31 +02:00
224abdac6a
Further tweaking with strlcpy
ritt2014-10-01 08:55:11 +02:00
96bc1b4a40
Use strlcpy/cat from strlcpy.c
Ritt Stefan
2014-10-01 08:45:26 +02:00
3b860b286c
Removed -Wno-unused-result (not available under SL5) and added NEED_STRLCPY since Mac OSX has now its own implementation
ritt2014-10-01 08:36:31 +02:00
e4420a3e2d
Tweaked cp command in Makefile
ritt2014-10-01 08:20:32 +02:00
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.
Dario Milicic
2014-09-30 12:55:07 +02:00
5e1898ff11
Updated language files
ritt2014-09-23 17:31:26 +02:00
6a67f991e2
Added "loc" command for JS localisation
ritt2014-09-23 17:21:20 +02:00
a8be56bfa1
Fixed date sorting problem before Sept. 9th, 2001 (seconds of epoche overhung 999'999'999)
ritt2014-09-22 14:36:59 +02:00
96dad2d8d6
Fixed date sorting problem before Sept. 9th, 2001 (seconds of epoche overhung 999'999'999)
ritt2014-09-22 14:36:59 +02:00
ee7bb02433
Revert "This is a commit that updates ELOG to the demonstration version for the SwissFEL student presentations. This version is just temporary and all changes will probably be reverted in a future patch."
Dario Milicic
2014-09-10 18:48:25 +02:00
3463760570
This is a commit that updates ELOG to the demonstration version for the SwissFEL student presentations. This version is just temporary and all changes will probably be reverted in a future patch.
Dario Milicic
2014-09-10 17:34:40 +02:00
502845108b
Removed menu items which do not make sense with ELOG
ritt2014-09-05 16:20:58 +02:00
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.
Dario Milicic
2014-09-05 15:30:34 +02:00
06a1c240a6
Fixed a repository problem where one of the plugins was not downloaded when the repository is cloned.
Dario Milicic
2014-08-20 09:56:31 +02:00
e723e7e6b2
Deleted an internal git repository that was not correctly set up as a submodule.
Dario Milicic
2014-08-20 09:55:15 +02:00
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.
Dario Milicic
2014-08-19 15:07:22 +02:00
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.
Dario Milicic
2014-08-14 13:59:07 +02:00
228262bf70
Fixed a few bugs regarding sending empty responses. If no file is selected for upload an alert will appeart to notify the user.
Dario Milicic
2014-08-11 11:19:47 +02:00
89d9f7a6ed
File upload plugin implemented as a toolbar command and added some multilanguage support. Completely removed the old FCKeditor from the source code.
Dario Milicic
2014-08-08 15:42:40 +02:00
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.
Dario Milicic
2014-08-07 16:56:23 +02:00
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.
Dario Milicic
2014-08-06 15:19:55 +02:00
a883408085
Implemented first version of show_uploader_json()
ritt2014-07-31 17:01:04 +02:00