1553 Commits

Author SHA1 Message Date
Stefan Ritt
db399c2faf Added 'draft' parameter. First commit in an airplane (TK51 from NRT to IST). Thank you Linux for wonderful GIT !!! 2015-03-20 08:25:49 +01:00
Stefan 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
Stefan Ritt
0001a66253 Allow substitutions like $short_name in "Title image" option 2015-01-28 09:33:38 +01:00
Stefan Ritt
53d04423fa Added MXML source code 2015-01-22 17:34:25 +01:00
Stefan Ritt
a013e28185 Implemented "Show last default" 2015-01-22 16:11:43 +01:00
Stefan Ritt
6a35c235be Fixed more compiler warnings 2015-01-13 09:14:29 +01:00
Stefan Ritt
ef2b80af41 Fixed compiler warnings by removing unused variables 2015-01-13 09:03:27 +01:00
Stefan Ritt
b30cbd7740 Improved error handling on send data due to Apache proxy problems 2014-12-26 12:18:04 +01:00
Stefan Ritt
21dc563c57 Implemented send_with_timeout() 2014-12-23 14:24:47 +01:00
Stefan Ritt
1735132458 Don't show MD5 on lower debug levels 2014-12-18 16:31:47 +01:00
Stefan Ritt
9b6b327744 Increased version to 3.0.0 2014-11-26 16:49:59 +01:00
Stefan Ritt
ed4d4f9eae Replaced SSLv23 method by TLSv1 method 2014-11-25 15:19:01 +01:00
Stefan Ritt
9640fd9985 Fixed truncated character at GIT revision 2014-11-25 13:14:04 +01:00
Stefan Ritt
f5fc7e7700 Added code from KO to protect my_sell against alarm() signal 2014-11-24 13:22:10 +01:00
Stefan Ritt
64388737f6 Fixed wrong quotes for inline styles 2014-11-05 15:54:23 +01:00
Stefan Ritt
5cce57cbd8 Fixed debug output 2014-11-05 10:44:56 +01:00
Stefan Ritt
f8d2dcb11f Fixed another location of SSLV23 2014-10-24 12:33:27 +02:00
Stefan Ritt
da69122988 Disable SSLv23 (POODLE vulnerability) 2014-10-24 12:04:39 +02:00
Stefan Ritt
b69352d2aa Fixed LDAP issues 2014-10-23 14:03:04 +02:00
Stefan Ritt
b255121091 Added LDAP support, thanks to Valentin Kozlov <valentin.kozlov@kit.edu> 2014-10-23 13:55:30 +02:00
Stefan Ritt
f73cdf9887 Restructured demo logbook 2014-10-23 12:52:46 +02:00
Stefan Ritt
a6ae126a44 Merge branch 'develop' of https://bitbucket.org/ritt/elog into develop
Conflicts:
	src/elogd.c
2014-10-23 12:42:18 +02:00
Stefan Ritt
5fb80f82fe Fixed Windows isues 2014-10-23 12:37:48 +02:00
Stefan Ritt
09ec13b966 Increased number of possible socket connections from 10 to 100 2014-10-23 09:22:53 +02:00
Stefan Ritt
214ac17c1b Create subdir before saving attachments 2014-10-22 19:53:01 +02:00
Stefan Ritt
b19549c947 Fixed debug output 2014-10-22 15:40:27 +02:00
Stefan Ritt
57eebccb90 Fixed help text 2014-10-22 15:04:14 +02:00
Stefan Ritt
690a9d257b Modified verbosity model, fixed keep-alive bug, switched to Cache-control 2014-10-22 15:01:59 +02:00
Stefan Ritt
06a2a7a218 Explicitly search for ImageMagic if not found in path (needed to run inside XCode) 2014-10-21 17:29:47 +02:00
Stefan Ritt
7916f6f615 Use sub-directories in all places 2014-10-21 17:13:19 +02:00
Stefan Ritt
762b7d6708 Serve attachments correctly 2014-10-21 13:41:44 +02:00
Stefan Ritt
daedbc788c Implemented saving in subdirectories 2014-10-20 17:01:30 +02:00
Stefan Ritt
4cd1a75acc Scan subdirectory tree for elog files 2014-10-20 13:54:18 +02:00
Stefan Ritt
5ec68e0b82 Implemented first half of restructuring data directories (one subdir per year) 2014-10-03 17:57:14 +02:00
Stefan Ritt
224abdac6a Further tweaking with strlcpy 2014-10-01 08:55:11 +02:00
Ritt Stefan
96bc1b4a40 Use strlcpy/cat from strlcpy.c 2014-10-01 08:45:26 +02:00
Stefan Ritt
87b1e8e397 Fixed missing content-type 2014-10-01 08:18:58 +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
Stefan Ritt
5e1898ff11 Updated language files 2014-09-23 17:31:26 +02:00
Stefan Ritt
6a67f991e2 Added "loc" command for JS localisation 2014-09-23 17:21:20 +02:00
Stefan Ritt
a8be56bfa1 Fixed date sorting problem before Sept. 9th, 2001 (seconds of epoche overhung 999'999'999) 2014-09-22 14:37:25 +02:00
Dario Milicic
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."
This reverts commit 3463760570712e9ee6d653768022c116b34f40c0.
2014-09-10 18:48:25 +02:00
Dario Milicic
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. 2014-09-10 17:34:40 +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
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
Stefan Ritt
a883408085 Implemented first version of show_uploader_json() 2014-07-31 17:01:04 +02:00
Stefan Ritt
09a357d2a4 Recompiled sources 2014-07-31 16:52:44 +02:00