Uwe Steinmann
f6f5a92c9b
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-27 14:55:59 +01:00
Uwe Steinmann
716ab9edfd
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-27 14:55:46 +01:00
Uwe Steinmann
6c875a2d7a
add entry for 4.3.33
2017-02-27 08:58:40 +01:00
Uwe Steinmann
d2c0148c7f
add output of workflow log
2017-02-27 08:58:10 +01:00
Uwe Steinmann
a4fdc3ad95
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-24 19:02:26 +01:00
Uwe Steinmann
accc6e40b9
get rid of old themes
2017-02-24 18:53:49 +01:00
Uwe Steinmann
1794a3a5a3
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2017-02-24 14:16:11 +01:00
Uwe Steinmann
7a0d35e927
new translations and phrases
2017-02-24 14:15:11 +01:00
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
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
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
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
4a86288c66
add support for postgresql
2017-02-21 07:30:14 +01:00
Uwe Steinmann
c0bc5cde15
export version and public of document files
2017-02-20 21:34:40 +01:00
Uwe Steinmann
76e816d290
replace echo with logger
2017-02-20 21:24:53 +01:00
Uwe Steinmann
f440f7b0ab
set initial version in database to 5.1.0
2017-02-20 20:10:19 +01:00
Uwe Steinmann
71892eba6c
new version 5.1.0
2017-02-20 20:10:05 +01:00
Uwe Steinmann
864c56b54a
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-20 18:05:34 +01:00
Uwe Steinmann
09ef3a86ba
new version 5.0.10
2017-02-20 17:43:51 +01:00
Uwe Steinmann
410b36870a
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
2017-02-20 17:22:26 +01:00