Stefan Ritt
|
5ec68e0b82
|
Implemented first half of restructuring data directories (one subdir per year)
|
2014-10-03 17:57:14 +02:00 |
|
Stefan Ritt
|
20d70dbef2
|
Added Build Phase which calls script to create git-revision.h under Xcode
|
2014-10-03 11:11:05 +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 |
|
Stefan Ritt
|
87b1e8e397
|
Fixed missing content-type
|
2014-10-01 08:18:58 +02:00 |
|
Stefan 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 |
|
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
|
9297ebb858
|
Upgraded Xcode project file
|
2014-09-23 16:24:26 +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 |
|
Stefan Ritt
|
96dad2d8d6
|
Fixed date sorting problem before Sept. 9th, 2001 (seconds of epoche overhung 999'999'999)
|
2014-09-22 14:36:59 +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
|
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 |
|
Stefan 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 |
|
Stefan Ritt
|
b548f2ea5a
|
Added BuildRequires
|
2014-08-29 11:03:17 +02:00 |
|
Dario Milicic
|
06a1c240a6
|
Fixed a repository problem where one of the plugins was not downloaded when the repository is cloned.
|
2014-08-20 09:56:31 +02:00 |
|
Dario Milicic
|
e723e7e6b2
|
Deleted an internal git repository that was not correctly set up as a submodule.
|
2014-08-20 09:55:15 +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 |
|
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 |
|
Stefan Ritt
|
7aa5378983
|
Fixed overlapping calls to strlcpy
|
2014-07-31 16:51:42 +02:00 |
|
Stefan Ritt
|
c9717d4c6d
|
Fixed Makefile for OSX
|
2014-07-31 16:50:37 +02:00 |
|
Stefan Ritt
|
1f6bbdeeb7
|
Fixed compiler warnings under Ubuntu
|
2014-07-30 13:07:42 +02:00 |
|
Stefan Ritt
|
79778e1d52
|
Fixed compiler warnings under Ubuntu
|
2014-07-30 13:05:05 +02:00 |
|
Roger Kalt
|
44800a769b
|
typo
|
2014-05-11 20:33:11 +02:00 |
|
Stefan Ritt
|
24545a320c
|
Fixed typo
|
2014-05-08 08:41:33 +02:00 |
|
Stefan Ritt
|
9e02ed8e6d
|
Added permission for OpenSSL linking
|
2014-05-04 21:18:36 +02:00 |
|
Stefan Ritt
|
83a51175f4
|
Added GPL v3 according to Debian Policy Manual, thanks to Roger Kalt
|
2014-05-04 21:02:38 +02:00 |
|
Stefan Ritt
|
2575a37e23
|
Increased buffer for shell commands
|
2014-02-21 13:08:59 +01:00 |
|
Stefan Ritt
|
a738232fdb
|
Use heap memory in propagate_attrib to prevent stack overflows.
|
2014-01-13 09:25:57 +01:00 |
|
Stefan Ritt
|
15ecf9fe52
|
Remeoved alarm() function for Windows
|
2014-01-13 08:56:32 +01:00 |
|
Stefan Ritt
|
d153ab0ba0
|
Merge branch 'master' of bitbucket.org:ritt/elog
|
2014-01-06 10:23:19 +01:00 |
|
Stefan Ritt
|
6ad17c7150
|
Fixed compiler warning
|
2014-01-06 10:22:58 +01:00 |
|
Luedeke Andreas
|
e7ba466192
|
retry: new find web form and new CSV3 export
|
2013-11-13 13:57:19 +01:00 |
|
Stefan Ritt
|
02ef5f13af
|
Added web page
|
2013-11-13 12:32:13 +01:00 |
|
Stefan Ritt
|
7b4e3a7eb3
|
Fixed SSL accept error
|
2013-11-06 16:59:40 +01:00 |
|
Stefan Ritt
|
0f6b2ba4ec
|
Fixed (apparently wrong!) compiler warning
|
2013-11-06 16:06:24 +01:00 |
|