Uwe Steinmann
bff72711a9
use translated text
2017-02-24 14:14:16 +01:00
Uwe Steinmann
c6567b2f90
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-24 13:49:37 +01:00
Uwe Steinmann
b9a7f622d1
remove backticks in sql statement
...
for some strange reason a select `document` ... UNION select `document`
will result in a php array where '`document`' and not 'document' is
the key. This makes getTimeline() fail.
2017-02-24 13:46:58 +01:00
Uwe Steinmann
f27e330ee3
take out extra inc/inc.DBInit.php
2017-02-24 13:46:03 +01:00
Uwe Steinmann
521e923e99
add entry for 5.1.0
2017-02-24 12:39:04 +01:00
Uwe Steinmann
492a8e3ae4
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-24 12:37:01 +01:00
Uwe Steinmann
6646b6d25c
update changelog for 5.0.10
2017-02-24 12:36:31 +01:00
Uwe Steinmann
be40c980ba
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-24 12:15:27 +01:00
Uwe Steinmann
e85a9b83d7
pass null as first argument to preIndexDocument()
...
this will later be replaced by the controller
2017-02-24 12:14:22 +01:00
Uwe Steinmann
020f25052c
index each document by calling ajax function
2017-02-24 12:13:51 +01:00
Uwe Steinmann
9802959e50
add command 'indexdocument'
2017-02-24 12:13:01 +01:00
Uwe Steinmann
d8e8e7edc8
take out op/op.UpdateDocument2.php
2017-02-23 09:03:56 +01:00
Uwe Steinmann
7f0c1dda9e
add more hooks
2017-02-23 09:03:21 +01:00
Uwe Steinmann
811a8f14d2
add hook addDocument::preIndexDocument
2017-02-23 09:00:40 +01:00
Uwe Steinmann
cbd9b8fa83
add hooks updateDocument::(postUpdateDocument|preUpdateDocument|preIndexDocument)
2017-02-23 08:59:56 +01:00
Uwe Steinmann
31074ab8e7
fix calling hook after uploading document
2017-02-23 08:58:01 +01:00
Uwe Steinmann
10e94af144
not needed anymore for a long time
2017-02-23 07:55:25 +01:00
Uwe Steinmann
6b2deaea5b
add script for retrieving a pdf file
2017-02-23 07:07:15 +01:00
Uwe Steinmann
c427cde4bb
add documentation about available hooks
2017-02-23 07:03:03 +01:00
Uwe Steinmann
b9a4ebf06a
add documentation on how to contribute translations
2017-02-23 07:00:32 +01:00
Uwe Steinmann
3b51ee7c3f
mv README into doc dir
2017-02-23 06:56:59 +01:00
Uwe Steinmann
d51a0ad475
fix underline of header
2017-02-23 06:56:35 +01:00
Uwe Steinmann
8d7c8a0bdf
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-22 13:22:51 +01:00
Uwe Steinmann
7fd7d0c7e2
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-22 13:22:39 +01:00
Uwe Steinmann
92a483ac8b
include js in footer with absolute path
2017-02-22 13:22:08 +01:00
Uwe Steinmann
a711a9e6ee
set 'absbaseprefix' in view which holds the current absolute url prefix
...
this is helpful in extension
2017-02-22 13:02:20 +01:00
Uwe Steinmann
5b3ff3e4df
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-22 12:33:20 +01:00
Uwe Steinmann
2ef1a5896f
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-22 11:40:20 +01:00
Uwe Steinmann
473118b7bb
new version 4.3.33
2017-02-22 11:31:59 +01:00
Uwe Steinmann
293091d13d
fix includes
2017-02-22 09:44:47 +01:00
Uwe Steinmann
ce3c2d4f80
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-22 09:41:54 +01:00
Uwe Steinmann
706465a971
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-22 09:41:08 +01:00
Uwe Steinmann
06ce12e576
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-22 09:40:56 +01:00
Uwe Steinmann
e102f5d6bc
include PHPExcel from vendor directory
2017-02-22 09:30:10 +01:00
Uwe Steinmann
32241d1403
include feedwriter from vendor
2017-02-22 09:22:06 +01:00
Uwe Steinmann
fcd8f1a53b
include previewer, include slim from vendor dir
2017-02-22 09:08:52 +01:00
Uwe Steinmann
bd345fee35
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-21 17:42:00 +01:00
Uwe Steinmann
13f3a0f373
pass current user to constructor of Calendar class
2017-02-21 17:29:38 +01:00
Uwe Steinmann
1a74c45cae
put all calendar operations into class
2017-02-21 17:26:16 +01:00
Uwe Steinmann
37fb2e2c47
pass access object to view, don't use mode anymore
2017-02-21 15:37:29 +01:00
Uwe Steinmann
7f28008d5d
get and set secret of user
2017-02-21 08:16:22 +01:00
Uwe Steinmann
f6786406ef
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
2017-02-21 07:31:33 +01:00
Uwe Steinmann
4a86288c66
add support for postgresql
2017-02-21 07:30:14 +01:00
Uwe Steinmann
6006dd3944
fix all sql errors
2017-02-21 07:23:02 +01:00
Uwe Steinmann
9aadb7f471
fix merge errors
2017-02-21 07:04:49 +01:00
Uwe Steinmann
4b1b702fc5
add update for postgresql
2017-02-21 06:54:53 +01:00
Uwe Steinmann
63920fdce8
set ENGINE for tblUserSubstitutes
2017-02-21 06:54:06 +01:00
Uwe Steinmann
08e9f14e9d
fix merge error
2017-02-21 06:53:43 +01:00
Uwe Steinmann
6b8b099339
set propper version in tblVersion
2017-02-21 06:34:22 +01:00
Uwe Steinmann
b03fcc5b6a
fix versions
2017-02-21 06:20:03 +01:00