ritt
|
f5fc7e7700
|
Added code from KO to protect my_sell against alarm() signal
|
2014-11-24 13:22:10 +01:00 |
|
ritt
|
ebb441c334
|
Added Slovak translation, thanks to Bratislava Gardon
|
2014-11-05 16:45:35 +01:00 |
|
ritt
|
64388737f6
|
Fixed wrong quotes for inline styles
|
2014-11-05 15:54:23 +01:00 |
|
ritt
|
5cce57cbd8
|
Fixed debug output
|
2014-11-05 10:44:56 +01:00 |
|
Dario Milicic
|
e04fb76a49
|
Fixed the absolute URL in the plugin dndfiles to be relative.
|
2014-10-27 11:30:15 +01:00 |
|
ritt
|
f8d2dcb11f
|
Fixed another location of SSLV23
|
2014-10-24 12:33:27 +02:00 |
|
ritt
|
da69122988
|
Disable SSLv23 (POODLE vulnerability)
|
2014-10-24 12:04:39 +02:00 |
|
ritt
|
4c5ec1d10d
|
Implemented service under Mac OS X via launchd
|
2014-10-23 16:12:13 +02:00 |
|
ritt
|
b69352d2aa
|
Fixed LDAP issues
|
2014-10-23 14:03:04 +02:00 |
|
ritt
|
b255121091
|
Added LDAP support, thanks to Valentin Kozlov <valentin.kozlov@kit.edu>
|
2014-10-23 13:55:30 +02:00 |
|
ritt
|
f73cdf9887
|
Restructured demo logbook
|
2014-10-23 12:52:46 +02:00 |
|
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 |
|
ritt
|
5fb80f82fe
|
Fixed Windows isues
|
2014-10-23 12:37:48 +02:00 |
|
Dario Milicic
|
7232f5cd9b
|
Merge branch 'develop' of https://bitbucket.org/ritt/elog into develop
|
2014-10-23 11:38: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 |
|
ritt
|
2e29e26407
|
Don't overwrite certificates, themes and init script during 'make install'
|
2014-10-23 10:45:47 +02:00 |
|
ritt
|
09ec13b966
|
Increased number of possible socket connections from 10 to 100
|
2014-10-23 09:22:53 +02:00 |
|
ritt
|
214ac17c1b
|
Create subdir before saving attachments
|
2014-10-22 19:53:01 +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 |
|
ritt
|
b19549c947
|
Fixed debug output
|
2014-10-22 15:40:27 +02:00 |
|
ritt
|
57eebccb90
|
Fixed help text
|
2014-10-22 15:04:14 +02:00 |
|
ritt
|
690a9d257b
|
Modified verbosity model, fixed keep-alive bug, switched to Cache-control
|
2014-10-22 15:01:59 +02:00 |
|
ritt
|
06a2a7a218
|
Explicitly search for ImageMagic if not found in path (needed to run inside XCode)
|
2014-10-21 17:29:47 +02:00 |
|
ritt
|
7916f6f615
|
Use sub-directories in all places
|
2014-10-21 17:13:19 +02:00 |
|
ritt
|
762b7d6708
|
Serve attachments correctly
|
2014-10-21 13:41:44 +02:00 |
|
ritt
|
daedbc788c
|
Implemented saving in subdirectories
|
2014-10-20 17:01:30 +02:00 |
|
ritt
|
4cd1a75acc
|
Scan subdirectory tree for elog files
|
2014-10-20 13:54:18 +02: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 |
|
ritt
|
5ec68e0b82
|
Implemented first half of restructuring data directories (one subdir per year)
|
2014-10-03 17:57:14 +02:00 |
|
ritt
|
20d70dbef2
|
Added Build Phase which calls script to create git-revision.h under Xcode
|
2014-10-03 11:11:05 +02:00 |
|
ritt
|
2fc1758ac8
|
Ignore git-revision.h in GIT repository
|
2014-10-01 08:59:31 +02:00 |
|
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 |
|
ritt
|
3b860b286c
|
Removed -Wno-unused-result (not available under SL5) and added NEED_STRLCPY since Mac OSX has now its own implementation
|
2014-10-01 08:36:31 +02:00 |
|
ritt
|
e4420a3e2d
|
Tweaked cp command in Makefile
|
2014-10-01 08:20:32 +02:00 |
|
ritt
|
87b1e8e397
|
Fixed missing content-type
|
2014-10-01 08:18:58 +02:00 |
|
ritt
|
9ba0408874
|
Undid comment change
|
2014-10-01 08:14:12 +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 |
|
ritt
|
5e1898ff11
|
Updated language files
|
2014-09-23 17:31:26 +02:00 |
|
ritt
|
6a67f991e2
|
Added "loc" command for JS localisation
|
2014-09-23 17:21:20 +02:00 |
|
ritt
|
9297ebb858
|
Upgraded Xcode project file
|
2014-09-23 16:24:26 +02:00 |
|
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 3463760570.
|
2014-09-10 18:48:25 +02:00 |
|
Dario Milicic
|
aab9ffe387
|
Merge branch 'develop' of https://bitbucket.org/ritt/elog into develop
|
2014-09-10 17:35:06 +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 |
|
ritt
|
502845108b
|
Removed menu items which do not make sense with ELOG
|
2014-09-05 16:20:58 +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
|
528155798d
|
Merge branch 'develop' of https://bitbucket.org/ritt/elog into develop
|
2014-09-02 11:33:41 +02:00 |
|
Dario Milicic
|
50af7a8a92
|
Replaced absolute paths with relative paths in the project.
|
2014-09-02 11:31:46 +02:00 |
|