101 Commits

Author SHA1 Message Date
Stefan Ritt
73be9f38de Removed .svn 2015-03-25 10:24:26 +01:00
Stefan Ritt
2c76f5ce69 Made elog compile and build on midas 2015-03-25 08:31:58 +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
f4274e0609 Moved MXML library dirctly into elog source code to avoid external dependency 2015-01-22 17:28:03 +01:00
Stefan Ritt
00fd34f276 Check if RCDIR exists 2015-01-13 09:55:27 +01:00
Stefan Ritt
da377c6c7f Added compiler flag to ignore unused results 2015-01-13 09:17:21 +01:00
Stefan Ritt
21dc563c57 Implemented send_with_timeout() 2014-12-23 14:24:47 +01:00
Stefan Ritt
4c5ec1d10d Implemented service under Mac OS X via launchd 2014-10-23 16:12:13 +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
2e29e26407 Don't overwrite certificates, themes and init script during 'make install' 2014-10-23 10:45:47 +02:00
Stefan Ritt
2fc1758ac8 Ignore git-revision.h in GIT repository 2014-10-01 08:59:31 +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
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
Stefan Ritt
e4420a3e2d Tweaked cp command in Makefile 2014-10-01 08:20:32 +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
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
Stefan Ritt
c9717d4c6d Fixed Makefile for OSX 2014-07-31 16:50:37 +02:00
Stefan Ritt
79778e1d52 Fixed compiler warnings under Ubuntu 2014-07-30 13:05:05 +02:00
Stefan Ritt
3f1b0f74c9 Added git-revision 2013-11-06 16:02:17 +01:00
Stefan Ritt
2d7ed3b994 Omit warnings for SSL 2013-08-06 13:20:49 +02:00
Stefan Ritt
d48376c77a Added $(CFLAGS) for debug target
SVN revision: 2477
2012-11-27 11:16:01 +00:00
Stefan Ritt
9ea228ac3f Switched off Kerberos support by default
SVN revision: 2408
2011-04-01 10:29:17 +00:00
Stefan Ritt
96baa78b1e Switch on again optimization
SVN revision: 2401
2011-03-14 15:31:25 +00:00
Stefan Ritt
2e1f415256 Added patch from T. Ribbock
SVN revision: 2382
2011-02-04 09:26:48 +00:00
Stefan Ritt
ff7edc22bf Added Kerberos support
SVN revision: 2369
2011-01-20 12:35:29 +00:00
Stefan Ritt
b72e9ffba2 Added d2u/u2d
SVN revision: 2349
2010-12-23 10:43:08 +00:00
Stefan Ritt
64e1ae582d Added crypt.c to elog
SVN revision: 2317
2010-08-05 10:20:18 +00:00
Stefan Ritt
fc0fe3762a Removed HAVE_CRYPT
SVN revision: 2310
2010-07-31 15:45:42 +00:00
Stefan Ritt
33e48edef9 Added crypt
SVN revision: 2305
2010-07-28 13:25:40 +00:00
Stefan Ritt
63a9db1fd7 Allow for 'USE_SSL = 0' and 'USE_CRYPT = 0'
SVN revision: 2298
2010-05-18 11:24:13 +00:00
Stefan Ritt
98115c1a8c Added USE_CRYPT
SVN revision: 2181
2009-03-24 10:15:06 +00:00
Stefan Ritt
4f6f4eefbe Added mkdir for install
SVN revision: 2112
2008-06-09 10:04:05 +00:00
Stefan Ritt
fa411b75ed Release 2.7.4
SVN revision: 2111
2008-06-09 09:43:52 +00:00
Stefan Ritt
17fde1b00c Replaced 'install -D' by 'mkdir -p' (flag not recognized on some systems)
SVN revision: 2106
2008-04-29 20:25:05 +00:00
Stefan Ritt
09b0aa6a20 Added -o flag to unzip
SVN revision: 2091
2008-04-04 19:47:12 +00:00
Stefan Ritt
1b9a09b2f8 Removed -f from unzip
SVN revision: 2083
2008-04-02 07:18:13 +00:00
Stefan Ritt
45e20f2cbe Removed -DOS_xxx (is evaluated inside elogd.c)
SVN revision: 2074
2008-03-09 14:35:01 +00:00
Stefan Ritt
2903f7c944 Install with user and group only as root
SVN revision: 2060
2008-02-22 15:10:34 +00:00
Stefan Ritt
93349c41f2 Added SSL support
SVN revision: 2056
2008-02-22 08:06:50 +00:00
Stefan Ritt
6a16e3830e Fixed zip file name
SVN revision: 1969
2007-11-28 12:55:09 +00:00
Stefan Ritt
40dc4ec50a Added FCKeditor extraction
SVN revision: 1955
2007-10-26 11:31:21 +00:00
Stefan Ritt
6c2a5211c8 Added -D to install
SVN revision: 1939
2007-10-22 14:25:42 +00:00
Stefan Ritt
94dd58e05d Added fckplugin
SVN revision: 1919
2007-09-18 13:55:40 +00:00
Stefan Ritt
9be88b967f Added fckelog.js in install
SVN revision: 1898
2007-08-02 15:37:47 +00:00
Stefan Ritt
efeb32184a Changed back accidential modification
SVN revision: 1889
2007-07-16 13:53:52 +00:00
Stefan Ritt
cc548e1c9a Replaced seteuid/setegid by setreuid/setregid for HP-UX compatibility
SVN revision: 1888
2007-07-16 13:43:56 +00:00
Stefan Ritt
5979d3c9b5 Removed hard-coded /bin/uname again
SVN revision: 1800
2007-02-20 19:55:42 +00:00
Stefan Ritt
b9bb4a4470 Changed path to uname
SVN revision: 1797
2007-02-19 10:24:38 +00:00