Uwe Steinmann
8ffcfab6e4
use new fulltext index interface with support for sqlitefts
2015-08-10 21:43:15 +02:00
Uwe Steinmann
b0413a0d46
engine for fulltext search can be configured
2015-08-10 21:41:51 +02:00
Uwe Steinmann
ae6044bc77
add method getDocument()
...
this way the access on the index can be identical to SQliteFTS
2015-08-10 21:40:26 +02:00
Uwe Steinmann
0363395b9f
create SeedDMS_SQLiteFTS package
2015-08-10 21:39:40 +02:00
Uwe Steinmann
65da6a4e7b
add classes for creating fulltext index using sqlitefts
2015-08-10 21:39:05 +02:00
Uwe Steinmann
8ca8e17047
check if file in dumplog() is not empty
2015-08-09 07:27:47 +02:00
Uwe Steinmann
1b0eb64698
Merge branch 'seeddms-5.0.x' into develop
2015-08-09 07:26:07 +02:00
Uwe Steinmann
b76e802ff5
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-09 07:25:56 +02:00
Uwe Steinmann
1cf79c6cbe
set $type2 to $type in dumplog()
2015-08-09 07:25:26 +02:00
Uwe Steinmann
3ef5dbd2ae
use dumplog() from revisionlog and receiptlog
2015-08-09 07:24:42 +02:00
Uwe Steinmann
ec244587eb
fix merge error
2015-08-09 07:19:53 +02:00
Uwe Steinmann
0ba67b2634
Merge branch 'seeddms-5.0.x' into develop
2015-08-09 07:19:27 +02:00
Uwe Steinmann
a74dd3f52b
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-09 07:18:23 +02:00
Uwe Steinmann
51778b92f8
list all review logs, fix some php errors
2015-08-09 07:17:52 +02:00
Uwe Steinmann
063acfcef5
add entry for 4.3.20
2015-08-09 07:17:08 +02:00
Uwe Steinmann
27ccf32206
allow to add file if group has to review
2015-08-09 07:16:24 +02:00
Uwe Steinmann
baa0d11d1c
allow to add file if group has to approve
2015-08-09 07:16:04 +02:00
Uwe Steinmann
63f075f969
export files saved added with approval/review
2015-08-09 06:47:00 +02:00
Uwe Steinmann
a20c6f23e2
Merge branch 'seeddms-5.0.x' into develop
2015-08-08 09:40:15 +02:00
Uwe Steinmann
0735eb613f
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-08 09:38:58 +02:00
Uwe Steinmann
ce756a5939
new version 1.1.4
2015-08-08 09:38:34 +02:00
Uwe Steinmann
1ad145ffad
run command with timeout
2015-08-08 09:35:44 +02:00
Uwe Steinmann
1bc65c0eef
add update script for 6.0.0
2015-08-07 20:09:45 +02:00
Uwe Steinmann
4c907dbf9e
Merge branch 'seeddms-5.0.x' into develop
2015-08-07 20:08:29 +02:00
Uwe Steinmann
ae98b574b7
jump to homefolder of user
2015-08-07 15:44:06 +02:00
Uwe Steinmann
6d8930a360
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-07 14:30:07 +02:00
Uwe Steinmann
d7223bc521
fix link to downloadable file in printProtocol()
2015-08-07 14:29:32 +02:00
Uwe Steinmann
cbf40c2b6f
mayApprove() returns false if status is S_REJECTED
...
this must be the case because if a document was rejected during review
the approval process may not happen anymore. The disadvantages is, that
a document which was rejected during approval cannot not be released
anymore.
2015-08-07 14:21:32 +02:00
Uwe Steinmann
65f36e13cc
note about new languages
2015-08-07 13:42:51 +02:00
Uwe Steinmann
92f66f4b4a
Merge branch 'seeddms-5.0.x' into develop
2015-08-07 13:37:30 +02:00
Uwe Steinmann
17a9eb739c
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-07 13:37:14 +02:00
Uwe Steinmann
0834571885
add croatian (hr_HR)
2015-08-07 13:36:39 +02:00
Uwe Steinmann
70e504ecef
Merge branch 'seeddms-5.0.x' into develop
2015-08-07 13:20:10 +02:00
Uwe Steinmann
051e1d966a
use $dms->getClassname() when checking for propper object type
2015-08-07 13:18:40 +02:00
Uwe Steinmann
5844522262
fix wrong variable name
2015-08-07 13:16:30 +02:00
Uwe Steinmann
eeff55eb7d
pass $dms to constructor of SeedDMS_AccessOperation
2015-08-07 13:15:13 +02:00
Uwe Steinmann
c4f7223293
Merge branch 'seeddms-5.0.x' into develop
2015-08-07 13:13:14 +02:00
Uwe Steinmann
482143c04f
pass $dms to contructor of SeedDMS_AccessOperation
2015-08-07 13:11:50 +02:00
Uwe Steinmann
421bf3e81a
add hooks (pre|post)DocumentInfos
2015-08-07 10:13:47 +02:00
Uwe Steinmann
36a11facf2
use relative link to out/out.Settings.php
2015-08-07 09:27:54 +02:00
Uwe Steinmann
5b53df6356
no need to explicitly load the english translations
...
the default language is now propperly set in the
inc/inc.ClassSettings.php
2015-08-07 09:13:06 +02:00
Uwe Steinmann
57abe53166
set default language to en_GB (was still 'English')
2015-08-07 09:11:00 +02:00
Uwe Steinmann
e8456dec57
Merge branch 'seeddms-5.0.x' into develop
2015-08-07 07:51:15 +02:00
Uwe Steinmann
0eaf06a75f
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-07 07:51:04 +02:00
Uwe Steinmann
b3b638c1a8
sections to be exported can be specified
2015-08-06 22:30:39 +02:00
Uwe Steinmann
06c89b0cc5
add statistic for transmittals
2015-08-06 22:21:28 +02:00
Uwe Steinmann
cca8221f28
fix export of substitutes
2015-08-06 18:26:47 +02:00
Uwe Steinmann
c8d7bdca8b
Merge branch 'seeddms-5.0.x' into develop
2015-08-06 18:22:24 +02:00
Uwe Steinmann
742bacea62
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
2015-08-06 18:21:19 +02:00
Uwe Steinmann
e4b3c76f0f
add statistics with regular xml tags
2015-08-06 18:20:43 +02:00